.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 4.375rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 3.125rem;
  line-height: 1.25;
  letter-spacing: -0.04em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.8125rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f2b32c !important;
}
.bg-danger {
  background-color: #f2b32c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f2b32c !important;
  border-color: #f2b32c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f5c45c !important;
  border-color: #f5c45c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f5c45c !important;
  border-color: #f5c45c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f2b32c !important;
  border-color: #f2b32c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f5c45c !important;
  border-color: #f5c45c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f5c45c !important;
  border-color: #f5c45c !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f2b32c;
  color: #f2b32c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bc840c !important;
  background-color: transparent !important;
  border-color: #bc840c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f2b32c !important;
  border-color: #f2b32c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f2b32c;
  color: #f2b32c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #bc840c !important;
  background-color: transparent !important;
  border-color: #bc840c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f2b32c !important;
  border-color: #f2b32c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f2b32c !important;
}
.text-danger {
  color: #f2b32c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ad7a0b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ad7a0b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f2b32c;
}
.alert-danger {
  background-color: #f2b32c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fef8ec;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fef8ec;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rajdhani', sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.8125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rajdhani', sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.8125rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #000000 !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%;
  width: 100%;
  height: auto;
}
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='%23000000' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 14px 48px;
  border-radius: 0 !important;
  font-weight: 600 !important;
  transition: all 0.5s ease-in-out;
  border: none !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #000000 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  box-shadow: inset 0 -100px 100px #f2b32c;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  color: #000000 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  box-shadow: inset 0 -100px 100px #ffffff;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  position: relative;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before,
.mbr-section-btn .btn-primary-outline:focus::before,
.mbr-section-btn-main .btn-primary-outline:focus::before,
.mbr-section-btn .btn-secondary-outline:focus::before,
.mbr-section-btn-main .btn-secondary-outline:focus::before,
.mbr-section-btn .btn-success-outline:focus::before,
.mbr-section-btn-main .btn-success-outline:focus::before,
.mbr-section-btn .btn-info-outline:focus::before,
.mbr-section-btn-main .btn-info-outline:focus::before,
.mbr-section-btn .btn-warning-outline:focus::before,
.mbr-section-btn-main .btn-warning-outline:focus::before,
.mbr-section-btn .btn-danger-outline:focus::before,
.mbr-section-btn-main .btn-danger-outline:focus::before,
.mbr-section-btn .btn-black-outline:focus::before,
.mbr-section-btn-main .btn-black-outline:focus::before,
.mbr-section-btn .btn-white-outline:focus::before,
.mbr-section-btn-main .btn-white-outline:focus::before {
  width: 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #f2b32c;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #f2b32c;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff;
}
img {
  border-radius: 0 !important;
}
.mbr-figure iframe {
  border-radius: 0 !important;
}
.cid-uIxMsgWxI4 {
  background-color: transparent;
}
.cid-uIxMsgWxI4 .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uIxMsgWxI4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uIxMsgWxI4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIxMsgWxI4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIxMsgWxI4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIxMsgWxI4 .menu_box .navbar.opened,
  .cid-uIxMsgWxI4 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIxMsgWxI4 .navbar-dropdown {
  position: relative !important;
}
.cid-uIxMsgWxI4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uIxMsgWxI4 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIxMsgWxI4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uIxMsgWxI4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIxMsgWxI4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIxMsgWxI4 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e1eeec;
  }
  .cid-uIxMsgWxI4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIxMsgWxI4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIxMsgWxI4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIxMsgWxI4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIxMsgWxI4 .offcanvas-body .mbr-text,
  .cid-uIxMsgWxI4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIxMsgWxI4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIxMsgWxI4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIxMsgWxI4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2b32c;
  }
  .cid-uIxMsgWxI4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIxMsgWxI4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIxMsgWxI4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIxMsgWxI4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIxMsgWxI4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uIxMsgWxI4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIxMsgWxI4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIxMsgWxI4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIxMsgWxI4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIxMsgWxI4 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIxMsgWxI4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uIxMsgWxI4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIxMsgWxI4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIxMsgWxI4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uIxMsgWxI4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIxMsgWxI4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIxMsgWxI4 .nav-item .nav-link:hover,
