body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4.8rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #ffda00 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff809f !important;
  border-color: #ff809f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff809f !important;
  border-color: #ff809f !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #998300;
  color: #998300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #ffda00 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #57c8ef !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff99b3 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffe966 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a9a9a9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff8cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rwG64JC5c0 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rwG64JC5c0 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-rwG64JC5c0 a {
  font-style: normal;
}
.cid-rwG64JC5c0 .show {
  overflow: visible;
}
.cid-rwG64JC5c0 .dropdown-menu {
  max-height: 400px;
}
.cid-rwG64JC5c0 .dropdown-item:active {
  background-color: transparent;
}
.cid-rwG64JC5c0 .nav-link {
  font-weight: 600!important;
}
.cid-rwG64JC5c0 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwG64JC5c0 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rwG64JC5c0 .nav-item:focus,
.cid-rwG64JC5c0 .nav-link:focus {
  outline: none;
}
.cid-rwG64JC5c0 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwG64JC5c0 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwG64JC5c0 .menu-logo {
  margin-right: auto;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwG64JC5c0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwG64JC5c0 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwG64JC5c0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwG64JC5c0 button.navbar-toggler:focus {
  outline: none;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG64JC5c0 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG64JC5c0 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwG64JC5c0 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-rwG64JC5c0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwG64JC5c0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwG64JC5c0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG64JC5c0 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwG64JC5c0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwG64JC5c0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwG64JC5c0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwG64JC5c0.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG64JC5c0 img {
    height: 3.8rem !important;
  }
  .cid-rwG64JC5c0 .btn {
    display: -webkit-flex;
  }
  .cid-rwG64JC5c0 button.navbar-toggler {
    display: block;
  }
  .cid-rwG64JC5c0 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwG64JC5c0 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG64JC5c0 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing,
  .cid-rwG64JC5c0 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-nav,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwG64JC5c0 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwG64JC5c0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwG64JC5c0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwG64JC5c0 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rwG64JC5c0 .nav-link {
    justify-content: start!important;
  }
  .cid-rwG64JC5c0 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rwG64JC5c0 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rwG64JC5c0 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rwG64JC5c0 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwG64JC5c0 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwG64JC5c0 .nav-link:hover,
.cid-rwG64JC5c0 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rwG64JC5c0 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rpRmsCyWoD {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efeeee;
}
.cid-rpRmsCyWoD .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #149dcc;
}
.cid-rpRmsCyWoD img {
  width: 100%;
}
.cid-rpRmsCyWoD p {
  margin-top: 6rem;
}
.cid-rpRmsCyWoD .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-rpRmsCyWoD .content-wrapper {
  padding-top: 6rem;
}
.cid-rpRmsCyWoD h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rpRmsCyWoD .content-wrapper {
    padding-top: 0rem;
  }
  .cid-rpRmsCyWoD p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rpRmsCyWoD .back {
    width: 100%;
    height: 75%;
  }
  .cid-rpRmsCyWoD .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-rpRmsCyWoD p {
    margin-top: 4rem;
  }
}
.cid-rpRmsCyWoD .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-rpRmsCyWoD .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-rpRmsCyWoD .content-wrapper {
    padding-right: 3rem;
  }
  .cid-rpRmsCyWoD h4 {
    right: 2rem;
  }
}
.cid-rpSdryG9aP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rpSdryG9aP .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-rpSdryG9aP .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/02.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-rpSdryG9aP .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-rpSdryG9aP .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-rpSdryG9aP .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-rpSdryG9aP .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-rpSdryG9aP .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-rpSdryG9aP .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-rpSdryG9aP .col:hover .box-title2,
.cid-rpSdryG9aP .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-rpSdryG9aP .box-title2,
.cid-rpSdryG9aP .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-rpSdryG9aP .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-rpSdryG9aP .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-rpSdryG9aP .img-content {
    opacity: 1;
  }
  .cid-rpSdryG9aP .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-rpSdryG9aP .box-content {
    width: 100%;
  }
  .cid-rpSdryG9aP .box-title2,
  .cid-rpSdryG9aP .box-text2 {
    color: #333333 !important;
  }
  .cid-rpSdryG9aP .content-block,
  .cid-rpSdryG9aP .content1 {
    padding: 3rem 1rem;
  }
}
.cid-rpSdryG9aP .box-text1 {
  color: #333333;
}
.cid-rpSdryG9aP .box-title2 {
  color: #cccccc;
}
.cid-rpSdrHNrVV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rpSdrHNrVV .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-rpSdrHNrVV .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/02.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-rpSdrHNrVV .block2 {
  background-image: url("../../../assets/images/06.jpg");
}
.cid-rpSdrHNrVV .block2:hover .block2-over {
  opacity: 0;
}
.cid-rpSdrHNrVV .block1 {
  background-image: url("../../../assets/images/05.jpg");
}
.cid-rpSdrHNrVV .block1:hover .block1-over {
  opacity: 0;
}
.cid-rpSdrHNrVV .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #c1c1c1;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-rpSdrHNrVV .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #ffda00;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-rpSdrHNrVV .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-rpSdrHNrVV .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-rpSdrHNrVV .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-rpSdrHNrVV .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-rpSdrHNrVV .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-rpSdrHNrVV .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-rpSdrHNrVV .col:hover .box-title2,
.cid-rpSdrHNrVV .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-rpSdrHNrVV .box-title2,
.cid-rpSdrHNrVV .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-rpSdrHNrVV .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-rpSdrHNrVV .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
.cid-rpSdrHNrVV .content2 {
  z-index: 2;
  max-width: 450px;
  margin-bottom: -1rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-rpSdrHNrVV .img-content {
    opacity: 1;
  }
  .cid-rpSdrHNrVV .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-rpSdrHNrVV .box-content {
    width: 100%;
  }
  .cid-rpSdrHNrVV .box-title2,
  .cid-rpSdrHNrVV .box-text2 {
    color: #333333 !important;
  }
  .cid-rpSdrHNrVV .content-block,
  .cid-rpSdrHNrVV .content1 {
    padding: 3rem 1rem;
  }
}
.cid-rpSdrHNrVV .box-text1 {
  color: #333333;
}
.cid-rpSdrHNrVV .box-title2 {
  color: #cccccc;
}
.cid-rpSdrHNrVV .block1-text,
.cid-rpSdrHNrVV .mbr-section-btn {
  color: #333333;
}
.cid-rpSdrHNrVV .block2-text,
.cid-rpSdrHNrVV .mbr-section-btn {
  color: #333333;
}
.cid-rpSdrHNrVV .block2-title {
  color: #333333;
}
.cid-rpSdrQ9n8l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rpSdrQ9n8l .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-rpSdrQ9n8l .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/02.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-rpSdrQ9n8l .block2 {
  background: #333333;
  display: flex;
  justify-content: center;
}
.cid-rpSdrQ9n8l p {
  margin-left: 10rem;
  max-width: 450px;
}
.cid-rpSdrQ9n8l .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #ffda00;
  z-index: 2;
  opacity: 1;
}
.cid-rpSdrQ9n8l .box-title2,
.cid-rpSdrQ9n8l .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-rpSdrQ9n8l .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-rpSdrQ9n8l .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-rpSdrQ9n8l .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-rpSdrQ9n8l .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-rpSdrQ9n8l .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-rpSdrQ9n8l .col:hover .box-title2,
.cid-rpSdrQ9n8l .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-rpSdrQ9n8l .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #ffda00;
}
.cid-rpSdrQ9n8l .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-rpSdrQ9n8l .img-content {
    opacity: 1;
  }
  .cid-rpSdrQ9n8l .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-rpSdrQ9n8l .box-content {
    width: 100%;
  }
  .cid-rpSdrQ9n8l .box-title2,
  .cid-rpSdrQ9n8l .box-text2 {
    color: #333333 !important;
  }
  .cid-rpSdrQ9n8l p {
    margin-left: 0;
  }
  .cid-rpSdrQ9n8l .content-block,
  .cid-rpSdrQ9n8l .content1 {
    padding: 3rem 1rem;
  }
}
.cid-rpSdrQ9n8l .box-text1 {
  color: #333333;
}
.cid-rpSdrQ9n8l .box-title2 {
  color: #767676;
}
.cid-rpSdrQ9n8l .box-text2 {
  color: #333333;
}
.cid-rpSdrQ9n8l .mbr-text,
.cid-rpSdrQ9n8l .mbr-section-btn {
  color: #cccccc;
}
.cid-rpSdrQ9n8l H2 {
  color: #ffffff;
}
.cid-rpSdrQ9n8l H3 {
  color: #ffffff;
}
.cid-uDPwdi2Gel {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uDPwdi2Gel img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uDPwdi2Gel img:hover {
  transform: scale(1.1);
}
.cid-uDPwdi2Gel .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uDPwdi2Gel h2 {
  padding: 0;
  margin: 0;
}
.cid-uDPwdi2Gel .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDPwdi2Gel .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-uDPwdi2Gel .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-uDPwdi2Gel .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-uDPwdi2Gel .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-uDPwdi2Gel .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-uDPwdi2Gel .mbr-iconfont {
  margin: 0 !important;
}
.cid-uDPwdi2Gel .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uDPwdi2Gel .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPwdi2Gel .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-uDPwdi2Gel .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-uDPwdi2Gel .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uDPwdi2Gel H2 {
  color: #333333;
}
.cid-uDPwdi2Gel .mbr-text {
  color: #767676;
}
.cid-uDPwdi2Gel .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPwdi2Gel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rpSdOoy1oo {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #efeeee;
}
.cid-rpSdOoy1oo .row {
  position: relative;
}
.cid-rpSdOoy1oo .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-rpSdOoy1oo .row {
    margin: 0 2rem;
  }
}
.cid-rpSdOoy1oo .row {
  padding-left: 6rem;
}
.cid-rpSdOoy1oo h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-rpSdOoy1oo .content-wrapper {
  max-width: 600px;
}
.cid-rpSdOoy1oo H1 {
  color: #333333;
}
.cid-rpSdOoy1oo .mbr-text,
.cid-rpSdOoy1oo .mbr-section-btn {
  color: #333333;
}
.cid-rpSdOoy1oo H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-rpSdOoy1oo .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rpSdOoy1oo h4 {
    left: 3rem;
  }
  .cid-rpSdOoy1oo .row {
    padding-left: 3rem;
  }
}
.cid-uFrr64TCZX {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uFrr64TCZX .item-wrapper {
  width: 100%;
}
.cid-uFrr64TCZX .row {
  align-items: center;
  justify-content: center;
}
.cid-uFrr64TCZX .b {
  margin-bottom: 30px;
}
.cid-uFrr64TCZX img {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .cid-uFrr64TCZX .b,
  .cid-uFrr64TCZX .t {
    margin-bottom: 20px;
  }
}
.cid-rpSdTuSugY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a2a;
}
.cid-rpSdTuSugY .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-rpSdTuSugY .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-rpSdTuSugY .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-rpSdTuSugY .card-wrapper {
    margin: 0rem;
  }
}
.cid-rpSdTuSugY .card {
  height: fit-content;
}
.cid-rpSdTuSugY .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-rpSdTuSugY .text-wrap {
  max-width: 400px;
}
.cid-rpSdTuSugY .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-rpSdTuSugY .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-rpSdTuSugY .card-box {
  background-color: #333333;
  padding: 4rem 4rem 6rem 4rem;
  width: 100%;
}
.cid-rpSdTuSugY img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-rpSdTuSugY .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-rpSdTuSugY .container {
  max-width: 1500px;
}
.cid-rpSdTuSugY .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rpSdTuSugY .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-rpSdTuSugY P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-rpSdTuSugY .img-wrap {
    max-height: 230px;
  }
  .cid-rpSdTuSugY .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-rpSdTuSugY .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-rpSdTuSugY .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-rpSdTuSugY .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-rpSdTuSugY .number {
    margin: auto;
  }
}
.cid-rpSdTuSugY .mbr-text {
  color: #cccccc;
}
.cid-rpSf7csNVB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rpSf7csNVB img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rpSf7csNVB img:hover {
  transform: scale(1.1);
}
.cid-rpSf7csNVB .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rpSf7csNVB h2 {
  padding: 0;
  margin: 0;
}
.cid-rpSf7csNVB .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rpSf7csNVB .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rpSf7csNVB .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-rpSf7csNVB .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-rpSf7csNVB .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-rpSf7csNVB .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rpSf7csNVB .mbr-iconfont {
  margin: 0!important;
}
.cid-rpSf7csNVB .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rpSf7csNVB .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rpSf7csNVB .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rpSf7csNVB .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rpSf7csNVB .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rpSf7csNVB H2 {
  color: #333333;
}
.cid-rpSf7csNVB .mbr-text {
  color: #767676;
}
.cid-rpSeJpsqU8 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
@media (max-width: 992px) {
  .cid-rpSeJpsqU8 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.cid-rpSeJpsqU8 .text {
  padding: 0;
}
.cid-rpSeJpsqU8 section {
  position: relative;
}
.cid-rpSeJpsqU8 .mbr-iconfont {
  padding: 0!important;
}
.cid-rpSeJpsqU8 h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-rpSeJpsqU8 .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffda00;
}
.cid-rpSeJpsqU8 .box {
  background-image: url("../../../assets/images/background2.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rpSeJpsqU8 .icon-wrap {
  background-color: #ffda00 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rpSeJpsqU8 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-rpSeJpsqU8 .icon-wrap span {
  padding-left: 8px;
}
.cid-rpSeJpsqU8 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1c1c1c !important;
}
.cid-rpSeJpsqU8 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rpSeJpsqU8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rpSeJpsqU8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rpSeJpsqU8 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rpSeJpsqU8 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rpSeJpsqU8 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rpSeJpsqU8 {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .cid-rpSeJpsqU8 .box {
    height: 250px;
  }
  .cid-rpSeJpsqU8 .row {
    padding: 1rem!important;
  }
}
.cid-rpSeJpsqU8 DIV {
  color: #333333;
}
.cid-rpSeLNQvbv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-rpSeLNQvbv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rpSeLNQvbv input,
.cid-rpSeLNQvbv textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-rpSeLNQvbv input:focus,
.cid-rpSeLNQvbv textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-rpSeLNQvbv .form-control,
.cid-rpSeLNQvbv .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rpSeLNQvbv .form-control:hover,
.cid-rpSeLNQvbv .field-input:hover,
.cid-rpSeLNQvbv .form-control:focus,
.cid-rpSeLNQvbv .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rpSeLNQvbv input::-webkit-input-placeholder,
.cid-rpSeLNQvbv textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-rpSeLNQvbv input:-moz-placeholder,
.cid-rpSeLNQvbv textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-rpSeLNQvbv .jq-selectbox li,
.cid-rpSeLNQvbv .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-rpSeLNQvbv .jq-selectbox li:hover,
.cid-rpSeLNQvbv .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-rpSeLNQvbv .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rpSeLNQvbv .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rpSeLNQvbv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rpSeLNQvbv .mbr-form {
  max-width: 450px;
}
.cid-rpSeLNQvbv textarea {
  min-height: 150px;
}
.cid-rpSeLNQvbv .mbr-text {
  color: #cccccc;
}
.cid-rpSeLNQvbv .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-rpSeLNQvbv .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-rpSeNsPtbT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rpSeNsPtbT img {
  width: 40px;
  margin-right: 1rem;
}
.cid-rpSeNsPtbT .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-rpSeNsPtbT .row {
    margin: 0 2rem;
  }
}
.cid-rpSeNsPtbT .container {
  max-width: 1500px;
}
.cid-rpSeNsPtbT .form-control,
.cid-rpSeNsPtbT .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rpSeNsPtbT .form-control:hover,
.cid-rpSeNsPtbT .field-input:hover,
.cid-rpSeNsPtbT .form-control:focus,
.cid-rpSeNsPtbT .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rpSeNsPtbT input::-webkit-input-placeholder,
.cid-rpSeNsPtbT textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-rpSeNsPtbT input:-moz-placeholder,
.cid-rpSeNsPtbT textarea:-moz-placeholder {
  color: #767676;
}
.cid-rpSeNsPtbT .jq-selectbox li,
.cid-rpSeNsPtbT .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-rpSeNsPtbT .jq-selectbox li:hover,
.cid-rpSeNsPtbT .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-rpSeNsPtbT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-rpSeNsPtbT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-rpSeNsPtbT .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-rpSeNsPtbT .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-rpSeNsPtbT input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-rpSeNsPtbT .col,
.cid-rpSeNsPtbT .col-auto {
  padding: 0;
}
.cid-rpSeNsPtbT .form-group {
  margin-bottom: 0rem;
}
.cid-rpSeNsPtbT .items {
  color: #333333;
}
.cid-rpSeNsPtbT .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-rpSeNsPtbT .col-md-6,
  .cid-rpSeNsPtbT .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rpSeNsPtbT .navbar-brand {
    justify-content: center;
  }
  .cid-rpSeNsPtbT .row {
    margin: 0;
  }
}
.cid-rpSeO1OpDl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-rpSeO1OpDl [class^="socicon-"]:before,
.cid-rpSeO1OpDl [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-rpSeO1OpDl .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-rpSeO1OpDl .btn-social,
.cid-rpSeO1OpDl .mbr-section-title {
  color: #57468b;
}
.cid-rpSeO1OpDl .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-rpSeO1OpDl .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-rpSeO1OpDl .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-rpSeO1OpDl .align-left {
    text-align: center;
  }
  .cid-rpSeO1OpDl .align-right {
    text-align: center;
  }
  .cid-rpSeO1OpDl .social-list {
    justify-content: center;
  }
  .cid-rpSeO1OpDl .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-uFrqVbZYIW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #150d1d;
}
.cid-uFrqVbZYIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrqVbZYIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-uFrqVbZYIW .col-lg-4 {
    padding: 0 2.5rem;
  }
}
.cid-uFrqVbZYIW img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFrqVbZYIW .image-wrapper {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-uFrqVbZYIW .image-wrapper {
    padding-bottom: 2rem;
    height: 550px;
  }
}
.cid-uFrqVbZYIW .mbr-text {
  color: #ffffff;
}
.cid-rwG64JC5c0 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rwG64JC5c0 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-rwG64JC5c0 a {
  font-style: normal;
}
.cid-rwG64JC5c0 .show {
  overflow: visible;
}
.cid-rwG64JC5c0 .dropdown-menu {
  max-height: 400px;
}
.cid-rwG64JC5c0 .dropdown-item:active {
  background-color: transparent;
}
.cid-rwG64JC5c0 .nav-link {
  font-weight: 600!important;
}
.cid-rwG64JC5c0 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwG64JC5c0 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rwG64JC5c0 .nav-item:focus,
.cid-rwG64JC5c0 .nav-link:focus {
  outline: none;
}
.cid-rwG64JC5c0 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwG64JC5c0 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwG64JC5c0 .menu-logo {
  margin-right: auto;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwG64JC5c0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwG64JC5c0 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwG64JC5c0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwG64JC5c0 button.navbar-toggler:focus {
  outline: none;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG64JC5c0 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG64JC5c0 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwG64JC5c0 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-rwG64JC5c0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwG64JC5c0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwG64JC5c0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG64JC5c0 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwG64JC5c0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwG64JC5c0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwG64JC5c0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwG64JC5c0.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG64JC5c0 img {
    height: 3.8rem !important;
  }
  .cid-rwG64JC5c0 .btn {
    display: -webkit-flex;
  }
  .cid-rwG64JC5c0 button.navbar-toggler {
    display: block;
  }
  .cid-rwG64JC5c0 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwG64JC5c0 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG64JC5c0 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing,
  .cid-rwG64JC5c0 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-nav,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwG64JC5c0 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwG64JC5c0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwG64JC5c0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwG64JC5c0 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rwG64JC5c0 .nav-link {
    justify-content: start!important;
  }
  .cid-rwG64JC5c0 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rwG64JC5c0 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rwG64JC5c0 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rwG64JC5c0 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwG64JC5c0 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwG64JC5c0 .nav-link:hover,
.cid-rwG64JC5c0 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rwG64JC5c0 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-smn7R4oktY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-smn7R4oktY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-smn7R4oktY input,
.cid-smn7R4oktY textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem !important;
  font-size: 1rem;
}
.cid-smn7R4oktY input:focus,
.cid-smn7R4oktY textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-smn7R4oktY .form-control,
.cid-smn7R4oktY .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-smn7R4oktY .form-control:hover,
.cid-smn7R4oktY .field-input:hover,
.cid-smn7R4oktY .form-control:focus,
.cid-smn7R4oktY .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-smn7R4oktY input::-webkit-input-placeholder,
.cid-smn7R4oktY textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-smn7R4oktY input:-moz-placeholder,
.cid-smn7R4oktY textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-smn7R4oktY .jq-selectbox li,
.cid-smn7R4oktY .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-smn7R4oktY .jq-selectbox li:hover,
.cid-smn7R4oktY .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-smn7R4oktY .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-smn7R4oktY .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-smn7R4oktY img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-smn7R4oktY .mbr-form {
  max-width: 450px;
}
.cid-smn7R4oktY textarea {
  min-height: 150px;
}
.cid-smn7R4oktY .mbr-text {
  color: #cccccc;
}
.cid-smn7R4oktY .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-smn7R4oktY .mbr-form .btn .mbr-iconfont {
  order: 2;
  font-size: 1.5rem;
}
.cid-uDOvEpYjX7 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uDOvEpYjX7 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-uDOvEpYjX7 a {
  font-style: normal;
}
.cid-uDOvEpYjX7 .show {
  overflow: visible;
}
.cid-uDOvEpYjX7 .dropdown-menu {
  max-height: 400px;
}
.cid-uDOvEpYjX7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDOvEpYjX7 .nav-link {
  font-weight: 600!important;
}
.cid-uDOvEpYjX7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uDOvEpYjX7 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-uDOvEpYjX7 .nav-item:focus,
.cid-uDOvEpYjX7 .nav-link:focus {
  outline: none;
}
.cid-uDOvEpYjX7 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDOvEpYjX7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uDOvEpYjX7 .menu-logo {
  margin-right: auto;
}
.cid-uDOvEpYjX7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDOvEpYjX7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uDOvEpYjX7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-uDOvEpYjX7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uDOvEpYjX7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uDOvEpYjX7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uDOvEpYjX7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uDOvEpYjX7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-uDOvEpYjX7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uDOvEpYjX7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDOvEpYjX7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uDOvEpYjX7 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uDOvEpYjX7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-uDOvEpYjX7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDOvEpYjX7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uDOvEpYjX7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDOvEpYjX7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uDOvEpYjX7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uDOvEpYjX7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uDOvEpYjX7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uDOvEpYjX7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uDOvEpYjX7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uDOvEpYjX7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uDOvEpYjX7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uDOvEpYjX7 button.navbar-toggler:focus {
  outline: none;
}
.cid-uDOvEpYjX7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uDOvEpYjX7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDOvEpYjX7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOvEpYjX7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOvEpYjX7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDOvEpYjX7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOvEpYjX7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDOvEpYjX7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDOvEpYjX7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOvEpYjX7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDOvEpYjX7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uDOvEpYjX7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uDOvEpYjX7 .collapsed .navbar-collapse.collapsing,
.cid-uDOvEpYjX7 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uDOvEpYjX7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uDOvEpYjX7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uDOvEpYjX7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uDOvEpYjX7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uDOvEpYjX7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uDOvEpYjX7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uDOvEpYjX7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uDOvEpYjX7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uDOvEpYjX7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uDOvEpYjX7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uDOvEpYjX7 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-uDOvEpYjX7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uDOvEpYjX7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uDOvEpYjX7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDOvEpYjX7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uDOvEpYjX7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uDOvEpYjX7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uDOvEpYjX7 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uDOvEpYjX7.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDOvEpYjX7 img {
    height: 3.8rem !important;
  }
  .cid-uDOvEpYjX7 .btn {
    display: -webkit-flex;
  }
  .cid-uDOvEpYjX7 button.navbar-toggler {
    display: block;
  }
  .cid-uDOvEpYjX7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uDOvEpYjX7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDOvEpYjX7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uDOvEpYjX7 .navbar-collapse.collapsing,
  .cid-uDOvEpYjX7 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-uDOvEpYjX7 .navbar-collapse.collapsing .navbar-nav,
  .cid-uDOvEpYjX7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uDOvEpYjX7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uDOvEpYjX7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uDOvEpYjX7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uDOvEpYjX7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDOvEpYjX7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uDOvEpYjX7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uDOvEpYjX7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uDOvEpYjX7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDOvEpYjX7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uDOvEpYjX7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uDOvEpYjX7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uDOvEpYjX7 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-uDOvEpYjX7 .nav-link {
    justify-content: start!important;
  }
  .cid-uDOvEpYjX7 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uDOvEpYjX7 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-uDOvEpYjX7 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-uDOvEpYjX7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uDOvEpYjX7 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uDOvEpYjX7 .nav-link:hover,
.cid-uDOvEpYjX7 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-uDOvEpYjX7 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-uDOvEpYjX7 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uDOvEqkAPG {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/cisaille-bombled-2m-epaisseur-4mm-maxi-2000x900.jpg");
}
.cid-uDOvEqkAPG .row {
  justify-content: flex-end;
}
.cid-uDOvEqkAPG .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-uDOvEqkAPG .block {
  background-color: #ffda00;
}
.cid-uDOvEqkAPG img {
  width: 100%;
}
.cid-uDOvEqkAPG .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-uDOvEqkAPG .content {
  max-width: 600px;
}
.cid-uDOvEqkAPG h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uDOvEqkAPG .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uDOvEqkAPG h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uDOvEqkAPG .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uDOvEqkAPG h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-uDOvEqkAPG .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-uDOvEr0qHq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-uDOvEr0qHq .container {
  max-width: 1500px;
}
.cid-uDOvEr0qHq img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uDOvEr0qHq img:hover {
  transform: scale(1.1);
}
.cid-uDOvEr0qHq .row {
  background: #ffffff;
}
.cid-uDOvEr0qHq .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-uDOvEr0qHq h2 {
  padding: 0;
  margin: 0;
}
.cid-uDOvEr0qHq .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDOvEr0qHq .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-uDOvEr0qHq .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-uDOvEr0qHq .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-uDOvEr0qHq .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uDOvEr0qHq .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uDOvEr0qHq .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uDOvEr0qHq .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-uDOvEr0qHq .row {
    margin: 0rem;
  }
  .cid-uDOvEr0qHq .text-col {
    padding: 2rem 1rem;
  }
  .cid-uDOvEr0qHq .number {
    margin-right: 2rem;
  }
  .cid-uDOvEr0qHq .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uDOvEr0qHq H2 {
  color: #333333;
}
.cid-uDOvEr0qHq .mbr-text {
  color: #767676;
}
.cid-uDOvErgbJP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uDOvErgbJP img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uDOvErgbJP img:hover {
  transform: scale(1.1);
}
.cid-uDOvErgbJP .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uDOvErgbJP h2 {
  padding: 0;
  margin: 0;
}
.cid-uDOvErgbJP .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDOvErgbJP .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-uDOvErgbJP .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-uDOvErgbJP .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-uDOvErgbJP .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-uDOvErgbJP .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-uDOvErgbJP .mbr-iconfont {
  margin: 0!important;
}
.cid-uDOvErgbJP .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uDOvErgbJP .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uDOvErgbJP .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-uDOvErgbJP .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-uDOvErgbJP .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uDOvErgbJP H2 {
  color: #333333;
}
.cid-uDOvErgbJP .mbr-text {
  color: #767676;
}
.cid-uDOyY6RgqH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uDOyY6RgqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDOyY6RgqH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDOyY6RgqH .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uDOyY6RgqH .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDOyY6RgqH .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDOyY6RgqH .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uDOyY6RgqH .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uDOyY6RgqH .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uDOyY6RgqH .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDOyY6RgqH .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDOyY6RgqH .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDOyY6RgqH .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uDOyY6RgqH .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uDOvEsz8hc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-uDOvEsz8hc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uDOvEsz8hc input,
.cid-uDOvEsz8hc textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-uDOvEsz8hc input:focus,
.cid-uDOvEsz8hc textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uDOvEsz8hc .form-control,
.cid-uDOvEsz8hc .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDOvEsz8hc .form-control:hover,
.cid-uDOvEsz8hc .field-input:hover,
.cid-uDOvEsz8hc .form-control:focus,
.cid-uDOvEsz8hc .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDOvEsz8hc input::-webkit-input-placeholder,
.cid-uDOvEsz8hc textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-uDOvEsz8hc input:-moz-placeholder,
.cid-uDOvEsz8hc textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-uDOvEsz8hc .jq-selectbox li,
.cid-uDOvEsz8hc .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDOvEsz8hc .jq-selectbox li:hover,
.cid-uDOvEsz8hc .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDOvEsz8hc .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDOvEsz8hc .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDOvEsz8hc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDOvEsz8hc .mbr-form {
  max-width: 450px;
}
.cid-uDOvEsz8hc textarea {
  min-height: 150px;
}
.cid-uDOvEsz8hc .mbr-text {
  color: #cccccc;
}
.cid-uDOvEsz8hc .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-uDOvEsz8hc .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-uDOvEsSRJz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDOvEsSRJz img {
  width: 40px;
  margin-right: 1rem;
}
.cid-uDOvEsSRJz .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uDOvEsSRJz .row {
    margin: 0 2rem;
  }
}
.cid-uDOvEsSRJz .container {
  max-width: 1500px;
}
.cid-uDOvEsSRJz .form-control,
.cid-uDOvEsSRJz .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDOvEsSRJz .form-control:hover,
.cid-uDOvEsSRJz .field-input:hover,
.cid-uDOvEsSRJz .form-control:focus,
.cid-uDOvEsSRJz .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDOvEsSRJz input::-webkit-input-placeholder,
.cid-uDOvEsSRJz textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uDOvEsSRJz input:-moz-placeholder,
.cid-uDOvEsSRJz textarea:-moz-placeholder {
  color: #767676;
}
.cid-uDOvEsSRJz .jq-selectbox li,
.cid-uDOvEsSRJz .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDOvEsSRJz .jq-selectbox li:hover,
.cid-uDOvEsSRJz .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDOvEsSRJz .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDOvEsSRJz .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDOvEsSRJz .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-uDOvEsSRJz .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-uDOvEsSRJz input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-uDOvEsSRJz .col,
.cid-uDOvEsSRJz .col-auto {
  padding: 0;
}
.cid-uDOvEsSRJz .form-group {
  margin-bottom: 0rem;
}
.cid-uDOvEsSRJz .items {
  color: #333333;
}
.cid-uDOvEsSRJz .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uDOvEsSRJz .col-md-6,
  .cid-uDOvEsSRJz .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDOvEsSRJz .navbar-brand {
    justify-content: center;
  }
  .cid-uDOvEsSRJz .row {
    margin: 0;
  }
}
.cid-uDOvEteah8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-uDOvEteah8 .media-container-row .mbr-text {
  color: #333333;
}
.cid-uDOBfUpZvy .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uDOBfUpZvy .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-uDOBfUpZvy a {
  font-style: normal;
}
.cid-uDOBfUpZvy .show {
  overflow: visible;
}
.cid-uDOBfUpZvy .dropdown-menu {
  max-height: 400px;
}
.cid-uDOBfUpZvy .dropdown-item:active {
  background-color: transparent;
}
.cid-uDOBfUpZvy .nav-link {
  font-weight: 600!important;
}
.cid-uDOBfUpZvy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uDOBfUpZvy .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-uDOBfUpZvy .nav-item:focus,
.cid-uDOBfUpZvy .nav-link:focus {
  outline: none;
}
.cid-uDOBfUpZvy .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDOBfUpZvy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uDOBfUpZvy .menu-logo {
  margin-right: auto;
}
.cid-uDOBfUpZvy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDOBfUpZvy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uDOBfUpZvy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-uDOBfUpZvy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uDOBfUpZvy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uDOBfUpZvy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uDOBfUpZvy .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uDOBfUpZvy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-uDOBfUpZvy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uDOBfUpZvy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDOBfUpZvy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uDOBfUpZvy .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uDOBfUpZvy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-uDOBfUpZvy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDOBfUpZvy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uDOBfUpZvy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDOBfUpZvy .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uDOBfUpZvy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uDOBfUpZvy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uDOBfUpZvy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uDOBfUpZvy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uDOBfUpZvy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uDOBfUpZvy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uDOBfUpZvy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uDOBfUpZvy button.navbar-toggler:focus {
  outline: none;
}
.cid-uDOBfUpZvy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uDOBfUpZvy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDOBfUpZvy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOBfUpZvy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOBfUpZvy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDOBfUpZvy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOBfUpZvy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDOBfUpZvy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDOBfUpZvy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOBfUpZvy .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDOBfUpZvy .collapsed .btn {
  display: -webkit-flex;
}
.cid-uDOBfUpZvy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uDOBfUpZvy .collapsed .navbar-collapse.collapsing,
.cid-uDOBfUpZvy .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uDOBfUpZvy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uDOBfUpZvy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uDOBfUpZvy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uDOBfUpZvy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uDOBfUpZvy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uDOBfUpZvy .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uDOBfUpZvy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uDOBfUpZvy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uDOBfUpZvy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uDOBfUpZvy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uDOBfUpZvy .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-uDOBfUpZvy .collapsed button.navbar-toggler {
  display: block;
}
.cid-uDOBfUpZvy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uDOBfUpZvy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDOBfUpZvy .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uDOBfUpZvy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uDOBfUpZvy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uDOBfUpZvy .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uDOBfUpZvy.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDOBfUpZvy img {
    height: 3.8rem !important;
  }
  .cid-uDOBfUpZvy .btn {
    display: -webkit-flex;
  }
  .cid-uDOBfUpZvy button.navbar-toggler {
    display: block;
  }
  .cid-uDOBfUpZvy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uDOBfUpZvy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDOBfUpZvy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uDOBfUpZvy .navbar-collapse.collapsing,
  .cid-uDOBfUpZvy .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-uDOBfUpZvy .navbar-collapse.collapsing .navbar-nav,
  .cid-uDOBfUpZvy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uDOBfUpZvy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uDOBfUpZvy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uDOBfUpZvy .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uDOBfUpZvy .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDOBfUpZvy .navbar-collapse.collapsing .navbar-buttons,
  .cid-uDOBfUpZvy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uDOBfUpZvy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uDOBfUpZvy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDOBfUpZvy .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uDOBfUpZvy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uDOBfUpZvy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uDOBfUpZvy .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-uDOBfUpZvy .nav-link {
    justify-content: start!important;
  }
  .cid-uDOBfUpZvy .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uDOBfUpZvy .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-uDOBfUpZvy .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-uDOBfUpZvy .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uDOBfUpZvy .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uDOBfUpZvy .nav-link:hover,
.cid-uDOBfUpZvy .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-uDOBfUpZvy .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-uDOBfUpZvy .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uDOBfUOv6N {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/banc-de-scie-945x2099.jpg");
}
.cid-uDOBfUOv6N .row {
  justify-content: flex-end;
}
.cid-uDOBfUOv6N .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-uDOBfUOv6N .block {
  background-color: #ffda00;
}
.cid-uDOBfUOv6N img {
  width: 100%;
}
.cid-uDOBfUOv6N .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-uDOBfUOv6N .content {
  max-width: 600px;
}
.cid-uDOBfUOv6N h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uDOBfUOv6N .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uDOBfUOv6N h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uDOBfUOv6N .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uDOBfUOv6N h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-uDOBfUOv6N .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-uDOBfV86Jh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-uDOBfV86Jh .container {
  max-width: 1500px;
}
.cid-uDOBfV86Jh img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uDOBfV86Jh img:hover {
  transform: scale(1.1);
}
.cid-uDOBfV86Jh .row {
  background: #ffffff;
}
.cid-uDOBfV86Jh .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-uDOBfV86Jh h2 {
  padding: 0;
  margin: 0;
}
.cid-uDOBfV86Jh .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDOBfV86Jh .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-uDOBfV86Jh .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-uDOBfV86Jh .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-uDOBfV86Jh .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uDOBfV86Jh .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uDOBfV86Jh .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uDOBfV86Jh .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-uDOBfV86Jh .row {
    margin: 0rem;
  }
  .cid-uDOBfV86Jh .text-col {
    padding: 2rem 1rem;
  }
  .cid-uDOBfV86Jh .number {
    margin-right: 2rem;
  }
  .cid-uDOBfV86Jh .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uDOBfV86Jh H2 {
  color: #333333;
}
.cid-uDOBfV86Jh .mbr-text {
  color: #767676;
}
.cid-uDOBfVs8Lg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uDOBfVs8Lg img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uDOBfVs8Lg img:hover {
  transform: scale(1.1);
}
.cid-uDOBfVs8Lg .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uDOBfVs8Lg h2 {
  padding: 0;
  margin: 0;
}
.cid-uDOBfVs8Lg .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDOBfVs8Lg .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-uDOBfVs8Lg .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-uDOBfVs8Lg .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-uDOBfVs8Lg .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-uDOBfVs8Lg .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-uDOBfVs8Lg .mbr-iconfont {
  margin: 0!important;
}
.cid-uDOBfVs8Lg .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uDOBfVs8Lg .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uDOBfVs8Lg .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-uDOBfVs8Lg .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-uDOBfVs8Lg .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uDOBfVs8Lg H2 {
  color: #333333;
}
.cid-uDOBfVs8Lg .mbr-text {
  color: #767676;
}
.cid-uDOBfVKzZe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uDOBfVKzZe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDOBfVKzZe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDOBfVKzZe .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uDOBfVKzZe .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDOBfVKzZe .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDOBfVKzZe .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uDOBfVKzZe .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uDOBfVKzZe .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uDOBfVKzZe .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDOBfVKzZe .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDOBfVKzZe .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDOBfVKzZe .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uDOBfVKzZe .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uDOBfW3ju7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-uDOBfW3ju7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uDOBfW3ju7 input,
.cid-uDOBfW3ju7 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-uDOBfW3ju7 input:focus,
.cid-uDOBfW3ju7 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uDOBfW3ju7 .form-control,
.cid-uDOBfW3ju7 .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDOBfW3ju7 .form-control:hover,
.cid-uDOBfW3ju7 .field-input:hover,
.cid-uDOBfW3ju7 .form-control:focus,
.cid-uDOBfW3ju7 .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDOBfW3ju7 input::-webkit-input-placeholder,
.cid-uDOBfW3ju7 textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-uDOBfW3ju7 input:-moz-placeholder,
.cid-uDOBfW3ju7 textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-uDOBfW3ju7 .jq-selectbox li,
.cid-uDOBfW3ju7 .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDOBfW3ju7 .jq-selectbox li:hover,
.cid-uDOBfW3ju7 .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDOBfW3ju7 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDOBfW3ju7 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDOBfW3ju7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDOBfW3ju7 .mbr-form {
  max-width: 450px;
}
.cid-uDOBfW3ju7 textarea {
  min-height: 150px;
}
.cid-uDOBfW3ju7 .mbr-text {
  color: #cccccc;
}
.cid-uDOBfW3ju7 .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-uDOBfW3ju7 .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-uDOBfWHoyU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDOBfWHoyU img {
  width: 40px;
  margin-right: 1rem;
}
.cid-uDOBfWHoyU .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uDOBfWHoyU .row {
    margin: 0 2rem;
  }
}
.cid-uDOBfWHoyU .container {
  max-width: 1500px;
}
.cid-uDOBfWHoyU .form-control,
.cid-uDOBfWHoyU .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDOBfWHoyU .form-control:hover,
.cid-uDOBfWHoyU .field-input:hover,
.cid-uDOBfWHoyU .form-control:focus,
.cid-uDOBfWHoyU .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDOBfWHoyU input::-webkit-input-placeholder,
.cid-uDOBfWHoyU textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uDOBfWHoyU input:-moz-placeholder,
.cid-uDOBfWHoyU textarea:-moz-placeholder {
  color: #767676;
}
.cid-uDOBfWHoyU .jq-selectbox li,
.cid-uDOBfWHoyU .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDOBfWHoyU .jq-selectbox li:hover,
.cid-uDOBfWHoyU .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDOBfWHoyU .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDOBfWHoyU .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDOBfWHoyU .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-uDOBfWHoyU .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-uDOBfWHoyU input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-uDOBfWHoyU .col,
.cid-uDOBfWHoyU .col-auto {
  padding: 0;
}
.cid-uDOBfWHoyU .form-group {
  margin-bottom: 0rem;
}
.cid-uDOBfWHoyU .items {
  color: #333333;
}
.cid-uDOBfWHoyU .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uDOBfWHoyU .col-md-6,
  .cid-uDOBfWHoyU .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDOBfWHoyU .navbar-brand {
    justify-content: center;
  }
  .cid-uDOBfWHoyU .row {
    margin: 0;
  }
}
.cid-uDOBfXeQFH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-uDOBfXeQFH .media-container-row .mbr-text {
  color: #333333;
}
.cid-uDOA9K6D9E .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uDOA9K6D9E .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-uDOA9K6D9E a {
  font-style: normal;
}
.cid-uDOA9K6D9E .show {
  overflow: visible;
}
.cid-uDOA9K6D9E .dropdown-menu {
  max-height: 400px;
}
.cid-uDOA9K6D9E .dropdown-item:active {
  background-color: transparent;
}
.cid-uDOA9K6D9E .nav-link {
  font-weight: 600!important;
}
.cid-uDOA9K6D9E .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uDOA9K6D9E .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-uDOA9K6D9E .nav-item:focus,
.cid-uDOA9K6D9E .nav-link:focus {
  outline: none;
}
.cid-uDOA9K6D9E .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDOA9K6D9E .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uDOA9K6D9E .menu-logo {
  margin-right: auto;
}
.cid-uDOA9K6D9E .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDOA9K6D9E .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uDOA9K6D9E .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-uDOA9K6D9E .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uDOA9K6D9E .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uDOA9K6D9E .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uDOA9K6D9E .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uDOA9K6D9E .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-uDOA9K6D9E .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uDOA9K6D9E .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDOA9K6D9E .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uDOA9K6D9E .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uDOA9K6D9E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-uDOA9K6D9E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDOA9K6D9E .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uDOA9K6D9E .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDOA9K6D9E .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uDOA9K6D9E .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uDOA9K6D9E .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uDOA9K6D9E .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uDOA9K6D9E .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uDOA9K6D9E .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uDOA9K6D9E .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uDOA9K6D9E button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uDOA9K6D9E button.navbar-toggler:focus {
  outline: none;
}
.cid-uDOA9K6D9E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uDOA9K6D9E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDOA9K6D9E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOA9K6D9E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOA9K6D9E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDOA9K6D9E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOA9K6D9E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDOA9K6D9E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDOA9K6D9E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOA9K6D9E .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDOA9K6D9E .collapsed .btn {
  display: -webkit-flex;
}
.cid-uDOA9K6D9E .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uDOA9K6D9E .collapsed .navbar-collapse.collapsing,
.cid-uDOA9K6D9E .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uDOA9K6D9E .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uDOA9K6D9E .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uDOA9K6D9E .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uDOA9K6D9E .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uDOA9K6D9E .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uDOA9K6D9E .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uDOA9K6D9E .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uDOA9K6D9E .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uDOA9K6D9E .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uDOA9K6D9E .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uDOA9K6D9E .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-uDOA9K6D9E .collapsed button.navbar-toggler {
  display: block;
}
.cid-uDOA9K6D9E .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uDOA9K6D9E .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDOA9K6D9E .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uDOA9K6D9E .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uDOA9K6D9E .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uDOA9K6D9E .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uDOA9K6D9E.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDOA9K6D9E img {
    height: 3.8rem !important;
  }
  .cid-uDOA9K6D9E .btn {
    display: -webkit-flex;
  }
  .cid-uDOA9K6D9E button.navbar-toggler {
    display: block;
  }
  .cid-uDOA9K6D9E .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uDOA9K6D9E .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDOA9K6D9E .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uDOA9K6D9E .navbar-collapse.collapsing,
  .cid-uDOA9K6D9E .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-uDOA9K6D9E .navbar-collapse.collapsing .navbar-nav,
  .cid-uDOA9K6D9E .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uDOA9K6D9E .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uDOA9K6D9E .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uDOA9K6D9E .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uDOA9K6D9E .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDOA9K6D9E .navbar-collapse.collapsing .navbar-buttons,
  .cid-uDOA9K6D9E .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uDOA9K6D9E .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uDOA9K6D9E .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDOA9K6D9E .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uDOA9K6D9E .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uDOA9K6D9E .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uDOA9K6D9E .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-uDOA9K6D9E .nav-link {
    justify-content: start!important;
  }
  .cid-uDOA9K6D9E .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uDOA9K6D9E .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-uDOA9K6D9E .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-uDOA9K6D9E .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uDOA9K6D9E .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uDOA9K6D9E .nav-link:hover,