.cid-uIxMsgWxI4 .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uIxMsgWxI4 .nav-item .nav-link:hover::before,
.cid-uIxMsgWxI4 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIxMsgWxI4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIxMsgWxI4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIxMsgWxI4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIxMsgWxI4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIxMsgWxI4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIxMsgWxI4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIxMsgWxI4 .offcanvas_box {
    display: none;
  }
}
.cid-uIxMsgWxI4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIxMsgWxI4 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIxMsgWxI4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIxMsgWxI4 .container {
  display: flex;
  margin: auto;
}
.cid-uIxMsgWxI4 .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIxMsgWxI4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIxMsgWxI4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIxMsgWxI4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIxMsgWxI4 .navbar-nav {
    margin: 0;
  }
}
.cid-uIxMsgWxI4 .dropdown-menu,
.cid-uIxMsgWxI4 .navbar.opened {
  background-color: false !important;
}
.cid-uIxMsgWxI4 .nav-item:focus,
.cid-uIxMsgWxI4 .nav-link:focus {
  outline: none;
}
.cid-uIxMsgWxI4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIxMsgWxI4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIxMsgWxI4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIxMsgWxI4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIxMsgWxI4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIxMsgWxI4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIxMsgWxI4 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uIxMsgWxI4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIxMsgWxI4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIxMsgWxI4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIxMsgWxI4 .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uIxMsgWxI4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uIxMsgWxI4 .navbar.collapsed {
  justify-content: center;
}
.cid-uIxMsgWxI4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIxMsgWxI4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIxMsgWxI4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIxMsgWxI4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIxMsgWxI4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIxMsgWxI4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIxMsgWxI4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIxMsgWxI4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIxMsgWxI4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIxMsgWxI4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIxMsgWxI4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIxMsgWxI4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIxMsgWxI4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIxMsgWxI4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIxMsgWxI4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIxMsgWxI4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIxMsgWxI4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIxMsgWxI4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIxMsgWxI4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIxMsgWxI4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIxMsgWxI4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIxMsgWxI4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIxMsgWxI4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIxMsgWxI4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIxMsgWxI4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIxMsgWxI4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uIxMsgWxI4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIxMsgWxI4 .dropdown-item.active,
.cid-uIxMsgWxI4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIxMsgWxI4 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uIxMsgWxI4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIxMsgWxI4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIxMsgWxI4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIxMsgWxI4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIxMsgWxI4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIxMsgWxI4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #27232c;
}
.cid-uIxMsgWxI4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2b32c;
}
.cid-uIxMsgWxI4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIxMsgWxI4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIxMsgWxI4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIxMsgWxI4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIxMsgWxI4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIxMsgWxI4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIxMsgWxI4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIxMsgWxI4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIxMsgWxI4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIxMsgWxI4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIxMsgWxI4 .navbar {
    height: 70px;
  }
  .cid-uIxMsgWxI4 .navbar.opened {
    height: auto;
  }
  .cid-uIxMsgWxI4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIxMsgWxI4 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uIxMsgWxI4 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uIxMsgWxI4 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uIxMsgWxI4 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uIxMsgWxI4 .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uIxMsgWxI4 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uIxMsgWxI4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIxMsgWxI4 .text_widget {
  margin-bottom: 32px;
}
.cid-uIxMsgWxI4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIxMsgWxI4 .text_widget a:hover,
.cid-uIxMsgWxI4 .text_widget a:focus {
  opacity: .8;
}
.cid-uIxMsgWxI4 .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uIxMsgWxI4 .navbar-caption {
  color: #bee0d6;
}
.cid-uIxMsgWxI4 .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-uIxMsgWxI4 .mbr-section-subtitle,
.cid-uIxMsgWxI4 .text_widget,
.cid-uIxMsgWxI4 .mbr-section-btn {
  text-align: center;
}
.cid-uIxMsgWxI4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIxMshqz1n {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fondopromotoreslatam.gif");
}
.cid-uIxMshqz1n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIxMshqz1n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIxMshqz1n .row {
  flex-direction: row-reverse;
}
.cid-uIxMshqz1n .mbr-description {
  color: #f2b32c;
}
.cid-uIxUJS5Il5 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f2b32c;
  overflow: hidden;
}
.cid-uIxUJS5Il5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIxUJS5Il5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uIxUJS5Il5 .container {
    padding: 0 30px;
  }
}
.cid-uIxUJS5Il5 .card {
  justify-content: center;
}
.cid-uIxUJS5Il5 .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uIxUJS5Il5 .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uIxUJS5Il5 .content-wrapper {
    padding: 0;
  }
}
.cid-uIxUJS5Il5 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIxUJS5Il5 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIxUJS5Il5 .mbr-section-title {
  color: #bee0d6;
}
.cid-uIxUJS5Il5 .mbr-section-title,
.cid-uIxUJS5Il5 .mbr-section-btn {
  text-align: center;
  color: #1d1626;
}
.cid-uIyiW7fPxF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIyiW7fPxF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyiW7fPxF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyiW7fPxF .row {
  margin: 0 -8px;
}
.cid-uIyiW7fPxF .row .card {
  padding: 0 8px;
}
.cid-uIyiW7fPxF .card-wrapper {
  padding: 75px 64px;
  background-color: #f2b32c;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uIyiW7fPxF .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uIyiW7fPxF .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uIyiW7fPxF .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uIyiW7fPxF .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uIyiW7fPxF .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIyiW7fPxF .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uIyiW7fPxF .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIyiW7fPxF .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIyiW7fPxF .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uIyiW7fPxF .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uIyiW7fPxF .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uIyiW7fPxF .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uIyiW7fPxF .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIyiW7fPxF .image-wrapper {
  height: 100%;
}
.cid-uIyiW7fPxF .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uIyiW7fPxF .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uIyiW7fPxF .mbr-text,
.cid-uIyiW7fPxF .text-wrapper {
  color: #252525;
  text-align: center;
}
.cid-uIyiW7fPxF .logo-wrapper,
.cid-uIyiW7fPxF .mbr-desc {
  text-align: center;
}
.cid-uIyiW7fPxF .mbr-desc {
  color: #63635d;
}
.cid-uIxMsiK06I {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/neuronas-1472x832.jpg");
}
.cid-uIxMsiK06I .mbr-section-title {
  margin-bottom: 26px;
  color: #000000;
}
.cid-uIxMsiK06I .mbr-text {
  margin-bottom: 30px;
}
.cid-uIxMsiK06I .card-title {
  color: #000000;
}
.cid-uIxMsiK06I .icon_block .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uIxMsiK06I .icon_block .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uIxMsiK06I .icon_block .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-uIxMsiK06I .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uIxMsiK06I .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uIxMsiK06I .btn_link:hover {
  cursor: pointer;
}
.cid-uIxMsiK06I .btn_link:hover a {
  color: #000000 !important;
}
.cid-uIxMsiK06I .btn_link:hover span {
  transform: translatex(5px);
}
.cid-uIxMsiK06I .card_wrapper {
  margin-bottom: 20px;
}
.cid-uIxMsiK06I .card_icon {
  display: block;
  margin-bottom: 25px;
}
.cid-uIxMsiK06I .card_icon .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: 0 14px 30px rgba(107, 61, 240, 0.4);
  background: -webkit-linear-gradient(40deg, #6b3df0 0%, rgba(107, 61, 240, 0.3) 100%);
}
@media (min-width: 992px) {
  .cid-uIxMsiK06I .title_block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIxMsiK06I .title_block,
  .cid-uIxMsiK06I .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
  .cid-uIxMsiK06I .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uIxMsiK06I .icon_block .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIxMsiK06I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIxMsiK06I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIxMsiK06I .mbr-section-title,
.cid-uIxMsiK06I .icon_block {
  color: #f2b32c;
}
.cid-uIxMsiK06I .mbr-text,
.cid-uIxMsiK06I .btn_link {
  color: #ffffff;
}
.cid-uIxMsiK06I .card-title,
.cid-uIxMsiK06I .card_icon {
  color: #f2b32c;
}
.cid-uIxMsiK06I .card-text {
  color: #ffffff;
}
.cid-uIxMsiorDc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dce8eb;
}
.cid-uIxMsiorDc .image-wrapper {
  padding: 0;
}
.cid-uIxMsiorDc .img-item,
.cid-uIxMsiorDc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIxMsiorDc .container-fluid {
  padding: 0 1rem;
}
.cid-uIxMsiorDc .wrapper {
  max-width: 550px;
  margin: auto;
  padding: 4rem 0;
}
.cid-uIxMsiorDc .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-uIxMsiorDc .card-wrapper {
    flex-direction: column;
  }
}
.cid-uIxMsiorDc .mbr-iconfont {
  font-size: 2rem;
}
.cid-uIxMsiorDc .icon1 {
  color: #14191e;
}
.cid-uIxMsiorDc .icon-wrapper {
  background: #f2b32c;
  border-radius: 50%;
  min-width: 80px;
  height: 80px;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-uIxMsiorDc .icon-wrapper {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-uIxMsiorDc .mbr-text,
.cid-uIxMsiorDc .mbr-section-btn {
  color: #353535;
}
.cid-uIxMsiorDc .mbr-section-subtitle {
  color: #27232c;
}
.cid-uIxMsiorDc .mbr-list {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-uIxMsiorDc .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-uIxMsiorDc .card-text {
  color: #353535;
}
.cid-uIxMsiorDc .card-title {
  color: #14191e;
}
.cid-uIxMsiorDc .mbr-section-title {
  color: #f2b32c;
}
.cid-uIytJ8byzQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f2b32c;
}
.cid-uIytJ8byzQ .item:focus,
.cid-uIytJ8byzQ span:focus {
  outline: none;
}
.cid-uIytJ8byzQ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uIytJ8byzQ .item {
  color: #27232c;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uIytJ8byzQ .item {
    min-height: 45px;
  }
}
.cid-uIyw6Ag69R {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #252525;
}
.cid-uIyw6Ag69R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyw6Ag69R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyw6Ag69R .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIyw6Ag69R .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIyw6Ag69R .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIyw6Ag69R .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uIyw6Ag69R .item .item-wrapper {
  height: 100%;
}
.cid-uIyw6Ag69R .item .item-wrapper:hover .item-img img,
.cid-uIyw6Ag69R .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uIyw6Ag69R .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uIyw6Ag69R .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 450px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uIyw6Ag69R .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uIyw6Ag69R .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uIyw6Ag69R .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uIyw6Ag69R .mbr-section-title {
  color: #f2b32c;
  text-align: center;
}
.cid-uIyw6Ag69R .item-title {
  color: #000000;
}
.cid-uIyw6Ag69R .item-date {
  color: #000000;
}
.cid-uIxMsnaD1C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uIxMsnaD1C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIxMsnaD1C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uIxMsnaD1C .container {
    padding: 0 30px;
  }
}
.cid-uIxMsnaD1C .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uIxMsnaD1C .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uIxMsnaD1C .content-wrapper {
    padding: 0;
  }
}
.cid-uIxMsnaD1C .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uIxMsnaD1C .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uIxMsnaD1C .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uIxMsnaD1C .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uIxMsnaD1C .form-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uIxMsnaD1C .form-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uIxMsnaD1C .form-wrapper {
    padding: 0;
  }
}
.cid-uIxMsnaD1C .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uIxMsnaD1C .form-wrapper .dragArea.row .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIxMsnaD1C .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uIxMsnaD1C .form-wrapper .dragArea.row .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uIxMsnaD1C .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 50px !important;
  border-bottom: 2px solid #000000 !important;
}
.cid-uIxMsnaD1C .form-wrapper .dragArea.row .form-group::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIxMsnaD1C .form-wrapper .dragArea.row .form-group::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #252525;
  transition: all 0.3s ease-in-out;
}
.cid-uIxMsnaD1C .form-wrapper .dragArea.row .form-group:hover::before,
.cid-uIxMsnaD1C .form-wrapper .dragArea.row .form-group:focus::before {
  opacity: .2;
}
.cid-uIxMsnaD1C .form-wrapper .dragArea.row .form-group:hover::after,
.cid-uIxMsnaD1C .form-wrapper .dragArea.row .form-group:focus::after {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uIxMsnaD1C .form-wrapper .dragArea.row .form-group {
    margin-bottom: 40px;
  }
}
.cid-uIxMsnaD1C .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uIxMsnaD1C .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 40px 16px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIxMsnaD1C .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px 15px;
  }
}
.cid-uIxMsnaD1C .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uIxMsnaD1C .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uIxMsnaD1C .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  color: #000000;
}
.cid-uIxMsnaD1C .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uIxMsnaD1C .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uIxMsnaD1C .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-uIxMsnaD1C .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uIxMsnaD1C .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-right: 0;
}
.cid-uIxMsnaD1C .mbr-desc {
  color: #bee0d6;
}
.cid-uIxMsnaD1C .mbr-section-title {
  color: #bee0d6;
}
.cid-uIxMsnaD1C .mbr-text {
  color: #bee0d6;
}
.cid-uIxMsnaD1C label {
  color: #bee0d6;
}
.cid-uIxMsnaD1C .mbr-section-btn {
  text-align: right;
}
.cid-uIxMsnaD1C .mbr-desc,
.cid-uIxMsnaD1C .desc-wrapper,
.cid-uIxMsnaD1C .mbr-section-btn {
  color: #f2b32c;
}
.cid-uIxMsnCBKD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-uIxMsnCBKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIxMsnCBKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIxMsnCBKD .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uIxMsnCBKD .content-wrapper {
    padding: 0;
  }
}
.cid-uIxMsnCBKD .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uIxMsnCBKD .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uIxMsnCBKD .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uIxMsnCBKD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIxMsnCBKD .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uIxMsnCBKD .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIxMsnCBKD .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uIxMsnCBKD .mbr-text,
.cid-uIxMsnCBKD .text-wrapper {
  color: #050f0f;
}
.cid-uIxMsnCBKD .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIxMsnCBKD .mbr-text,
.cid-uIxMsnCBKD .text-wrapper,
.cid-uIxMsnCBKD .rating-wrapper {
  text-align: center;
  color: #f2b32c;
}
.cid-uRMPeBxS9k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2b32c;
  overflow: hidden;
}
.cid-uRMPeBxS9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRMPeBxS9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .container {
    padding: 0 30px;
  }
}
.cid-uRMPeBxS9k .row {
  justify-content: center;
}
.cid-uRMPeBxS9k .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRMPeBxS9k .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRMPeBxS9k .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uRMPeBxS9k .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRMPeBxS9k .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRMPeBxS9k .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uRMPeBxS9k .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap:hover,
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap:hover::before,
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRMPeBxS9k .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRMPeBxS9k .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #252525;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRMPeBxS9k .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #252525;
}
.cid-uRMPeBxS9k .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uRMPeBxS9k .mbr-section-title {
  color: #bee0d6;
}
.cid-uRMPeBxS9k .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRMPeBxS9k .list {
  color: #bee0d6;
}
.cid-uRMPeBxS9k .mbr-address {
  color: #bee0d6;
}
.cid-uRMPeBxS9k .mbr-copy {
  color: #252525;
  text-align: center;
}
.cid-uJeRdtGHWz {
  background-color: transparent;
}
.cid-uJeRdtGHWz .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uJeRdtGHWz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uJeRdtGHWz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJeRdtGHWz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJeRdtGHWz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJeRdtGHWz .menu_box .navbar.opened,
  .cid-uJeRdtGHWz .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJeRdtGHWz .navbar-dropdown {
  position: relative !important;
}
.cid-uJeRdtGHWz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uJeRdtGHWz .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJeRdtGHWz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJeRdtGHWz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJeRdtGHWz .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uJeRdtGHWz .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e1eeec;
  }
  .cid-uJeRdtGHWz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uJeRdtGHWz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uJeRdtGHWz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uJeRdtGHWz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uJeRdtGHWz .offcanvas-body .mbr-text,
  .cid-uJeRdtGHWz .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uJeRdtGHWz .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uJeRdtGHWz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uJeRdtGHWz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2b32c;
  }
  .cid-uJeRdtGHWz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uJeRdtGHWz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uJeRdtGHWz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uJeRdtGHWz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uJeRdtGHWz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uJeRdtGHWz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJeRdtGHWz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uJeRdtGHWz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uJeRdtGHWz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uJeRdtGHWz .lg_brand {
    margin: 0 1rem;
  }
  .cid-uJeRdtGHWz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uJeRdtGHWz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uJeRdtGHWz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uJeRdtGHWz .nav-item {
    margin: 0 !important;
  }
}
.cid-uJeRdtGHWz .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uJeRdtGHWz .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJeRdtGHWz .nav-item .nav-link:hover,
.cid-uJeRdtGHWz .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uJeRdtGHWz .nav-item .nav-link:hover::before,
.cid-uJeRdtGHWz .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uJeRdtGHWz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJeRdtGHWz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJeRdtGHWz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJeRdtGHWz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJeRdtGHWz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJeRdtGHWz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJeRdtGHWz .offcanvas_box {
    display: none;
  }
}
.cid-uJeRdtGHWz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJeRdtGHWz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJeRdtGHWz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJeRdtGHWz .container {
  display: flex;
  margin: auto;
}
.cid-uJeRdtGHWz .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uJeRdtGHWz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJeRdtGHWz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJeRdtGHWz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJeRdtGHWz .navbar-nav {
    margin: 0;
  }
}
.cid-uJeRdtGHWz .dropdown-menu,
.cid-uJeRdtGHWz .navbar.opened {
  background-color: false !important;
}
.cid-uJeRdtGHWz .nav-item:focus,
.cid-uJeRdtGHWz .nav-link:focus {
  outline: none;
}
.cid-uJeRdtGHWz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJeRdtGHWz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJeRdtGHWz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJeRdtGHWz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJeRdtGHWz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJeRdtGHWz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJeRdtGHWz .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJeRdtGHWz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJeRdtGHWz .navbar.opened {
  transition: all 0.3s;
}
.cid-uJeRdtGHWz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJeRdtGHWz .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uJeRdtGHWz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uJeRdtGHWz .navbar.collapsed {
  justify-content: center;
}
.cid-uJeRdtGHWz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJeRdtGHWz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJeRdtGHWz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJeRdtGHWz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJeRdtGHWz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJeRdtGHWz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJeRdtGHWz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJeRdtGHWz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJeRdtGHWz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJeRdtGHWz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJeRdtGHWz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJeRdtGHWz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJeRdtGHWz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJeRdtGHWz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJeRdtGHWz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJeRdtGHWz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJeRdtGHWz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJeRdtGHWz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJeRdtGHWz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJeRdtGHWz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJeRdtGHWz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJeRdtGHWz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJeRdtGHWz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJeRdtGHWz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJeRdtGHWz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJeRdtGHWz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJeRdtGHWz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJeRdtGHWz .dropdown-item.active,
.cid-uJeRdtGHWz .dropdown-item:active {
  background-color: transparent;
}
.cid-uJeRdtGHWz .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uJeRdtGHWz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJeRdtGHWz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJeRdtGHWz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJeRdtGHWz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJeRdtGHWz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJeRdtGHWz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #27232c;
}
.cid-uJeRdtGHWz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2b32c;
}
.cid-uJeRdtGHWz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJeRdtGHWz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJeRdtGHWz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJeRdtGHWz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJeRdtGHWz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJeRdtGHWz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJeRdtGHWz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJeRdtGHWz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJeRdtGHWz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJeRdtGHWz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJeRdtGHWz .navbar {
    height: 70px;
  }
  .cid-uJeRdtGHWz .navbar.opened {
    height: auto;
  }
  .cid-uJeRdtGHWz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJeRdtGHWz .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJeRdtGHWz .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uJeRdtGHWz .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uJeRdtGHWz .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uJeRdtGHWz .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uJeRdtGHWz .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uJeRdtGHWz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJeRdtGHWz .text_widget {
  margin-bottom: 32px;
}
.cid-uJeRdtGHWz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJeRdtGHWz .text_widget a:hover,
.cid-uJeRdtGHWz .text_widget a:focus {
  opacity: .8;
}
.cid-uJeRdtGHWz .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uJeRdtGHWz .navbar-caption {
  color: #bee0d6;
}
.cid-uJeRdtGHWz .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-uJeRdtGHWz .mbr-section-subtitle,
.cid-uJeRdtGHWz .text_widget,
.cid-uJeRdtGHWz .mbr-section-btn {
  text-align: center;
}
.cid-uJeRdtGHWz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJeRdAtn2o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-uJeRdAtn2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJeRdAtn2o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJeRdAtn2o .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJeRdAtn2o .content-wrapper {
    padding: 0;
  }
}
.cid-uJeRdAtn2o .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uJeRdAtn2o .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uJeRdAtn2o .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uJeRdAtn2o .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJeRdAtn2o .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uJeRdAtn2o .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJeRdAtn2o .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uJeRdAtn2o .mbr-text,
.cid-uJeRdAtn2o .text-wrapper {
  color: #050f0f;
}
.cid-uJeRdAtn2o .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJeRdAtn2o .mbr-text,
.cid-uJeRdAtn2o .text-wrapper,
.cid-uJeRdAtn2o .rating-wrapper {
  text-align: center;
  color: #f2b32c;
}
.cid-uRMPeBxS9k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2b32c;
  overflow: hidden;
}
.cid-uRMPeBxS9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRMPeBxS9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .container {
    padding: 0 30px;
  }
}
.cid-uRMPeBxS9k .row {
  justify-content: center;
}
.cid-uRMPeBxS9k .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRMPeBxS9k .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRMPeBxS9k .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uRMPeBxS9k .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRMPeBxS9k .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRMPeBxS9k .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uRMPeBxS9k .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap:hover,
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap:hover::before,
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRMPeBxS9k .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRMPeBxS9k .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #252525;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRMPeBxS9k .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #252525;
}
.cid-uRMPeBxS9k .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uRMPeBxS9k .mbr-section-title {
  color: #bee0d6;
}
.cid-uRMPeBxS9k .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRMPeBxS9k .list {
  color: #bee0d6;
}
.cid-uRMPeBxS9k .mbr-address {
  color: #bee0d6;
}
.cid-uRMPeBxS9k .mbr-copy {
  color: #252525;
  text-align: center;
}
.cid-uRBKCX69k8 {
  background-color: transparent;
}
.cid-uRBKCX69k8 .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uRBKCX69k8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uRBKCX69k8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRBKCX69k8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRBKCX69k8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRBKCX69k8 .menu_box .navbar.opened,
  .cid-uRBKCX69k8 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRBKCX69k8 .navbar-dropdown {
  position: relative !important;
}
.cid-uRBKCX69k8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uRBKCX69k8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRBKCX69k8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRBKCX69k8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRBKCX69k8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRBKCX69k8 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e1eeec;
  }
  .cid-uRBKCX69k8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRBKCX69k8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRBKCX69k8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRBKCX69k8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRBKCX69k8 .offcanvas-body .mbr-text,
  .cid-uRBKCX69k8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRBKCX69k8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRBKCX69k8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRBKCX69k8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2b32c;
  }
  .cid-uRBKCX69k8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRBKCX69k8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRBKCX69k8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRBKCX69k8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRBKCX69k8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRBKCX69k8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRBKCX69k8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uRBKCX69k8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRBKCX69k8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRBKCX69k8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRBKCX69k8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uRBKCX69k8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRBKCX69k8 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRBKCX69k8 .nav-item {
    margin: 0 !important;
  }
}
.cid-uRBKCX69k8 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uRBKCX69k8 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRBKCX69k8 .nav-item .nav-link:hover,
.cid-uRBKCX69k8 .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uRBKCX69k8 .nav-item .nav-link:hover::before,
.cid-uRBKCX69k8 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRBKCX69k8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRBKCX69k8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRBKCX69k8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRBKCX69k8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRBKCX69k8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRBKCX69k8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRBKCX69k8 .offcanvas_box {
    display: none;
  }
}
.cid-uRBKCX69k8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRBKCX69k8 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRBKCX69k8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRBKCX69k8 .container {
  display: flex;
  margin: auto;
}
.cid-uRBKCX69k8 .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRBKCX69k8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRBKCX69k8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRBKCX69k8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRBKCX69k8 .navbar-nav {
    margin: 0;
  }
}
.cid-uRBKCX69k8 .dropdown-menu,
.cid-uRBKCX69k8 .navbar.opened {
  background-color: false !important;
}
.cid-uRBKCX69k8 .nav-item:focus,
.cid-uRBKCX69k8 .nav-link:focus {
  outline: none;
}
.cid-uRBKCX69k8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRBKCX69k8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRBKCX69k8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRBKCX69k8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRBKCX69k8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRBKCX69k8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRBKCX69k8 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRBKCX69k8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRBKCX69k8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRBKCX69k8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRBKCX69k8 .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uRBKCX69k8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRBKCX69k8 .navbar.collapsed {
  justify-content: center;
}
.cid-uRBKCX69k8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRBKCX69k8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRBKCX69k8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRBKCX69k8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRBKCX69k8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRBKCX69k8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRBKCX69k8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRBKCX69k8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRBKCX69k8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRBKCX69k8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRBKCX69k8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRBKCX69k8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRBKCX69k8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRBKCX69k8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRBKCX69k8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRBKCX69k8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRBKCX69k8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRBKCX69k8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRBKCX69k8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRBKCX69k8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRBKCX69k8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRBKCX69k8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRBKCX69k8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRBKCX69k8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRBKCX69k8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRBKCX69k8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRBKCX69k8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRBKCX69k8 .dropdown-item.active,
.cid-uRBKCX69k8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRBKCX69k8 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uRBKCX69k8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRBKCX69k8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRBKCX69k8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRBKCX69k8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRBKCX69k8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRBKCX69k8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #27232c;
}
.cid-uRBKCX69k8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2b32c;
}
.cid-uRBKCX69k8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRBKCX69k8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRBKCX69k8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRBKCX69k8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRBKCX69k8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRBKCX69k8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRBKCX69k8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRBKCX69k8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRBKCX69k8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRBKCX69k8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRBKCX69k8 .navbar {
    height: 70px;
  }
  .cid-uRBKCX69k8 .navbar.opened {
    height: auto;
  }
  .cid-uRBKCX69k8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRBKCX69k8 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uRBKCX69k8 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uRBKCX69k8 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uRBKCX69k8 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uRBKCX69k8 .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uRBKCX69k8 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uRBKCX69k8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRBKCX69k8 .text_widget {
  margin-bottom: 32px;
}
.cid-uRBKCX69k8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRBKCX69k8 .text_widget a:hover,
.cid-uRBKCX69k8 .text_widget a:focus {
  opacity: .8;
}
.cid-uRBKCX69k8 .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uRBKCX69k8 .navbar-caption {
  color: #bee0d6;
}
.cid-uRBKCX69k8 .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-uRBKCX69k8 .mbr-section-subtitle,
.cid-uRBKCX69k8 .text_widget,
.cid-uRBKCX69k8 .mbr-section-btn {
  text-align: center;
}
.cid-uRBKCX69k8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRBKCXvfF4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/iqnextneuronalanimated.gif");
}
.cid-uRBKCXvfF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRBKCXvfF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRBKCXvfF4 .row {
  flex-direction: row-reverse;
}
.cid-uRBKCXvfF4 .mbr-description {
  color: #f2b32c;
}
.cid-uRBRCa1tME {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRBRCa1tME .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRBRCa1tME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRBRCa1tME .container {
    padding: 0 22px;
  }
}
.cid-uRBRCa1tME .row {
  justify-content: space-between;
}
.cid-uRBRCa1tME .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRBRCa1tME .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uRBRCa1tME .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uRBRCa1tME .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uRBRCa1tME .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uRBRCa1tME .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  border: 1px solid #d4d3d3 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-uRBRCa1tME .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uRBRCa1tME .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-uRBRCa1tME .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uRBRCa1tME .form-wrap .dragArea.row .form-group textarea {
  min-height: 80px;
}
.cid-uRBRCa1tME .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uRBRCa1tME .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: transparent;
  border-color: #d4d3d3;
  border-radius: 0;
}
.cid-uRBRCa1tME .form-wrap .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #d4d3d3;
}
.cid-uRBRCa1tME .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 16px;
  min-height: auto;
}
.cid-uRBRCa1tME .mbr-section-title {
  color: #f2b32c;
}
.cid-uRBRCa1tME .mbr-text {
  color: #000000;
}
.cid-uRBRCa1tME label {
  color: #000000;
}
.cid-uRBKD2b2l7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-uRBKD2b2l7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRBKD2b2l7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRBKD2b2l7 .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRBKD2b2l7 .content-wrapper {
    padding: 0;
  }
}
.cid-uRBKD2b2l7 .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uRBKD2b2l7 .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uRBKD2b2l7 .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uRBKD2b2l7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uRBKD2b2l7 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uRBKD2b2l7 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRBKD2b2l7 .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uRBKD2b2l7 .mbr-text,
.cid-uRBKD2b2l7 .text-wrapper {
  color: #050f0f;
}
.cid-uRBKD2b2l7 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uRBKD2b2l7 .mbr-text,
.cid-uRBKD2b2l7 .text-wrapper,
.cid-uRBKD2b2l7 .rating-wrapper {
  text-align: center;
  color: #f2b32c;
}
.cid-uRMPeBxS9k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2b32c;
  overflow: hidden;
}
.cid-uRMPeBxS9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRMPeBxS9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .container {
    padding: 0 30px;
  }
}
.cid-uRMPeBxS9k .row {
  justify-content: center;
}
.cid-uRMPeBxS9k .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRMPeBxS9k .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRMPeBxS9k .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uRMPeBxS9k .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRMPeBxS9k .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRMPeBxS9k .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uRMPeBxS9k .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap:hover,
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap:hover::before,
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRMPeBxS9k .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRMPeBxS9k .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #252525;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRMPeBxS9k .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #252525;
}
.cid-uRMPeBxS9k .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uRMPeBxS9k .mbr-section-title {
  color: #bee0d6;
}
.cid-uRMPeBxS9k .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRMPeBxS9k .list {
  color: #bee0d6;
}
.cid-uRMPeBxS9k .mbr-address {
  color: #bee0d6;
}
.cid-uRMPeBxS9k .mbr-copy {
  color: #252525;
  text-align: center;
}
.cid-u3G2gawgTF {
  background-color: transparent;
}
.cid-u3G2gawgTF .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-u3G2gawgTF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-u3G2gawgTF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3G2gawgTF .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u3G2gawgTF .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u3G2gawgTF .menu_box .navbar.opened,
  .cid-u3G2gawgTF .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u3G2gawgTF .navbar-dropdown {
  position: relative !important;
}
.cid-u3G2gawgTF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u3G2gawgTF .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u3G2gawgTF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u3G2gawgTF .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u3G2gawgTF .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u3G2gawgTF .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e1eeec;
  }
  .cid-u3G2gawgTF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u3G2gawgTF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u3G2gawgTF .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u3G2gawgTF .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u3G2gawgTF .offcanvas-body .mbr-text,
  .cid-u3G2gawgTF .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u3G2gawgTF .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u3G2gawgTF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u3G2gawgTF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2b32c;
  }
  .cid-u3G2gawgTF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u3G2gawgTF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u3G2gawgTF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u3G2gawgTF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u3G2gawgTF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u3G2gawgTF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u3G2gawgTF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u3G2gawgTF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u3G2gawgTF li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u3G2gawgTF .lg_brand {
    margin: 0 1rem;
  }
  .cid-u3G2gawgTF .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-u3G2gawgTF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u3G2gawgTF .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u3G2gawgTF .nav-item {
    margin: 0 !important;
  }
}
.cid-u3G2gawgTF .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u3G2gawgTF .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3G2gawgTF .nav-item .nav-link:hover,
.cid-u3G2gawgTF .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-u3G2gawgTF .nav-item .nav-link:hover::before,
.cid-u3G2gawgTF .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u3G2gawgTF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u3G2gawgTF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u3G2gawgTF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u3G2gawgTF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u3G2gawgTF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u3G2gawgTF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u3G2gawgTF .offcanvas_box {
    display: none;
  }
}
.cid-u3G2gawgTF .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u3G2gawgTF .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u3G2gawgTF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u3G2gawgTF .container {
  display: flex;
  margin: auto;
}
.cid-u3G2gawgTF .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u3G2gawgTF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u3G2gawgTF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u3G2gawgTF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u3G2gawgTF .navbar-nav {
    margin: 0;
  }
}
.cid-u3G2gawgTF .dropdown-menu,
.cid-u3G2gawgTF .navbar.opened {
  background-color: false !important;
}
.cid-u3G2gawgTF .nav-item:focus,
.cid-u3G2gawgTF .nav-link:focus {
  outline: none;
}
.cid-u3G2gawgTF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3G2gawgTF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3G2gawgTF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3G2gawgTF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3G2gawgTF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3G2gawgTF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3G2gawgTF .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u3G2gawgTF .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u3G2gawgTF .navbar.opened {
  transition: all 0.3s;
}
.cid-u3G2gawgTF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u3G2gawgTF .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u3G2gawgTF .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u3G2gawgTF .navbar.collapsed {
  justify-content: center;
}
.cid-u3G2gawgTF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3G2gawgTF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u3G2gawgTF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3G2gawgTF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3G2gawgTF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3G2gawgTF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u3G2gawgTF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u3G2gawgTF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u3G2gawgTF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u3G2gawgTF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3G2gawgTF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3G2gawgTF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u3G2gawgTF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3G2gawgTF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u3G2gawgTF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3G2gawgTF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u3G2gawgTF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u3G2gawgTF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u3G2gawgTF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u3G2gawgTF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3G2gawgTF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u3G2gawgTF .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3G2gawgTF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3G2gawgTF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3G2gawgTF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3G2gawgTF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u3G2gawgTF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3G2gawgTF .dropdown-item.active,
.cid-u3G2gawgTF .dropdown-item:active {
  background-color: transparent;
}
.cid-u3G2gawgTF .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u3G2gawgTF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3G2gawgTF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3G2gawgTF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3G2gawgTF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u3G2gawgTF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3G2gawgTF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #27232c;
}
.cid-u3G2gawgTF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2b32c;
}
.cid-u3G2gawgTF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3G2gawgTF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3G2gawgTF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3G2gawgTF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3G2gawgTF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3G2gawgTF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3G2gawgTF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3G2gawgTF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3G2gawgTF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u3G2gawgTF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3G2gawgTF .navbar {
    height: 70px;
  }
  .cid-u3G2gawgTF .navbar.opened {
    height: auto;
  }
  .cid-u3G2gawgTF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3G2gawgTF .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u3G2gawgTF .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-u3G2gawgTF .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u3G2gawgTF .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u3G2gawgTF .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-u3G2gawgTF .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-u3G2gawgTF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u3G2gawgTF .text_widget {
  margin-bottom: 32px;
}
.cid-u3G2gawgTF .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u3G2gawgTF .text_widget a:hover,
.cid-u3G2gawgTF .text_widget a:focus {
  opacity: .8;
}
.cid-u3G2gawgTF .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-u3G2gawgTF .navbar-caption {
  color: #bee0d6;
}
.cid-u3G2gawgTF .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-u3G2gawgTF .mbr-section-subtitle,
.cid-u3G2gawgTF .text_widget,
.cid-u3G2gawgTF .mbr-section-btn {
  text-align: center;
}
.cid-u3G2gawgTF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRMPZ8hBEg {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dotsslowmo.gif");
}
.cid-uRMPZ8hBEg .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uRMPZ8hBEg .img-wrap img {
  width: 80%;
  margin: auto;
}
.cid-uRMPZ8hBEg .mbr-text,
.cid-uRMPZ8hBEg .mbr-section-btn {
  color: #ffffff;
}
.cid-uRMPZ8hBEg .mbr-section-title {
  color: #f2b32c;
}
.cid-uRMPZ8hBEg .buttons-wrap .link {
  display: flex;
}
.cid-uRMPZ8hBEg .mbr-arrow {
  bottom: 0;
}
.cid-uRMPZ8hBEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRMPZ8hBEg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRMSpt0DGz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f6f3ec;
}
.cid-uRMSpt0DGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRMSpt0DGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRMSpt0DGz .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRMSpt0DGz .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uRMSpt0DGz .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uRMSpt0DGz .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRMSpt0DGz .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uRMSpt0DGz .item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRMSpt0DGz .item {
    margin-bottom: 15px;
  }
}
.cid-uRMSpt0DGz .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 100px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .cid-uRMSpt0DGz .item .item-wrapper {
    padding: 100px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uRMSpt0DGz .item .item-wrapper {
    padding: 200px 15px 15px;
  }
}
.cid-uRMSpt0DGz .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRMSpt0DGz .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  width: 48%;
  padding: 50px 60px;
}
@media (max-width: 992px) {
  .cid-uRMSpt0DGz .item .item-wrapper .item-content {
    padding: 30px 15px;
    width: 100%;
  }
}
.cid-uRMSpt0DGz .item .item-wrapper .item-content .label-wrap .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 15px;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
.cid-uRMSpt0DGz .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
  text-decoration: underline;
  text-decoration-color: transparent;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-uRMSpt0DGz .item .item-wrapper .item-content .card-title:hover,
.cid-uRMSpt0DGz .item .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-uRMSpt0DGz .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uRMSpt0DGz .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uRMSpt0DGz .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRMSpt0DGz .mbr-label,
.cid-uRMSpt0DGz .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRMSpt0DGz .mbr-section-title,
.cid-uRMSpt0DGz .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRMSpt0DGz .card-label {
  color: #000000;
}
.cid-uRMSpt0DGz .card-title {
  color: #000000;
}
.cid-uRMSpt0DGz .card-text {
  color: #000000;
}
.cid-uRMTajdBeb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRMTajdBeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRMTajdBeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRMTajdBeb .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRMTajdBeb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRMTajdBeb .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-uRMTajdBeb .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uRMTajdBeb .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uRMTajdBeb .item {
    margin-bottom: 16px;
  }
}
.cid-uRMTajdBeb .item .item-wrapper {
  padding: 10px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uRMTajdBeb .item .item-wrapper {
    height: 100%;
  }
}
.cid-uRMTajdBeb .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uRMTajdBeb .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uRMTajdBeb .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 1440px) {
  .cid-uRMTajdBeb .item .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uRMTajdBeb .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uRMTajdBeb .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uRMTajdBeb .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-uRMTajdBeb .item .item-wrapper .item-content .mbr-section-btn .btn {
    padding: 12px 16px;
  }
}
.cid-uRMTajdBeb .mbr-section-title {
  color: #f2b32c;
  text-align: center;
}
.cid-uRMTajdBeb .item-title {
  color: #000c3f;
}
.cid-uRMTajdBeb .item-text {
  color: #000c3f;
}
.cid-uRMTajdBeb .item-title,
.cid-uRMTajdBeb .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uRMW2VeYwV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #2c2c2c;
}
.cid-uRMW2VeYwV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRMW2VeYwV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRMW2VeYwV .card {
  justify-content: flex-end;
}
.cid-uRMW2VeYwV .title-wrapper {
  margin-bottom: 40px;
}
.cid-uRMW2VeYwV .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uRMW2VeYwV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRMW2VeYwV .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uRMW2VeYwV .mbr-section-btn .btn::after,
.cid-uRMW2VeYwV .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uRMW2VeYwV .mbr-section-btn .btn:hover,
.cid-uRMW2VeYwV .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uRMW2VeYwV .mbr-section-btn .btn:hover::after,
.cid-uRMW2VeYwV .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uRMW2VeYwV .items-wrapper {
  margin: 0 -20px;
}
.cid-uRMW2VeYwV .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRMW2VeYwV .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uRMW2VeYwV .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-uRMW2VeYwV .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uRMW2VeYwV .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uRMW2VeYwV .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uRMW2VeYwV .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uRMW2VeYwV .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  background-color: #f2b32c;
}
.cid-uRMW2VeYwV .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #353535, #000000);
  font-size: 32px;
}
.cid-uRMW2VeYwV .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRMW2VeYwV .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.cid-uRMW2VeYwV .mbr-section-title {
  color: #ffffff;
}
.cid-uRMW2VeYwV .mbr-tag {
  color: #adadad;
}
.cid-uRMW2VeYwV .item-title {
  color: #ffffff;
}
.cid-uRMW2VeYwV .item-text {
  color: #ffffff;
}
.cid-uRMW2VeYwV .mbr-section-title,
.cid-uRMW2VeYwV .main-btn {
  text-align: left;
  color: #f2b32c;
}
.cid-uRMZeAA7Uw {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uRMZeAA7Uw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRMZeAA7Uw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRMZeAA7Uw .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uRMZeAA7Uw img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uRMZeAA7Uw img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uRMZeAA7Uw .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-uRMZeAA7Uw .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uRMZeAA7Uw .card-link:hover a {
  background-image: none !important;
}
.cid-uRMZeAA7Uw .card-link:hover {
  cursor: pointer;
}
.cid-uRMZeAA7Uw .card-link:hover:before {
  width: 0%;
}
.cid-uRMZeAA7Uw .card {
  margin-bottom: 3rem;
}
.cid-uRMZeAA7Uw .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #f2b32c;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uRMZeAA7Uw .row {
  justify-content: center;
}
.cid-uRMZeAA7Uw .card-box {
  align-items: center;
  border-bottom: 1px solid #f2b32c;
  padding-bottom: .8rem;
}
.cid-uRMZeAA7Uw .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uRMZeAA7Uw .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uRMZeAA7Uw .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uRMZeAA7Uw .card-text {
  color: #232323;
}
.cid-uRMZeAA7Uw .card-title,
.cid-uRMZeAA7Uw .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.cid-uRMZeAA7Uw .mbr-section-title {
  text-align: left;
  color: #f2b32c;
}
.cid-uRMZeAA7Uw .card-link,
.cid-uRMZeAA7Uw .link-icon,
.cid-uRMZeAA7Uw .link-align {
  color: #232323;
}
.cid-uRN0XMkoEt {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fondofinal-1472x832.jpg");
}
.cid-uRN0XMkoEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRN0XMkoEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRN0XMkoEt .card {
  justify-content: flex-end;
}
.cid-uRN0XMkoEt .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRN0XMkoEt .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRN0XMkoEt .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uRN0XMkoEt .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRN0XMkoEt .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uRN0XMkoEt .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uRN0XMkoEt .items-wrapper .item {
  padding: 0 15px;
}
.cid-uRN0XMkoEt .item {
  animation: none !important;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRN0XMkoEt .item {
    margin-bottom: 15px;
  }
}
.cid-uRN0XMkoEt .item .item-wrapper {
  position: relative;
  padding: 40px;
  backdrop-filter: blur(10px);
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRN0XMkoEt .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uRN0XMkoEt .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.3;
  background-color: #000000;
}
.cid-uRN0XMkoEt .item .item-wrapper:hover .card-box .border-wrapper::before,
.cid-uRN0XMkoEt .item .item-wrapper:focus .card-box .border-wrapper::before {
  width: 0;
  opacity: 1;
  background-color: #f2b32c;
}
.cid-uRN0XMkoEt .item .item-wrapper:hover .card-box .border-wrapper::after,
.cid-uRN0XMkoEt .item .item-wrapper:focus .card-box .border-wrapper::after {
  width: 100%;
}
.cid-uRN0XMkoEt .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uRN0XMkoEt .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRN0XMkoEt .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uRN0XMkoEt .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #f2b32c;
  display: inline-flex;
}
.cid-uRN0XMkoEt .item .item-wrapper .card-box .border-wrapper {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  transition: all .3s ease;
}
.cid-uRN0XMkoEt .item .item-wrapper .card-box .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
  transition: all .4s ease;
}
.cid-uRN0XMkoEt .item .item-wrapper .card-box .border-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f2b32c;
  transition: all .6s ease;
}
.cid-uRN0XMkoEt .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uRN0XMkoEt .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uRN0XMkoEt .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uRN0XMkoEt .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRN0XMkoEt .mbr-section-title {
  color: #f2b32c;
}
.cid-uRN0XMkoEt .card-title {
  color: #ffffff;
}
.cid-uRN0XMkoEt .card-text {
  color: #ffffff;
}
.cid-uRN3dqePrx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRN3dqePrx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRN3dqePrx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRN3dqePrx .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRN3dqePrx .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uRN3dqePrx .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRN3dqePrx .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRN3dqePrx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRN3dqePrx .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uRN3dqePrx .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRN3dqePrx .item {
    margin-bottom: 28px;
  }
}
.cid-uRN3dqePrx .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uRN3dqePrx .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uRN3dqePrx .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uRN3dqePrx .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uRN3dqePrx .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uRN3dqePrx .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uRN3dqePrx .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uRN3dqePrx .mbr-section-title {
  color: #f2b32c;
  text-align: center;
}
.cid-uRN3dqePrx .mbr-text,
.cid-uRN3dqePrx .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRN3dqePrx .item-title {
  color: #ffffff;
}
.cid-uRN3dqePrx .item-title,
.cid-uRN3dqePrx .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uRN9bcVFGj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uRN9bcVFGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRN9bcVFGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRN9bcVFGj .mbr-tag {
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uRN9bcVFGj .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRN9bcVFGj .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRN9bcVFGj .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRN9bcVFGj .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRN9bcVFGj .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uRN9bcVFGj .mbr-section-btn .btn::after,
.cid-uRN9bcVFGj .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uRN9bcVFGj .mbr-section-btn .btn:hover,
.cid-uRN9bcVFGj .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uRN9bcVFGj .mbr-section-btn .btn:hover::after,
.cid-uRN9bcVFGj .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uRN9bcVFGj .items-wrapper {
  margin: 0 -20px;
}
.cid-uRN9bcVFGj .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRN9bcVFGj .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uRN9bcVFGj .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uRN9bcVFGj .items-wrapper .item:nth-child(2n) {
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-uRN9bcVFGj .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uRN9bcVFGj .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-uRN9bcVFGj .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.06) translateX(0);
}
.cid-uRN9bcVFGj .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uRN9bcVFGj .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-uRN9bcVFGj .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-uRN9bcVFGj .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 315px;
  object-fit: cover;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.06) translateX(-8px);
}
.cid-uRN9bcVFGj .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  border: 2px solid #2c2c2c;
}
@media (max-width: 992px) {
  .cid-uRN9bcVFGj .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-uRN9bcVFGj .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: 16px;
}
.cid-uRN9bcVFGj .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uRN9bcVFGj .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uRN9bcVFGj .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-bottom: 0;
  }
}
.cid-uRN9bcVFGj .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  padding: 17px 20px;
  margin-bottom: 0;
}
.cid-uRN9bcVFGj .mbr-section-title {
  color: #ffffff;
}
.cid-uRN9bcVFGj .mbr-text {
  color: #ffffff;
}
.cid-uRN9bcVFGj .item-name {
  color: #ffffff;
}
.cid-uRN9bcVFGj .item-role {
  color: #c7c7c7;
}
.cid-uRN9bcVFGj .mbr-section-title,
.cid-uRN9bcVFGj .main-btn {
  color: #f2b32c;
}
.cid-uRNbEsiu9G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/valorhumano-1903x812.png");
}
.cid-uRNbEsiu9G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRNbEsiu9G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRNbEsiu9G .row {
  justify-content: center;
}
.cid-uRNbEsiu9G .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uRNbEsiu9G .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #f2b32c, #f2b32c 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uRNbEsiu9G .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uRNbEsiu9G .mbr-section-title {
  color: #ffffff;
}
.cid-uRNbEsiu9G .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRNbEsiu9G .mbr-section-title,
.cid-uRNbEsiu9G .mbr-section-btn {
  text-align: center;
}
.cid-uRNfSx0NL1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dddddd;
}
.cid-uRNfSx0NL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRNfSx0NL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRNfSx0NL1 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRNfSx0NL1 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uRNfSx0NL1 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-uRNfSx0NL1 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uRNfSx0NL1 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uRNfSx0NL1 .item {
    margin-bottom: 20px;
  }
}
.cid-uRNfSx0NL1 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uRNfSx0NL1 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uRNfSx0NL1 .item .item-wrapper .card-box .card-title_1,
.cid-uRNfSx0NL1 .item .item-wrapper .card-box .card-title_2,
.cid-uRNfSx0NL1 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uRNfSx0NL1 .item .item-wrapper .card-box .card-text_1,
.cid-uRNfSx0NL1 .item .item-wrapper .card-box .card-text_2,
.cid-uRNfSx0NL1 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-uRNfSx0NL1 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uRNfSx0NL1 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRNfSx0NL1 .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uRNfSx0NL1 .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-uRNfSx0NL1 .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #000000;
  background-color: #f2b32c;
}
.cid-uRNfSx0NL1 .item .card_1 {
  background-color: #ffffff;
}
.cid-uRNfSx0NL1 .item .card_2 {
  background-color: #ffffff;
}
.cid-uRNfSx0NL1 .item .card_3 {
  background-color: #ffffff;
}
.cid-uRNfSx0NL1 .btn-wrapper {
  margin-top: -6%;
}
.cid-uRNfSx0NL1 .mbr-section-title,
.cid-uRNfSx0NL1 .title-wrapper {
  color: #f2b32c;
  text-align: center;
}
.cid-uRNfSx0NL1 .card-title_1 {
  color: #f1f5eb;
}
.cid-uRNfSx0NL1 .card-text_1 {
  color: #000000;
  text-align: center;
}
.cid-uRNfSx0NL1 .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-uRNfSx0NL1 .card-text_2 {
  color: #000000;
  text-align: center;
}
.cid-uRNfSx0NL1 .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-uRNfSx0NL1 .card-text_3 {
  color: #000000;
  text-align: center;
}
.cid-uRNfSx0NL1 .card-title_1,
.cid-uRNfSx0NL1 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uRNfSx0NL1 .card-title_2,
.cid-uRNfSx0NL1 .mbr-section-btn {
  color: #000000;
}
.cid-uRNfSx0NL1 .card-title_3,
.cid-uRNfSx0NL1 .mbr-section-btn {
  color: #000000;
}
.cid-uRMOH19UW3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uRMOH19UW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRMOH19UW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRMOH19UW3 .container {
    padding: 0 30px;
  }
}
.cid-uRMOH19UW3 .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uRMOH19UW3 .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRMOH19UW3 .content-wrapper {
    padding: 0;
  }
}
.cid-uRMOH19UW3 .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uRMOH19UW3 .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uRMOH19UW3 .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uRMOH19UW3 .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uRMOH19UW3 .form-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uRMOH19UW3 .form-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uRMOH19UW3 .form-wrapper {
    padding: 0;
  }
}
.cid-uRMOH19UW3 .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uRMOH19UW3 .form-wrapper .dragArea.row .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uRMOH19UW3 .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uRMOH19UW3 .form-wrapper .dragArea.row .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uRMOH19UW3 .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 50px !important;
  border-bottom: 2px solid #000000 !important;
}
.cid-uRMOH19UW3 .form-wrapper .dragArea.row .form-group::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRMOH19UW3 .form-wrapper .dragArea.row .form-group::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #252525;
  transition: all 0.3s ease-in-out;
}
.cid-uRMOH19UW3 .form-wrapper .dragArea.row .form-group:hover::before,
.cid-uRMOH19UW3 .form-wrapper .dragArea.row .form-group:focus::before {
  opacity: .2;
}
.cid-uRMOH19UW3 .form-wrapper .dragArea.row .form-group:hover::after,
.cid-uRMOH19UW3 .form-wrapper .dragArea.row .form-group:focus::after {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uRMOH19UW3 .form-wrapper .dragArea.row .form-group {
    margin-bottom: 40px;
  }
}
.cid-uRMOH19UW3 .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uRMOH19UW3 .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 40px 16px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uRMOH19UW3 .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px 15px;
  }
}
.cid-uRMOH19UW3 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uRMOH19UW3 .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uRMOH19UW3 .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  color: #000000;
}
.cid-uRMOH19UW3 .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uRMOH19UW3 .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uRMOH19UW3 .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-uRMOH19UW3 .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uRMOH19UW3 .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-right: 0;
}
.cid-uRMOH19UW3 .mbr-desc {
  color: #bee0d6;
}
.cid-uRMOH19UW3 .mbr-section-title {
  color: #bee0d6;
}
.cid-uRMOH19UW3 .mbr-text {
  color: #bee0d6;
}
.cid-uRMOH19UW3 label {
  color: #bee0d6;
}
.cid-uRMOH19UW3 .mbr-section-btn {
  text-align: right;
}
.cid-uRMOH19UW3 .mbr-desc,
.cid-uRMOH19UW3 .desc-wrapper,
.cid-uRMOH19UW3 .mbr-section-btn {
  color: #f2b32c;
}
.cid-uRMOLxHPIs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-uRMOLxHPIs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRMOLxHPIs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRMOLxHPIs .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRMOLxHPIs .content-wrapper {
    padding: 0;
  }
}
.cid-uRMOLxHPIs .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uRMOLxHPIs .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uRMOLxHPIs .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uRMOLxHPIs .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uRMOLxHPIs .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uRMOLxHPIs .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRMOLxHPIs .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uRMOLxHPIs .mbr-text,
.cid-uRMOLxHPIs .text-wrapper {
  color: #050f0f;
}
.cid-uRMOLxHPIs .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uRMOLxHPIs .mbr-text,
.cid-uRMOLxHPIs .text-wrapper,
.cid-uRMOLxHPIs .rating-wrapper {
  text-align: center;
  color: #f2b32c;
}
.cid-uRMPeBxS9k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2b32c;
  overflow: hidden;
}
.cid-uRMPeBxS9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRMPeBxS9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .container {
    padding: 0 30px;
  }
}
.cid-uRMPeBxS9k .row {
  justify-content: center;
}
.cid-uRMPeBxS9k .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRMPeBxS9k .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRMPeBxS9k .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uRMPeBxS9k .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRMPeBxS9k .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRMPeBxS9k .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uRMPeBxS9k .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap:hover,
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap:hover::before,
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uRMPeBxS9k .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRMPeBxS9k .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uRMPeBxS9k .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRMPeBxS9k .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #252525;
}
@media (max-width: 992px) {
  .cid-uRMPeBxS9k .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRMPeBxS9k .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #252525;
}
.cid-uRMPeBxS9k .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uRMPeBxS9k .mbr-section-title {
  color: #bee0d6;
}
.cid-uRMPeBxS9k .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRMPeBxS9k .list {
  color: #bee0d6;
}
.cid-uRMPeBxS9k .mbr-address {
  color: #bee0d6;
}
.cid-uRMPeBxS9k .mbr-copy {
  color: #252525;
  text-align: center;
}
.cid-uXy7y7QAN3 {
  background-color: transparent;
}
.cid-uXy7y7QAN3 .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uXy7y7QAN3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uXy7y7QAN3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXy7y7QAN3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uXy7y7QAN3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uXy7y7QAN3 .menu_box .navbar.opened,
  .cid-uXy7y7QAN3 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uXy7y7QAN3 .navbar-dropdown {
  position: relative !important;
}
.cid-uXy7y7QAN3 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uXy7y7QAN3 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXy7y7QAN3 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uXy7y7QAN3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uXy7y7QAN3 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uXy7y7QAN3 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e1eeec;
  }
  .cid-uXy7y7QAN3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uXy7y7QAN3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uXy7y7QAN3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uXy7y7QAN3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uXy7y7QAN3 .offcanvas-body .mbr-text,
  .cid-uXy7y7QAN3 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uXy7y7QAN3 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uXy7y7QAN3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uXy7y7QAN3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2b32c;
  }
  .cid-uXy7y7QAN3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uXy7y7QAN3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uXy7y7QAN3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uXy7y7QAN3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uXy7y7QAN3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uXy7y7QAN3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uXy7y7QAN3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uXy7y7QAN3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uXy7y7QAN3 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uXy7y7QAN3 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uXy7y7QAN3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uXy7y7QAN3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uXy7y7QAN3 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uXy7y7QAN3 .nav-item {
    margin: 0 !important;
  }
}
.cid-uXy7y7QAN3 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uXy7y7QAN3 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uXy7y7QAN3 .nav-item .nav-link:hover,
.cid-uXy7y7QAN3 .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uXy7y7QAN3 .nav-item .nav-link:hover::before,
.cid-uXy7y7QAN3 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uXy7y7QAN3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uXy7y7QAN3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uXy7y7QAN3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uXy7y7QAN3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uXy7y7QAN3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uXy7y7QAN3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uXy7y7QAN3 .offcanvas_box {
    display: none;
  }
}
.cid-uXy7y7QAN3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uXy7y7QAN3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uXy7y7QAN3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uXy7y7QAN3 .container {
  display: flex;
  margin: auto;
}
.cid-uXy7y7QAN3 .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uXy7y7QAN3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uXy7y7QAN3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uXy7y7QAN3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uXy7y7QAN3 .navbar-nav {
    margin: 0;
  }
}
.cid-uXy7y7QAN3 .dropdown-menu,
.cid-uXy7y7QAN3 .navbar.opened {
  background-color: false !important;
}
.cid-uXy7y7QAN3 .nav-item:focus,
.cid-uXy7y7QAN3 .nav-link:focus {
  outline: none;
}
.cid-uXy7y7QAN3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXy7y7QAN3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXy7y7QAN3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXy7y7QAN3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXy7y7QAN3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXy7y7QAN3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXy7y7QAN3 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uXy7y7QAN3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uXy7y7QAN3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uXy7y7QAN3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uXy7y7QAN3 .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uXy7y7QAN3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uXy7y7QAN3 .navbar.collapsed {
  justify-content: center;
}
.cid-uXy7y7QAN3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXy7y7QAN3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uXy7y7QAN3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXy7y7QAN3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXy7y7QAN3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXy7y7QAN3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uXy7y7QAN3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uXy7y7QAN3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uXy7y7QAN3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uXy7y7QAN3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXy7y7QAN3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXy7y7QAN3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uXy7y7QAN3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXy7y7QAN3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uXy7y7QAN3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXy7y7QAN3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uXy7y7QAN3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXy7y7QAN3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uXy7y7QAN3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uXy7y7QAN3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXy7y7QAN3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uXy7y7QAN3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXy7y7QAN3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXy7y7QAN3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXy7y7QAN3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXy7y7QAN3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uXy7y7QAN3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXy7y7QAN3 .dropdown-item.active,
.cid-uXy7y7QAN3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uXy7y7QAN3 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uXy7y7QAN3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXy7y7QAN3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXy7y7QAN3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXy7y7QAN3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uXy7y7QAN3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXy7y7QAN3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #27232c;
}
.cid-uXy7y7QAN3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2b32c;
}
.cid-uXy7y7QAN3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXy7y7QAN3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXy7y7QAN3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXy7y7QAN3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXy7y7QAN3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXy7y7QAN3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXy7y7QAN3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXy7y7QAN3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXy7y7QAN3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uXy7y7QAN3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXy7y7QAN3 .navbar {
    height: 70px;
  }
  .cid-uXy7y7QAN3 .navbar.opened {
    height: auto;
  }
  .cid-uXy7y7QAN3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXy7y7QAN3 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uXy7y7QAN3 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uXy7y7QAN3 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uXy7y7QAN3 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uXy7y7QAN3 .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uXy7y7QAN3 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uXy7y7QAN3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uXy7y7QAN3 .text_widget {
  margin-bottom: 32px;
}
.cid-uXy7y7QAN3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uXy7y7QAN3 .text_widget a:hover,
.cid-uXy7y7QAN3 .text_widget a:focus {
  opacity: .8;
}
.cid-uXy7y7QAN3 .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uXy7y7QAN3 .navbar-caption {
  color: #bee0d6;
}
.cid-uXy7y7QAN3 .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-uXy7y7QAN3 .mbr-section-subtitle,
.cid-uXy7y7QAN3 .text_widget,
.cid-uXy7y7QAN3 .mbr-section-btn {
  text-align: center;
}
.cid-uXy7y7QAN3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uXy7y8bqHc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/iqnextneuronalanimated.gif");
}
.cid-uXy7y8bqHc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXy7y8bqHc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXy7y8bqHc .row {
  flex-direction: row-reverse;
}
.cid-uXy7y8bqHc .mbr-description {
  color: #f2b32c;
}
.cid-uXy86ueXXr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1eeec;
  overflow: hidden;
}
.cid-uXy86ueXXr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXy86ueXXr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXy86ueXXr .container {
    padding: 0 30px;
  }
}
.cid-uXy86ueXXr .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uXy86ueXXr .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uXy86ueXXr .content-wrapper {
    padding: 0;
  }
}
.cid-uXy86ueXXr .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uXy86ueXXr .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uXy86ueXXr .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uXy86ueXXr .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uXy86ueXXr .content-wrapper .mbr-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-uXy86ueXXr .content-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uXy86ueXXr .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uXy86ueXXr .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uXy86ueXXr .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uXy86ueXXr .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXy86ueXXr .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uXy86ueXXr .mbr-desc {
  color: #254b45;
}
.cid-uXy86ueXXr .mbr-section-title {
  color: #f2b32c;
}
.cid-uXy86ueXXr .mbr-text {
  color: #254b45;
}
.cid-uXy86ueXXr .mbr-desc,
.cid-uXy86ueXXr .desc-wrapper {
  color: #27232c;
}
.cid-uXy86ueXXr .mbr-text,
.cid-uXy86ueXXr .mbr-section-btn {
  color: #27232c;
}
.cid-uXDG9gZfuu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXDG9gZfuu .row {
  align-items: center;
}
.cid-uXDG9gZfuu .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uXDG9gZfuu .image-wrapper {
    padding: 40px 1rem 1rem 1rem;
  }
}
.cid-uXDG9gZfuu .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uXDG9gZfuu .header-text {
  padding-right: 50px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-uXDG9gZfuu .header-text {
    padding-right: 0;
  }
}
.cid-uXDG9gZfuu .label-text {
  width: 100%;
  color: #111111;
}
.cid-uXDG9gZfuu .mbr-section-title {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uXDG9gZfuu .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-uXDG9gZfuu .contacts-text {
  color: #111111;
  letter-spacing: inherit;
  margin-bottom: 20px;
  width: 100%;
}
.cid-uXDG9gZfuu .icons-menu {
  margin-left: -8px;
  width: 100%;
}
.cid-uXDG9gZfuu .iconfont-wrapper {
  color: #111111 !important;
}
.cid-uXDG9gZfuu .iconfont-wrapper:hover {
  color: #000000 !important;
}
.cid-uXDG9gZfuu .mbr-iconfont {
  padding: 5px 8px;
  font-size: 15px;
}
.cid-uXDG9gZfuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXDG9gZfuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXy7y8FXY0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-uXy7y8FXY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXy7y8FXY0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXy7y8FXY0 .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXy7y8FXY0 .content-wrapper {
    padding: 0;
  }
}
.cid-uXy7y8FXY0 .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uXy7y8FXY0 .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uXy7y8FXY0 .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uXy7y8FXY0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXy7y8FXY0 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uXy7y8FXY0 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uXy7y8FXY0 .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uXy7y8FXY0 .mbr-text,
.cid-uXy7y8FXY0 .text-wrapper {
  color: #050f0f;
}
.cid-uXy7y8FXY0 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXy7y8FXY0 .mbr-text,
.cid-uXy7y8FXY0 .text-wrapper,
.cid-uXy7y8FXY0 .rating-wrapper {
  text-align: center;
  color: #f2b32c;
}
.cid-uXy7y8QdYl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2b32c;
  overflow: hidden;
}
.cid-uXy7y8QdYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXy7y8QdYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXy7y8QdYl .container {
    padding: 0 30px;
  }
}
.cid-uXy7y8QdYl .row {
  justify-content: center;
}
.cid-uXy7y8QdYl .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uXy7y8QdYl .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uXy7y8QdYl .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXy7y8QdYl .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uXy7y8QdYl .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uXy7y8QdYl .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXy7y8QdYl .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uXy7y8QdYl .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uXy7y8QdYl .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uXy7y8QdYl .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uXy7y8QdYl .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uXy7y8QdYl .nav-wrapper .list .item-wrap:hover,
.cid-uXy7y8QdYl .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uXy7y8QdYl .nav-wrapper .list .item-wrap:hover::before,
.cid-uXy7y8QdYl .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uXy7y8QdYl .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uXy7y8QdYl .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXy7y8QdYl .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uXy7y8QdYl .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uXy7y8QdYl .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXy7y8QdYl .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uXy7y8QdYl .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uXy7y8QdYl .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uXy7y8QdYl .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uXy7y8QdYl .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uXy7y8QdYl .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uXy7y8QdYl .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXy7y8QdYl .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uXy7y8QdYl .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uXy7y8QdYl .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uXy7y8QdYl .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXy7y8QdYl .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #252525;
}
@media (max-width: 992px) {
  .cid-uXy7y8QdYl .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uXy7y8QdYl .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #252525;
}
.cid-uXy7y8QdYl .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uXy7y8QdYl .mbr-section-title {
  color: #bee0d6;
}
.cid-uXy7y8QdYl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXy7y8QdYl .list {
  color: #bee0d6;
}
.cid-uXy7y8QdYl .mbr-address {
  color: #bee0d6;
}
.cid-uXy7y8QdYl .mbr-copy {
  color: #252525;
  text-align: center;
}