.cid-uDOA9K6D9E .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-uDOA9K6D9E .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-uDOA9K6D9E .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uDOA9Ku06I {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/decoupe-laser-trumpf-fibre-4kw-2000x900.jpg");
}
.cid-uDOA9Ku06I .row {
  justify-content: flex-end;
}
.cid-uDOA9Ku06I .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-uDOA9Ku06I .block {
  background-color: #ffda00;
}
.cid-uDOA9Ku06I img {
  width: 100%;
}
.cid-uDOA9Ku06I .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-uDOA9Ku06I .content {
  max-width: 600px;
}
.cid-uDOA9Ku06I h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uDOA9Ku06I .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uDOA9Ku06I h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uDOA9Ku06I .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uDOA9Ku06I h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-uDOA9Ku06I .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-uDOA9KOSXY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-uDOA9KOSXY .container {
  max-width: 1500px;
}
.cid-uDOA9KOSXY img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uDOA9KOSXY img:hover {
  transform: scale(1.1);
}
.cid-uDOA9KOSXY .row {
  background: #ffffff;
}
.cid-uDOA9KOSXY .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-uDOA9KOSXY h2 {
  padding: 0;
  margin: 0;
}
.cid-uDOA9KOSXY .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDOA9KOSXY .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-uDOA9KOSXY .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-uDOA9KOSXY .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-uDOA9KOSXY .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uDOA9KOSXY .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uDOA9KOSXY .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uDOA9KOSXY .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-uDOA9KOSXY .row {
    margin: 0rem;
  }
  .cid-uDOA9KOSXY .text-col {
    padding: 2rem 1rem;
  }
  .cid-uDOA9KOSXY .number {
    margin-right: 2rem;
  }
  .cid-uDOA9KOSXY .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uDOA9KOSXY H2 {
  color: #333333;
}
.cid-uDOA9KOSXY .mbr-text {
  color: #767676;
}
.cid-uDOA9L7u3Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uDOA9L7u3Y img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uDOA9L7u3Y img:hover {
  transform: scale(1.1);
}
.cid-uDOA9L7u3Y .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uDOA9L7u3Y h2 {
  padding: 0;
  margin: 0;
}
.cid-uDOA9L7u3Y .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDOA9L7u3Y .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-uDOA9L7u3Y .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-uDOA9L7u3Y .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-uDOA9L7u3Y .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-uDOA9L7u3Y .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-uDOA9L7u3Y .mbr-iconfont {
  margin: 0!important;
}
.cid-uDOA9L7u3Y .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uDOA9L7u3Y .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uDOA9L7u3Y .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-uDOA9L7u3Y .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-uDOA9L7u3Y .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uDOA9L7u3Y H2 {
  color: #333333;
}
.cid-uDOA9L7u3Y .mbr-text {
  color: #767676;
}
.cid-uDOA9LqUwG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uDOA9LqUwG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDOA9LqUwG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDOA9LqUwG .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uDOA9LqUwG .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDOA9LqUwG .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDOA9LqUwG .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uDOA9LqUwG .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uDOA9LqUwG .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uDOA9LqUwG .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDOA9LqUwG .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDOA9LqUwG .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDOA9LqUwG .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uDOA9LqUwG .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uDOA9LID19 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-uDOA9LID19 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uDOA9LID19 input,
.cid-uDOA9LID19 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-uDOA9LID19 input:focus,
.cid-uDOA9LID19 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uDOA9LID19 .form-control,
.cid-uDOA9LID19 .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDOA9LID19 .form-control:hover,
.cid-uDOA9LID19 .field-input:hover,
.cid-uDOA9LID19 .form-control:focus,
.cid-uDOA9LID19 .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDOA9LID19 input::-webkit-input-placeholder,
.cid-uDOA9LID19 textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-uDOA9LID19 input:-moz-placeholder,
.cid-uDOA9LID19 textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-uDOA9LID19 .jq-selectbox li,
.cid-uDOA9LID19 .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDOA9LID19 .jq-selectbox li:hover,
.cid-uDOA9LID19 .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDOA9LID19 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDOA9LID19 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDOA9LID19 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDOA9LID19 .mbr-form {
  max-width: 450px;
}
.cid-uDOA9LID19 textarea {
  min-height: 150px;
}
.cid-uDOA9LID19 .mbr-text {
  color: #cccccc;
}
.cid-uDOA9LID19 .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-uDOA9LID19 .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-uDOA9M2uY8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDOA9M2uY8 img {
  width: 40px;
  margin-right: 1rem;
}
.cid-uDOA9M2uY8 .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uDOA9M2uY8 .row {
    margin: 0 2rem;
  }
}
.cid-uDOA9M2uY8 .container {
  max-width: 1500px;
}
.cid-uDOA9M2uY8 .form-control,
.cid-uDOA9M2uY8 .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDOA9M2uY8 .form-control:hover,
.cid-uDOA9M2uY8 .field-input:hover,
.cid-uDOA9M2uY8 .form-control:focus,
.cid-uDOA9M2uY8 .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDOA9M2uY8 input::-webkit-input-placeholder,
.cid-uDOA9M2uY8 textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uDOA9M2uY8 input:-moz-placeholder,
.cid-uDOA9M2uY8 textarea:-moz-placeholder {
  color: #767676;
}
.cid-uDOA9M2uY8 .jq-selectbox li,
.cid-uDOA9M2uY8 .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDOA9M2uY8 .jq-selectbox li:hover,
.cid-uDOA9M2uY8 .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDOA9M2uY8 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDOA9M2uY8 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDOA9M2uY8 .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-uDOA9M2uY8 .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-uDOA9M2uY8 input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-uDOA9M2uY8 .col,
.cid-uDOA9M2uY8 .col-auto {
  padding: 0;
}
.cid-uDOA9M2uY8 .form-group {
  margin-bottom: 0rem;
}
.cid-uDOA9M2uY8 .items {
  color: #333333;
}
.cid-uDOA9M2uY8 .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uDOA9M2uY8 .col-md-6,
  .cid-uDOA9M2uY8 .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDOA9M2uY8 .navbar-brand {
    justify-content: center;
  }
  .cid-uDOA9M2uY8 .row {
    margin: 0;
  }
}
.cid-uDOA9MpsiF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-uDOA9MpsiF .media-container-row .mbr-text {
  color: #333333;
}
.cid-uDOL1jDiy5 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uDOL1jDiy5 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-uDOL1jDiy5 a {
  font-style: normal;
}
.cid-uDOL1jDiy5 .show {
  overflow: visible;
}
.cid-uDOL1jDiy5 .dropdown-menu {
  max-height: 400px;
}
.cid-uDOL1jDiy5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDOL1jDiy5 .nav-link {
  font-weight: 600!important;
}
.cid-uDOL1jDiy5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uDOL1jDiy5 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-uDOL1jDiy5 .nav-item:focus,
.cid-uDOL1jDiy5 .nav-link:focus {
  outline: none;
}
.cid-uDOL1jDiy5 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDOL1jDiy5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uDOL1jDiy5 .menu-logo {
  margin-right: auto;
}
.cid-uDOL1jDiy5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDOL1jDiy5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uDOL1jDiy5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-uDOL1jDiy5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uDOL1jDiy5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uDOL1jDiy5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uDOL1jDiy5 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uDOL1jDiy5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-uDOL1jDiy5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uDOL1jDiy5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDOL1jDiy5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uDOL1jDiy5 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uDOL1jDiy5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-uDOL1jDiy5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDOL1jDiy5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uDOL1jDiy5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDOL1jDiy5 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uDOL1jDiy5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uDOL1jDiy5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uDOL1jDiy5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uDOL1jDiy5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uDOL1jDiy5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uDOL1jDiy5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uDOL1jDiy5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uDOL1jDiy5 button.navbar-toggler:focus {
  outline: none;
}
.cid-uDOL1jDiy5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uDOL1jDiy5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDOL1jDiy5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOL1jDiy5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOL1jDiy5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDOL1jDiy5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOL1jDiy5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDOL1jDiy5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDOL1jDiy5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOL1jDiy5 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDOL1jDiy5 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uDOL1jDiy5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uDOL1jDiy5 .collapsed .navbar-collapse.collapsing,
.cid-uDOL1jDiy5 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uDOL1jDiy5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uDOL1jDiy5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uDOL1jDiy5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uDOL1jDiy5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uDOL1jDiy5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uDOL1jDiy5 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uDOL1jDiy5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uDOL1jDiy5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uDOL1jDiy5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uDOL1jDiy5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uDOL1jDiy5 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-uDOL1jDiy5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uDOL1jDiy5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uDOL1jDiy5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDOL1jDiy5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uDOL1jDiy5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uDOL1jDiy5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uDOL1jDiy5 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uDOL1jDiy5.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDOL1jDiy5 img {
    height: 3.8rem !important;
  }
  .cid-uDOL1jDiy5 .btn {
    display: -webkit-flex;
  }
  .cid-uDOL1jDiy5 button.navbar-toggler {
    display: block;
  }
  .cid-uDOL1jDiy5 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uDOL1jDiy5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDOL1jDiy5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uDOL1jDiy5 .navbar-collapse.collapsing,
  .cid-uDOL1jDiy5 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-uDOL1jDiy5 .navbar-collapse.collapsing .navbar-nav,
  .cid-uDOL1jDiy5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uDOL1jDiy5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uDOL1jDiy5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uDOL1jDiy5 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uDOL1jDiy5 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDOL1jDiy5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uDOL1jDiy5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uDOL1jDiy5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uDOL1jDiy5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDOL1jDiy5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uDOL1jDiy5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uDOL1jDiy5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uDOL1jDiy5 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-uDOL1jDiy5 .nav-link {
    justify-content: start!important;
  }
  .cid-uDOL1jDiy5 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uDOL1jDiy5 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-uDOL1jDiy5 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-uDOL1jDiy5 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uDOL1jDiy5 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uDOL1jDiy5 .nav-link:hover,
.cid-uDOL1jDiy5 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-uDOL1jDiy5 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-uDOL1jDiy5 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uDOL1k3iWs {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/machine-a-fabriquer-les-gaines-circulaires-2000x900.jpg");
}
.cid-uDOL1k3iWs .row {
  justify-content: flex-end;
}
.cid-uDOL1k3iWs .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-uDOL1k3iWs .block {
  background-color: #ffda00;
}
.cid-uDOL1k3iWs img {
  width: 100%;
}
.cid-uDOL1k3iWs .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-uDOL1k3iWs .content {
  max-width: 600px;
}
.cid-uDOL1k3iWs h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uDOL1k3iWs .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uDOL1k3iWs h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uDOL1k3iWs .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uDOL1k3iWs h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-uDOL1k3iWs .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-uDOL1knMWb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-uDOL1knMWb .container {
  max-width: 1500px;
}
.cid-uDOL1knMWb img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uDOL1knMWb img:hover {
  transform: scale(1.1);
}
.cid-uDOL1knMWb .row {
  background: #ffffff;
}
.cid-uDOL1knMWb .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-uDOL1knMWb h2 {
  padding: 0;
  margin: 0;
}
.cid-uDOL1knMWb .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDOL1knMWb .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-uDOL1knMWb .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-uDOL1knMWb .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-uDOL1knMWb .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uDOL1knMWb .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uDOL1knMWb .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uDOL1knMWb .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-uDOL1knMWb .row {
    margin: 0rem;
  }
  .cid-uDOL1knMWb .text-col {
    padding: 2rem 1rem;
  }
  .cid-uDOL1knMWb .number {
    margin-right: 2rem;
  }
  .cid-uDOL1knMWb .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uDOL1knMWb H2 {
  color: #333333;
}
.cid-uDOL1knMWb .mbr-text {
  color: #767676;
}
.cid-uDOL1kGPQd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uDOL1kGPQd img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uDOL1kGPQd img:hover {
  transform: scale(1.1);
}
.cid-uDOL1kGPQd .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uDOL1kGPQd h2 {
  padding: 0;
  margin: 0;
}
.cid-uDOL1kGPQd .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDOL1kGPQd .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-uDOL1kGPQd .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-uDOL1kGPQd .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-uDOL1kGPQd .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-uDOL1kGPQd .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-uDOL1kGPQd .mbr-iconfont {
  margin: 0!important;
}
.cid-uDOL1kGPQd .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uDOL1kGPQd .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uDOL1kGPQd .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-uDOL1kGPQd .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-uDOL1kGPQd .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uDOL1kGPQd H2 {
  color: #333333;
}
.cid-uDOL1kGPQd .mbr-text {
  color: #767676;
}
.cid-uDOL1kYyFX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uDOL1kYyFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDOL1kYyFX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDOL1kYyFX .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uDOL1kYyFX .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDOL1kYyFX .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDOL1kYyFX .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uDOL1kYyFX .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uDOL1kYyFX .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uDOL1kYyFX .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDOL1kYyFX .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDOL1kYyFX .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDOL1kYyFX .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uDOL1kYyFX .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uDOL1lgFJj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-uDOL1lgFJj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uDOL1lgFJj input,
.cid-uDOL1lgFJj textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-uDOL1lgFJj input:focus,
.cid-uDOL1lgFJj textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uDOL1lgFJj .form-control,
.cid-uDOL1lgFJj .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDOL1lgFJj .form-control:hover,
.cid-uDOL1lgFJj .field-input:hover,
.cid-uDOL1lgFJj .form-control:focus,
.cid-uDOL1lgFJj .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDOL1lgFJj input::-webkit-input-placeholder,
.cid-uDOL1lgFJj textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-uDOL1lgFJj input:-moz-placeholder,
.cid-uDOL1lgFJj textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-uDOL1lgFJj .jq-selectbox li,
.cid-uDOL1lgFJj .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDOL1lgFJj .jq-selectbox li:hover,
.cid-uDOL1lgFJj .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDOL1lgFJj .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDOL1lgFJj .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDOL1lgFJj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDOL1lgFJj .mbr-form {
  max-width: 450px;
}
.cid-uDOL1lgFJj textarea {
  min-height: 150px;
}
.cid-uDOL1lgFJj .mbr-text {
  color: #cccccc;
}
.cid-uDOL1lgFJj .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-uDOL1lgFJj .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-uDOL1lCVWK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDOL1lCVWK img {
  width: 40px;
  margin-right: 1rem;
}
.cid-uDOL1lCVWK .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uDOL1lCVWK .row {
    margin: 0 2rem;
  }
}
.cid-uDOL1lCVWK .container {
  max-width: 1500px;
}
.cid-uDOL1lCVWK .form-control,
.cid-uDOL1lCVWK .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDOL1lCVWK .form-control:hover,
.cid-uDOL1lCVWK .field-input:hover,
.cid-uDOL1lCVWK .form-control:focus,
.cid-uDOL1lCVWK .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDOL1lCVWK input::-webkit-input-placeholder,
.cid-uDOL1lCVWK textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uDOL1lCVWK input:-moz-placeholder,
.cid-uDOL1lCVWK textarea:-moz-placeholder {
  color: #767676;
}
.cid-uDOL1lCVWK .jq-selectbox li,
.cid-uDOL1lCVWK .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDOL1lCVWK .jq-selectbox li:hover,
.cid-uDOL1lCVWK .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDOL1lCVWK .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDOL1lCVWK .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDOL1lCVWK .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-uDOL1lCVWK .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-uDOL1lCVWK input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-uDOL1lCVWK .col,
.cid-uDOL1lCVWK .col-auto {
  padding: 0;
}
.cid-uDOL1lCVWK .form-group {
  margin-bottom: 0rem;
}
.cid-uDOL1lCVWK .items {
  color: #333333;
}
.cid-uDOL1lCVWK .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uDOL1lCVWK .col-md-6,
  .cid-uDOL1lCVWK .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDOL1lCVWK .navbar-brand {
    justify-content: center;
  }
  .cid-uDOL1lCVWK .row {
    margin: 0;
  }
}
.cid-uDOL1lYMVv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-uDOL1lYMVv .media-container-row .mbr-text {
  color: #333333;
}
.cid-uDOP2spg5v .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uDOP2spg5v .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-uDOP2spg5v a {
  font-style: normal;
}
.cid-uDOP2spg5v .show {
  overflow: visible;
}
.cid-uDOP2spg5v .dropdown-menu {
  max-height: 400px;
}
.cid-uDOP2spg5v .dropdown-item:active {
  background-color: transparent;
}
.cid-uDOP2spg5v .nav-link {
  font-weight: 600!important;
}
.cid-uDOP2spg5v .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uDOP2spg5v .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-uDOP2spg5v .nav-item:focus,
.cid-uDOP2spg5v .nav-link:focus {
  outline: none;
}
.cid-uDOP2spg5v .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDOP2spg5v .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uDOP2spg5v .menu-logo {
  margin-right: auto;
}
.cid-uDOP2spg5v .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDOP2spg5v .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uDOP2spg5v .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-uDOP2spg5v .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uDOP2spg5v .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uDOP2spg5v .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uDOP2spg5v .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uDOP2spg5v .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-uDOP2spg5v .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uDOP2spg5v .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDOP2spg5v .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uDOP2spg5v .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uDOP2spg5v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-uDOP2spg5v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDOP2spg5v .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uDOP2spg5v .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDOP2spg5v .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uDOP2spg5v .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uDOP2spg5v .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uDOP2spg5v .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uDOP2spg5v .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uDOP2spg5v .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uDOP2spg5v .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uDOP2spg5v button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uDOP2spg5v button.navbar-toggler:focus {
  outline: none;
}
.cid-uDOP2spg5v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uDOP2spg5v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDOP2spg5v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOP2spg5v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOP2spg5v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDOP2spg5v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOP2spg5v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDOP2spg5v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDOP2spg5v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOP2spg5v .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDOP2spg5v .collapsed .btn {
  display: -webkit-flex;
}
.cid-uDOP2spg5v .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uDOP2spg5v .collapsed .navbar-collapse.collapsing,
.cid-uDOP2spg5v .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uDOP2spg5v .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uDOP2spg5v .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uDOP2spg5v .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uDOP2spg5v .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uDOP2spg5v .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uDOP2spg5v .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uDOP2spg5v .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uDOP2spg5v .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uDOP2spg5v .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uDOP2spg5v .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uDOP2spg5v .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-uDOP2spg5v .collapsed button.navbar-toggler {
  display: block;
}
.cid-uDOP2spg5v .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uDOP2spg5v .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDOP2spg5v .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uDOP2spg5v .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uDOP2spg5v .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uDOP2spg5v .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uDOP2spg5v.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDOP2spg5v img {
    height: 3.8rem !important;
  }
  .cid-uDOP2spg5v .btn {
    display: -webkit-flex;
  }
  .cid-uDOP2spg5v button.navbar-toggler {
    display: block;
  }
  .cid-uDOP2spg5v .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uDOP2spg5v .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDOP2spg5v .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uDOP2spg5v .navbar-collapse.collapsing,
  .cid-uDOP2spg5v .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-uDOP2spg5v .navbar-collapse.collapsing .navbar-nav,
  .cid-uDOP2spg5v .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uDOP2spg5v .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uDOP2spg5v .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uDOP2spg5v .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uDOP2spg5v .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDOP2spg5v .navbar-collapse.collapsing .navbar-buttons,
  .cid-uDOP2spg5v .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uDOP2spg5v .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uDOP2spg5v .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDOP2spg5v .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uDOP2spg5v .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uDOP2spg5v .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uDOP2spg5v .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-uDOP2spg5v .nav-link {
    justify-content: start!important;
  }
  .cid-uDOP2spg5v .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uDOP2spg5v .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-uDOP2spg5v .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-uDOP2spg5v .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uDOP2spg5v .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uDOP2spg5v .nav-link:hover,
.cid-uDOP2spg5v .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-uDOP2spg5v .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-uDOP2spg5v .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uDOP2sPRid {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/poinconneuse-trumpf-trumatic-200r-2000x900.jpg");
}
.cid-uDOP2sPRid .row {
  justify-content: flex-end;
}
.cid-uDOP2sPRid .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-uDOP2sPRid .block {
  background-color: #ffda00;
}
.cid-uDOP2sPRid img {
  width: 100%;
}
.cid-uDOP2sPRid .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-uDOP2sPRid .content {
  max-width: 600px;
}
.cid-uDOP2sPRid h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uDOP2sPRid .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uDOP2sPRid h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uDOP2sPRid .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uDOP2sPRid h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-uDOP2sPRid .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-uDOP2t8kNM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-uDOP2t8kNM .container {
  max-width: 1500px;
}
.cid-uDOP2t8kNM img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uDOP2t8kNM img:hover {
  transform: scale(1.1);
}
.cid-uDOP2t8kNM .row {
  background: #ffffff;
}
.cid-uDOP2t8kNM .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-uDOP2t8kNM h2 {
  padding: 0;
  margin: 0;
}
.cid-uDOP2t8kNM .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDOP2t8kNM .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-uDOP2t8kNM .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-uDOP2t8kNM .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-uDOP2t8kNM .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uDOP2t8kNM .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uDOP2t8kNM .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uDOP2t8kNM .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-uDOP2t8kNM .row {
    margin: 0rem;
  }
  .cid-uDOP2t8kNM .text-col {
    padding: 2rem 1rem;
  }
  .cid-uDOP2t8kNM .number {
    margin-right: 2rem;
  }
  .cid-uDOP2t8kNM .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uDOP2t8kNM H2 {
  color: #333333;
}
.cid-uDOP2t8kNM .mbr-text {
  color: #767676;
}
.cid-uDOP2trnBo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uDOP2trnBo img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uDOP2trnBo img:hover {
  transform: scale(1.1);
}
.cid-uDOP2trnBo .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uDOP2trnBo h2 {
  padding: 0;
  margin: 0;
}
.cid-uDOP2trnBo .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDOP2trnBo .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-uDOP2trnBo .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-uDOP2trnBo .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-uDOP2trnBo .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-uDOP2trnBo .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-uDOP2trnBo .mbr-iconfont {
  margin: 0!important;
}
.cid-uDOP2trnBo .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uDOP2trnBo .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uDOP2trnBo .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-uDOP2trnBo .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-uDOP2trnBo .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uDOP2trnBo H2 {
  color: #333333;
}
.cid-uDOP2trnBo .mbr-text {
  color: #767676;
}
.cid-uDOP2tO43H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uDOP2tO43H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDOP2tO43H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDOP2tO43H .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uDOP2tO43H .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDOP2tO43H .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDOP2tO43H .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uDOP2tO43H .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uDOP2tO43H .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uDOP2tO43H .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDOP2tO43H .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDOP2tO43H .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDOP2tO43H .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uDOP2tO43H .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uDOP2u62Y2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-uDOP2u62Y2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uDOP2u62Y2 input,
.cid-uDOP2u62Y2 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-uDOP2u62Y2 input:focus,
.cid-uDOP2u62Y2 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uDOP2u62Y2 .form-control,
.cid-uDOP2u62Y2 .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDOP2u62Y2 .form-control:hover,
.cid-uDOP2u62Y2 .field-input:hover,
.cid-uDOP2u62Y2 .form-control:focus,
.cid-uDOP2u62Y2 .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDOP2u62Y2 input::-webkit-input-placeholder,
.cid-uDOP2u62Y2 textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-uDOP2u62Y2 input:-moz-placeholder,
.cid-uDOP2u62Y2 textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-uDOP2u62Y2 .jq-selectbox li,
.cid-uDOP2u62Y2 .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDOP2u62Y2 .jq-selectbox li:hover,
.cid-uDOP2u62Y2 .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDOP2u62Y2 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDOP2u62Y2 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDOP2u62Y2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDOP2u62Y2 .mbr-form {
  max-width: 450px;
}
.cid-uDOP2u62Y2 textarea {
  min-height: 150px;
}
.cid-uDOP2u62Y2 .mbr-text {
  color: #cccccc;
}
.cid-uDOP2u62Y2 .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-uDOP2u62Y2 .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-uDOP2uqiTN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDOP2uqiTN img {
  width: 40px;
  margin-right: 1rem;
}
.cid-uDOP2uqiTN .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uDOP2uqiTN .row {
    margin: 0 2rem;
  }
}
.cid-uDOP2uqiTN .container {
  max-width: 1500px;
}
.cid-uDOP2uqiTN .form-control,
.cid-uDOP2uqiTN .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDOP2uqiTN .form-control:hover,
.cid-uDOP2uqiTN .field-input:hover,
.cid-uDOP2uqiTN .form-control:focus,
.cid-uDOP2uqiTN .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDOP2uqiTN input::-webkit-input-placeholder,
.cid-uDOP2uqiTN textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uDOP2uqiTN input:-moz-placeholder,
.cid-uDOP2uqiTN textarea:-moz-placeholder {
  color: #767676;
}
.cid-uDOP2uqiTN .jq-selectbox li,
.cid-uDOP2uqiTN .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDOP2uqiTN .jq-selectbox li:hover,
.cid-uDOP2uqiTN .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDOP2uqiTN .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDOP2uqiTN .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDOP2uqiTN .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-uDOP2uqiTN .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-uDOP2uqiTN input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-uDOP2uqiTN .col,
.cid-uDOP2uqiTN .col-auto {
  padding: 0;
}
.cid-uDOP2uqiTN .form-group {
  margin-bottom: 0rem;
}
.cid-uDOP2uqiTN .items {
  color: #333333;
}
.cid-uDOP2uqiTN .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uDOP2uqiTN .col-md-6,
  .cid-uDOP2uqiTN .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDOP2uqiTN .navbar-brand {
    justify-content: center;
  }
  .cid-uDOP2uqiTN .row {
    margin: 0;
  }
}
.cid-uDOP2uL4PL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-uDOP2uL4PL .media-container-row .mbr-text {
  color: #333333;
}
.cid-uDORR4UFyi .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uDORR4UFyi .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-uDORR4UFyi a {
  font-style: normal;
}
.cid-uDORR4UFyi .show {
  overflow: visible;
}
.cid-uDORR4UFyi .dropdown-menu {
  max-height: 400px;
}
.cid-uDORR4UFyi .dropdown-item:active {
  background-color: transparent;
}
.cid-uDORR4UFyi .nav-link {
  font-weight: 600!important;
}
.cid-uDORR4UFyi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uDORR4UFyi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-uDORR4UFyi .nav-item:focus,
.cid-uDORR4UFyi .nav-link:focus {
  outline: none;
}
.cid-uDORR4UFyi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDORR4UFyi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uDORR4UFyi .menu-logo {
  margin-right: auto;
}
.cid-uDORR4UFyi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDORR4UFyi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uDORR4UFyi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-uDORR4UFyi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uDORR4UFyi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uDORR4UFyi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uDORR4UFyi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uDORR4UFyi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-uDORR4UFyi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uDORR4UFyi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDORR4UFyi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uDORR4UFyi .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uDORR4UFyi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-uDORR4UFyi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDORR4UFyi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uDORR4UFyi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDORR4UFyi .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uDORR4UFyi .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uDORR4UFyi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uDORR4UFyi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uDORR4UFyi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uDORR4UFyi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uDORR4UFyi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uDORR4UFyi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uDORR4UFyi button.navbar-toggler:focus {
  outline: none;
}
.cid-uDORR4UFyi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uDORR4UFyi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDORR4UFyi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDORR4UFyi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDORR4UFyi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDORR4UFyi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDORR4UFyi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDORR4UFyi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDORR4UFyi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDORR4UFyi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDORR4UFyi .collapsed .btn {
  display: -webkit-flex;
}
.cid-uDORR4UFyi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uDORR4UFyi .collapsed .navbar-collapse.collapsing,
.cid-uDORR4UFyi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uDORR4UFyi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uDORR4UFyi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uDORR4UFyi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uDORR4UFyi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uDORR4UFyi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uDORR4UFyi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uDORR4UFyi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uDORR4UFyi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uDORR4UFyi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uDORR4UFyi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uDORR4UFyi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-uDORR4UFyi .collapsed button.navbar-toggler {
  display: block;
}
.cid-uDORR4UFyi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uDORR4UFyi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDORR4UFyi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uDORR4UFyi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uDORR4UFyi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uDORR4UFyi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uDORR4UFyi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDORR4UFyi img {
    height: 3.8rem !important;
  }
  .cid-uDORR4UFyi .btn {
    display: -webkit-flex;
  }
  .cid-uDORR4UFyi button.navbar-toggler {
    display: block;
  }
  .cid-uDORR4UFyi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uDORR4UFyi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDORR4UFyi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uDORR4UFyi .navbar-collapse.collapsing,
  .cid-uDORR4UFyi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-uDORR4UFyi .navbar-collapse.collapsing .navbar-nav,
  .cid-uDORR4UFyi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uDORR4UFyi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uDORR4UFyi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uDORR4UFyi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uDORR4UFyi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDORR4UFyi .navbar-collapse.collapsing .navbar-buttons,
  .cid-uDORR4UFyi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uDORR4UFyi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uDORR4UFyi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDORR4UFyi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uDORR4UFyi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uDORR4UFyi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uDORR4UFyi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-uDORR4UFyi .nav-link {
    justify-content: start!important;
  }
  .cid-uDORR4UFyi .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uDORR4UFyi .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-uDORR4UFyi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-uDORR4UFyi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uDORR4UFyi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uDORR4UFyi .nav-link:hover,
.cid-uDORR4UFyi .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-uDORR4UFyi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-uDORR4UFyi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uDORR5iMSB {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/poste-a-souder-tig-877x1949.jpg");
}
.cid-uDORR5iMSB .row {
  justify-content: flex-end;
}
.cid-uDORR5iMSB .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-uDORR5iMSB .block {
  background-color: #ffda00;
}
.cid-uDORR5iMSB img {
  width: 100%;
}
.cid-uDORR5iMSB .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-uDORR5iMSB .content {
  max-width: 600px;
}
.cid-uDORR5iMSB h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uDORR5iMSB .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uDORR5iMSB h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uDORR5iMSB .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uDORR5iMSB h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-uDORR5iMSB .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-uDORR5B3z3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDORR5B3z3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDORR5B3z3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDORR5B3z3 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uDORR5B3z3 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uDORR5B3z3 .container {
    padding: 0 20px;
  }
}
.cid-uDORR5B3z3 .row {
  justify-content: space-between;
}
.cid-uDORR5B3z3 .card {
  justify-content: center;
}
.cid-uDORR5B3z3 .content-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uDORR5B3z3 .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uDORR5B3z3 .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-uDORR5B3z3 .content-wrapper .content-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uDORR5B3z3 .content-wrapper .content-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uDORR5B3z3 .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uDORR5B3z3 .content-wrapper .content-wrap .mbr-number {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uDORR5B3z3 .content-wrapper .content-wrap .mbr-number {
    margin-bottom: 40px;
  }
}
.cid-uDORR5B3z3 .content-wrapper .content-wrap .mbr-section-title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.cid-uDORR5B3z3 .content-wrapper .content-wrap .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #1e1d1c;
  opacity: .2;
}
@media (max-width: 992px) {
  .cid-uDORR5B3z3 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uDORR5B3z3 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uDORR5B3z3 .image-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uDORR5B3z3 .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uDORR5B3z3 .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uDORR5B3z3 .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDORR5B3z3 .image-wrapper img {
    height: 350px;
  }
}
.cid-uDORR5B3z3 .mbr-number {
  color: #1e1d1c;
}
.cid-uDORR5B3z3 .mbr-section-title {
  color: #1e1d1c;
}
.cid-uDORR5B3z3 .mbr-text {
  color: #1e1d1c;
}
.cid-uDORR5V4ib {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uDORR5V4ib img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uDORR5V4ib img:hover {
  transform: scale(1.1);
}
.cid-uDORR5V4ib .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uDORR5V4ib h2 {
  padding: 0;
  margin: 0;
}
.cid-uDORR5V4ib .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDORR5V4ib .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-uDORR5V4ib .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-uDORR5V4ib .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-uDORR5V4ib .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-uDORR5V4ib .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-uDORR5V4ib .mbr-iconfont {
  margin: 0!important;
}
.cid-uDORR5V4ib .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uDORR5V4ib .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uDORR5V4ib .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-uDORR5V4ib .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-uDORR5V4ib .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uDORR5V4ib H2 {
  color: #333333;
}
.cid-uDORR5V4ib .mbr-text {
  color: #767676;
}
.cid-uDORR6eJQZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uDORR6eJQZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDORR6eJQZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDORR6eJQZ .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uDORR6eJQZ .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDORR6eJQZ .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDORR6eJQZ .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uDORR6eJQZ .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uDORR6eJQZ .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uDORR6eJQZ .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDORR6eJQZ .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDORR6eJQZ .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDORR6eJQZ .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uDORR6eJQZ .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uDORR6xdi5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-uDORR6xdi5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uDORR6xdi5 input,
.cid-uDORR6xdi5 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-uDORR6xdi5 input:focus,
.cid-uDORR6xdi5 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uDORR6xdi5 .form-control,
.cid-uDORR6xdi5 .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDORR6xdi5 .form-control:hover,
.cid-uDORR6xdi5 .field-input:hover,
.cid-uDORR6xdi5 .form-control:focus,
.cid-uDORR6xdi5 .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDORR6xdi5 input::-webkit-input-placeholder,
.cid-uDORR6xdi5 textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-uDORR6xdi5 input:-moz-placeholder,
.cid-uDORR6xdi5 textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-uDORR6xdi5 .jq-selectbox li,
.cid-uDORR6xdi5 .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDORR6xdi5 .jq-selectbox li:hover,
.cid-uDORR6xdi5 .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDORR6xdi5 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDORR6xdi5 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDORR6xdi5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDORR6xdi5 .mbr-form {
  max-width: 450px;
}
.cid-uDORR6xdi5 textarea {
  min-height: 150px;
}
.cid-uDORR6xdi5 .mbr-text {
  color: #cccccc;
}
.cid-uDORR6xdi5 .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-uDORR6xdi5 .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-uDORR6SgVm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDORR6SgVm img {
  width: 40px;
  margin-right: 1rem;
}
.cid-uDORR6SgVm .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uDORR6SgVm .row {
    margin: 0 2rem;
  }
}
.cid-uDORR6SgVm .container {
  max-width: 1500px;
}
.cid-uDORR6SgVm .form-control,
.cid-uDORR6SgVm .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDORR6SgVm .form-control:hover,
.cid-uDORR6SgVm .field-input:hover,
.cid-uDORR6SgVm .form-control:focus,
.cid-uDORR6SgVm .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDORR6SgVm input::-webkit-input-placeholder,
.cid-uDORR6SgVm textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uDORR6SgVm input:-moz-placeholder,
.cid-uDORR6SgVm textarea:-moz-placeholder {
  color: #767676;
}
.cid-uDORR6SgVm .jq-selectbox li,
.cid-uDORR6SgVm .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDORR6SgVm .jq-selectbox li:hover,
.cid-uDORR6SgVm .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDORR6SgVm .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDORR6SgVm .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDORR6SgVm .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-uDORR6SgVm .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-uDORR6SgVm input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-uDORR6SgVm .col,
.cid-uDORR6SgVm .col-auto {
  padding: 0;
}
.cid-uDORR6SgVm .form-group {
  margin-bottom: 0rem;
}
.cid-uDORR6SgVm .items {
  color: #333333;
}
.cid-uDORR6SgVm .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uDORR6SgVm .col-md-6,
  .cid-uDORR6SgVm .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDORR6SgVm .navbar-brand {
    justify-content: center;
  }
  .cid-uDORR6SgVm .row {
    margin: 0;
  }
}
.cid-uDORR7ecqc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-uDORR7ecqc .media-container-row .mbr-text {
  color: #333333;
}
.cid-uDOROcq0V3 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uDOROcq0V3 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-uDOROcq0V3 a {
  font-style: normal;
}
.cid-uDOROcq0V3 .show {
  overflow: visible;
}
.cid-uDOROcq0V3 .dropdown-menu {
  max-height: 400px;
}
.cid-uDOROcq0V3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDOROcq0V3 .nav-link {
  font-weight: 600!important;
}
.cid-uDOROcq0V3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uDOROcq0V3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-uDOROcq0V3 .nav-item:focus,
.cid-uDOROcq0V3 .nav-link:focus {
  outline: none;
}
.cid-uDOROcq0V3 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDOROcq0V3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uDOROcq0V3 .menu-logo {
  margin-right: auto;
}
.cid-uDOROcq0V3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDOROcq0V3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uDOROcq0V3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-uDOROcq0V3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uDOROcq0V3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uDOROcq0V3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uDOROcq0V3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uDOROcq0V3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-uDOROcq0V3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uDOROcq0V3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDOROcq0V3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uDOROcq0V3 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uDOROcq0V3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-uDOROcq0V3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDOROcq0V3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uDOROcq0V3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDOROcq0V3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uDOROcq0V3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uDOROcq0V3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uDOROcq0V3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uDOROcq0V3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uDOROcq0V3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uDOROcq0V3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uDOROcq0V3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uDOROcq0V3 button.navbar-toggler:focus {
  outline: none;
}
.cid-uDOROcq0V3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uDOROcq0V3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDOROcq0V3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOROcq0V3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDOROcq0V3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDOROcq0V3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOROcq0V3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDOROcq0V3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDOROcq0V3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDOROcq0V3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDOROcq0V3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uDOROcq0V3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uDOROcq0V3 .collapsed .navbar-collapse.collapsing,
.cid-uDOROcq0V3 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uDOROcq0V3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uDOROcq0V3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uDOROcq0V3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uDOROcq0V3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uDOROcq0V3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uDOROcq0V3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uDOROcq0V3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uDOROcq0V3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uDOROcq0V3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uDOROcq0V3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uDOROcq0V3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-uDOROcq0V3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uDOROcq0V3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uDOROcq0V3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDOROcq0V3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uDOROcq0V3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uDOROcq0V3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uDOROcq0V3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uDOROcq0V3.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDOROcq0V3 img {
    height: 3.8rem !important;
  }
  .cid-uDOROcq0V3 .btn {
    display: -webkit-flex;
  }
  .cid-uDOROcq0V3 button.navbar-toggler {
    display: block;
  }
  .cid-uDOROcq0V3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uDOROcq0V3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDOROcq0V3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uDOROcq0V3 .navbar-collapse.collapsing,
  .cid-uDOROcq0V3 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-uDOROcq0V3 .navbar-collapse.collapsing .navbar-nav,
  .cid-uDOROcq0V3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uDOROcq0V3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uDOROcq0V3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uDOROcq0V3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uDOROcq0V3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDOROcq0V3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uDOROcq0V3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uDOROcq0V3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uDOROcq0V3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDOROcq0V3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uDOROcq0V3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uDOROcq0V3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uDOROcq0V3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-uDOROcq0V3 .nav-link {
    justify-content: start!important;
  }
  .cid-uDOROcq0V3 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uDOROcq0V3 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-uDOROcq0V3 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-uDOROcq0V3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uDOROcq0V3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uDOROcq0V3 .nav-link:hover,
.cid-uDOROcq0V3 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-uDOROcq0V3 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-uDOROcq0V3 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uDOROcPhrW {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/presse-hydraulique-a-emboutir-1001x2224.jpg");
}
.cid-uDOROcPhrW .row {
  justify-content: flex-end;
}
.cid-uDOROcPhrW .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-uDOROcPhrW .block {
  background-color: #ffda00;
}
.cid-uDOROcPhrW img {
  width: 100%;
}
.cid-uDOROcPhrW .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-uDOROcPhrW .content {
  max-width: 600px;
}
.cid-uDOROcPhrW h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uDOROcPhrW .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uDOROcPhrW h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uDOROcPhrW .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uDOROcPhrW h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-uDOROcPhrW .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-uDPznIkFeg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7fff7;
}
.cid-uDPznIkFeg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPznIkFeg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPznIkFeg .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe66d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDPznIkFeg .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDPznIkFeg .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDPznIkFeg .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uDPznIkFeg .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #fdfd96;
}
@media (max-width: 1200px) {
  .cid-uDPznIkFeg .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDPznIkFeg .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uDPznIkFeg .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDPznIkFeg .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDPznIkFeg .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDPznIkFeg .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uDPznIkFeg .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uDPznIkFeg .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uDPznIkFeg .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uDPznIkFeg .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uDPznIkFeg .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uDPznIkFeg .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uDPznIkFeg .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uDPznIkFeg .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDPznIkFeg .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uDPznIkFeg .mbr-section-title {
  color: #050f0f;
}
.cid-uDPznIkFeg .mbr-text {
  color: #050f0f;
}
.cid-uDPznIkFeg .mbr-section-btn {
  text-align: center;
}
.cid-uDPznIkFeg .icon-wrapper {
  text-align: right;
}
.cid-uDOROduJXt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uDOROduJXt img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uDOROduJXt img:hover {
  transform: scale(1.1);
}
.cid-uDOROduJXt .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uDOROduJXt h2 {
  padding: 0;
  margin: 0;
}
.cid-uDOROduJXt .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDOROduJXt .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-uDOROduJXt .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-uDOROduJXt .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-uDOROduJXt .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-uDOROduJXt .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-uDOROduJXt .mbr-iconfont {
  margin: 0!important;
}
.cid-uDOROduJXt .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uDOROduJXt .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uDOROduJXt .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-uDOROduJXt .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-uDOROduJXt .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uDOROduJXt H2 {
  color: #333333;
}
.cid-uDOROduJXt .mbr-text {
  color: #767676;
}
.cid-uDOROdNaGS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uDOROdNaGS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDOROdNaGS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDOROdNaGS .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uDOROdNaGS .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDOROdNaGS .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDOROdNaGS .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uDOROdNaGS .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uDOROdNaGS .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uDOROdNaGS .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDOROdNaGS .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDOROdNaGS .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDOROdNaGS .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uDOROdNaGS .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uDOROe7Yjo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-uDOROe7Yjo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uDOROe7Yjo input,
.cid-uDOROe7Yjo textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-uDOROe7Yjo input:focus,
.cid-uDOROe7Yjo textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uDOROe7Yjo .form-control,
.cid-uDOROe7Yjo .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDOROe7Yjo .form-control:hover,
.cid-uDOROe7Yjo .field-input:hover,
.cid-uDOROe7Yjo .form-control:focus,
.cid-uDOROe7Yjo .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDOROe7Yjo input::-webkit-input-placeholder,
.cid-uDOROe7Yjo textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-uDOROe7Yjo input:-moz-placeholder,
.cid-uDOROe7Yjo textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-uDOROe7Yjo .jq-selectbox li,
.cid-uDOROe7Yjo .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDOROe7Yjo .jq-selectbox li:hover,
.cid-uDOROe7Yjo .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDOROe7Yjo .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDOROe7Yjo .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDOROe7Yjo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDOROe7Yjo .mbr-form {
  max-width: 450px;
}
.cid-uDOROe7Yjo textarea {
  min-height: 150px;
}
.cid-uDOROe7Yjo .mbr-text {
  color: #cccccc;
}
.cid-uDOROe7Yjo .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-uDOROe7Yjo .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-uDOROes3v4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDOROes3v4 img {
  width: 40px;
  margin-right: 1rem;
}
.cid-uDOROes3v4 .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uDOROes3v4 .row {
    margin: 0 2rem;
  }
}
.cid-uDOROes3v4 .container {
  max-width: 1500px;
}
.cid-uDOROes3v4 .form-control,
.cid-uDOROes3v4 .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDOROes3v4 .form-control:hover,
.cid-uDOROes3v4 .field-input:hover,
.cid-uDOROes3v4 .form-control:focus,
.cid-uDOROes3v4 .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDOROes3v4 input::-webkit-input-placeholder,
.cid-uDOROes3v4 textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uDOROes3v4 input:-moz-placeholder,
.cid-uDOROes3v4 textarea:-moz-placeholder {
  color: #767676;
}
.cid-uDOROes3v4 .jq-selectbox li,
.cid-uDOROes3v4 .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDOROes3v4 .jq-selectbox li:hover,
.cid-uDOROes3v4 .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDOROes3v4 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDOROes3v4 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDOROes3v4 .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-uDOROes3v4 .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-uDOROes3v4 input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-uDOROes3v4 .col,
.cid-uDOROes3v4 .col-auto {
  padding: 0;
}
.cid-uDOROes3v4 .form-group {
  margin-bottom: 0rem;
}
.cid-uDOROes3v4 .items {
  color: #333333;
}
.cid-uDOROes3v4 .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uDOROes3v4 .col-md-6,
  .cid-uDOROes3v4 .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDOROes3v4 .navbar-brand {
    justify-content: center;
  }
  .cid-uDOROes3v4 .row {
    margin: 0;
  }
}
.cid-uDOROeQ6as {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-uDOROeQ6as .media-container-row .mbr-text {
  color: #333333;
}
.cid-uDPzlGP0EC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uDPzlGP0EC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPzlGP0EC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPzlGP0EC .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe66d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDPzlGP0EC .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDPzlGP0EC .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDPzlGP0EC .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uDPzlGP0EC .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #fdfd96;
}
@media (max-width: 1200px) {
  .cid-uDPzlGP0EC .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDPzlGP0EC .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uDPzlGP0EC .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDPzlGP0EC .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDPzlGP0EC .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDPzlGP0EC .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uDPzlGP0EC .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uDPzlGP0EC .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uDPzlGP0EC .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uDPzlGP0EC .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uDPzlGP0EC .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uDPzlGP0EC .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uDPzlGP0EC .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uDPzlGP0EC .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDPzlGP0EC .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uDPzlGP0EC .mbr-section-title {
  color: #050f0f;
}
.cid-uDPzlGP0EC .mbr-text {
  color: #050f0f;
}
.cid-uDPzlGP0EC .mbr-section-btn {
  text-align: center;
}
.cid-uDPzlGP0EC .icon-wrapper {
  text-align: right;
}
.cid-uDPB82oMmv .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uDPB82oMmv .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-uDPB82oMmv a {
  font-style: normal;
}
.cid-uDPB82oMmv .show {
  overflow: visible;
}
.cid-uDPB82oMmv .dropdown-menu {
  max-height: 400px;
}
.cid-uDPB82oMmv .dropdown-item:active {
  background-color: transparent;
}
.cid-uDPB82oMmv .nav-link {
  font-weight: 600!important;
}
.cid-uDPB82oMmv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uDPB82oMmv .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-uDPB82oMmv .nav-item:focus,
.cid-uDPB82oMmv .nav-link:focus {
  outline: none;
}
.cid-uDPB82oMmv .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDPB82oMmv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uDPB82oMmv .menu-logo {
  margin-right: auto;
}
.cid-uDPB82oMmv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDPB82oMmv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uDPB82oMmv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-uDPB82oMmv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uDPB82oMmv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uDPB82oMmv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uDPB82oMmv .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uDPB82oMmv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-uDPB82oMmv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uDPB82oMmv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDPB82oMmv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uDPB82oMmv .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uDPB82oMmv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-uDPB82oMmv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDPB82oMmv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uDPB82oMmv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDPB82oMmv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uDPB82oMmv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uDPB82oMmv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uDPB82oMmv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uDPB82oMmv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uDPB82oMmv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uDPB82oMmv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uDPB82oMmv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uDPB82oMmv button.navbar-toggler:focus {
  outline: none;
}
.cid-uDPB82oMmv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uDPB82oMmv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDPB82oMmv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDPB82oMmv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDPB82oMmv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDPB82oMmv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDPB82oMmv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDPB82oMmv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDPB82oMmv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDPB82oMmv .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDPB82oMmv .collapsed .btn {
  display: -webkit-flex;
}
.cid-uDPB82oMmv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uDPB82oMmv .collapsed .navbar-collapse.collapsing,
.cid-uDPB82oMmv .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uDPB82oMmv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uDPB82oMmv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uDPB82oMmv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uDPB82oMmv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uDPB82oMmv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uDPB82oMmv .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uDPB82oMmv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uDPB82oMmv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uDPB82oMmv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uDPB82oMmv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uDPB82oMmv .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-uDPB82oMmv .collapsed button.navbar-toggler {
  display: block;
}
.cid-uDPB82oMmv .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uDPB82oMmv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDPB82oMmv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uDPB82oMmv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uDPB82oMmv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uDPB82oMmv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uDPB82oMmv.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDPB82oMmv img {
    height: 3.8rem !important;
  }
  .cid-uDPB82oMmv .btn {
    display: -webkit-flex;
  }
  .cid-uDPB82oMmv button.navbar-toggler {
    display: block;
  }
  .cid-uDPB82oMmv .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uDPB82oMmv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDPB82oMmv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uDPB82oMmv .navbar-collapse.collapsing,
  .cid-uDPB82oMmv .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-uDPB82oMmv .navbar-collapse.collapsing .navbar-nav,
  .cid-uDPB82oMmv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uDPB82oMmv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uDPB82oMmv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uDPB82oMmv .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uDPB82oMmv .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDPB82oMmv .navbar-collapse.collapsing .navbar-buttons,
  .cid-uDPB82oMmv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uDPB82oMmv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uDPB82oMmv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDPB82oMmv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uDPB82oMmv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uDPB82oMmv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uDPB82oMmv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-uDPB82oMmv .nav-link {
    justify-content: start!important;
  }
  .cid-uDPB82oMmv .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uDPB82oMmv .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-uDPB82oMmv .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-uDPB82oMmv .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uDPB82oMmv .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uDPB82oMmv .nav-link:hover,
.cid-uDPB82oMmv .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-uDPB82oMmv .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-uDPB82oMmv .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uDPB82V06c {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/presse-plieuse-trubend-5050-1050x2334.jpg");
}
.cid-uDPB82V06c .row {
  justify-content: flex-end;
}
.cid-uDPB82V06c .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-uDPB82V06c .block {
  background-color: #ffda00;
}
.cid-uDPB82V06c img {
  width: 100%;
}
.cid-uDPB82V06c .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-uDPB82V06c .content {
  max-width: 600px;
}
.cid-uDPB82V06c h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uDPB82V06c .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uDPB82V06c h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPB82V06c .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uDPB82V06c h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-uDPB82V06c .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-uDPB83fuYA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7fff7;
}
.cid-uDPB83fuYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPB83fuYA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPB83fuYA .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe66d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDPB83fuYA .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDPB83fuYA .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDPB83fuYA .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uDPB83fuYA .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #fdfd96;
}
@media (max-width: 1200px) {
  .cid-uDPB83fuYA .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDPB83fuYA .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uDPB83fuYA .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDPB83fuYA .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDPB83fuYA .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDPB83fuYA .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uDPB83fuYA .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uDPB83fuYA .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uDPB83fuYA .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uDPB83fuYA .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uDPB83fuYA .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uDPB83fuYA .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uDPB83fuYA .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uDPB83fuYA .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDPB83fuYA .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uDPB83fuYA .mbr-section-title {
  color: #050f0f;
}
.cid-uDPB83fuYA .mbr-text {
  color: #050f0f;
}
.cid-uDPB83fuYA .mbr-section-btn {
  text-align: center;
}
.cid-uDPB83fuYA .icon-wrapper {
  text-align: right;
}
.cid-uDPB83ATCk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uDPB83ATCk img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uDPB83ATCk img:hover {
  transform: scale(1.1);
}
.cid-uDPB83ATCk .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uDPB83ATCk h2 {
  padding: 0;
  margin: 0;
}
.cid-uDPB83ATCk .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDPB83ATCk .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-uDPB83ATCk .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-uDPB83ATCk .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-uDPB83ATCk .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-uDPB83ATCk .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-uDPB83ATCk .mbr-iconfont {
  margin: 0!important;
}
.cid-uDPB83ATCk .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uDPB83ATCk .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPB83ATCk .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-uDPB83ATCk .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-uDPB83ATCk .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uDPB83ATCk H2 {
  color: #333333;
}
.cid-uDPB83ATCk .mbr-text {
  color: #767676;
}
.cid-uDPB83SZAg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uDPB83SZAg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPB83SZAg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPB83SZAg .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uDPB83SZAg .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDPB83SZAg .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDPB83SZAg .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uDPB83SZAg .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uDPB83SZAg .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uDPB83SZAg .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDPB83SZAg .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDPB83SZAg .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDPB83SZAg .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uDPB83SZAg .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uDPB84bGls {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-uDPB84bGls .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uDPB84bGls input,
.cid-uDPB84bGls textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-uDPB84bGls input:focus,
.cid-uDPB84bGls textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uDPB84bGls .form-control,
.cid-uDPB84bGls .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDPB84bGls .form-control:hover,
.cid-uDPB84bGls .field-input:hover,
.cid-uDPB84bGls .form-control:focus,
.cid-uDPB84bGls .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDPB84bGls input::-webkit-input-placeholder,
.cid-uDPB84bGls textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-uDPB84bGls input:-moz-placeholder,
.cid-uDPB84bGls textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-uDPB84bGls .jq-selectbox li,
.cid-uDPB84bGls .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDPB84bGls .jq-selectbox li:hover,
.cid-uDPB84bGls .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDPB84bGls .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDPB84bGls .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDPB84bGls img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDPB84bGls .mbr-form {
  max-width: 450px;
}
.cid-uDPB84bGls textarea {
  min-height: 150px;
}
.cid-uDPB84bGls .mbr-text {
  color: #cccccc;
}
.cid-uDPB84bGls .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-uDPB84bGls .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-uDPB84zPdX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDPB84zPdX img {
  width: 40px;
  margin-right: 1rem;
}
.cid-uDPB84zPdX .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uDPB84zPdX .row {
    margin: 0 2rem;
  }
}
.cid-uDPB84zPdX .container {
  max-width: 1500px;
}
.cid-uDPB84zPdX .form-control,
.cid-uDPB84zPdX .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDPB84zPdX .form-control:hover,
.cid-uDPB84zPdX .field-input:hover,
.cid-uDPB84zPdX .form-control:focus,
.cid-uDPB84zPdX .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDPB84zPdX input::-webkit-input-placeholder,
.cid-uDPB84zPdX textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uDPB84zPdX input:-moz-placeholder,
.cid-uDPB84zPdX textarea:-moz-placeholder {
  color: #767676;
}
.cid-uDPB84zPdX .jq-selectbox li,
.cid-uDPB84zPdX .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDPB84zPdX .jq-selectbox li:hover,
.cid-uDPB84zPdX .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDPB84zPdX .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDPB84zPdX .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDPB84zPdX .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-uDPB84zPdX .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-uDPB84zPdX input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-uDPB84zPdX .col,
.cid-uDPB84zPdX .col-auto {
  padding: 0;
}
.cid-uDPB84zPdX .form-group {
  margin-bottom: 0rem;
}
.cid-uDPB84zPdX .items {
  color: #333333;
}
.cid-uDPB84zPdX .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uDPB84zPdX .col-md-6,
  .cid-uDPB84zPdX .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPB84zPdX .navbar-brand {
    justify-content: center;
  }
  .cid-uDPB84zPdX .row {
    margin: 0;
  }
}
.cid-uDPB8515gG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-uDPB8515gG .media-container-row .mbr-text {
  color: #333333;
}
.cid-uDPB85h7J1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uDPB85h7J1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPB85h7J1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPB85h7J1 .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe66d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDPB85h7J1 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDPB85h7J1 .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDPB85h7J1 .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uDPB85h7J1 .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #fdfd96;
}
@media (max-width: 1200px) {
  .cid-uDPB85h7J1 .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDPB85h7J1 .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uDPB85h7J1 .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDPB85h7J1 .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDPB85h7J1 .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDPB85h7J1 .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uDPB85h7J1 .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uDPB85h7J1 .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uDPB85h7J1 .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uDPB85h7J1 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uDPB85h7J1 .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uDPB85h7J1 .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uDPB85h7J1 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uDPB85h7J1 .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDPB85h7J1 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uDPB85h7J1 .mbr-section-title {
  color: #050f0f;
}
.cid-uDPB85h7J1 .mbr-text {
  color: #050f0f;
}
.cid-uDPB85h7J1 .mbr-section-btn {
  text-align: center;
}
.cid-uDPB85h7J1 .icon-wrapper {
  text-align: right;
}
.cid-uDPCDywEAf .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uDPCDywEAf .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-uDPCDywEAf a {
  font-style: normal;
}
.cid-uDPCDywEAf .show {
  overflow: visible;
}
.cid-uDPCDywEAf .dropdown-menu {
  max-height: 400px;
}
.cid-uDPCDywEAf .dropdown-item:active {
  background-color: transparent;
}
.cid-uDPCDywEAf .nav-link {
  font-weight: 600!important;
}
.cid-uDPCDywEAf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uDPCDywEAf .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-uDPCDywEAf .nav-item:focus,
.cid-uDPCDywEAf .nav-link:focus {
  outline: none;
}
.cid-uDPCDywEAf .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDPCDywEAf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uDPCDywEAf .menu-logo {
  margin-right: auto;
}
.cid-uDPCDywEAf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDPCDywEAf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uDPCDywEAf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-uDPCDywEAf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uDPCDywEAf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uDPCDywEAf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uDPCDywEAf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uDPCDywEAf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-uDPCDywEAf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uDPCDywEAf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDPCDywEAf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uDPCDywEAf .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uDPCDywEAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-uDPCDywEAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDPCDywEAf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uDPCDywEAf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDPCDywEAf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uDPCDywEAf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uDPCDywEAf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uDPCDywEAf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uDPCDywEAf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uDPCDywEAf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uDPCDywEAf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uDPCDywEAf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uDPCDywEAf button.navbar-toggler:focus {
  outline: none;
}
.cid-uDPCDywEAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uDPCDywEAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDPCDywEAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDPCDywEAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDPCDywEAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDPCDywEAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDPCDywEAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDPCDywEAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDPCDywEAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDPCDywEAf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDPCDywEAf .collapsed .btn {
  display: -webkit-flex;
}
.cid-uDPCDywEAf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uDPCDywEAf .collapsed .navbar-collapse.collapsing,
.cid-uDPCDywEAf .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uDPCDywEAf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uDPCDywEAf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uDPCDywEAf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uDPCDywEAf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uDPCDywEAf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uDPCDywEAf .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uDPCDywEAf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uDPCDywEAf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uDPCDywEAf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uDPCDywEAf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uDPCDywEAf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-uDPCDywEAf .collapsed button.navbar-toggler {
  display: block;
}
.cid-uDPCDywEAf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uDPCDywEAf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDPCDywEAf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uDPCDywEAf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uDPCDywEAf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uDPCDywEAf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uDPCDywEAf.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDPCDywEAf img {
    height: 3.8rem !important;
  }
  .cid-uDPCDywEAf .btn {
    display: -webkit-flex;
  }
  .cid-uDPCDywEAf button.navbar-toggler {
    display: block;
  }
  .cid-uDPCDywEAf .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uDPCDywEAf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDPCDywEAf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uDPCDywEAf .navbar-collapse.collapsing,
  .cid-uDPCDywEAf .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-uDPCDywEAf .navbar-collapse.collapsing .navbar-nav,
  .cid-uDPCDywEAf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uDPCDywEAf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uDPCDywEAf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uDPCDywEAf .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uDPCDywEAf .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDPCDywEAf .navbar-collapse.collapsing .navbar-buttons,
  .cid-uDPCDywEAf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uDPCDywEAf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uDPCDywEAf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDPCDywEAf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uDPCDywEAf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uDPCDywEAf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uDPCDywEAf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-uDPCDywEAf .nav-link {
    justify-content: start!important;
  }
  .cid-uDPCDywEAf .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uDPCDywEAf .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-uDPCDywEAf .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-uDPCDywEAf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uDPCDywEAf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uDPCDywEAf .nav-link:hover,
.cid-uDPCDywEAf .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-uDPCDywEAf .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-uDPCDywEAf .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uDPCDz3tkA {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/presse-plieuse-trumpf-trubend-5130-2000x1500.jpg");
}
.cid-uDPCDz3tkA .row {
  justify-content: flex-end;
}
.cid-uDPCDz3tkA .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-uDPCDz3tkA .block {
  background-color: #ffda00;
}
.cid-uDPCDz3tkA img {
  width: 100%;
}
.cid-uDPCDz3tkA .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-uDPCDz3tkA .content {
  max-width: 600px;
}
.cid-uDPCDz3tkA h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uDPCDz3tkA .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uDPCDz3tkA h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPCDz3tkA .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uDPCDz3tkA h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-uDPCDz3tkA .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-uDPCDzoXWS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7fff7;
}
.cid-uDPCDzoXWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPCDzoXWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPCDzoXWS .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe66d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDPCDzoXWS .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDPCDzoXWS .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDPCDzoXWS .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uDPCDzoXWS .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #fdfd96;
}
@media (max-width: 1200px) {
  .cid-uDPCDzoXWS .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDPCDzoXWS .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uDPCDzoXWS .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDPCDzoXWS .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDPCDzoXWS .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDPCDzoXWS .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uDPCDzoXWS .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uDPCDzoXWS .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uDPCDzoXWS .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uDPCDzoXWS .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uDPCDzoXWS .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uDPCDzoXWS .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uDPCDzoXWS .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uDPCDzoXWS .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDPCDzoXWS .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uDPCDzoXWS .mbr-section-title {
  color: #050f0f;
}
.cid-uDPCDzoXWS .mbr-text {
  color: #050f0f;
}
.cid-uDPCDzoXWS .mbr-section-btn {
  text-align: center;
}
.cid-uDPCDzoXWS .icon-wrapper {
  text-align: right;
}
.cid-uDPCDzKZUT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uDPCDzKZUT img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uDPCDzKZUT img:hover {
  transform: scale(1.1);
}
.cid-uDPCDzKZUT .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uDPCDzKZUT h2 {
  padding: 0;
  margin: 0;
}
.cid-uDPCDzKZUT .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDPCDzKZUT .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-uDPCDzKZUT .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-uDPCDzKZUT .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-uDPCDzKZUT .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-uDPCDzKZUT .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-uDPCDzKZUT .mbr-iconfont {
  margin: 0!important;
}
.cid-uDPCDzKZUT .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uDPCDzKZUT .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPCDzKZUT .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-uDPCDzKZUT .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-uDPCDzKZUT .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uDPCDzKZUT H2 {
  color: #333333;
}
.cid-uDPCDzKZUT .mbr-text {
  color: #767676;
}
.cid-uDPCDA1kS3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uDPCDA1kS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPCDA1kS3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPCDA1kS3 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uDPCDA1kS3 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDPCDA1kS3 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDPCDA1kS3 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uDPCDA1kS3 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uDPCDA1kS3 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uDPCDA1kS3 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDPCDA1kS3 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDPCDA1kS3 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDPCDA1kS3 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uDPCDA1kS3 .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uDPCDAkJ6R {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-uDPCDAkJ6R .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uDPCDAkJ6R input,
.cid-uDPCDAkJ6R textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-uDPCDAkJ6R input:focus,
.cid-uDPCDAkJ6R textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uDPCDAkJ6R .form-control,
.cid-uDPCDAkJ6R .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDPCDAkJ6R .form-control:hover,
.cid-uDPCDAkJ6R .field-input:hover,
.cid-uDPCDAkJ6R .form-control:focus,
.cid-uDPCDAkJ6R .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDPCDAkJ6R input::-webkit-input-placeholder,
.cid-uDPCDAkJ6R textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-uDPCDAkJ6R input:-moz-placeholder,
.cid-uDPCDAkJ6R textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-uDPCDAkJ6R .jq-selectbox li,
.cid-uDPCDAkJ6R .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDPCDAkJ6R .jq-selectbox li:hover,
.cid-uDPCDAkJ6R .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDPCDAkJ6R .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDPCDAkJ6R .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDPCDAkJ6R img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDPCDAkJ6R .mbr-form {
  max-width: 450px;
}
.cid-uDPCDAkJ6R textarea {
  min-height: 150px;
}
.cid-uDPCDAkJ6R .mbr-text {
  color: #cccccc;
}
.cid-uDPCDAkJ6R .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-uDPCDAkJ6R .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-uDPCDANGEG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDPCDANGEG img {
  width: 40px;
  margin-right: 1rem;
}
.cid-uDPCDANGEG .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uDPCDANGEG .row {
    margin: 0 2rem;
  }
}
.cid-uDPCDANGEG .container {
  max-width: 1500px;
}
.cid-uDPCDANGEG .form-control,
.cid-uDPCDANGEG .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDPCDANGEG .form-control:hover,
.cid-uDPCDANGEG .field-input:hover,
.cid-uDPCDANGEG .form-control:focus,
.cid-uDPCDANGEG .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDPCDANGEG input::-webkit-input-placeholder,
.cid-uDPCDANGEG textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uDPCDANGEG input:-moz-placeholder,
.cid-uDPCDANGEG textarea:-moz-placeholder {
  color: #767676;
}
.cid-uDPCDANGEG .jq-selectbox li,
.cid-uDPCDANGEG .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDPCDANGEG .jq-selectbox li:hover,
.cid-uDPCDANGEG .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDPCDANGEG .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDPCDANGEG .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDPCDANGEG .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-uDPCDANGEG .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-uDPCDANGEG input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-uDPCDANGEG .col,
.cid-uDPCDANGEG .col-auto {
  padding: 0;
}
.cid-uDPCDANGEG .form-group {
  margin-bottom: 0rem;
}
.cid-uDPCDANGEG .items {
  color: #333333;
}
.cid-uDPCDANGEG .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uDPCDANGEG .col-md-6,
  .cid-uDPCDANGEG .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPCDANGEG .navbar-brand {
    justify-content: center;
  }
  .cid-uDPCDANGEG .row {
    margin: 0;
  }
}
.cid-uDPCDB7IDW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-uDPCDB7IDW .media-container-row .mbr-text {
  color: #333333;
}
.cid-uDPCDBnNsD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uDPCDBnNsD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPCDBnNsD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPCDBnNsD .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe66d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDPCDBnNsD .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDPCDBnNsD .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDPCDBnNsD .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uDPCDBnNsD .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #fdfd96;
}
@media (max-width: 1200px) {
  .cid-uDPCDBnNsD .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDPCDBnNsD .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uDPCDBnNsD .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDPCDBnNsD .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDPCDBnNsD .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDPCDBnNsD .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uDPCDBnNsD .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uDPCDBnNsD .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uDPCDBnNsD .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uDPCDBnNsD .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uDPCDBnNsD .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uDPCDBnNsD .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uDPCDBnNsD .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uDPCDBnNsD .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDPCDBnNsD .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uDPCDBnNsD .mbr-section-title {
  color: #050f0f;
}
.cid-uDPCDBnNsD .mbr-text {
  color: #050f0f;
}
.cid-uDPCDBnNsD .mbr-section-btn {
  text-align: center;
}
.cid-uDPCDBnNsD .icon-wrapper {
  text-align: right;
}
.cid-uDPFTpOPZx .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uDPFTpOPZx .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-uDPFTpOPZx a {
  font-style: normal;
}
.cid-uDPFTpOPZx .show {
  overflow: visible;
}
.cid-uDPFTpOPZx .dropdown-menu {
  max-height: 400px;
}
.cid-uDPFTpOPZx .dropdown-item:active {
  background-color: transparent;
}
.cid-uDPFTpOPZx .nav-link {
  font-weight: 600!important;
}
.cid-uDPFTpOPZx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uDPFTpOPZx .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-uDPFTpOPZx .nav-item:focus,
.cid-uDPFTpOPZx .nav-link:focus {
  outline: none;
}
.cid-uDPFTpOPZx .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDPFTpOPZx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uDPFTpOPZx .menu-logo {
  margin-right: auto;
}
.cid-uDPFTpOPZx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDPFTpOPZx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uDPFTpOPZx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-uDPFTpOPZx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uDPFTpOPZx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uDPFTpOPZx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uDPFTpOPZx .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uDPFTpOPZx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-uDPFTpOPZx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uDPFTpOPZx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDPFTpOPZx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uDPFTpOPZx .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uDPFTpOPZx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-uDPFTpOPZx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDPFTpOPZx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uDPFTpOPZx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDPFTpOPZx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uDPFTpOPZx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uDPFTpOPZx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uDPFTpOPZx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uDPFTpOPZx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uDPFTpOPZx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uDPFTpOPZx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uDPFTpOPZx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uDPFTpOPZx button.navbar-toggler:focus {
  outline: none;
}
.cid-uDPFTpOPZx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uDPFTpOPZx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDPFTpOPZx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDPFTpOPZx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDPFTpOPZx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDPFTpOPZx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDPFTpOPZx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDPFTpOPZx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDPFTpOPZx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDPFTpOPZx .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDPFTpOPZx .collapsed .btn {
  display: -webkit-flex;
}
.cid-uDPFTpOPZx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uDPFTpOPZx .collapsed .navbar-collapse.collapsing,
.cid-uDPFTpOPZx .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uDPFTpOPZx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uDPFTpOPZx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uDPFTpOPZx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uDPFTpOPZx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uDPFTpOPZx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uDPFTpOPZx .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uDPFTpOPZx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uDPFTpOPZx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uDPFTpOPZx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uDPFTpOPZx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uDPFTpOPZx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-uDPFTpOPZx .collapsed button.navbar-toggler {
  display: block;
}
.cid-uDPFTpOPZx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uDPFTpOPZx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDPFTpOPZx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uDPFTpOPZx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uDPFTpOPZx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uDPFTpOPZx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uDPFTpOPZx.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDPFTpOPZx img {
    height: 3.8rem !important;
  }
  .cid-uDPFTpOPZx .btn {
    display: -webkit-flex;
  }
  .cid-uDPFTpOPZx button.navbar-toggler {
    display: block;
  }
  .cid-uDPFTpOPZx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uDPFTpOPZx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDPFTpOPZx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uDPFTpOPZx .navbar-collapse.collapsing,
  .cid-uDPFTpOPZx .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-uDPFTpOPZx .navbar-collapse.collapsing .navbar-nav,
  .cid-uDPFTpOPZx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uDPFTpOPZx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uDPFTpOPZx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uDPFTpOPZx .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uDPFTpOPZx .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDPFTpOPZx .navbar-collapse.collapsing .navbar-buttons,
  .cid-uDPFTpOPZx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uDPFTpOPZx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uDPFTpOPZx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDPFTpOPZx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uDPFTpOPZx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uDPFTpOPZx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uDPFTpOPZx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-uDPFTpOPZx .nav-link {
    justify-content: start!important;
  }
  .cid-uDPFTpOPZx .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uDPFTpOPZx .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-uDPFTpOPZx .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-uDPFTpOPZx .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uDPFTpOPZx .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uDPFTpOPZx .nav-link:hover,
.cid-uDPFTpOPZx .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-uDPFTpOPZx .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-uDPFTpOPZx .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uDPFTqfgVO {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/presse-plieuse-trumpf-v85-2000x900.jpg");
}
.cid-uDPFTqfgVO .row {
  justify-content: flex-end;
}
.cid-uDPFTqfgVO .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-uDPFTqfgVO .block {
  background-color: #ffda00;
}
.cid-uDPFTqfgVO img {
  width: 100%;
}
.cid-uDPFTqfgVO .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-uDPFTqfgVO .content {
  max-width: 600px;
}
.cid-uDPFTqfgVO h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uDPFTqfgVO .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uDPFTqfgVO h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPFTqfgVO .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uDPFTqfgVO h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-uDPFTqfgVO .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-uDPFTqF6xP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7fff7;
}
.cid-uDPFTqF6xP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPFTqF6xP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPFTqF6xP .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe66d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDPFTqF6xP .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDPFTqF6xP .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDPFTqF6xP .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uDPFTqF6xP .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #fdfd96;
}
@media (max-width: 1200px) {
  .cid-uDPFTqF6xP .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDPFTqF6xP .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uDPFTqF6xP .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDPFTqF6xP .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDPFTqF6xP .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDPFTqF6xP .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uDPFTqF6xP .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uDPFTqF6xP .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uDPFTqF6xP .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uDPFTqF6xP .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uDPFTqF6xP .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uDPFTqF6xP .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uDPFTqF6xP .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uDPFTqF6xP .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDPFTqF6xP .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uDPFTqF6xP .mbr-section-title {
  color: #050f0f;
}
.cid-uDPFTqF6xP .mbr-text {
  color: #050f0f;
}
.cid-uDPFTqF6xP .mbr-section-btn {
  text-align: center;
}
.cid-uDPFTqF6xP .icon-wrapper {
  text-align: right;
}
.cid-uDPFTr07Kp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uDPFTr07Kp img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uDPFTr07Kp img:hover {
  transform: scale(1.1);
}
.cid-uDPFTr07Kp .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uDPFTr07Kp h2 {
  padding: 0;
  margin: 0;
}
.cid-uDPFTr07Kp .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDPFTr07Kp .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-uDPFTr07Kp .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-uDPFTr07Kp .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-uDPFTr07Kp .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-uDPFTr07Kp .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-uDPFTr07Kp .mbr-iconfont {
  margin: 0!important;
}
.cid-uDPFTr07Kp .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uDPFTr07Kp .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPFTr07Kp .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-uDPFTr07Kp .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-uDPFTr07Kp .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uDPFTr07Kp H2 {
  color: #333333;
}
.cid-uDPFTr07Kp .mbr-text {
  color: #767676;
}
.cid-uDPFTrga9Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uDPFTrga9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPFTrga9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPFTrga9Q .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uDPFTrga9Q .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDPFTrga9Q .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDPFTrga9Q .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uDPFTrga9Q .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uDPFTrga9Q .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uDPFTrga9Q .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDPFTrga9Q .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDPFTrga9Q .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDPFTrga9Q .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uDPFTrga9Q .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uDPFTrwuCq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-uDPFTrwuCq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uDPFTrwuCq input,
.cid-uDPFTrwuCq textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-uDPFTrwuCq input:focus,
.cid-uDPFTrwuCq textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uDPFTrwuCq .form-control,
.cid-uDPFTrwuCq .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDPFTrwuCq .form-control:hover,
.cid-uDPFTrwuCq .field-input:hover,
.cid-uDPFTrwuCq .form-control:focus,
.cid-uDPFTrwuCq .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDPFTrwuCq input::-webkit-input-placeholder,
.cid-uDPFTrwuCq textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-uDPFTrwuCq input:-moz-placeholder,
.cid-uDPFTrwuCq textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-uDPFTrwuCq .jq-selectbox li,
.cid-uDPFTrwuCq .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDPFTrwuCq .jq-selectbox li:hover,
.cid-uDPFTrwuCq .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDPFTrwuCq .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDPFTrwuCq .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDPFTrwuCq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDPFTrwuCq .mbr-form {
  max-width: 450px;
}
.cid-uDPFTrwuCq textarea {
  min-height: 150px;
}
.cid-uDPFTrwuCq .mbr-text {
  color: #cccccc;
}
.cid-uDPFTrwuCq .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-uDPFTrwuCq .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-uDPFTrSqLZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDPFTrSqLZ img {
  width: 40px;
  margin-right: 1rem;
}
.cid-uDPFTrSqLZ .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uDPFTrSqLZ .row {
    margin: 0 2rem;
  }
}
.cid-uDPFTrSqLZ .container {
  max-width: 1500px;
}
.cid-uDPFTrSqLZ .form-control,
.cid-uDPFTrSqLZ .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDPFTrSqLZ .form-control:hover,
.cid-uDPFTrSqLZ .field-input:hover,
.cid-uDPFTrSqLZ .form-control:focus,
.cid-uDPFTrSqLZ .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDPFTrSqLZ input::-webkit-input-placeholder,
.cid-uDPFTrSqLZ textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uDPFTrSqLZ input:-moz-placeholder,
.cid-uDPFTrSqLZ textarea:-moz-placeholder {
  color: #767676;
}
.cid-uDPFTrSqLZ .jq-selectbox li,
.cid-uDPFTrSqLZ .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDPFTrSqLZ .jq-selectbox li:hover,
.cid-uDPFTrSqLZ .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDPFTrSqLZ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDPFTrSqLZ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDPFTrSqLZ .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-uDPFTrSqLZ .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-uDPFTrSqLZ input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-uDPFTrSqLZ .col,
.cid-uDPFTrSqLZ .col-auto {
  padding: 0;
}
.cid-uDPFTrSqLZ .form-group {
  margin-bottom: 0rem;
}
.cid-uDPFTrSqLZ .items {
  color: #333333;
}
.cid-uDPFTrSqLZ .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uDPFTrSqLZ .col-md-6,
  .cid-uDPFTrSqLZ .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPFTrSqLZ .navbar-brand {
    justify-content: center;
  }
  .cid-uDPFTrSqLZ .row {
    margin: 0;
  }
}
.cid-uDPFTsd5a6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-uDPFTsd5a6 .media-container-row .mbr-text {
  color: #333333;
}
.cid-uDPFTsvzDA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uDPFTsvzDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPFTsvzDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPFTsvzDA .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe66d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDPFTsvzDA .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDPFTsvzDA .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDPFTsvzDA .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uDPFTsvzDA .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #fdfd96;
}
@media (max-width: 1200px) {
  .cid-uDPFTsvzDA .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDPFTsvzDA .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uDPFTsvzDA .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDPFTsvzDA .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDPFTsvzDA .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDPFTsvzDA .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uDPFTsvzDA .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uDPFTsvzDA .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uDPFTsvzDA .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uDPFTsvzDA .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uDPFTsvzDA .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uDPFTsvzDA .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uDPFTsvzDA .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uDPFTsvzDA .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDPFTsvzDA .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uDPFTsvzDA .mbr-section-title {
  color: #050f0f;
}
.cid-uDPFTsvzDA .mbr-text {
  color: #050f0f;
}
.cid-uDPFTsvzDA .mbr-section-btn {
  text-align: center;
}
.cid-uDPFTsvzDA .icon-wrapper {
  text-align: right;
}
.cid-uDPHgfQoCk .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uDPHgfQoCk .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-uDPHgfQoCk a {
  font-style: normal;
}
.cid-uDPHgfQoCk .show {
  overflow: visible;
}
.cid-uDPHgfQoCk .dropdown-menu {
  max-height: 400px;
}
.cid-uDPHgfQoCk .dropdown-item:active {
  background-color: transparent;
}
.cid-uDPHgfQoCk .nav-link {
  font-weight: 600!important;
}
.cid-uDPHgfQoCk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uDPHgfQoCk .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-uDPHgfQoCk .nav-item:focus,
.cid-uDPHgfQoCk .nav-link:focus {
  outline: none;
}
.cid-uDPHgfQoCk .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDPHgfQoCk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uDPHgfQoCk .menu-logo {
  margin-right: auto;
}
.cid-uDPHgfQoCk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDPHgfQoCk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uDPHgfQoCk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-uDPHgfQoCk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uDPHgfQoCk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uDPHgfQoCk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uDPHgfQoCk .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uDPHgfQoCk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-uDPHgfQoCk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uDPHgfQoCk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDPHgfQoCk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uDPHgfQoCk .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uDPHgfQoCk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-uDPHgfQoCk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDPHgfQoCk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uDPHgfQoCk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDPHgfQoCk .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uDPHgfQoCk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uDPHgfQoCk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uDPHgfQoCk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uDPHgfQoCk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uDPHgfQoCk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uDPHgfQoCk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uDPHgfQoCk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uDPHgfQoCk button.navbar-toggler:focus {
  outline: none;
}
.cid-uDPHgfQoCk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uDPHgfQoCk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDPHgfQoCk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDPHgfQoCk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDPHgfQoCk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDPHgfQoCk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDPHgfQoCk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDPHgfQoCk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDPHgfQoCk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDPHgfQoCk .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDPHgfQoCk .collapsed .btn {
  display: -webkit-flex;
}
.cid-uDPHgfQoCk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uDPHgfQoCk .collapsed .navbar-collapse.collapsing,
.cid-uDPHgfQoCk .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uDPHgfQoCk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uDPHgfQoCk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uDPHgfQoCk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uDPHgfQoCk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uDPHgfQoCk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uDPHgfQoCk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uDPHgfQoCk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uDPHgfQoCk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uDPHgfQoCk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uDPHgfQoCk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uDPHgfQoCk .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-uDPHgfQoCk .collapsed button.navbar-toggler {
  display: block;
}
.cid-uDPHgfQoCk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uDPHgfQoCk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDPHgfQoCk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uDPHgfQoCk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uDPHgfQoCk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uDPHgfQoCk .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uDPHgfQoCk.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDPHgfQoCk img {
    height: 3.8rem !important;
  }
  .cid-uDPHgfQoCk .btn {
    display: -webkit-flex;
  }
  .cid-uDPHgfQoCk button.navbar-toggler {
    display: block;
  }
  .cid-uDPHgfQoCk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uDPHgfQoCk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDPHgfQoCk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uDPHgfQoCk .navbar-collapse.collapsing,
  .cid-uDPHgfQoCk .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-uDPHgfQoCk .navbar-collapse.collapsing .navbar-nav,
  .cid-uDPHgfQoCk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uDPHgfQoCk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uDPHgfQoCk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uDPHgfQoCk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uDPHgfQoCk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDPHgfQoCk .navbar-collapse.collapsing .navbar-buttons,
  .cid-uDPHgfQoCk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uDPHgfQoCk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uDPHgfQoCk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDPHgfQoCk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uDPHgfQoCk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uDPHgfQoCk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uDPHgfQoCk .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-uDPHgfQoCk .nav-link {
    justify-content: start!important;
  }
  .cid-uDPHgfQoCk .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uDPHgfQoCk .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-uDPHgfQoCk .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-uDPHgfQoCk .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uDPHgfQoCk .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uDPHgfQoCk .nav-link:hover,
.cid-uDPHgfQoCk .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-uDPHgfQoCk .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-uDPHgfQoCk .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uDPHgglvnK {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/soudeuses-par-points-aro-946x2102.jpg");
}
.cid-uDPHgglvnK .row {
  justify-content: flex-end;
}
.cid-uDPHgglvnK .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-uDPHgglvnK .block {
  background-color: #ffda00;
}
.cid-uDPHgglvnK img {
  width: 100%;
}
.cid-uDPHgglvnK .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-uDPHgglvnK .content {
  max-width: 600px;
}
.cid-uDPHgglvnK h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uDPHgglvnK .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uDPHgglvnK h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPHgglvnK .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uDPHgglvnK h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-uDPHgglvnK .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-uDPHggFXoE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7fff7;
}
.cid-uDPHggFXoE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPHggFXoE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPHggFXoE .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe66d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDPHggFXoE .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDPHggFXoE .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDPHggFXoE .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uDPHggFXoE .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #fdfd96;
}
@media (max-width: 1200px) {
  .cid-uDPHggFXoE .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDPHggFXoE .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uDPHggFXoE .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDPHggFXoE .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDPHggFXoE .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDPHggFXoE .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uDPHggFXoE .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uDPHggFXoE .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uDPHggFXoE .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uDPHggFXoE .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uDPHggFXoE .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uDPHggFXoE .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uDPHggFXoE .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uDPHggFXoE .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDPHggFXoE .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uDPHggFXoE .mbr-section-title {
  color: #050f0f;
}
.cid-uDPHggFXoE .mbr-text {
  color: #050f0f;
}
.cid-uDPHggFXoE .mbr-section-btn {
  text-align: center;
}
.cid-uDPHggFXoE .icon-wrapper {
  text-align: right;
}
.cid-uDPHggXpsd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uDPHggXpsd img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uDPHggXpsd img:hover {
  transform: scale(1.1);
}
.cid-uDPHggXpsd .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uDPHggXpsd h2 {
  padding: 0;
  margin: 0;
}
.cid-uDPHggXpsd .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDPHggXpsd .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-uDPHggXpsd .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-uDPHggXpsd .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-uDPHggXpsd .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-uDPHggXpsd .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-uDPHggXpsd .mbr-iconfont {
  margin: 0!important;
}
.cid-uDPHggXpsd .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uDPHggXpsd .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPHggXpsd .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-uDPHggXpsd .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-uDPHggXpsd .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uDPHggXpsd H2 {
  color: #333333;
}
.cid-uDPHggXpsd .mbr-text {
  color: #767676;
}
.cid-uDPHghdpCi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uDPHghdpCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPHghdpCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPHghdpCi .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uDPHghdpCi .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDPHghdpCi .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDPHghdpCi .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uDPHghdpCi .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uDPHghdpCi .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uDPHghdpCi .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDPHghdpCi .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDPHghdpCi .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDPHghdpCi .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uDPHghdpCi .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uDPHghwlJa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-uDPHghwlJa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uDPHghwlJa input,
.cid-uDPHghwlJa textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-uDPHghwlJa input:focus,
.cid-uDPHghwlJa textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uDPHghwlJa .form-control,
.cid-uDPHghwlJa .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDPHghwlJa .form-control:hover,
.cid-uDPHghwlJa .field-input:hover,
.cid-uDPHghwlJa .form-control:focus,
.cid-uDPHghwlJa .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDPHghwlJa input::-webkit-input-placeholder,
.cid-uDPHghwlJa textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-uDPHghwlJa input:-moz-placeholder,
.cid-uDPHghwlJa textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-uDPHghwlJa .jq-selectbox li,
.cid-uDPHghwlJa .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDPHghwlJa .jq-selectbox li:hover,
.cid-uDPHghwlJa .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDPHghwlJa .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDPHghwlJa .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDPHghwlJa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDPHghwlJa .mbr-form {
  max-width: 450px;
}
.cid-uDPHghwlJa textarea {
  min-height: 150px;
}
.cid-uDPHghwlJa .mbr-text {
  color: #cccccc;
}
.cid-uDPHghwlJa .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-uDPHghwlJa .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-uDPHghRWqV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDPHghRWqV img {
  width: 40px;
  margin-right: 1rem;
}
.cid-uDPHghRWqV .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uDPHghRWqV .row {
    margin: 0 2rem;
  }
}
.cid-uDPHghRWqV .container {
  max-width: 1500px;
}
.cid-uDPHghRWqV .form-control,
.cid-uDPHghRWqV .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDPHghRWqV .form-control:hover,
.cid-uDPHghRWqV .field-input:hover,
.cid-uDPHghRWqV .form-control:focus,
.cid-uDPHghRWqV .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDPHghRWqV input::-webkit-input-placeholder,
.cid-uDPHghRWqV textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uDPHghRWqV input:-moz-placeholder,
.cid-uDPHghRWqV textarea:-moz-placeholder {
  color: #767676;
}
.cid-uDPHghRWqV .jq-selectbox li,
.cid-uDPHghRWqV .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDPHghRWqV .jq-selectbox li:hover,
.cid-uDPHghRWqV .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDPHghRWqV .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDPHghRWqV .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDPHghRWqV .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-uDPHghRWqV .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-uDPHghRWqV input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-uDPHghRWqV .col,
.cid-uDPHghRWqV .col-auto {
  padding: 0;
}
.cid-uDPHghRWqV .form-group {
  margin-bottom: 0rem;
}
.cid-uDPHghRWqV .items {
  color: #333333;
}
.cid-uDPHghRWqV .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uDPHghRWqV .col-md-6,
  .cid-uDPHghRWqV .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPHghRWqV .navbar-brand {
    justify-content: center;
  }
  .cid-uDPHghRWqV .row {
    margin: 0;
  }
}
.cid-uDPHgimUlr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-uDPHgimUlr .media-container-row .mbr-text {
  color: #333333;
}
.cid-uDPHgiDcHC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uDPHgiDcHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPHgiDcHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPHgiDcHC .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe66d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDPHgiDcHC .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDPHgiDcHC .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDPHgiDcHC .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uDPHgiDcHC .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #fdfd96;
}
@media (max-width: 1200px) {
  .cid-uDPHgiDcHC .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDPHgiDcHC .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uDPHgiDcHC .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDPHgiDcHC .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDPHgiDcHC .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDPHgiDcHC .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uDPHgiDcHC .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uDPHgiDcHC .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uDPHgiDcHC .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uDPHgiDcHC .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uDPHgiDcHC .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uDPHgiDcHC .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uDPHgiDcHC .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uDPHgiDcHC .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDPHgiDcHC .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uDPHgiDcHC .mbr-section-title {
  color: #050f0f;
}
.cid-uDPHgiDcHC .mbr-text {
  color: #050f0f;
}
.cid-uDPHgiDcHC .mbr-section-btn {
  text-align: center;
}
.cid-uDPHgiDcHC .icon-wrapper {
  text-align: right;
}
.cid-uDPIE7rogJ .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uDPIE7rogJ .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-uDPIE7rogJ a {
  font-style: normal;
}
.cid-uDPIE7rogJ .show {
  overflow: visible;
}
.cid-uDPIE7rogJ .dropdown-menu {
  max-height: 400px;
}
.cid-uDPIE7rogJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uDPIE7rogJ .nav-link {
  font-weight: 600!important;
}
.cid-uDPIE7rogJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uDPIE7rogJ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-uDPIE7rogJ .nav-item:focus,
.cid-uDPIE7rogJ .nav-link:focus {
  outline: none;
}
.cid-uDPIE7rogJ .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDPIE7rogJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uDPIE7rogJ .menu-logo {
  margin-right: auto;
}
.cid-uDPIE7rogJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDPIE7rogJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uDPIE7rogJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-uDPIE7rogJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uDPIE7rogJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uDPIE7rogJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uDPIE7rogJ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uDPIE7rogJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-uDPIE7rogJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uDPIE7rogJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDPIE7rogJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uDPIE7rogJ .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uDPIE7rogJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-uDPIE7rogJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDPIE7rogJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uDPIE7rogJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDPIE7rogJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uDPIE7rogJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uDPIE7rogJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uDPIE7rogJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uDPIE7rogJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uDPIE7rogJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uDPIE7rogJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uDPIE7rogJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uDPIE7rogJ button.navbar-toggler:focus {
  outline: none;
}
.cid-uDPIE7rogJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uDPIE7rogJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDPIE7rogJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDPIE7rogJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDPIE7rogJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDPIE7rogJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDPIE7rogJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDPIE7rogJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDPIE7rogJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDPIE7rogJ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDPIE7rogJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-uDPIE7rogJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uDPIE7rogJ .collapsed .navbar-collapse.collapsing,
.cid-uDPIE7rogJ .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uDPIE7rogJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uDPIE7rogJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uDPIE7rogJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uDPIE7rogJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uDPIE7rogJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uDPIE7rogJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uDPIE7rogJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uDPIE7rogJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uDPIE7rogJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uDPIE7rogJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uDPIE7rogJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-uDPIE7rogJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uDPIE7rogJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uDPIE7rogJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDPIE7rogJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uDPIE7rogJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uDPIE7rogJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uDPIE7rogJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uDPIE7rogJ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDPIE7rogJ img {
    height: 3.8rem !important;
  }
  .cid-uDPIE7rogJ .btn {
    display: -webkit-flex;
  }
  .cid-uDPIE7rogJ button.navbar-toggler {
    display: block;
  }
  .cid-uDPIE7rogJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uDPIE7rogJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDPIE7rogJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uDPIE7rogJ .navbar-collapse.collapsing,
  .cid-uDPIE7rogJ .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-uDPIE7rogJ .navbar-collapse.collapsing .navbar-nav,
  .cid-uDPIE7rogJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uDPIE7rogJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uDPIE7rogJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uDPIE7rogJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uDPIE7rogJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDPIE7rogJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uDPIE7rogJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uDPIE7rogJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uDPIE7rogJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDPIE7rogJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uDPIE7rogJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uDPIE7rogJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uDPIE7rogJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-uDPIE7rogJ .nav-link {
    justify-content: start!important;
  }
  .cid-uDPIE7rogJ .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uDPIE7rogJ .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-uDPIE7rogJ .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-uDPIE7rogJ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uDPIE7rogJ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uDPIE7rogJ .nav-link:hover,
.cid-uDPIE7rogJ .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-uDPIE7rogJ .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-uDPIE7rogJ .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uDPIE7O9Y0 {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/tour-a-repousser-denn-zenn100-2000x900.jpg");
}
.cid-uDPIE7O9Y0 .row {
  justify-content: flex-end;
}
.cid-uDPIE7O9Y0 .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-uDPIE7O9Y0 .block {
  background-color: #ffda00;
}
.cid-uDPIE7O9Y0 img {
  width: 100%;
}
.cid-uDPIE7O9Y0 .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-uDPIE7O9Y0 .content {
  max-width: 600px;
}
.cid-uDPIE7O9Y0 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uDPIE7O9Y0 .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uDPIE7O9Y0 h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPIE7O9Y0 .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uDPIE7O9Y0 h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-uDPIE7O9Y0 .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-uDPIE86jCG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7fff7;
}
.cid-uDPIE86jCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPIE86jCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPIE86jCG .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe66d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDPIE86jCG .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDPIE86jCG .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDPIE86jCG .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uDPIE86jCG .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #fdfd96;
}
@media (max-width: 1200px) {
  .cid-uDPIE86jCG .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDPIE86jCG .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uDPIE86jCG .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDPIE86jCG .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDPIE86jCG .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDPIE86jCG .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uDPIE86jCG .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uDPIE86jCG .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uDPIE86jCG .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uDPIE86jCG .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uDPIE86jCG .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uDPIE86jCG .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uDPIE86jCG .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uDPIE86jCG .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDPIE86jCG .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uDPIE86jCG .mbr-section-title {
  color: #050f0f;
}
.cid-uDPIE86jCG .mbr-text {
  color: #050f0f;
}
.cid-uDPIE86jCG .mbr-section-btn {
  text-align: center;
}
.cid-uDPIE86jCG .icon-wrapper {
  text-align: right;
}
.cid-uDPIE8pYQe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uDPIE8pYQe img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uDPIE8pYQe img:hover {
  transform: scale(1.1);
}
.cid-uDPIE8pYQe .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uDPIE8pYQe h2 {
  padding: 0;
  margin: 0;
}
.cid-uDPIE8pYQe .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDPIE8pYQe .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-uDPIE8pYQe .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-uDPIE8pYQe .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-uDPIE8pYQe .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-uDPIE8pYQe .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-uDPIE8pYQe .mbr-iconfont {
  margin: 0!important;
}
.cid-uDPIE8pYQe .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uDPIE8pYQe .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPIE8pYQe .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-uDPIE8pYQe .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-uDPIE8pYQe .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uDPIE8pYQe H2 {
  color: #333333;
}
.cid-uDPIE8pYQe .mbr-text {
  color: #767676;
}
.cid-uDPIE8FoNX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uDPIE8FoNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPIE8FoNX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPIE8FoNX .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uDPIE8FoNX .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDPIE8FoNX .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDPIE8FoNX .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uDPIE8FoNX .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uDPIE8FoNX .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uDPIE8FoNX .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDPIE8FoNX .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDPIE8FoNX .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDPIE8FoNX .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uDPIE8FoNX .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uDPIE8V0KN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-uDPIE8V0KN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uDPIE8V0KN input,
.cid-uDPIE8V0KN textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-uDPIE8V0KN input:focus,
.cid-uDPIE8V0KN textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uDPIE8V0KN .form-control,
.cid-uDPIE8V0KN .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDPIE8V0KN .form-control:hover,
.cid-uDPIE8V0KN .field-input:hover,
.cid-uDPIE8V0KN .form-control:focus,
.cid-uDPIE8V0KN .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDPIE8V0KN input::-webkit-input-placeholder,
.cid-uDPIE8V0KN textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-uDPIE8V0KN input:-moz-placeholder,
.cid-uDPIE8V0KN textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-uDPIE8V0KN .jq-selectbox li,
.cid-uDPIE8V0KN .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDPIE8V0KN .jq-selectbox li:hover,
.cid-uDPIE8V0KN .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDPIE8V0KN .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDPIE8V0KN .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDPIE8V0KN img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDPIE8V0KN .mbr-form {
  max-width: 450px;
}
.cid-uDPIE8V0KN textarea {
  min-height: 150px;
}
.cid-uDPIE8V0KN .mbr-text {
  color: #cccccc;
}
.cid-uDPIE8V0KN .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-uDPIE8V0KN .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-uDPIE9e2nn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDPIE9e2nn img {
  width: 40px;
  margin-right: 1rem;
}
.cid-uDPIE9e2nn .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uDPIE9e2nn .row {
    margin: 0 2rem;
  }
}
.cid-uDPIE9e2nn .container {
  max-width: 1500px;
}
.cid-uDPIE9e2nn .form-control,
.cid-uDPIE9e2nn .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDPIE9e2nn .form-control:hover,
.cid-uDPIE9e2nn .field-input:hover,
.cid-uDPIE9e2nn .form-control:focus,
.cid-uDPIE9e2nn .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDPIE9e2nn input::-webkit-input-placeholder,
.cid-uDPIE9e2nn textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uDPIE9e2nn input:-moz-placeholder,
.cid-uDPIE9e2nn textarea:-moz-placeholder {
  color: #767676;
}
.cid-uDPIE9e2nn .jq-selectbox li,
.cid-uDPIE9e2nn .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDPIE9e2nn .jq-selectbox li:hover,
.cid-uDPIE9e2nn .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDPIE9e2nn .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDPIE9e2nn .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDPIE9e2nn .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-uDPIE9e2nn .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-uDPIE9e2nn input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-uDPIE9e2nn .col,
.cid-uDPIE9e2nn .col-auto {
  padding: 0;
}
.cid-uDPIE9e2nn .form-group {
  margin-bottom: 0rem;
}
.cid-uDPIE9e2nn .items {
  color: #333333;
}
.cid-uDPIE9e2nn .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uDPIE9e2nn .col-md-6,
  .cid-uDPIE9e2nn .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPIE9e2nn .navbar-brand {
    justify-content: center;
  }
  .cid-uDPIE9e2nn .row {
    margin: 0;
  }
}
.cid-uDPIE9BB8U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-uDPIE9BB8U .media-container-row .mbr-text {
  color: #333333;
}
.cid-uDPIE9QCM5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uDPIE9QCM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPIE9QCM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPIE9QCM5 .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe66d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDPIE9QCM5 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDPIE9QCM5 .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDPIE9QCM5 .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uDPIE9QCM5 .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #fdfd96;
}
@media (max-width: 1200px) {
  .cid-uDPIE9QCM5 .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDPIE9QCM5 .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uDPIE9QCM5 .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDPIE9QCM5 .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDPIE9QCM5 .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDPIE9QCM5 .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uDPIE9QCM5 .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uDPIE9QCM5 .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uDPIE9QCM5 .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uDPIE9QCM5 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uDPIE9QCM5 .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uDPIE9QCM5 .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uDPIE9QCM5 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uDPIE9QCM5 .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDPIE9QCM5 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uDPIE9QCM5 .mbr-section-title {
  color: #050f0f;
}
.cid-uDPIE9QCM5 .mbr-text {
  color: #050f0f;
}
.cid-uDPIE9QCM5 .mbr-section-btn {
  text-align: center;
}
.cid-uDPIE9QCM5 .icon-wrapper {
  text-align: right;
}
.cid-uDPKp0HcLP .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uDPKp0HcLP .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-uDPKp0HcLP a {
  font-style: normal;
}
.cid-uDPKp0HcLP .show {
  overflow: visible;
}
.cid-uDPKp0HcLP .dropdown-menu {
  max-height: 400px;
}
.cid-uDPKp0HcLP .dropdown-item:active {
  background-color: transparent;
}
.cid-uDPKp0HcLP .nav-link {
  font-weight: 600!important;
}
.cid-uDPKp0HcLP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uDPKp0HcLP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-uDPKp0HcLP .nav-item:focus,
.cid-uDPKp0HcLP .nav-link:focus {
  outline: none;
}
.cid-uDPKp0HcLP .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDPKp0HcLP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uDPKp0HcLP .menu-logo {
  margin-right: auto;
}
.cid-uDPKp0HcLP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDPKp0HcLP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uDPKp0HcLP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-uDPKp0HcLP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uDPKp0HcLP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uDPKp0HcLP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uDPKp0HcLP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uDPKp0HcLP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-uDPKp0HcLP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uDPKp0HcLP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDPKp0HcLP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uDPKp0HcLP .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uDPKp0HcLP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-uDPKp0HcLP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDPKp0HcLP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uDPKp0HcLP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDPKp0HcLP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uDPKp0HcLP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uDPKp0HcLP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uDPKp0HcLP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uDPKp0HcLP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uDPKp0HcLP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uDPKp0HcLP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uDPKp0HcLP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uDPKp0HcLP button.navbar-toggler:focus {
  outline: none;
}
.cid-uDPKp0HcLP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uDPKp0HcLP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDPKp0HcLP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDPKp0HcLP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDPKp0HcLP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDPKp0HcLP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDPKp0HcLP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDPKp0HcLP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDPKp0HcLP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDPKp0HcLP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDPKp0HcLP .collapsed .btn {
  display: -webkit-flex;
}
.cid-uDPKp0HcLP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uDPKp0HcLP .collapsed .navbar-collapse.collapsing,
.cid-uDPKp0HcLP .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uDPKp0HcLP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uDPKp0HcLP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uDPKp0HcLP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uDPKp0HcLP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uDPKp0HcLP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uDPKp0HcLP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uDPKp0HcLP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uDPKp0HcLP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uDPKp0HcLP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uDPKp0HcLP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uDPKp0HcLP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-uDPKp0HcLP .collapsed button.navbar-toggler {
  display: block;
}
.cid-uDPKp0HcLP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uDPKp0HcLP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDPKp0HcLP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uDPKp0HcLP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uDPKp0HcLP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uDPKp0HcLP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uDPKp0HcLP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDPKp0HcLP img {
    height: 3.8rem !important;
  }
  .cid-uDPKp0HcLP .btn {
    display: -webkit-flex;
  }
  .cid-uDPKp0HcLP button.navbar-toggler {
    display: block;
  }
  .cid-uDPKp0HcLP .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uDPKp0HcLP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDPKp0HcLP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uDPKp0HcLP .navbar-collapse.collapsing,
  .cid-uDPKp0HcLP .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-uDPKp0HcLP .navbar-collapse.collapsing .navbar-nav,
  .cid-uDPKp0HcLP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uDPKp0HcLP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uDPKp0HcLP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uDPKp0HcLP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uDPKp0HcLP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDPKp0HcLP .navbar-collapse.collapsing .navbar-buttons,
  .cid-uDPKp0HcLP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uDPKp0HcLP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uDPKp0HcLP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDPKp0HcLP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uDPKp0HcLP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uDPKp0HcLP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uDPKp0HcLP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-uDPKp0HcLP .nav-link {
    justify-content: start!important;
  }
  .cid-uDPKp0HcLP .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uDPKp0HcLP .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-uDPKp0HcLP .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-uDPKp0HcLP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uDPKp0HcLP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uDPKp0HcLP .nav-link:hover,
.cid-uDPKp0HcLP .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-uDPKp0HcLP .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-uDPKp0HcLP .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uDPKp164P1 {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/x2-decoupe-plasma-2000x900.jpg");
}
.cid-uDPKp164P1 .row {
  justify-content: flex-end;
}
.cid-uDPKp164P1 .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-uDPKp164P1 .block {
  background-color: #ffda00;
}
.cid-uDPKp164P1 img {
  width: 100%;
}
.cid-uDPKp164P1 .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-uDPKp164P1 .content {
  max-width: 600px;
}
.cid-uDPKp164P1 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uDPKp164P1 .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uDPKp164P1 h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPKp164P1 .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uDPKp164P1 h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-uDPKp164P1 .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-uDPKp1pkGc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7fff7;
}
.cid-uDPKp1pkGc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPKp1pkGc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPKp1pkGc .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe66d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDPKp1pkGc .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDPKp1pkGc .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDPKp1pkGc .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uDPKp1pkGc .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #fdfd96;
}
@media (max-width: 1200px) {
  .cid-uDPKp1pkGc .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDPKp1pkGc .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uDPKp1pkGc .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDPKp1pkGc .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDPKp1pkGc .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDPKp1pkGc .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uDPKp1pkGc .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uDPKp1pkGc .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uDPKp1pkGc .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uDPKp1pkGc .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uDPKp1pkGc .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uDPKp1pkGc .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uDPKp1pkGc .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uDPKp1pkGc .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDPKp1pkGc .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uDPKp1pkGc .mbr-section-title {
  color: #050f0f;
}
.cid-uDPKp1pkGc .mbr-text {
  color: #050f0f;
}
.cid-uDPKp1pkGc .mbr-section-btn {
  text-align: center;
}
.cid-uDPKp1pkGc .icon-wrapper {
  text-align: right;
}
.cid-uDPKp1I6HD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uDPKp1I6HD img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uDPKp1I6HD img:hover {
  transform: scale(1.1);
}
.cid-uDPKp1I6HD .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uDPKp1I6HD h2 {
  padding: 0;
  margin: 0;
}
.cid-uDPKp1I6HD .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDPKp1I6HD .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-uDPKp1I6HD .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-uDPKp1I6HD .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-uDPKp1I6HD .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-uDPKp1I6HD .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-uDPKp1I6HD .mbr-iconfont {
  margin: 0!important;
}
.cid-uDPKp1I6HD .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uDPKp1I6HD .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPKp1I6HD .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-uDPKp1I6HD .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-uDPKp1I6HD .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uDPKp1I6HD H2 {
  color: #333333;
}
.cid-uDPKp1I6HD .mbr-text {
  color: #767676;
}
.cid-uDPKp1Y9ho {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uDPKp1Y9ho .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPKp1Y9ho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPKp1Y9ho .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uDPKp1Y9ho .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDPKp1Y9ho .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDPKp1Y9ho .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uDPKp1Y9ho .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uDPKp1Y9ho .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uDPKp1Y9ho .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDPKp1Y9ho .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDPKp1Y9ho .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDPKp1Y9ho .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uDPKp1Y9ho .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uDPKp2gZcj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-uDPKp2gZcj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uDPKp2gZcj input,
.cid-uDPKp2gZcj textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-uDPKp2gZcj input:focus,
.cid-uDPKp2gZcj textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uDPKp2gZcj .form-control,
.cid-uDPKp2gZcj .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDPKp2gZcj .form-control:hover,
.cid-uDPKp2gZcj .field-input:hover,
.cid-uDPKp2gZcj .form-control:focus,
.cid-uDPKp2gZcj .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDPKp2gZcj input::-webkit-input-placeholder,
.cid-uDPKp2gZcj textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-uDPKp2gZcj input:-moz-placeholder,
.cid-uDPKp2gZcj textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-uDPKp2gZcj .jq-selectbox li,
.cid-uDPKp2gZcj .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDPKp2gZcj .jq-selectbox li:hover,
.cid-uDPKp2gZcj .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDPKp2gZcj .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDPKp2gZcj .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDPKp2gZcj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDPKp2gZcj .mbr-form {
  max-width: 450px;
}
.cid-uDPKp2gZcj textarea {
  min-height: 150px;
}
.cid-uDPKp2gZcj .mbr-text {
  color: #cccccc;
}
.cid-uDPKp2gZcj .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-uDPKp2gZcj .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-uDPKp2Agy0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDPKp2Agy0 img {
  width: 40px;
  margin-right: 1rem;
}
.cid-uDPKp2Agy0 .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uDPKp2Agy0 .row {
    margin: 0 2rem;
  }
}
.cid-uDPKp2Agy0 .container {
  max-width: 1500px;
}
.cid-uDPKp2Agy0 .form-control,
.cid-uDPKp2Agy0 .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDPKp2Agy0 .form-control:hover,
.cid-uDPKp2Agy0 .field-input:hover,
.cid-uDPKp2Agy0 .form-control:focus,
.cid-uDPKp2Agy0 .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDPKp2Agy0 input::-webkit-input-placeholder,
.cid-uDPKp2Agy0 textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uDPKp2Agy0 input:-moz-placeholder,
.cid-uDPKp2Agy0 textarea:-moz-placeholder {
  color: #767676;
}
.cid-uDPKp2Agy0 .jq-selectbox li,
.cid-uDPKp2Agy0 .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDPKp2Agy0 .jq-selectbox li:hover,
.cid-uDPKp2Agy0 .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDPKp2Agy0 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDPKp2Agy0 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDPKp2Agy0 .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-uDPKp2Agy0 .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-uDPKp2Agy0 input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-uDPKp2Agy0 .col,
.cid-uDPKp2Agy0 .col-auto {
  padding: 0;
}
.cid-uDPKp2Agy0 .form-group {
  margin-bottom: 0rem;
}
.cid-uDPKp2Agy0 .items {
  color: #333333;
}
.cid-uDPKp2Agy0 .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uDPKp2Agy0 .col-md-6,
  .cid-uDPKp2Agy0 .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPKp2Agy0 .navbar-brand {
    justify-content: center;
  }
  .cid-uDPKp2Agy0 .row {
    margin: 0;
  }
}
.cid-uDPKp2TUCy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-uDPKp2TUCy .media-container-row .mbr-text {
  color: #333333;
}
.cid-uDPKp3bTDo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uDPKp3bTDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPKp3bTDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPKp3bTDo .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe66d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDPKp3bTDo .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDPKp3bTDo .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDPKp3bTDo .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uDPKp3bTDo .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #fdfd96;
}
@media (max-width: 1200px) {
  .cid-uDPKp3bTDo .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDPKp3bTDo .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uDPKp3bTDo .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDPKp3bTDo .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDPKp3bTDo .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDPKp3bTDo .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uDPKp3bTDo .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uDPKp3bTDo .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uDPKp3bTDo .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uDPKp3bTDo .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uDPKp3bTDo .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uDPKp3bTDo .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uDPKp3bTDo .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uDPKp3bTDo .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDPKp3bTDo .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uDPKp3bTDo .mbr-section-title {
  color: #050f0f;
}
.cid-uDPKp3bTDo .mbr-text {
  color: #050f0f;
}
.cid-uDPKp3bTDo .mbr-section-btn {
  text-align: center;
}
.cid-uDPKp3bTDo .icon-wrapper {
  text-align: right;
}
.cid-uDPNtgCZOT .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uDPNtgCZOT .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-uDPNtgCZOT a {
  font-style: normal;
}
.cid-uDPNtgCZOT .show {
  overflow: visible;
}
.cid-uDPNtgCZOT .dropdown-menu {
  max-height: 400px;
}
.cid-uDPNtgCZOT .dropdown-item:active {
  background-color: transparent;
}
.cid-uDPNtgCZOT .nav-link {
  font-weight: 600!important;
}
.cid-uDPNtgCZOT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uDPNtgCZOT .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-uDPNtgCZOT .nav-item:focus,
.cid-uDPNtgCZOT .nav-link:focus {
  outline: none;
}
.cid-uDPNtgCZOT .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDPNtgCZOT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uDPNtgCZOT .menu-logo {
  margin-right: auto;
}
.cid-uDPNtgCZOT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDPNtgCZOT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uDPNtgCZOT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-uDPNtgCZOT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uDPNtgCZOT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uDPNtgCZOT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uDPNtgCZOT .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uDPNtgCZOT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-uDPNtgCZOT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uDPNtgCZOT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDPNtgCZOT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uDPNtgCZOT .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uDPNtgCZOT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-uDPNtgCZOT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDPNtgCZOT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uDPNtgCZOT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDPNtgCZOT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uDPNtgCZOT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uDPNtgCZOT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uDPNtgCZOT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uDPNtgCZOT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uDPNtgCZOT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uDPNtgCZOT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uDPNtgCZOT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uDPNtgCZOT button.navbar-toggler:focus {
  outline: none;
}
.cid-uDPNtgCZOT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uDPNtgCZOT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDPNtgCZOT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDPNtgCZOT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDPNtgCZOT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDPNtgCZOT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDPNtgCZOT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDPNtgCZOT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDPNtgCZOT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDPNtgCZOT .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDPNtgCZOT .collapsed .btn {
  display: -webkit-flex;
}
.cid-uDPNtgCZOT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uDPNtgCZOT .collapsed .navbar-collapse.collapsing,
.cid-uDPNtgCZOT .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uDPNtgCZOT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uDPNtgCZOT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uDPNtgCZOT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uDPNtgCZOT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uDPNtgCZOT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uDPNtgCZOT .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uDPNtgCZOT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uDPNtgCZOT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uDPNtgCZOT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uDPNtgCZOT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uDPNtgCZOT .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-uDPNtgCZOT .collapsed button.navbar-toggler {
  display: block;
}
.cid-uDPNtgCZOT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uDPNtgCZOT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDPNtgCZOT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uDPNtgCZOT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uDPNtgCZOT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uDPNtgCZOT .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uDPNtgCZOT.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDPNtgCZOT img {
    height: 3.8rem !important;
  }
  .cid-uDPNtgCZOT .btn {
    display: -webkit-flex;
  }
  .cid-uDPNtgCZOT button.navbar-toggler {
    display: block;
  }
  .cid-uDPNtgCZOT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uDPNtgCZOT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDPNtgCZOT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uDPNtgCZOT .navbar-collapse.collapsing,
  .cid-uDPNtgCZOT .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-uDPNtgCZOT .navbar-collapse.collapsing .navbar-nav,
  .cid-uDPNtgCZOT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uDPNtgCZOT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uDPNtgCZOT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uDPNtgCZOT .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uDPNtgCZOT .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDPNtgCZOT .navbar-collapse.collapsing .navbar-buttons,
  .cid-uDPNtgCZOT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uDPNtgCZOT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uDPNtgCZOT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDPNtgCZOT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uDPNtgCZOT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uDPNtgCZOT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uDPNtgCZOT .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-uDPNtgCZOT .nav-link {
    justify-content: start!important;
  }
  .cid-uDPNtgCZOT .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uDPNtgCZOT .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-uDPNtgCZOT .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-uDPNtgCZOT .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uDPNtgCZOT .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uDPNtgCZOT .nav-link:hover,
.cid-uDPNtgCZOT .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-uDPNtgCZOT .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-uDPNtgCZOT .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uDPNtgXKNN {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/poste-a-souder-mig-1122x2493.jpg");
}
.cid-uDPNtgXKNN .row {
  justify-content: flex-end;
}
.cid-uDPNtgXKNN .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-uDPNtgXKNN .block {
  background-color: #ffda00;
}
.cid-uDPNtgXKNN img {
  width: 100%;
}
.cid-uDPNtgXKNN .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-uDPNtgXKNN .content {
  max-width: 600px;
}
.cid-uDPNtgXKNN h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uDPNtgXKNN .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uDPNtgXKNN h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPNtgXKNN .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uDPNtgXKNN h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-uDPNtgXKNN .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-uDPNthdc92 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDPNthdc92 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPNthdc92 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPNthdc92 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uDPNthdc92 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uDPNthdc92 .container {
    padding: 0 20px;
  }
}
.cid-uDPNthdc92 .row {
  justify-content: space-between;
}
.cid-uDPNthdc92 .card {
  justify-content: center;
}
.cid-uDPNthdc92 .content-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uDPNthdc92 .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uDPNthdc92 .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-uDPNthdc92 .content-wrapper .content-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uDPNthdc92 .content-wrapper .content-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uDPNthdc92 .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uDPNthdc92 .content-wrapper .content-wrap .mbr-number {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uDPNthdc92 .content-wrapper .content-wrap .mbr-number {
    margin-bottom: 40px;
  }
}
.cid-uDPNthdc92 .content-wrapper .content-wrap .mbr-section-title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.cid-uDPNthdc92 .content-wrapper .content-wrap .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #1e1d1c;
  opacity: .2;
}
@media (max-width: 992px) {
  .cid-uDPNthdc92 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uDPNthdc92 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uDPNthdc92 .image-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uDPNthdc92 .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uDPNthdc92 .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uDPNthdc92 .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDPNthdc92 .image-wrapper img {
    height: 350px;
  }
}
.cid-uDPNthdc92 .mbr-number {
  color: #1e1d1c;
}
.cid-uDPNthdc92 .mbr-section-title {
  color: #1e1d1c;
}
.cid-uDPNthdc92 .mbr-text {
  color: #1e1d1c;
}
.cid-uDPNthuJuY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uDPNthuJuY img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uDPNthuJuY img:hover {
  transform: scale(1.1);
}
.cid-uDPNthuJuY .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uDPNthuJuY h2 {
  padding: 0;
  margin: 0;
}
.cid-uDPNthuJuY .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDPNthuJuY .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-uDPNthuJuY .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-uDPNthuJuY .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-uDPNthuJuY .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-uDPNthuJuY .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-uDPNthuJuY .mbr-iconfont {
  margin: 0!important;
}
.cid-uDPNthuJuY .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uDPNthuJuY .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPNthuJuY .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-uDPNthuJuY .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-uDPNthuJuY .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uDPNthuJuY H2 {
  color: #333333;
}
.cid-uDPNthuJuY .mbr-text {
  color: #767676;
}
.cid-uDPNthLlFm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uDPNthLlFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPNthLlFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPNthLlFm .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uDPNthLlFm .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uDPNthLlFm .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDPNthLlFm .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uDPNthLlFm .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uDPNthLlFm .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uDPNthLlFm .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDPNthLlFm .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDPNthLlFm .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDPNthLlFm .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uDPNthLlFm .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uDPNti1oI4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-uDPNti1oI4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uDPNti1oI4 input,
.cid-uDPNti1oI4 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-uDPNti1oI4 input:focus,
.cid-uDPNti1oI4 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uDPNti1oI4 .form-control,
.cid-uDPNti1oI4 .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDPNti1oI4 .form-control:hover,
.cid-uDPNti1oI4 .field-input:hover,
.cid-uDPNti1oI4 .form-control:focus,
.cid-uDPNti1oI4 .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDPNti1oI4 input::-webkit-input-placeholder,
.cid-uDPNti1oI4 textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-uDPNti1oI4 input:-moz-placeholder,
.cid-uDPNti1oI4 textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-uDPNti1oI4 .jq-selectbox li,
.cid-uDPNti1oI4 .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDPNti1oI4 .jq-selectbox li:hover,
.cid-uDPNti1oI4 .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-uDPNti1oI4 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDPNti1oI4 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uDPNti1oI4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDPNti1oI4 .mbr-form {
  max-width: 450px;
}
.cid-uDPNti1oI4 textarea {
  min-height: 150px;
}
.cid-uDPNti1oI4 .mbr-text {
  color: #cccccc;
}
.cid-uDPNti1oI4 .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-uDPNti1oI4 .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-uDPNtilK3W {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDPNtilK3W img {
  width: 40px;
  margin-right: 1rem;
}
.cid-uDPNtilK3W .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uDPNtilK3W .row {
    margin: 0 2rem;
  }
}
.cid-uDPNtilK3W .container {
  max-width: 1500px;
}
.cid-uDPNtilK3W .form-control,
.cid-uDPNtilK3W .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDPNtilK3W .form-control:hover,
.cid-uDPNtilK3W .field-input:hover,
.cid-uDPNtilK3W .form-control:focus,
.cid-uDPNtilK3W .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDPNtilK3W input::-webkit-input-placeholder,
.cid-uDPNtilK3W textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uDPNtilK3W input:-moz-placeholder,
.cid-uDPNtilK3W textarea:-moz-placeholder {
  color: #767676;
}
.cid-uDPNtilK3W .jq-selectbox li,
.cid-uDPNtilK3W .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDPNtilK3W .jq-selectbox li:hover,
.cid-uDPNtilK3W .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-uDPNtilK3W .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDPNtilK3W .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uDPNtilK3W .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-uDPNtilK3W .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-uDPNtilK3W input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-uDPNtilK3W .col,
.cid-uDPNtilK3W .col-auto {
  padding: 0;
}
.cid-uDPNtilK3W .form-group {
  margin-bottom: 0rem;
}
.cid-uDPNtilK3W .items {
  color: #333333;
}
.cid-uDPNtilK3W .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uDPNtilK3W .col-md-6,
  .cid-uDPNtilK3W .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPNtilK3W .navbar-brand {
    justify-content: center;
  }
  .cid-uDPNtilK3W .row {
    margin: 0;
  }
}
.cid-uDPNtiExhw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-uDPNtiExhw .media-container-row .mbr-text {
  color: #333333;
}
.cid-tbDTSpBWDR .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-tbDTSpBWDR .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-tbDTSpBWDR a {
  font-style: normal;
}
.cid-tbDTSpBWDR .show {
  overflow: visible;
}
.cid-tbDTSpBWDR .dropdown-menu {
  max-height: 400px;
}
.cid-tbDTSpBWDR .dropdown-item:active {
  background-color: transparent;
}
.cid-tbDTSpBWDR .nav-link {
  font-weight: 600 !important;
}
.cid-tbDTSpBWDR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tbDTSpBWDR .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tbDTSpBWDR .nav-item:focus,
.cid-tbDTSpBWDR .nav-link:focus {
  outline: none;
}
.cid-tbDTSpBWDR .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tbDTSpBWDR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tbDTSpBWDR .menu-logo {
  margin-right: auto;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tbDTSpBWDR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-tbDTSpBWDR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tbDTSpBWDR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tbDTSpBWDR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tbDTSpBWDR .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tbDTSpBWDR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tbDTSpBWDR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbDTSpBWDR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tbDTSpBWDR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbDTSpBWDR .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tbDTSpBWDR .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-tbDTSpBWDR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tbDTSpBWDR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tbDTSpBWDR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tbDTSpBWDR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tbDTSpBWDR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tbDTSpBWDR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tbDTSpBWDR button.navbar-toggler:focus {
  outline: none;
}
.cid-tbDTSpBWDR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tbDTSpBWDR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbDTSpBWDR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbDTSpBWDR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbDTSpBWDR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbDTSpBWDR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbDTSpBWDR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbDTSpBWDR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbDTSpBWDR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbDTSpBWDR .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbDTSpBWDR .collapsed .btn {
  display: -webkit-flex;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse.collapsing,
.cid-tbDTSpBWDR .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tbDTSpBWDR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tbDTSpBWDR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tbDTSpBWDR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tbDTSpBWDR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tbDTSpBWDR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tbDTSpBWDR .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-tbDTSpBWDR .collapsed button.navbar-toggler {
  display: block;
}
.cid-tbDTSpBWDR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tbDTSpBWDR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbDTSpBWDR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tbDTSpBWDR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tbDTSpBWDR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tbDTSpBWDR .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-tbDTSpBWDR.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbDTSpBWDR img {
    height: 3.8rem !important;
  }
  .cid-tbDTSpBWDR .btn {
    display: -webkit-flex;
  }
  .cid-tbDTSpBWDR button.navbar-toggler {
    display: block;
  }
  .cid-tbDTSpBWDR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tbDTSpBWDR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbDTSpBWDR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tbDTSpBWDR .navbar-collapse.collapsing,
  .cid-tbDTSpBWDR .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-tbDTSpBWDR .navbar-collapse.collapsing .navbar-nav,
  .cid-tbDTSpBWDR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tbDTSpBWDR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tbDTSpBWDR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tbDTSpBWDR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tbDTSpBWDR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbDTSpBWDR .navbar-collapse.collapsing .navbar-buttons,
  .cid-tbDTSpBWDR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tbDTSpBWDR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tbDTSpBWDR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbDTSpBWDR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tbDTSpBWDR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tbDTSpBWDR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tbDTSpBWDR .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tbDTSpBWDR .nav-link {
    justify-content: start !important;
  }
  .cid-tbDTSpBWDR .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tbDTSpBWDR .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-tbDTSpBWDR .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-tbDTSpBWDR .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tbDTSpBWDR .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tbDTSpBWDR .nav-link:hover,
.cid-tbDTSpBWDR .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-tbDTSpBWDR .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-tbDTSpBWDR .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-tbDUarrM9U {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efeeee;
}
.cid-tbDUarrM9U .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-tbDUarrM9U img {
  width: 100%;
}
.cid-tbDUarrM9U p {
  margin-top: 6rem;
}
.cid-tbDUarrM9U .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tbDUarrM9U .content-wrapper {
  padding-top: 6rem;
}
.cid-tbDUarrM9U h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tbDUarrM9U .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tbDUarrM9U p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tbDUarrM9U .back {
    width: 100%;
    height: 75%;
  }
  .cid-tbDUarrM9U .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tbDUarrM9U p {
    margin-top: 4rem;
  }
}
.cid-tbDUarrM9U .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-tbDUarrM9U .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tbDUarrM9U .content-wrapper {
    padding-right: 3rem;
  }
  .cid-tbDUarrM9U h4 {
    right: 2rem;
  }
}
.cid-uDOo5weS0z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #150d1d;
}
.cid-uDOo5weS0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDOo5weS0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-uDOo5weS0z .col-lg-4 {
    padding: 0 2.5rem;
  }
}
.cid-uDOo5weS0z img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDOo5weS0z .image-wrapper {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-uDOo5weS0z .image-wrapper {
    padding-bottom: 2rem;
    height: 550px;
  }
}
.cid-uDOo5weS0z .mbr-text {
  color: #ffffff;
}
.cid-uDOoBrwWoR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #150d1d;
}
.cid-uDOoBrwWoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDOoBrwWoR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-uDOoBrwWoR .col-lg-4 {
    padding: 0 2.5rem;
  }
}
.cid-uDOoBrwWoR img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDOoBrwWoR .image-wrapper {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-uDOoBrwWoR .image-wrapper {
    padding-bottom: 2rem;
    height: 550px;
  }
}
.cid-uDOoBrwWoR .mbr-text {
  color: #ffffff;
}
.cid-uDOq1581fV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #150d1d;
}
.cid-uDOq1581fV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDOq1581fV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-uDOq1581fV .col-lg-4 {
    padding: 0 2.5rem;
  }
}
.cid-uDOq1581fV img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDOq1581fV .image-wrapper {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-uDOq1581fV .image-wrapper {
    padding-bottom: 2rem;
    height: 550px;
  }
}
.cid-uDOq1581fV .mbr-text {
  color: #ffffff;
}
.cid-uDOrn0NPA3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #150d1d;
}
.cid-uDOrn0NPA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDOrn0NPA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-uDOrn0NPA3 .col-lg-4 {
    padding: 0 2.5rem;
  }
}
.cid-uDOrn0NPA3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDOrn0NPA3 .image-wrapper {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-uDOrn0NPA3 .image-wrapper {
    padding-bottom: 2rem;
    height: 550px;
  }
}
.cid-uDOrn0NPA3 .mbr-text {
  color: #ffffff;
}
.cid-uDOs53CSJj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #150d1d;
}
.cid-uDOs53CSJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDOs53CSJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-uDOs53CSJj .col-lg-4 {
    padding: 0 2.5rem;
  }
}
.cid-uDOs53CSJj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDOs53CSJj .image-wrapper {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-uDOs53CSJj .image-wrapper {
    padding-bottom: 2rem;
    height: 550px;
  }
}
.cid-uDOs53CSJj .mbr-text {
  color: #ffffff;
}
.cid-tbDUZpxuxi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tbDUZpxuxi .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-tbDUZpxuxi .block2 {
  background-image: url("../../../assets/images/06.jpg");
}
.cid-tbDUZpxuxi .block2:hover .block2-over {
  opacity: 0;
}
.cid-tbDUZpxuxi .block1 {
  background-image: url("../../../assets/images/05.jpg");
}
.cid-tbDUZpxuxi .block1:hover .block1-over {
  opacity: 0;
}
.cid-tbDUZpxuxi .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #c1c1c1;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-tbDUZpxuxi .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #ffda00;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-tbDUZpxuxi .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/02.jpg");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.cid-tbDUZpxuxi .overlay {
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: #333333;
}
.cid-tbDUZpxuxi .wrap {
  width: 100%;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-tbDUZpxuxi .wrap:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-tbDUZpxuxi .wrap:hover .img-content {
  opacity: 1;
  transition-delay: 0.3s;
}
.cid-tbDUZpxuxi .wrap:hover .box-title2,
.cid-tbDUZpxuxi .wrap:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-tbDUZpxuxi .wrap:hover .box-content {
  transition-delay: 0.3s;
  background: transparent;
}
.cid-tbDUZpxuxi .box-title2,
.cid-tbDUZpxuxi .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-tbDUZpxuxi .box-content {
  transition: all 0.3s;
  background: #333333;
  width: 50%;
}
.cid-tbDUZpxuxi .content-box {
  padding: 4rem 3rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tbDUZpxuxi .img-content {
    opacity: 1;
  }
  .cid-tbDUZpxuxi .box-title2,
  .cid-tbDUZpxuxi .box-text2 {
    color: #333333 !important;
  }
  .cid-tbDUZpxuxi .content-block,
  .cid-tbDUZpxuxi .content1 {
    padding: 3rem 1rem;
  }
  .cid-tbDUZpxuxi .wrap {
    min-height: 300px;
  }
  .cid-tbDUZpxuxi .box-content {
    width: 100%;
    background: transparent;
  }
}
.cid-tbDY1Wrab5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tbDY1Wrab5 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tbDY1Wrab5 img:hover {
  transform: scale(1.1);
}
.cid-tbDY1Wrab5 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tbDY1Wrab5 h2 {
  padding: 0;
  margin: 0;
}
.cid-tbDY1Wrab5 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbDY1Wrab5 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tbDY1Wrab5 .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-tbDY1Wrab5 .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-tbDY1Wrab5 .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-tbDY1Wrab5 .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-tbDY1Wrab5 .mbr-iconfont {
  margin: 0 !important;
}
.cid-tbDY1Wrab5 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tbDY1Wrab5 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tbDY1Wrab5 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tbDY1Wrab5 .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-tbDY1Wrab5 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tbDY1Wrab5 H2 {
  color: #333333;
}
.cid-tbDY1Wrab5 .mbr-text {
  color: #767676;
}
.cid-tbDYkMxViU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tbDYkMxViU {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-tbDYkMxViU .text {
  padding: 0;
}
.cid-tbDYkMxViU section {
  position: relative;
}
.cid-tbDYkMxViU h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-tbDYkMxViU .mbr-iconfont {
  padding: 0 !important;
}
.cid-tbDYkMxViU .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffda00;
}
.cid-tbDYkMxViU .box {
  background-image: url("../../../assets/images/background2.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbDYkMxViU .icon-wrap {
  background-color: #ffda00 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tbDYkMxViU .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-tbDYkMxViU .icon-wrap span {
  padding-left: 8px;
}
.cid-tbDYkMxViU .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1c1c1c !important;
}
.cid-tbDYkMxViU .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tbDYkMxViU .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tbDYkMxViU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tbDYkMxViU .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tbDYkMxViU a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tbDYkMxViU a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tbDYkMxViU {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-tbDYkMxViU .box {
    height: 250px;
  }
  .cid-tbDYkMxViU .row {
    padding: 1rem !important;
  }
}
.cid-tbDYmSvWTH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-tbDYmSvWTH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tbDYmSvWTH input,
.cid-tbDYmSvWTH textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem !important;
  font-size: 1rem;
}
.cid-tbDYmSvWTH input:focus,
.cid-tbDYmSvWTH textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tbDYmSvWTH .form-control,
.cid-tbDYmSvWTH .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tbDYmSvWTH .form-control:hover,
.cid-tbDYmSvWTH .field-input:hover,
.cid-tbDYmSvWTH .form-control:focus,
.cid-tbDYmSvWTH .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tbDYmSvWTH input::-webkit-input-placeholder,
.cid-tbDYmSvWTH textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-tbDYmSvWTH input:-moz-placeholder,
.cid-tbDYmSvWTH textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-tbDYmSvWTH .jq-selectbox li,
.cid-tbDYmSvWTH .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-tbDYmSvWTH .jq-selectbox li:hover,
.cid-tbDYmSvWTH .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-tbDYmSvWTH .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tbDYmSvWTH .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tbDYmSvWTH img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tbDYmSvWTH .mbr-form {
  max-width: 450px;
}
.cid-tbDYmSvWTH textarea {
  min-height: 150px;
}
.cid-tbDYmSvWTH .mbr-text {
  color: #cccccc;
}
.cid-tbDYmSvWTH .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-tbDYmSvWTH .mbr-form .btn .mbr-iconfont {
  order: 2;
  font-size: 1.5rem;
}
.cid-tbDYsoT5XV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbDYsoT5XV img {
  width: 40px;
  margin-right: 1rem;
}
.cid-tbDYsoT5XV .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-tbDYsoT5XV .row {
    margin: 0 2rem;
  }
}
.cid-tbDYsoT5XV .container {
  max-width: 1500px;
}
.cid-tbDYsoT5XV .form-control,
.cid-tbDYsoT5XV .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tbDYsoT5XV .form-control:hover,
.cid-tbDYsoT5XV .field-input:hover,
.cid-tbDYsoT5XV .form-control:focus,
.cid-tbDYsoT5XV .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tbDYsoT5XV input::-webkit-input-placeholder,
.cid-tbDYsoT5XV textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-tbDYsoT5XV input:-moz-placeholder,
.cid-tbDYsoT5XV textarea:-moz-placeholder {
  color: #767676;
}
.cid-tbDYsoT5XV .jq-selectbox li,
.cid-tbDYsoT5XV .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-tbDYsoT5XV .jq-selectbox li:hover,
.cid-tbDYsoT5XV .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-tbDYsoT5XV .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-tbDYsoT5XV .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-tbDYsoT5XV .btn {
  width: 80px !important;
  justify-content: center;
  padding: 1rem 1rem !important;
  margin: 0 !important;
  height: 100%;
}
.cid-tbDYsoT5XV .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-tbDYsoT5XV input {
  border-radius: 0;
  padding: 1rem !important;
  font-size: 1rem;
  height: 100%;
}
.cid-tbDYsoT5XV .col,
.cid-tbDYsoT5XV .col-auto {
  padding: 0;
}
.cid-tbDYsoT5XV .form-group {
  margin-bottom: 0rem;
}
.cid-tbDYsoT5XV .items {
  color: #333333;
}
.cid-tbDYsoT5XV .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-tbDYsoT5XV .col-md-6,
  .cid-tbDYsoT5XV .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tbDYsoT5XV .navbar-brand {
    justify-content: center;
  }
  .cid-tbDYsoT5XV .row {
    margin: 0;
  }
}
.cid-tbE6jKJHzu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-tbE6jKJHzu [class^='socicon-']:before,
.cid-tbE6jKJHzu [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-tbE6jKJHzu .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tbE6jKJHzu .btn-social,
.cid-tbE6jKJHzu .mbr-section-title {
  color: #57468b;
}
.cid-tbE6jKJHzu .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-tbE6jKJHzu .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-tbE6jKJHzu .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-tbE6jKJHzu .align-left {
    text-align: center;
  }
  .cid-tbE6jKJHzu .align-right {
    text-align: center;
  }
  .cid-tbE6jKJHzu .social-list {
    justify-content: center;
  }
  .cid-tbE6jKJHzu .mb-0 {
    padding-bottom: 1rem;
  }
}
