.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: Unbounded;
}
.display-1 {
  font-family: 'Unbounded', sans-serif;
  font-size: 5.3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.625rem;
}
.display-2 {
  font-family: 'Unbounded', sans-serif;
  font-size: 4.375rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Archivo', sans-serif;
  font-size: 3.125rem;
  line-height: 1.16em;
  letter-spacing: -0.015em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.71rem;
    font-size: calc( 2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.505rem + (5.3 - 2.505) * ((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.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 0;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #11141d !important;
}
.bg-success {
  background-color: #ef6f3f !important;
}
.bg-info {
  background-color: #f0f0f0 !important;
}
.bg-warning {
  background-color: #569071 !important;
}
.bg-danger {
  background-color: #fed630 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #11141d !important;
  border-color: #11141d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #242a3d !important;
  border-color: #242a3d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #242a3d !important;
  border-color: #242a3d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cbc97a !important;
  border-color: #cbc97a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #d9d89f !important;
  border-color: #d9d89f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d9d89f !important;
  border-color: #d9d89f !important;
}
.btn-info,
.btn-info:active {
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
  color: #717171 !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: #717171 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ef6f3f !important;
  border-color: #ef6f3f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f3926e !important;
  border-color: #f3926e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f3926e !important;
  border-color: #f3926e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #569071 !important;
  border-color: #569071 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #70a98b !important;
  border-color: #70a98b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #70a98b !important;
  border-color: #70a98b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fed630 !important;
  border-color: #fed630 !important;
  color: #2f2600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fee063 !important;
  border-color: #fee063 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #2f2600 !important;
  background-color: #fee063 !important;
  border-color: #fee063 !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: #11141d;
  color: #11141d;
}
.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: #11141d !important;
  border-color: #11141d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #cbc97a;
  color: #cbc97a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #aba943 !important;
  background-color: transparent !important;
  border-color: #aba943 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cbc97a !important;
  border-color: #cbc97a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f0f0f0;
  color: #f0f0f0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c5c5c5 !important;
  background-color: transparent !important;
  border-color: #c5c5c5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #717171 !important;
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ef6f3f;
  color: #ef6f3f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c74211 !important;
  background-color: transparent !important;
  border-color: #c74211 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ef6f3f !important;
  border-color: #ef6f3f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #569071;
  color: #569071;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #365a46 !important;
  background-color: transparent !important;
  border-color: #365a46 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #569071 !important;
  border-color: #569071 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fed630;
  color: #fed630;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d6ad01 !important;
  background-color: transparent !important;
  border-color: #d6ad01 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #2f2600 !important;
  background-color: #fed630 !important;
  border-color: #fed630 !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: #11141d !important;
}
.text-secondary {
  color: #cbc97a !important;
}
.text-success {
  color: #ef6f3f !important;
}
.text-info {
  color: #f0f0f0 !important;
}
.text-warning {
  color: #569071 !important;
}
.text-danger {
  color: #fed630 !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: #a09e3f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b93e0f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bdbdbd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #30503f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c7a101 !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #11141d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f0f0f0;
}
.alert-warning {
  background-color: #569071;
}
.alert-danger {
  background-color: #fed630;
}
.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: #11141d;
  border-color: #11141d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #11141d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bcc3d7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffcfb;
}
.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: #a0c6b1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffefb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Archivo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #11141d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Archivo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #11141d;
}
/* 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: #11141d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #11141d;
}
.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: #11141d;
  border-bottom-color: #11141d;
}
.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: #11141d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #cbc97a !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='%2311141d' %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 {
  box-shadow: none;
  padding: 20px 40px;
  border: none !important;
  transition: all 0.5s ease-in-out;
  border-radius: 0 !important;
  max-width: 300px !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  box-shadow: inset 300px 0 0 0 #f0f0f0;
  color: #11141d !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  box-shadow: inset 300px 0 0 0 #ef6f3f;
  color: #cbc97a !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  box-shadow: inset 300px 0 0 0 #cbc97a;
  color: #ef6f3f !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 300px 0 0 0 #11141d;
  color: #f0f0f0 !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 300px 0 0 0 #fed630;
  color: #569071 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  box-shadow: inset 300px 0 0 0 #569071;
  color: #fed630 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  box-shadow: inset 300px 0 0 0 #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  box-shadow: inset 300px 0 0 0 #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 0 !important;
}
.cid-tOpSGk3u1n {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tOpSGk3u1n .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
  position: absolute !important;
}
.cid-tOpSGk3u1n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.5) !important;
  background: #ffffff;
}
.cid-tOpSGk3u1n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOpSGk3u1n .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tOpSGk3u1n .menu_box .navbar.opened,
  .cid-tOpSGk3u1n .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tOpSGk3u1n nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tOpSGk3u1n .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tOpSGk3u1n .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tOpSGk3u1n .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tOpSGk3u1n .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tOpSGk3u1n .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tOpSGk3u1n .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tOpSGk3u1n .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tOpSGk3u1n .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tOpSGk3u1n .offcanvas-body .mbr-text,
  .cid-tOpSGk3u1n .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tOpSGk3u1n .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #171717;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tOpSGk3u1n ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tOpSGk3u1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpSGk3u1n .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-tOpSGk3u1n .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tOpSGk3u1n 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-tOpSGk3u1n .lg_brand {
    margin: 0 1rem;
  }
  .cid-tOpSGk3u1n .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tOpSGk3u1n .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tOpSGk3u1n .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .nav-item {
    margin: 0 !important;
  }
}
.cid-tOpSGk3u1n .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tOpSGk3u1n .nav-item .nav-link:hover,
.cid-tOpSGk3u1n .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #11141d;
  color: #f0f0f0 !important;
}
.cid-tOpSGk3u1n .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tOpSGk3u1n .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpSGk3u1n .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-tOpSGk3u1n .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tOpSGk3u1n .offcanvas_box {
    display: none;
  }
}
.cid-tOpSGk3u1n .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tOpSGk3u1n .container {
  display: flex;
  margin: auto;
}
.cid-tOpSGk3u1n .iconfont-wrapper {
  color: #000000;
  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-tOpSGk3u1n .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tOpSGk3u1n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tOpSGk3u1n .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .navbar-nav {
    margin: 0;
  }
}
.cid-tOpSGk3u1n .dropdown-menu,
.cid-tOpSGk3u1n .navbar.opened {
  background-color: true !important;
}
.cid-tOpSGk3u1n .nav-item:focus,
.cid-tOpSGk3u1n .nav-link:focus {
  outline: none;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOpSGk3u1n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOpSGk3u1n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOpSGk3u1n .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tOpSGk3u1n .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tOpSGk3u1n .navbar.opened {
  transition: all 0.3s;
}
.cid-tOpSGk3u1n .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tOpSGk3u1n .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tOpSGk3u1n .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tOpSGk3u1n .navbar.collapsed {
  justify-content: center;
}
.cid-tOpSGk3u1n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOpSGk3u1n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOpSGk3u1n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tOpSGk3u1n .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tOpSGk3u1n .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tOpSGk3u1n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOpSGk3u1n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tOpSGk3u1n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOpSGk3u1n .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tOpSGk3u1n .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tOpSGk3u1n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tOpSGk3u1n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOpSGk3u1n .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tOpSGk3u1n .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOpSGk3u1n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOpSGk3u1n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOpSGk3u1n .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-tOpSGk3u1n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tOpSGk3u1n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOpSGk3u1n .dropdown-item.active,
.cid-tOpSGk3u1n .dropdown-item:active {
  background-color: transparent;
}
.cid-tOpSGk3u1n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOpSGk3u1n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOpSGk3u1n ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tOpSGk3u1n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOpSGk3u1n button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #171717;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tOpSGk3u1n .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-tOpSGk3u1n .navbar {
    height: 70px;
  }
  .cid-tOpSGk3u1n .navbar.opened {
    height: auto;
  }
  .cid-tOpSGk3u1n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOpSGk3u1n .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tOpSGk3u1n .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tOpSGk3u1n .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tOpSGk3u1n .navbar-caption:hover {
  color: #11141d;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tOpSGk3u1n .text_widget {
  margin-bottom: 32px;
  color: #fbfaf9;
}
.cid-tOpSGk3u1n .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tOpSGk3u1n .text_widget a:hover,
.cid-tOpSGk3u1n .text_widget a:focus {
  opacity: .6;
}
.cid-tOpSGk3u1n .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGk3u1n .navbar-caption {
  color: #000000;
}
.cid-tOpSGk3u1n .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGk3u1n .mbr-section-subtitle,
.cid-tOpSGk3u1n .text_widget,
.cid-tOpSGk3u1n .mbr-section-btn {
  text-align: center;
}
.cid-tOpSGk3u1n a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tOpSGw7zSh {
  background-image: url("../../../assets/images/es-duze-2-2000x1333.jpg");
}
.cid-tOpSGw7zSh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpSGw7zSh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpSGw7zSh .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tOpSGw7zSh .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpSGw7zSh .container {
    padding: 0 25px;
  }
}
.cid-tOpSGw7zSh .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-tOpSGw7zSh .title-wrapper {
    padding: 0;
  }
}
.cid-tOpSGw7zSh .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tOpSGw7zSh .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-tOpSGw7zSh .mbr-section-title {
  color: #ffffff;
}
.cid-tOpSGw7zSh .mbr-text {
  color: #30e4f8;
  text-align: center;
}
.cid-tOpSGw7zSh .mbr-section-title,
.cid-tOpSGw7zSh .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uHx0gqhyP8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1020.jpg");
}
.cid-uHx0gqhyP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHx0gqhyP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHx0gqhyP8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHx0gqhyP8 .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uHx0gqhyP8 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHx0gqhyP8 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHx0gqhyP8 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHx0gqhyP8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHx0gqhyP8 .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-uHx0gqhyP8 .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uHx0gqhyP8 .content-wrapper .list .item-wrap:hover,
.cid-uHx0gqhyP8 .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-uHx0gqhyP8 .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uHx0gqhyP8 .mbr-section-title {
  color: #ffffff;
}
.cid-uHx0gqhyP8 .mbr-text {
  color: #d2d2df;
}
.cid-uHx0gqhyP8 .list {
  color: #d2d2df;
}
.cid-uHxjgWKNm6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1020.jpg");
}
.cid-uHxjgWKNm6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHxjgWKNm6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHxjgWKNm6 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHxjgWKNm6 .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uHxjgWKNm6 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHxjgWKNm6 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHxjgWKNm6 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHxjgWKNm6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHxjgWKNm6 .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-uHxjgWKNm6 .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uHxjgWKNm6 .content-wrapper .list .item-wrap:hover,
.cid-uHxjgWKNm6 .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-uHxjgWKNm6 .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uHxjgWKNm6 .mbr-section-title {
  color: #ffffff;
}
.cid-uHxjgWKNm6 .mbr-text {
  color: #d2d2df;
}
.cid-uHxjgWKNm6 .list {
  color: #d2d2df;
}
.cid-uHClCpYlnW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1020.jpg");
}
.cid-uHClCpYlnW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHClCpYlnW .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-uHClCpYlnW .container {
    padding: 0 15px;
  }
}
.cid-uHClCpYlnW .row {
  justify-content: center;
}
.cid-uHClCpYlnW .content-wrapper {
  padding: 100px 60px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uHClCpYlnW .content-wrapper {
    padding: 80px 40px;
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uHClCpYlnW .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uHClCpYlnW .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uHClCpYlnW .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #11141d;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-uHClCpYlnW .content-wrapper .title-wrapper {
  max-width: 300px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uHClCpYlnW .content-wrapper .title-wrapper {
    max-width: 100%;
  }
}
.cid-uHClCpYlnW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHClCpYlnW .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uHClCpYlnW .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHClCpYlnW .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uHClCpYlnW .content-wrapper .lists-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uHClCpYlnW .content-wrapper .lists-wrapper {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uHClCpYlnW .content-wrapper .lists-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uHClCpYlnW .content-wrapper .lists-wrapper .list-wrap {
    margin-bottom: 20px;
  }
}
.cid-uHClCpYlnW .content-wrapper .lists-wrapper .list-wrap .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-uHClCpYlnW .content-wrapper .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uHClCpYlnW .content-wrapper .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uHClCpYlnW .content-wrapper .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -36px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
.cid-uHClCpYlnW .mbr-section-title {
  color: #ffffff;
}
.cid-uHClCpYlnW .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHClCpYlnW .list {
  color: #ffffff;
}
.cid-uHClCpYlnW .mbr-section-title,
.cid-uHClCpYlnW .mbr-section-btn {
  text-align: center;
}
.cid-uHCcKwLlK0 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.cid-uHCcKwLlK0 .link-align {
  width: 100%;
}
.cid-uHCcKwLlK0 .link-wrap {
  display: inline-block;
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uHCcKwLlK0 .mbr-text,
.cid-uHCcKwLlK0 .link-align {
  color: #ffffff;
}
.cid-uHCcKwLlK0 .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-uHCcKwLlK0 .icon-wrap:hover {
  animation: 0.6s hover;
}
.cid-uHCcKwLlK0 .icon-wrap span {
  padding-left: 4px;
}
.cid-uHCcKwLlK0 .mbr-media span {
  font-size: 1.6rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uHCcKwLlK0 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uHCcKwLlK0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 61, 61, 0.01) !important;
}
.cid-uHCcKwLlK0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uHCcKwLlK0 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uHCcKwLlK0 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uHCcKwLlK0 a.close:hover {
  color: #ffffff;
}
.cid-uHCcKwLlK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHCcKwLlK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/mbr-1-1920x1020.jpg");
}
.cid-uHCcKwLlK0 .cid-uHCcKwLlK0 {
  background-color: rgba(61, 61, 61, 0.01) !important;
}
.cid-tOpSKmnD9p {
  background-image: url("../../../assets/images/mbr-1920x947.jpg");
}
.cid-tOpSKmnD9p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpSKmnD9p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpSKmnD9p .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tOpSKmnD9p .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpSKmnD9p .container {
    padding: 0 25px;
  }
}
.cid-tOpSKmnD9p .row {
  justify-content: center;
}
.cid-tOpSKmnD9p .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tOpSKmnD9p .item:first-child .item-wrapper {
  border-top: 2px solid #e1e1e1;
}
.cid-tOpSKmnD9p .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #e1e1e1;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-tOpSKmnD9p .item .item-wrapper:hover .item-img img,
.cid-tOpSKmnD9p .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-tOpSKmnD9p .item .item-wrapper {
    display: block;
  }
}
.cid-tOpSKmnD9p .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-tOpSKmnD9p .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-tOpSKmnD9p .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-tOpSKmnD9p .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-tOpSKmnD9p .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tOpSKmnD9p .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-tOpSKmnD9p .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-tOpSKmnD9p .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-tOpSKmnD9p .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-tOpSKmnD9p .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #fffaf5;
  color: #ffffff;
}
.cid-tOpSKmnD9p .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-tOpSKmnD9p .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-tOpSKmnD9p .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-tOpSKmnD9p .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-tOpSKmnD9p .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-tOpSKmnD9p .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-tOpSKmnD9p .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-tOpSKmnD9p .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #fffaf5 !important;
  color: #ffffff;
}
.cid-tOpSKmnD9p .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-tOpSKmnD9p .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSKmnD9p .item-title {
  color: #fffaf5;
}
.cid-tOpSKmnD9p .item-desc {
  color: #000000;
}
.cid-tOpSKmnD9p .item-subtitle {
  color: #fffaf5;
}
.cid-tOpSKmnD9p .item-price {
  color: #fffaf5;
}
.cid-uIucib1SfH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1020.jpg");
}
.cid-uIucib1SfH .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uIucib1SfH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 405px;
  max-width: 405px;
}
@media (max-width: 767px) {
  .cid-uIucib1SfH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uIucib1SfH .embla__slide .slide-content {
  width: 100%;
}
.cid-uIucib1SfH .embla__slide .slide-content .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fbfaf9;
  height: 100%;
  overflow: hidden;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-uIucib1SfH .embla__slide .slide-content .item-wrapper {
    padding: 16px;
  }
}
.cid-uIucib1SfH .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uIucib1SfH .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper {
  margin-bottom: 16px;
}
.cid-uIucib1SfH .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper .mbr-iconfont {
  font-size: 55px;
  background-image: linear-gradient(#fffaf5, transparent 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIucib1SfH .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIucib1SfH .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 22px;
  }
}
.cid-uIucib1SfH .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uIucib1SfH .embla__slide .slide-content .item-wrapper .item-img {
    display: block;
  }
}
.cid-uIucib1SfH .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
  margin-right: 14px;
}
@media (max-width: 992px) {
  .cid-uIucib1SfH .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.cid-uIucib1SfH .embla__slide .slide-content .item-wrapper .item-img .image-wrap img {
  width: 55px;
  height: 55px;
  min-width: 55px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uIucib1SfH .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uIucib1SfH .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uIucib1SfH .embla__button--next,
.cid-uIucib1SfH .embla__button--prev {
  display: flex;
}
.cid-uIucib1SfH .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #fffaf5 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uIucib1SfH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uIucib1SfH .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uIucib1SfH .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uIucib1SfH .embla__button.embla__button--next {
  right: 0;
}
.cid-uIucib1SfH .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uIucib1SfH .embla {
  position: relative;
  width: 100%;
}
.cid-uIucib1SfH .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uIucib1SfH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uIucib1SfH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uIucib1SfH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uIucib1SfH .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uIucib1SfH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIucib1SfH .item-text {
  color: #11141d;
}
.cid-uIucib1SfH .item-name {
  color: #ffffff;
}
.cid-uIucib1SfH .item-role {
  color: #ffffff;
}
.cid-uOjx22ru3y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1020.jpg");
}
.cid-uOjx22ru3y .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uOjx22ru3y .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 405px;
  max-width: 405px;
}
@media (max-width: 767px) {
  .cid-uOjx22ru3y .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOjx22ru3y .embla__slide .slide-content {
  width: 100%;
}
.cid-uOjx22ru3y .embla__slide .slide-content .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fbfaf9;
  height: 100%;
  overflow: hidden;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-uOjx22ru3y .embla__slide .slide-content .item-wrapper {
    padding: 16px;
  }
}
.cid-uOjx22ru3y .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uOjx22ru3y .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper {
  margin-bottom: 16px;
}
.cid-uOjx22ru3y .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper .mbr-iconfont {
  font-size: 55px;
  background-image: linear-gradient(#fffaf5, transparent 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uOjx22ru3y .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOjx22ru3y .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 22px;
  }
}
.cid-uOjx22ru3y .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOjx22ru3y .embla__slide .slide-content .item-wrapper .item-img {
    display: block;
  }
}
.cid-uOjx22ru3y .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
  margin-right: 14px;
}
@media (max-width: 992px) {
  .cid-uOjx22ru3y .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.cid-uOjx22ru3y .embla__slide .slide-content .item-wrapper .item-img .image-wrap img {
  width: 55px;
  height: 55px;
  min-width: 55px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uOjx22ru3y .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uOjx22ru3y .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uOjx22ru3y .embla__button--next,
.cid-uOjx22ru3y .embla__button--prev {
  display: flex;
}
.cid-uOjx22ru3y .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #fffaf5 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uOjx22ru3y .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOjx22ru3y .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uOjx22ru3y .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uOjx22ru3y .embla__button.embla__button--next {
  right: 0;
}
.cid-uOjx22ru3y .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uOjx22ru3y .embla {
  position: relative;
  width: 100%;
}
.cid-uOjx22ru3y .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uOjx22ru3y .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOjx22ru3y .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOjx22ru3y .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOjx22ru3y .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOjx22ru3y .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOjx22ru3y .item-text {
  color: #11141d;
}
.cid-uOjx22ru3y .item-name {
  color: #ffffff;
}
.cid-uOjx22ru3y .item-role {
  color: #ffffff;
}
.cid-tOpSSYHsqE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tOpSSYHsqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpSSYHsqE .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-tOpSSYHsqE .container {
    padding: 0 25px;
  }
}
.cid-tOpSSYHsqE .row {
  justify-content: center;
}
.cid-tOpSSYHsqE .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tOpSSYHsqE .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tOpSSYHsqE .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tOpSSYHsqE .image-wrapper img {
    height: 350px;
  }
}
.cid-tOpSSYHsqE .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-tOpSSYHsqE .form-wrapper {
    padding: 0 12px;
  }
}
.cid-tOpSSYHsqE .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-tOpSSYHsqE .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-tOpSSYHsqE .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-tOpSSYHsqE .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tOpSSYHsqE .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #e1e1e1 !important;
  border-radius: 0 !important;
}
.cid-tOpSSYHsqE .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-tOpSSYHsqE .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-tOpSSYHsqE .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.cid-tOpSSYHsqE .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-tOpSSYHsqE .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-tOpSSYHsqE .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.cid-tOpSSYHsqE .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-tOpSSYHsqE .mbr-section-title {
  color: #ffffff;
}
.cid-tOpSSYHsqE .mbr-text {
  color: #ffffff;
}
.cid-tOpSSYHsqE label {
  color: #000000;
}
.cid-uIu6wgi3p7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1020.jpg");
}
.cid-uIu6wgi3p7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIu6wgi3p7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIu6wgi3p7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIu6wgi3p7 .container {
    padding: 0 15px;
  }
}
.cid-uIu6wgi3p7 .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uIu6wgi3p7 .title-wrapper {
    text-align: center;
  }
}
.cid-uIu6wgi3p7 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIu6wgi3p7 .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uIu6wgi3p7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIu6wgi3p7 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uIu6wgi3p7 .list {
    justify-content: center;
  }
}
.cid-uIu6wgi3p7 .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIu6wgi3p7 .list .item-wrap:hover,
.cid-uIu6wgi3p7 .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uIu6wgi3p7 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uIu6wgi3p7 .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uIu6wgi3p7 .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uIu6wgi3p7 .copy-wrapper {
    height: auto;
  }
}
.cid-uIu6wgi3p7 .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIu6wgi3p7 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uIu6wgi3p7 .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uIu6wgi3p7 .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uIu6wgi3p7 .social-wrapper {
    text-align: center;
  }
}
.cid-uIu6wgi3p7 .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIu6wgi3p7 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uIu6wgi3p7 .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uIu6wgi3p7 .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uIu6wgi3p7 .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uIu6wgi3p7 .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIu6wgi3p7 .mbr-section-title {
  color: #f2ac2b;
}
.cid-uIu6wgi3p7 .mbr-copy {
  color: #d2d2df;
}
.cid-uIu6wgi3p7 .mbr-copy,
.cid-uIu6wgi3p7 .social-wrapper {
  text-align: center;
}
.cid-tOpSGk3u1n {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tOpSGk3u1n .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
  position: absolute !important;
}
.cid-tOpSGk3u1n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.5) !important;
  background: #ffffff;
}
.cid-tOpSGk3u1n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOpSGk3u1n .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tOpSGk3u1n .menu_box .navbar.opened,
  .cid-tOpSGk3u1n .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tOpSGk3u1n nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tOpSGk3u1n .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tOpSGk3u1n .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tOpSGk3u1n .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tOpSGk3u1n .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tOpSGk3u1n .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tOpSGk3u1n .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tOpSGk3u1n .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tOpSGk3u1n .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tOpSGk3u1n .offcanvas-body .mbr-text,
  .cid-tOpSGk3u1n .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tOpSGk3u1n .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #171717;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tOpSGk3u1n ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tOpSGk3u1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpSGk3u1n .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-tOpSGk3u1n .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tOpSGk3u1n 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-tOpSGk3u1n .lg_brand {
    margin: 0 1rem;
  }
  .cid-tOpSGk3u1n .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tOpSGk3u1n .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tOpSGk3u1n .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .nav-item {
    margin: 0 !important;
  }
}
.cid-tOpSGk3u1n .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tOpSGk3u1n .nav-item .nav-link:hover,
.cid-tOpSGk3u1n .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #11141d;
  color: #f0f0f0 !important;
}
.cid-tOpSGk3u1n .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tOpSGk3u1n .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpSGk3u1n .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-tOpSGk3u1n .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tOpSGk3u1n .offcanvas_box {
    display: none;
  }
}
.cid-tOpSGk3u1n .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tOpSGk3u1n .container {
  display: flex;
  margin: auto;
}
.cid-tOpSGk3u1n .iconfont-wrapper {
  color: #000000;
  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-tOpSGk3u1n .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tOpSGk3u1n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tOpSGk3u1n .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .navbar-nav {
    margin: 0;
  }
}
.cid-tOpSGk3u1n .dropdown-menu,
.cid-tOpSGk3u1n .navbar.opened {
  background-color: true !important;
}
.cid-tOpSGk3u1n .nav-item:focus,
.cid-tOpSGk3u1n .nav-link:focus {
  outline: none;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOpSGk3u1n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOpSGk3u1n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOpSGk3u1n .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tOpSGk3u1n .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tOpSGk3u1n .navbar.opened {
  transition: all 0.3s;
}
.cid-tOpSGk3u1n .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tOpSGk3u1n .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tOpSGk3u1n .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tOpSGk3u1n .navbar.collapsed {
  justify-content: center;
}
.cid-tOpSGk3u1n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOpSGk3u1n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOpSGk3u1n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tOpSGk3u1n .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tOpSGk3u1n .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tOpSGk3u1n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOpSGk3u1n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tOpSGk3u1n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOpSGk3u1n .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tOpSGk3u1n .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tOpSGk3u1n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tOpSGk3u1n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOpSGk3u1n .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tOpSGk3u1n .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOpSGk3u1n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOpSGk3u1n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOpSGk3u1n .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-tOpSGk3u1n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tOpSGk3u1n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOpSGk3u1n .dropdown-item.active,
.cid-tOpSGk3u1n .dropdown-item:active {
  background-color: transparent;
}
.cid-tOpSGk3u1n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOpSGk3u1n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOpSGk3u1n ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tOpSGk3u1n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOpSGk3u1n button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #171717;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tOpSGk3u1n .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-tOpSGk3u1n .navbar {
    height: 70px;
  }
  .cid-tOpSGk3u1n .navbar.opened {
    height: auto;
  }
  .cid-tOpSGk3u1n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOpSGk3u1n .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tOpSGk3u1n .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tOpSGk3u1n .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tOpSGk3u1n .navbar-caption:hover {
  color: #11141d;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tOpSGk3u1n .text_widget {
  margin-bottom: 32px;
  color: #fbfaf9;
}
.cid-tOpSGk3u1n .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tOpSGk3u1n .text_widget a:hover,
.cid-tOpSGk3u1n .text_widget a:focus {
  opacity: .6;
}
.cid-tOpSGk3u1n .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGk3u1n .navbar-caption {
  color: #000000;
}
.cid-tOpSGk3u1n .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGk3u1n .mbr-section-subtitle,
.cid-tOpSGk3u1n .text_widget,
.cid-tOpSGk3u1n .mbr-section-btn {
  text-align: center;
}
.cid-tOpSGk3u1n a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHwvMPl7Rc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHwvMPl7Rc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHwvMPl7Rc .container {
  max-width: 1300px;
}
.cid-uHwvMPl7Rc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHwvMPl7Rc .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-uHwvMPl7Rc .text-wrapper {
    padding: 3rem;
  }
}
.cid-uHwvMPl7Rc .row {
  background: #d2564f;
}
.cid-uHwvMPl7Rc .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uHwvMPl7Rc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHwvMPl7Rc .image-wrapper {
  padding: 0;
}
.cid-uHwvMPl7Rc .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uHwvMPl7Rc .mbr-section-title {
  color: #ffffff;
}
.cid-uHwvMPl7Rc .mbr-text,
.cid-uHwvMPl7Rc .mbr-section-btn {
  color: #ffffff;
}
.cid-uHwvMPl7Rc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tOpSGk3u1n {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tOpSGk3u1n .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
  position: absolute !important;
}
.cid-tOpSGk3u1n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.5) !important;
  background: #ffffff;
}
.cid-tOpSGk3u1n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOpSGk3u1n .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tOpSGk3u1n .menu_box .navbar.opened,
  .cid-tOpSGk3u1n .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tOpSGk3u1n nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tOpSGk3u1n .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tOpSGk3u1n .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tOpSGk3u1n .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tOpSGk3u1n .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tOpSGk3u1n .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tOpSGk3u1n .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tOpSGk3u1n .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tOpSGk3u1n .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tOpSGk3u1n .offcanvas-body .mbr-text,
  .cid-tOpSGk3u1n .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tOpSGk3u1n .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #171717;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tOpSGk3u1n ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tOpSGk3u1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpSGk3u1n .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-tOpSGk3u1n .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tOpSGk3u1n 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-tOpSGk3u1n .lg_brand {
    margin: 0 1rem;
  }
  .cid-tOpSGk3u1n .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tOpSGk3u1n .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tOpSGk3u1n .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .nav-item {
    margin: 0 !important;
  }
}
.cid-tOpSGk3u1n .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tOpSGk3u1n .nav-item .nav-link:hover,
.cid-tOpSGk3u1n .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #11141d;
  color: #f0f0f0 !important;
}
.cid-tOpSGk3u1n .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tOpSGk3u1n .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpSGk3u1n .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-tOpSGk3u1n .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tOpSGk3u1n .offcanvas_box {
    display: none;
  }
}
.cid-tOpSGk3u1n .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tOpSGk3u1n .container {
  display: flex;
  margin: auto;
}
.cid-tOpSGk3u1n .iconfont-wrapper {
  color: #000000;
  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-tOpSGk3u1n .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tOpSGk3u1n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tOpSGk3u1n .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .navbar-nav {
    margin: 0;
  }
}
.cid-tOpSGk3u1n .dropdown-menu,
.cid-tOpSGk3u1n .navbar.opened {
  background-color: true !important;
}
.cid-tOpSGk3u1n .nav-item:focus,
.cid-tOpSGk3u1n .nav-link:focus {
  outline: none;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOpSGk3u1n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOpSGk3u1n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOpSGk3u1n .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tOpSGk3u1n .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tOpSGk3u1n .navbar.opened {
  transition: all 0.3s;
}
.cid-tOpSGk3u1n .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tOpSGk3u1n .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tOpSGk3u1n .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tOpSGk3u1n .navbar.collapsed {
  justify-content: center;
}
.cid-tOpSGk3u1n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOpSGk3u1n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOpSGk3u1n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tOpSGk3u1n .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tOpSGk3u1n .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tOpSGk3u1n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOpSGk3u1n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tOpSGk3u1n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOpSGk3u1n .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tOpSGk3u1n .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tOpSGk3u1n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tOpSGk3u1n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOpSGk3u1n .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tOpSGk3u1n .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOpSGk3u1n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOpSGk3u1n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOpSGk3u1n .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-tOpSGk3u1n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tOpSGk3u1n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOpSGk3u1n .dropdown-item.active,
.cid-tOpSGk3u1n .dropdown-item:active {
  background-color: transparent;
}
.cid-tOpSGk3u1n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOpSGk3u1n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOpSGk3u1n ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tOpSGk3u1n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOpSGk3u1n button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #171717;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tOpSGk3u1n .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-tOpSGk3u1n .navbar {
    height: 70px;
  }
  .cid-tOpSGk3u1n .navbar.opened {
    height: auto;
  }
  .cid-tOpSGk3u1n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOpSGk3u1n .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tOpSGk3u1n .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tOpSGk3u1n .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tOpSGk3u1n .navbar-caption:hover {
  color: #11141d;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tOpSGk3u1n .text_widget {
  margin-bottom: 32px;
  color: #fbfaf9;
}
.cid-tOpSGk3u1n .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tOpSGk3u1n .text_widget a:hover,
.cid-tOpSGk3u1n .text_widget a:focus {
  opacity: .6;
}
.cid-tOpSGk3u1n .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGk3u1n .navbar-caption {
  color: #000000;
}
.cid-tOpSGk3u1n .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGk3u1n .mbr-section-subtitle,
.cid-tOpSGk3u1n .text_widget,
.cid-tOpSGk3u1n .mbr-section-btn {
  text-align: center;
}
.cid-tOpSGk3u1n a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHwzCRQPra {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-uHwzCRQPra .info-border {
  border-bottom: 2px solid #fffaf5;
}
.cid-uHwzCRQPra .info-border {
  padding: 0 0 200px;
}
.cid-uHwzCRQPra .info-img {
  margin: 80px 44px 0 0;
  position: relative;
}
.cid-uHwzCRQPra .info-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
}
.cid-uHwzCRQPra .btn {
  width: 360px;
  height: 76px;
}
@media (max-width: 991px) {
  .cid-uHwzCRQPra .info-img {
    margin-right: 0;
  }
  .cid-uHwzCRQPra .info-wrapper {
    margin-top: 30px;
  }
  .cid-uHwzCRQPra .info-border {
    padding-bottom: 100px;
  }
  .cid-uHwzCRQPra .btn {
    width: 260px;
    height: 66px;
  }
}
@media (max-width: 768px) {
  .cid-uHwzCRQPra .info-img {
    margin-top: 60px;
  }
}
@media (max-width: 425px) {
  .cid-uHwzCRQPra .info-img {
    margin-top: 30px;
  }
  .cid-uHwzCRQPra .info-border {
    padding-bottom: 50px;
  }
  .cid-uHwzCRQPra .info-wrapper {
    margin-top: 20px;
  }
  .cid-uHwzCRQPra .btn {
    width: 200px;
    height: 56px;
  }
}
@media (max-width: 320px) {
  .cid-uHwzCRQPra .info-img {
    margin-top: 0;
  }
  .cid-uHwzCRQPra .btn {
    width: 181px;
    height: 50px;
  }
}
.cid-uHwAzKdmMh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-uHwAzKdmMh .info-border {
  border-bottom: 2px solid #fffaf5;
}
.cid-uHwAzKdmMh .info-border {
  padding: 0 0 200px;
}
.cid-uHwAzKdmMh .info-img {
  margin: 80px 44px 0 0;
  position: relative;
}
.cid-uHwAzKdmMh .info-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
}
.cid-uHwAzKdmMh .btn {
  width: 360px;
  height: 76px;
}
@media (max-width: 991px) {
  .cid-uHwAzKdmMh .info-img {
    margin-right: 0;
  }
  .cid-uHwAzKdmMh .info-wrapper {
    margin-top: 30px;
  }
  .cid-uHwAzKdmMh .info-border {
    padding-bottom: 100px;
  }
  .cid-uHwAzKdmMh .btn {
    width: 260px;
    height: 66px;
  }
}
@media (max-width: 768px) {
  .cid-uHwAzKdmMh .info-img {
    margin-top: 60px;
  }
}
@media (max-width: 425px) {
  .cid-uHwAzKdmMh .info-img {
    margin-top: 30px;
  }
  .cid-uHwAzKdmMh .info-border {
    padding-bottom: 50px;
  }
  .cid-uHwAzKdmMh .info-wrapper {
    margin-top: 20px;
  }
  .cid-uHwAzKdmMh .btn {
    width: 200px;
    height: 56px;
  }
}
@media (max-width: 320px) {
  .cid-uHwAzKdmMh .info-img {
    margin-top: 0;
  }
  .cid-uHwAzKdmMh .btn {
    width: 181px;
    height: 50px;
  }
}
.cid-tOpSGk3u1n {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tOpSGk3u1n .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
  position: absolute !important;
}
.cid-tOpSGk3u1n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.5) !important;
  background: #ffffff;
}
.cid-tOpSGk3u1n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOpSGk3u1n .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tOpSGk3u1n .menu_box .navbar.opened,
  .cid-tOpSGk3u1n .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tOpSGk3u1n nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tOpSGk3u1n .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tOpSGk3u1n .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tOpSGk3u1n .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tOpSGk3u1n .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tOpSGk3u1n .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tOpSGk3u1n .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tOpSGk3u1n .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tOpSGk3u1n .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tOpSGk3u1n .offcanvas-body .mbr-text,
  .cid-tOpSGk3u1n .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tOpSGk3u1n .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #171717;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tOpSGk3u1n ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tOpSGk3u1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpSGk3u1n .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-tOpSGk3u1n .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tOpSGk3u1n 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-tOpSGk3u1n .lg_brand {
    margin: 0 1rem;
  }
  .cid-tOpSGk3u1n .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tOpSGk3u1n .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tOpSGk3u1n .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .nav-item {
    margin: 0 !important;
  }
}
.cid-tOpSGk3u1n .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tOpSGk3u1n .nav-item .nav-link:hover,
.cid-tOpSGk3u1n .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #11141d;
  color: #f0f0f0 !important;
}
.cid-tOpSGk3u1n .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tOpSGk3u1n .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpSGk3u1n .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-tOpSGk3u1n .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tOpSGk3u1n .offcanvas_box {
    display: none;
  }
}
.cid-tOpSGk3u1n .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tOpSGk3u1n .container {
  display: flex;
  margin: auto;
}
.cid-tOpSGk3u1n .iconfont-wrapper {
  color: #000000;
  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-tOpSGk3u1n .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tOpSGk3u1n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tOpSGk3u1n .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .navbar-nav {
    margin: 0;
  }
}
.cid-tOpSGk3u1n .dropdown-menu,
.cid-tOpSGk3u1n .navbar.opened {
  background-color: true !important;
}
.cid-tOpSGk3u1n .nav-item:focus,
.cid-tOpSGk3u1n .nav-link:focus {
  outline: none;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOpSGk3u1n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOpSGk3u1n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOpSGk3u1n .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tOpSGk3u1n .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tOpSGk3u1n .navbar.opened {
  transition: all 0.3s;
}
.cid-tOpSGk3u1n .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tOpSGk3u1n .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tOpSGk3u1n .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tOpSGk3u1n .navbar.collapsed {
  justify-content: center;
}
.cid-tOpSGk3u1n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOpSGk3u1n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOpSGk3u1n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tOpSGk3u1n .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tOpSGk3u1n .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tOpSGk3u1n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOpSGk3u1n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tOpSGk3u1n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOpSGk3u1n .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tOpSGk3u1n .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tOpSGk3u1n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tOpSGk3u1n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOpSGk3u1n .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tOpSGk3u1n .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOpSGk3u1n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOpSGk3u1n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOpSGk3u1n .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-tOpSGk3u1n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tOpSGk3u1n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOpSGk3u1n .dropdown-item.active,
.cid-tOpSGk3u1n .dropdown-item:active {
  background-color: transparent;
}
.cid-tOpSGk3u1n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOpSGk3u1n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOpSGk3u1n ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tOpSGk3u1n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOpSGk3u1n button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #171717;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tOpSGk3u1n .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-tOpSGk3u1n .navbar {
    height: 70px;
  }
  .cid-tOpSGk3u1n .navbar.opened {
    height: auto;
  }
  .cid-tOpSGk3u1n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOpSGk3u1n .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tOpSGk3u1n .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tOpSGk3u1n .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tOpSGk3u1n .navbar-caption:hover {
  color: #11141d;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tOpSGk3u1n .text_widget {
  margin-bottom: 32px;
  color: #fbfaf9;
}
.cid-tOpSGk3u1n .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tOpSGk3u1n .text_widget a:hover,
.cid-tOpSGk3u1n .text_widget a:focus {
  opacity: .6;
}
.cid-tOpSGk3u1n .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGk3u1n .navbar-caption {
  color: #000000;
}
.cid-tOpSGk3u1n .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGk3u1n .mbr-section-subtitle,
.cid-tOpSGk3u1n .text_widget,
.cid-tOpSGk3u1n .mbr-section-btn {
  text-align: center;
}
.cid-tOpSGk3u1n a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHD93PljFY {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #832806;
}
.cid-uHD93PljFY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHD93PljFY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHD93PljFY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHD93PljFY .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHD93PljFY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHD93PljFY .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHD93PljFY .container {
    padding: 0 24px;
  }
}
.cid-uHD93PljFY .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uHD93PljFY .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHD93PljFY .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHD93PljFY .image-wrapper img {
    height: 400px;
  }
}
.cid-uHD93PljFY .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHD93PljFY .content-wrapper {
    padding: 24px;
  }
}
.cid-uHD93PljFY .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uHD93PljFY .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uHD93PljFY .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHD93PljFY .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uHD93PljFY .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uHD93PljFY .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uHD93PljFY .content-wrapper .person-wrapper {
  display: none;
  margin-bottom: 48px;
}
.cid-uHD93PljFY .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 16px;
}
.cid-uHD93PljFY .content-wrapper .person-wrapper .person-wrap img {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uHD93PljFY .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uHD93PljFY .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uHD93PljFY .mbr-section-title {
  color: #832806;
}
.cid-uHD93PljFY .mbr-section-subtitle {
  color: #18212d;
}
.cid-uHD93PljFY .mbr-desc {
  color: #18212d;
}
.cid-uHD93PljFY .mbr-text_1 {
  color: #0014f3;
}
.cid-uHD93PljFY .mbr-text_2 {
  color: #832806;
}
.cid-uHD93PljFY .mbr-role {
  color: #18212d;
}
.cid-uHD93PljFY .mbr-name {
  color: #18212d;
}
.cid-uHDjmp0Wr5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #832806;
}
.cid-uHDjmp0Wr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDjmp0Wr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHDjmp0Wr5 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uHDjmp0Wr5 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uHDjmp0Wr5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHDjmp0Wr5 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uHDjmp0Wr5 .container {
    padding: 0 16px;
  }
}
.cid-uHDjmp0Wr5 .row {
  padding: 60px 44px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uHDjmp0Wr5 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHDjmp0Wr5 .row {
    padding: 25px 9px;
  }
}
.cid-uHDjmp0Wr5 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHDjmp0Wr5 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHDjmp0Wr5 .content-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uHDjmp0Wr5 .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-uHDjmp0Wr5 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uHDjmp0Wr5 .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uHDjmp0Wr5 .image-wrapper img {
    height: 350px;
  }
}
.cid-uHDjmp0Wr5 .mbr-section-title {
  color: #832806;
  text-align: center;
}
.cid-uHDjmp0Wr5 .mbr-text {
  color: #832806;
}
.cid-uHDjmp0Wr5 .mbr-name {
  color: #000000;
}
.cid-tOpSGk3u1n {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tOpSGk3u1n .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
  position: absolute !important;
}
.cid-tOpSGk3u1n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.5) !important;
  background: #ffffff;
}
.cid-tOpSGk3u1n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOpSGk3u1n .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tOpSGk3u1n .menu_box .navbar.opened,
  .cid-tOpSGk3u1n .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tOpSGk3u1n nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tOpSGk3u1n .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tOpSGk3u1n .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tOpSGk3u1n .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tOpSGk3u1n .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tOpSGk3u1n .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tOpSGk3u1n .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tOpSGk3u1n .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tOpSGk3u1n .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tOpSGk3u1n .offcanvas-body .mbr-text,
  .cid-tOpSGk3u1n .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tOpSGk3u1n .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #171717;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tOpSGk3u1n ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tOpSGk3u1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpSGk3u1n .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-tOpSGk3u1n .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tOpSGk3u1n 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-tOpSGk3u1n .lg_brand {
    margin: 0 1rem;
  }
  .cid-tOpSGk3u1n .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tOpSGk3u1n .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tOpSGk3u1n .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .nav-item {
    margin: 0 !important;
  }
}
.cid-tOpSGk3u1n .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tOpSGk3u1n .nav-item .nav-link:hover,
.cid-tOpSGk3u1n .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #11141d;
  color: #f0f0f0 !important;
}
.cid-tOpSGk3u1n .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tOpSGk3u1n .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpSGk3u1n .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-tOpSGk3u1n .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tOpSGk3u1n .offcanvas_box {
    display: none;
  }
}
.cid-tOpSGk3u1n .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tOpSGk3u1n .container {
  display: flex;
  margin: auto;
}
.cid-tOpSGk3u1n .iconfont-wrapper {
  color: #000000;
  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-tOpSGk3u1n .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tOpSGk3u1n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tOpSGk3u1n .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .navbar-nav {
    margin: 0;
  }
}
.cid-tOpSGk3u1n .dropdown-menu,
.cid-tOpSGk3u1n .navbar.opened {
  background-color: true !important;
}
.cid-tOpSGk3u1n .nav-item:focus,
.cid-tOpSGk3u1n .nav-link:focus {
  outline: none;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOpSGk3u1n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOpSGk3u1n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOpSGk3u1n .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tOpSGk3u1n .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tOpSGk3u1n .navbar.opened {
  transition: all 0.3s;
}
.cid-tOpSGk3u1n .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tOpSGk3u1n .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tOpSGk3u1n .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tOpSGk3u1n .navbar.collapsed {
  justify-content: center;
}
.cid-tOpSGk3u1n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOpSGk3u1n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOpSGk3u1n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tOpSGk3u1n .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tOpSGk3u1n .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tOpSGk3u1n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOpSGk3u1n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tOpSGk3u1n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOpSGk3u1n .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tOpSGk3u1n .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tOpSGk3u1n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tOpSGk3u1n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOpSGk3u1n .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tOpSGk3u1n .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOpSGk3u1n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOpSGk3u1n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOpSGk3u1n .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-tOpSGk3u1n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tOpSGk3u1n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOpSGk3u1n .dropdown-item.active,
.cid-tOpSGk3u1n .dropdown-item:active {
  background-color: transparent;
}
.cid-tOpSGk3u1n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOpSGk3u1n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOpSGk3u1n ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tOpSGk3u1n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOpSGk3u1n button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #171717;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tOpSGk3u1n .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-tOpSGk3u1n .navbar {
    height: 70px;
  }
  .cid-tOpSGk3u1n .navbar.opened {
    height: auto;
  }
  .cid-tOpSGk3u1n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOpSGk3u1n .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tOpSGk3u1n .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tOpSGk3u1n .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tOpSGk3u1n .navbar-caption:hover {
  color: #11141d;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tOpSGk3u1n .text_widget {
  margin-bottom: 32px;
  color: #fbfaf9;
}
.cid-tOpSGk3u1n .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tOpSGk3u1n .text_widget a:hover,
.cid-tOpSGk3u1n .text_widget a:focus {
  opacity: .6;
}
.cid-tOpSGk3u1n .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGk3u1n .navbar-caption {
  color: #000000;
}
.cid-tOpSGk3u1n .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGk3u1n .mbr-section-subtitle,
.cid-tOpSGk3u1n .text_widget,
.cid-tOpSGk3u1n .mbr-section-btn {
  text-align: center;
}
.cid-tOpSGk3u1n a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHDrWteAvs {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #96c1db;
}
.cid-uHDrWteAvs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDrWteAvs .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-uHDrWteAvs .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHDrWteAvs .container {
    padding: 0 24px;
  }
}
.cid-uHDrWteAvs .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uHDrWteAvs .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHDrWteAvs .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHDrWteAvs .image-wrapper img {
    height: 400px;
  }
}
.cid-uHDrWteAvs .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uHDrWteAvs .content-wrapper {
    padding: 24px;
  }
}
.cid-uHDrWteAvs .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uHDrWteAvs .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uHDrWteAvs .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHDrWteAvs .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uHDrWteAvs .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uHDrWteAvs .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uHDrWteAvs .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uHDrWteAvs .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-uHDrWteAvs .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uHDrWteAvs .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uHDrWteAvs .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uHDrWteAvs .mbr-section-title {
  color: #2b678b;
  text-align: left;
}
.cid-uHDrWteAvs .mbr-section-subtitle {
  color: #18212d;
}
.cid-uHDrWteAvs .mbr-desc {
  color: #18212d;
}
.cid-uHDrWteAvs .mbr-text_1 {
  color: #18212d;
}
.cid-uHDrWteAvs .mbr-text_2 {
  color: #2b678b;
}
.cid-uHDrWteAvs .mbr-role {
  color: #18212d;
}
.cid-uHDrWteAvs .mbr-name {
  color: #18212d;
}
.cid-uHDrBi7TWn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #96c1db;
}
.cid-uHDrBi7TWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDrBi7TWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHDrBi7TWn .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uHDrBi7TWn .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uHDrBi7TWn .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHDrBi7TWn .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uHDrBi7TWn .container {
    padding: 0 16px;
  }
}
.cid-uHDrBi7TWn .row {
  padding: 60px 44px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uHDrBi7TWn .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHDrBi7TWn .row {
    padding: 25px 9px;
  }
}
.cid-uHDrBi7TWn .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHDrBi7TWn .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHDrBi7TWn .content-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uHDrBi7TWn .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-uHDrBi7TWn .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uHDrBi7TWn .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uHDrBi7TWn .image-wrapper img {
    height: 350px;
  }
}
.cid-uHDrBi7TWn .mbr-section-title {
  color: #2b678b;
  text-align: center;
}
.cid-uHDrBi7TWn .mbr-text {
  color: #2b678b;
}
.cid-uHDrBi7TWn .mbr-name {
  color: #000000;
}
.cid-tOpSGk3u1n {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tOpSGk3u1n .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
  position: absolute !important;
}
.cid-tOpSGk3u1n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.5) !important;
  background: #ffffff;
}
.cid-tOpSGk3u1n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOpSGk3u1n .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tOpSGk3u1n .menu_box .navbar.opened,
  .cid-tOpSGk3u1n .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tOpSGk3u1n nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tOpSGk3u1n .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tOpSGk3u1n .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tOpSGk3u1n .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tOpSGk3u1n .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tOpSGk3u1n .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tOpSGk3u1n .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tOpSGk3u1n .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tOpSGk3u1n .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tOpSGk3u1n .offcanvas-body .mbr-text,
  .cid-tOpSGk3u1n .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tOpSGk3u1n .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #171717;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tOpSGk3u1n ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tOpSGk3u1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpSGk3u1n .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-tOpSGk3u1n .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tOpSGk3u1n 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-tOpSGk3u1n .lg_brand {
    margin: 0 1rem;
  }
  .cid-tOpSGk3u1n .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tOpSGk3u1n .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tOpSGk3u1n .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .nav-item {
    margin: 0 !important;
  }
}
.cid-tOpSGk3u1n .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tOpSGk3u1n .nav-item .nav-link:hover,
.cid-tOpSGk3u1n .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #11141d;
  color: #f0f0f0 !important;
}
.cid-tOpSGk3u1n .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tOpSGk3u1n .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpSGk3u1n .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-tOpSGk3u1n .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tOpSGk3u1n .offcanvas_box {
    display: none;
  }
}
.cid-tOpSGk3u1n .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tOpSGk3u1n .container {
  display: flex;
  margin: auto;
}
.cid-tOpSGk3u1n .iconfont-wrapper {
  color: #000000;
  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-tOpSGk3u1n .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tOpSGk3u1n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tOpSGk3u1n .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .navbar-nav {
    margin: 0;
  }
}
.cid-tOpSGk3u1n .dropdown-menu,
.cid-tOpSGk3u1n .navbar.opened {
  background-color: true !important;
}
.cid-tOpSGk3u1n .nav-item:focus,
.cid-tOpSGk3u1n .nav-link:focus {
  outline: none;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOpSGk3u1n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOpSGk3u1n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOpSGk3u1n .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tOpSGk3u1n .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tOpSGk3u1n .navbar.opened {
  transition: all 0.3s;
}
.cid-tOpSGk3u1n .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tOpSGk3u1n .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tOpSGk3u1n .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tOpSGk3u1n .navbar.collapsed {
  justify-content: center;
}
.cid-tOpSGk3u1n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOpSGk3u1n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOpSGk3u1n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tOpSGk3u1n .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tOpSGk3u1n .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tOpSGk3u1n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOpSGk3u1n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tOpSGk3u1n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOpSGk3u1n .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tOpSGk3u1n .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tOpSGk3u1n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tOpSGk3u1n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOpSGk3u1n .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tOpSGk3u1n .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOpSGk3u1n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOpSGk3u1n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOpSGk3u1n .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-tOpSGk3u1n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tOpSGk3u1n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOpSGk3u1n .dropdown-item.active,
.cid-tOpSGk3u1n .dropdown-item:active {
  background-color: transparent;
}
.cid-tOpSGk3u1n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOpSGk3u1n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOpSGk3u1n ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tOpSGk3u1n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOpSGk3u1n button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #171717;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tOpSGk3u1n .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-tOpSGk3u1n .navbar {
    height: 70px;
  }
  .cid-tOpSGk3u1n .navbar.opened {
    height: auto;
  }
  .cid-tOpSGk3u1n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOpSGk3u1n .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tOpSGk3u1n .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tOpSGk3u1n .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tOpSGk3u1n .navbar-caption:hover {
  color: #11141d;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tOpSGk3u1n .text_widget {
  margin-bottom: 32px;
  color: #fbfaf9;
}
.cid-tOpSGk3u1n .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tOpSGk3u1n .text_widget a:hover,
.cid-tOpSGk3u1n .text_widget a:focus {
  opacity: .6;
}
.cid-tOpSGk3u1n .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGk3u1n .navbar-caption {
  color: #000000;
}
.cid-tOpSGk3u1n .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGk3u1n .mbr-section-subtitle,
.cid-tOpSGk3u1n .text_widget,
.cid-tOpSGk3u1n .mbr-section-btn {
  text-align: center;
}
.cid-tOpSGk3u1n a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHNEP1J1ZV {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-uHNEP1J1ZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNEP1J1ZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNEP1J1ZV .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHNEP1J1ZV .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uHNEP1J1ZV .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHNEP1J1ZV .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHNEP1J1ZV .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHNEP1J1ZV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHNEP1J1ZV .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-uHNEP1J1ZV .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uHNEP1J1ZV .content-wrapper .list .item-wrap:hover,
.cid-uHNEP1J1ZV .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-uHNEP1J1ZV .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uHNEP1J1ZV .mbr-section-title {
  color: #ffffff;
}
.cid-uHNEP1J1ZV .mbr-text {
  color: #d2d2df;
}
.cid-uHNEP1J1ZV .list {
  color: #d2d2df;
}
.cid-uHNEWX3t5R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-uHNEWX3t5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNEWX3t5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNEWX3t5R .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHNEWX3t5R .container {
    padding: 0 15px;
  }
}
.cid-uHNEWX3t5R .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uHNEWX3t5R .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uHNEWX3t5R .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uHNEWX3t5R .image-wrapper img {
    height: 400px;
  }
}
.cid-uHNEWX3t5R .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHNEWX3t5R .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uHNEWX3t5R .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uHNEWX3t5R .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uHNEWX3t5R .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uHNEWX3t5R .mbr-section-title {
  color: #ffffff;
}
.cid-uHNEWX3t5R .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHNEWX3t5R .mbr-text {
  color: #d2d2df;
}
.cid-tOpSGk3u1n {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tOpSGk3u1n .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
  position: absolute !important;
}
.cid-tOpSGk3u1n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.5) !important;
  background: #ffffff;
}
.cid-tOpSGk3u1n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOpSGk3u1n .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tOpSGk3u1n .menu_box .navbar.opened,
  .cid-tOpSGk3u1n .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tOpSGk3u1n nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tOpSGk3u1n .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tOpSGk3u1n .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tOpSGk3u1n .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tOpSGk3u1n .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tOpSGk3u1n .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tOpSGk3u1n .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tOpSGk3u1n .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tOpSGk3u1n .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tOpSGk3u1n .offcanvas-body .mbr-text,
  .cid-tOpSGk3u1n .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tOpSGk3u1n .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #171717;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tOpSGk3u1n ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tOpSGk3u1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpSGk3u1n .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-tOpSGk3u1n .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tOpSGk3u1n 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-tOpSGk3u1n .lg_brand {
    margin: 0 1rem;
  }
  .cid-tOpSGk3u1n .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tOpSGk3u1n .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tOpSGk3u1n .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .nav-item {
    margin: 0 !important;
  }
}
.cid-tOpSGk3u1n .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tOpSGk3u1n .nav-item .nav-link:hover,
.cid-tOpSGk3u1n .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #11141d;
  color: #f0f0f0 !important;
}
.cid-tOpSGk3u1n .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tOpSGk3u1n .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpSGk3u1n .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-tOpSGk3u1n .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tOpSGk3u1n .offcanvas_box {
    display: none;
  }
}
.cid-tOpSGk3u1n .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tOpSGk3u1n .container {
  display: flex;
  margin: auto;
}
.cid-tOpSGk3u1n .iconfont-wrapper {
  color: #000000;
  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-tOpSGk3u1n .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tOpSGk3u1n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tOpSGk3u1n .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .navbar-nav {
    margin: 0;
  }
}
.cid-tOpSGk3u1n .dropdown-menu,
.cid-tOpSGk3u1n .navbar.opened {
  background-color: true !important;
}
.cid-tOpSGk3u1n .nav-item:focus,
.cid-tOpSGk3u1n .nav-link:focus {
  outline: none;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOpSGk3u1n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOpSGk3u1n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOpSGk3u1n .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tOpSGk3u1n .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tOpSGk3u1n .navbar.opened {
  transition: all 0.3s;
}
.cid-tOpSGk3u1n .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tOpSGk3u1n .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tOpSGk3u1n .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tOpSGk3u1n .navbar.collapsed {
  justify-content: center;
}
.cid-tOpSGk3u1n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOpSGk3u1n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOpSGk3u1n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tOpSGk3u1n .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tOpSGk3u1n .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tOpSGk3u1n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOpSGk3u1n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tOpSGk3u1n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOpSGk3u1n .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tOpSGk3u1n .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tOpSGk3u1n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tOpSGk3u1n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOpSGk3u1n .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tOpSGk3u1n .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOpSGk3u1n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOpSGk3u1n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOpSGk3u1n .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-tOpSGk3u1n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tOpSGk3u1n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOpSGk3u1n .dropdown-item.active,
.cid-tOpSGk3u1n .dropdown-item:active {
  background-color: transparent;
}
.cid-tOpSGk3u1n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOpSGk3u1n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOpSGk3u1n ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tOpSGk3u1n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOpSGk3u1n button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #171717;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tOpSGk3u1n .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-tOpSGk3u1n .navbar {
    height: 70px;
  }
  .cid-tOpSGk3u1n .navbar.opened {
    height: auto;
  }
  .cid-tOpSGk3u1n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOpSGk3u1n .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tOpSGk3u1n .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tOpSGk3u1n .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tOpSGk3u1n .navbar-caption:hover {
  color: #11141d;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tOpSGk3u1n .text_widget {
  margin-bottom: 32px;
  color: #fbfaf9;
}
.cid-tOpSGk3u1n .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tOpSGk3u1n .text_widget a:hover,
.cid-tOpSGk3u1n .text_widget a:focus {
  opacity: .6;
}
.cid-tOpSGk3u1n .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGk3u1n .navbar-caption {
  color: #000000;
}
.cid-tOpSGk3u1n .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGk3u1n .mbr-section-subtitle,
.cid-tOpSGk3u1n .text_widget,
.cid-tOpSGk3u1n .mbr-section-btn {
  text-align: center;
}
.cid-tOpSGk3u1n a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTysyd7Smw {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #96c1db;
}
.cid-uTysyd7Smw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTysyd7Smw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTysyd7Smw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uTysyd7Smw .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uTysyd7Smw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uTysyd7Smw .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uTysyd7Smw .container {
    padding: 0 24px;
  }
}
.cid-uTysyd7Smw .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uTysyd7Smw .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uTysyd7Smw .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTysyd7Smw .image-wrapper img {
    height: 400px;
  }
}
.cid-uTysyd7Smw .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTysyd7Smw .content-wrapper {
    padding: 24px;
  }
}
.cid-uTysyd7Smw .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uTysyd7Smw .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uTysyd7Smw .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uTysyd7Smw .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uTysyd7Smw .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uTysyd7Smw .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uTysyd7Smw .content-wrapper .person-wrapper {
  display: none;
  margin-bottom: 48px;
}
.cid-uTysyd7Smw .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 16px;
}
.cid-uTysyd7Smw .content-wrapper .person-wrapper .person-wrap img {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uTysyd7Smw .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uTysyd7Smw .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uTysyd7Smw .mbr-section-title {
  color: #832806;
}
.cid-uTysyd7Smw .mbr-section-subtitle {
  color: #18212d;
}
.cid-uTysyd7Smw .mbr-desc {
  color: #18212d;
}
.cid-uTysyd7Smw .mbr-text_1 {
  color: #0014f3;
}
.cid-uTysyd7Smw .mbr-text_2 {
  color: #832806;
}
.cid-uTysyd7Smw .mbr-role {
  color: #18212d;
}
.cid-uTysyd7Smw .mbr-name {
  color: #18212d;
}
.cid-uTyt3weyrW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uTyt3weyrW .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uTyt3weyrW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTyt3weyrW .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uTyt3weyrW .mbr-section-title {
  color: #2e6b75;
}
.cid-uTyt3weyrW .mbr-text {
  color: #6c7577;
}
.cid-uTyt3weyrW .mbr-description {
  color: #6c7577;
}
.cid-uTyt3weyrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTyt3weyrW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTytesxAQA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTytesxAQA .item-wrapper {
  width: 100%;
}
.cid-uTytesxAQA .left-side {
  text-align: left;
}
.cid-uTytesxAQA .row {
  align-items: center;
  justify-content: center;
}
.cid-uTytesxAQA .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-uTytesxAQA .card-box:focus-within {
  opacity: 1;
}
.cid-uTytesxAQA .row-center {
  height: 100%;
}
.cid-uTytesxAQA .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-uTytesxAQA .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uTytesxAQA .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-uTytesxAQA .card-wrapper:hover .card-box,
.cid-uTytesxAQA .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uTytesxAQA .card-wrapper:hover .card-img,
.cid-uTytesxAQA .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-uTytesxAQA .card-wrapper:hover:before,
.cid-uTytesxAQA .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-uTytesxAQA .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-uTytesxAQA .g {
  grid-row-gap: 24px;
}
.cid-uTytesxAQA .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-uTytesxAQA .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-uTytesxAQA .carousel-control {
    display: none;
  }
}
.cid-uTytesxAQA .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-uTytesxAQA .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-uTytesxAQA .card1 {
  background-image: url("../../../assets/images/image-2025-08-19-004238-960x1280.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uTytesxAQA .card2 {
  background-image: url("../../../assets/images/image-2025-08-19-004258-960x1280.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uTytesxAQA .card3 {
  background-image: url("../../../assets/images/image-2025-08-19-004301-960x1280.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uTytesxAQA .card4 {
  background-image: url("../../../assets/images/image-2025-08-19-004246-960x1280.jpeg");
  background-size: cover;
  background-position: center;
}
.cid-uTytesxAQA .card5 {
  background-image: url("../../../assets/images/image-2025-08-19-004235-960x1280.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uTytesxAQA .card6 {
  background-image: url("../../../assets/images/image-2025-08-19-004229-960x1280.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uTytlTCZBC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTytlTCZBC .container-fluid {
  padding: 0;
}
.cid-uTytlTCZBC section {
  padding: 0;
}
.cid-uTytlTCZBC .image-wrapper {
  height: 50rem;
  margin-left: 150px;
  position: relative;
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uTytlTCZBC .image-wrapper {
    margin-left: 30px;
  }
}
.cid-uTytlTCZBC .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTytlTCZBC .image-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 150px;
}
@media (max-width: 992px) {
  .cid-uTytlTCZBC .image-wrapper .text-wrapper {
    margin: 0 30px;
  }
}
.cid-uTytlTCZBC .image-wrapper .text-wrapper .mbr-section-title {
  margin-bottom: 58px;
}
@media (max-width: 768px) {
  .cid-uTytlTCZBC .image-wrapper .text-wrapper .mbr-section-title {
    margin-bottom: 42px;
  }
}
.cid-uTytlTCZBC .image-wrapper .text-wrapper .mbr-section-btn .btn {
  width: 136px;
  height: 66px;
  margin-top: 0;
  box-shadow: none;
}
.cid-uTytlTCZBC .image-wrapper .text-wrapper .mbr-section-btn .btn:hover {
  box-shadow: none;
}
.cid-uTytlTCZBC .mbr-section-title {
  color: #FBFBFB;
}
.cid-uTytuz9sHU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uTytuz9sHU .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uTytuz9sHU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTytuz9sHU .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uTytuz9sHU .mbr-section-title {
  color: #2e6b75;
}
.cid-uTytuz9sHU .mbr-text {
  color: #6c7577;
}
.cid-uTytuz9sHU .mbr-description {
  color: #6c7577;
}
.cid-uTytuz9sHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTytuz9sHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTytCP8yaf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTytCP8yaf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTytCP8yaf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTytCP8yaf .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTytCP8yaf .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTytCP8yaf .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uTytCP8yaf .card-wrapper {
    padding: 4rem;
  }
}
.cid-uTytCP8yaf .mbr-text,
.cid-uTytCP8yaf .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uTytCP8yaf .card-title,
.cid-uTytCP8yaf .card-box {
  text-align: left;
  color: #000000;
}
.cid-uTytL21iBx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTytL21iBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTytL21iBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTytL21iBx .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTytL21iBx .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTytL21iBx .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uTytL21iBx .card-wrapper {
    padding: 4rem;
  }
}
.cid-uTytL21iBx .mbr-text,
.cid-uTytL21iBx .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uTytL21iBx .card-title,
.cid-uTytL21iBx .card-box {
  text-align: left;
  color: #000000;
}
.cid-uTytU1wxLw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTytU1wxLw .item-wrapper {
  width: 100%;
}
.cid-uTytU1wxLw .left-side {
  text-align: left;
}
.cid-uTytU1wxLw .row {
  align-items: center;
  justify-content: center;
}
.cid-uTytU1wxLw .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-uTytU1wxLw .card-box:focus-within {
  opacity: 1;
}
.cid-uTytU1wxLw .row-center {
  height: 100%;
}
.cid-uTytU1wxLw .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-uTytU1wxLw .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uTytU1wxLw .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-uTytU1wxLw .card-wrapper:hover .card-box,
.cid-uTytU1wxLw .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uTytU1wxLw .card-wrapper:hover .card-img,
.cid-uTytU1wxLw .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-uTytU1wxLw .card-wrapper:hover:before,
.cid-uTytU1wxLw .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-uTytU1wxLw .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-uTytU1wxLw .g {
  grid-row-gap: 24px;
}
.cid-uTytU1wxLw .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-uTytU1wxLw .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-uTytU1wxLw .carousel-control {
    display: none;
  }
}
.cid-uTytU1wxLw .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-uTytU1wxLw .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-uTytU1wxLw .card1 {
  background-image: url("../../../assets/images/2015-05-17-19.20.24-effects-2000x1500.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uTytU1wxLw .card2 {
  background-image: url("../../../assets/images/2015-12-05-10.14.31-960x540.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uTytU1wxLw .card3 {
  background-image: url("../../../assets/images/2015-05-30-20.57.55-2000x1500.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uTytU1wxLw .card4 {
  background-image: url("../../../assets/images/fb-img-1508700027379-720x479.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uTytU1wxLw .card5 {
  background-image: url("../../../assets/images/fb-img-1509947732590-960x720.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uTytU1wxLw .card6 {
  background-image: url("../../../assets/images/20150327-83511-2000x1125.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uTytUD1LQF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTytUD1LQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTytUD1LQF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTytUD1LQF .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTytUD1LQF .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTytUD1LQF .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uTytUD1LQF .card-wrapper {
    padding: 4rem;
  }
}
.cid-uTytUD1LQF .mbr-text,
.cid-uTytUD1LQF .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uTytUD1LQF .card-title,
.cid-uTytUD1LQF .card-box {
  text-align: left;
  color: #000000;
}
.cid-tOpSGk3u1n {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tOpSGk3u1n .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
  position: absolute !important;
}
.cid-tOpSGk3u1n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.5) !important;
  background: #ffffff;
}
.cid-tOpSGk3u1n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOpSGk3u1n .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tOpSGk3u1n .menu_box .navbar.opened,
  .cid-tOpSGk3u1n .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tOpSGk3u1n nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tOpSGk3u1n .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tOpSGk3u1n .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tOpSGk3u1n .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tOpSGk3u1n .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tOpSGk3u1n .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tOpSGk3u1n .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tOpSGk3u1n .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tOpSGk3u1n .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tOpSGk3u1n .offcanvas-body .mbr-text,
  .cid-tOpSGk3u1n .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tOpSGk3u1n .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #171717;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tOpSGk3u1n ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tOpSGk3u1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpSGk3u1n .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-tOpSGk3u1n .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tOpSGk3u1n 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-tOpSGk3u1n .lg_brand {
    margin: 0 1rem;
  }
  .cid-tOpSGk3u1n .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tOpSGk3u1n .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tOpSGk3u1n .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .nav-item {
    margin: 0 !important;
  }
}
.cid-tOpSGk3u1n .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tOpSGk3u1n .nav-item .nav-link:hover,
.cid-tOpSGk3u1n .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #11141d;
  color: #f0f0f0 !important;
}
.cid-tOpSGk3u1n .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tOpSGk3u1n .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpSGk3u1n .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-tOpSGk3u1n .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tOpSGk3u1n .offcanvas_box {
    display: none;
  }
}
.cid-tOpSGk3u1n .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tOpSGk3u1n .container {
  display: flex;
  margin: auto;
}
.cid-tOpSGk3u1n .iconfont-wrapper {
  color: #000000;
  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-tOpSGk3u1n .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tOpSGk3u1n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tOpSGk3u1n .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .navbar-nav {
    margin: 0;
  }
}
.cid-tOpSGk3u1n .dropdown-menu,
.cid-tOpSGk3u1n .navbar.opened {
  background-color: true !important;
}
.cid-tOpSGk3u1n .nav-item:focus,
.cid-tOpSGk3u1n .nav-link:focus {
  outline: none;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOpSGk3u1n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOpSGk3u1n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOpSGk3u1n .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tOpSGk3u1n .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tOpSGk3u1n .navbar.opened {
  transition: all 0.3s;
}
.cid-tOpSGk3u1n .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tOpSGk3u1n .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tOpSGk3u1n .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tOpSGk3u1n .navbar.collapsed {
  justify-content: center;
}
.cid-tOpSGk3u1n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOpSGk3u1n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOpSGk3u1n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tOpSGk3u1n .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tOpSGk3u1n .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tOpSGk3u1n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOpSGk3u1n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tOpSGk3u1n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOpSGk3u1n .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tOpSGk3u1n .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tOpSGk3u1n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tOpSGk3u1n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOpSGk3u1n .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tOpSGk3u1n .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOpSGk3u1n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOpSGk3u1n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOpSGk3u1n .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-tOpSGk3u1n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tOpSGk3u1n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOpSGk3u1n .dropdown-item.active,
.cid-tOpSGk3u1n .dropdown-item:active {
  background-color: transparent;
}
.cid-tOpSGk3u1n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOpSGk3u1n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOpSGk3u1n ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tOpSGk3u1n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOpSGk3u1n button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #171717;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tOpSGk3u1n .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-tOpSGk3u1n .navbar {
    height: 70px;
  }
  .cid-tOpSGk3u1n .navbar.opened {
    height: auto;
  }
  .cid-tOpSGk3u1n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOpSGk3u1n .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tOpSGk3u1n .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tOpSGk3u1n .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tOpSGk3u1n .navbar-caption:hover {
  color: #11141d;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tOpSGk3u1n .text_widget {
  margin-bottom: 32px;
  color: #fbfaf9;
}
.cid-tOpSGk3u1n .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tOpSGk3u1n .text_widget a:hover,
.cid-tOpSGk3u1n .text_widget a:focus {
  opacity: .6;
}
.cid-tOpSGk3u1n .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGk3u1n .navbar-caption {
  color: #000000;
}
.cid-tOpSGk3u1n .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGk3u1n .mbr-section-subtitle,
.cid-tOpSGk3u1n .text_widget,
.cid-tOpSGk3u1n .mbr-section-btn {
  text-align: center;
}
.cid-tOpSGk3u1n a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uItUKzaFug {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #832806;
}
.cid-uItUKzaFug .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItUKzaFug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItUKzaFug .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uItUKzaFug .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uItUKzaFug .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uItUKzaFug .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uItUKzaFug .container {
    padding: 0 24px;
  }
}
.cid-uItUKzaFug .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uItUKzaFug .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uItUKzaFug .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uItUKzaFug .image-wrapper img {
    height: 400px;
  }
}
.cid-uItUKzaFug .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uItUKzaFug .content-wrapper {
    padding: 24px;
  }
}
.cid-uItUKzaFug .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uItUKzaFug .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uItUKzaFug .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uItUKzaFug .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uItUKzaFug .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uItUKzaFug .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uItUKzaFug .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uItUKzaFug .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 16px;
}
.cid-uItUKzaFug .content-wrapper .person-wrapper .person-wrap img {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uItUKzaFug .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uItUKzaFug .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uItUKzaFug .mbr-section-title {
  color: #832806;
}
.cid-uItUKzaFug .mbr-section-subtitle {
  color: #18212d;
}
.cid-uItUKzaFug .mbr-desc {
  color: #18212d;
}
.cid-uItUKzaFug .mbr-text_1 {
  color: #0014f3;
}
.cid-uItUKzaFug .mbr-text_2 {
  color: #832806;
}
.cid-uItUKzaFug .mbr-role {
  color: #18212d;
}
.cid-uItUKzaFug .mbr-name {
  color: #18212d;
}
.cid-uItUMs8xup {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #832806;
}
.cid-uItUMs8xup .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItUMs8xup .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItUMs8xup .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uItUMs8xup .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uItUMs8xup .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uItUMs8xup .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uItUMs8xup .container {
    padding: 0 16px;
  }
}
.cid-uItUMs8xup .row {
  padding: 60px 44px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uItUMs8xup .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uItUMs8xup .row {
    padding: 25px 9px;
  }
}
.cid-uItUMs8xup .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uItUMs8xup .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uItUMs8xup .content-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uItUMs8xup .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-uItUMs8xup .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uItUMs8xup .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uItUMs8xup .image-wrapper img {
    height: 350px;
  }
}
.cid-uItUMs8xup .mbr-section-title {
  color: #832806;
  text-align: center;
}
.cid-uItUMs8xup .mbr-text {
  color: #832806;
}
.cid-uItUMs8xup .mbr-name {
  color: #000000;
}
.cid-tOpSGk3u1n {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tOpSGk3u1n .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
  position: absolute !important;
}
.cid-tOpSGk3u1n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.5) !important;
  background: #ffffff;
}
.cid-tOpSGk3u1n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOpSGk3u1n .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tOpSGk3u1n .menu_box .navbar.opened,
  .cid-tOpSGk3u1n .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tOpSGk3u1n nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tOpSGk3u1n .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tOpSGk3u1n .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tOpSGk3u1n .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tOpSGk3u1n .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tOpSGk3u1n .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tOpSGk3u1n .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tOpSGk3u1n .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tOpSGk3u1n .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tOpSGk3u1n .offcanvas-body .mbr-text,
  .cid-tOpSGk3u1n .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tOpSGk3u1n .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #171717;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tOpSGk3u1n ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tOpSGk3u1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpSGk3u1n .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-tOpSGk3u1n .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tOpSGk3u1n 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-tOpSGk3u1n .lg_brand {
    margin: 0 1rem;
  }
  .cid-tOpSGk3u1n .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tOpSGk3u1n .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tOpSGk3u1n .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .nav-item {
    margin: 0 !important;
  }
}
.cid-tOpSGk3u1n .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tOpSGk3u1n .nav-item .nav-link:hover,
.cid-tOpSGk3u1n .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #11141d;
  color: #f0f0f0 !important;
}
.cid-tOpSGk3u1n .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tOpSGk3u1n .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpSGk3u1n .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-tOpSGk3u1n .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tOpSGk3u1n .offcanvas_box {
    display: none;
  }
}
.cid-tOpSGk3u1n .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tOpSGk3u1n .container {
  display: flex;
  margin: auto;
}
.cid-tOpSGk3u1n .iconfont-wrapper {
  color: #000000;
  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-tOpSGk3u1n .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tOpSGk3u1n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tOpSGk3u1n .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .navbar-nav {
    margin: 0;
  }
}
.cid-tOpSGk3u1n .dropdown-menu,
.cid-tOpSGk3u1n .navbar.opened {
  background-color: true !important;
}
.cid-tOpSGk3u1n .nav-item:focus,
.cid-tOpSGk3u1n .nav-link:focus {
  outline: none;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOpSGk3u1n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOpSGk3u1n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOpSGk3u1n .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tOpSGk3u1n .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tOpSGk3u1n .navbar.opened {
  transition: all 0.3s;
}
.cid-tOpSGk3u1n .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tOpSGk3u1n .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tOpSGk3u1n .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tOpSGk3u1n .navbar.collapsed {
  justify-content: center;
}
.cid-tOpSGk3u1n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOpSGk3u1n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOpSGk3u1n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tOpSGk3u1n .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tOpSGk3u1n .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tOpSGk3u1n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOpSGk3u1n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tOpSGk3u1n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOpSGk3u1n .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tOpSGk3u1n .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tOpSGk3u1n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tOpSGk3u1n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOpSGk3u1n .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tOpSGk3u1n .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOpSGk3u1n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOpSGk3u1n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOpSGk3u1n .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-tOpSGk3u1n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tOpSGk3u1n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOpSGk3u1n .dropdown-item.active,
.cid-tOpSGk3u1n .dropdown-item:active {
  background-color: transparent;
}
.cid-tOpSGk3u1n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOpSGk3u1n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOpSGk3u1n ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tOpSGk3u1n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOpSGk3u1n button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #171717;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tOpSGk3u1n .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-tOpSGk3u1n .navbar {
    height: 70px;
  }
  .cid-tOpSGk3u1n .navbar.opened {
    height: auto;
  }
  .cid-tOpSGk3u1n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOpSGk3u1n .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tOpSGk3u1n .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tOpSGk3u1n .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tOpSGk3u1n .navbar-caption:hover {
  color: #11141d;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tOpSGk3u1n .text_widget {
  margin-bottom: 32px;
  color: #fbfaf9;
}
.cid-tOpSGk3u1n .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tOpSGk3u1n .text_widget a:hover,
.cid-tOpSGk3u1n .text_widget a:focus {
  opacity: .6;
}
.cid-tOpSGk3u1n .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGk3u1n .navbar-caption {
  color: #000000;
}
.cid-tOpSGk3u1n .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGk3u1n .mbr-section-subtitle,
.cid-tOpSGk3u1n .text_widget,
.cid-tOpSGk3u1n .mbr-section-btn {
  text-align: center;
}
.cid-tOpSGk3u1n a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKPP9HZnK2 {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/image24.jpg");
}
.cid-uKPP9HZnK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKPP9HZnK2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKPP9HZnK2 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKPP9HZnK2 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uKPP9HZnK2 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKPP9HZnK2 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uKPP9HZnK2 .container {
    padding: 0 24px;
  }
}
.cid-uKPP9HZnK2 .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uKPP9HZnK2 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKPP9HZnK2 .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKPP9HZnK2 .image-wrapper img {
    height: 400px;
  }
}
.cid-uKPP9HZnK2 .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uKPP9HZnK2 .content-wrapper {
    padding: 24px;
  }
}
.cid-uKPP9HZnK2 .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uKPP9HZnK2 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uKPP9HZnK2 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uKPP9HZnK2 .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uKPP9HZnK2 .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uKPP9HZnK2 .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uKPP9HZnK2 .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uKPP9HZnK2 .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-uKPP9HZnK2 .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uKPP9HZnK2 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uKPP9HZnK2 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uKPP9HZnK2 .mbr-section-title {
  color: #18212d;
}
.cid-uKPP9HZnK2 .mbr-section-subtitle {
  color: #18212d;
}
.cid-uKPP9HZnK2 .mbr-desc {
  color: #18212d;
}
.cid-uKPP9HZnK2 .mbr-text_1 {
  color: #18212d;
}
.cid-uKPP9HZnK2 .mbr-text_2 {
  color: #18212d;
}
.cid-uKPP9HZnK2 .mbr-role {
  color: #18212d;
}
.cid-uKPP9HZnK2 .mbr-name {
  color: #18212d;
}
.cid-uKPIuMBRQ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image24.jpg");
}
.cid-uKPIuMBRQ9 .text-wrapper {
  margin: 0 150px 137px;
}
@media (max-width: 992px) {
  .cid-uKPIuMBRQ9 .text-wrapper {
    margin: 0 30px 70px;
  }
}
.cid-uKPIuMBRQ9 .text-wrapper .mbr-section-subtitle {
  margin-bottom: 73px;
}
@media (max-width: 992px) {
  .cid-uKPIuMBRQ9 .text-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uKPIuMBRQ9 .text-wrapper .mbr-section-title {
  margin: 0;
}
.cid-uKPIuMBRQ9 .image-wrapper {
  margin: 0 150px;
}
.cid-uKPIuMBRQ9 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKPIuMBRQ9 .image-wrapper {
    margin: 0 30px;
  }
}
.cid-uKPIuMBRQ9 .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-uKPIuMBRQ9 .mbr-section-title {
  color: #1E1C21;
}
.cid-uKPVGVsxwN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image24.jpg");
}
.cid-uKPVGVsxwN .text-wrapper {
  margin: 0 150px 137px;
}
@media (max-width: 992px) {
  .cid-uKPVGVsxwN .text-wrapper {
    margin: 0 30px 70px;
  }
}
.cid-uKPVGVsxwN .text-wrapper .mbr-section-subtitle {
  margin-bottom: 73px;
}
@media (max-width: 992px) {
  .cid-uKPVGVsxwN .text-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uKPVGVsxwN .text-wrapper .mbr-section-title {
  margin: 0;
}
.cid-uKPVGVsxwN .image-wrapper {
  margin: 0 150px;
}
.cid-uKPVGVsxwN .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKPVGVsxwN .image-wrapper {
    margin: 0 30px;
  }
}
.cid-uKPVGVsxwN .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-uKPVGVsxwN .mbr-section-title {
  color: #1E1C21;
}
.cid-uKPIxg64Da {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKPIxg64Da .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uKPIxg64Da img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKPIxg64Da .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uKPIxg64Da .mbr-section-title {
  color: #2e6b75;
}
.cid-uKPIxg64Da .mbr-text {
  color: #6c7577;
}
.cid-uKPIxg64Da .mbr-description {
  color: #6c7577;
}
.cid-uKPIxg64Da .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKPIxg64Da .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKPIxWOfDX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKPIxWOfDX .item-wrapper {
  width: 100%;
}
.cid-uKPIxWOfDX .left-side {
  text-align: left;
}
.cid-uKPIxWOfDX .row {
  align-items: center;
  justify-content: center;
}
.cid-uKPIxWOfDX .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-uKPIxWOfDX .card-box:focus-within {
  opacity: 1;
}
.cid-uKPIxWOfDX .row-center {
  height: 100%;
}
.cid-uKPIxWOfDX .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-uKPIxWOfDX .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uKPIxWOfDX .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-uKPIxWOfDX .card-wrapper:hover .card-box,
.cid-uKPIxWOfDX .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uKPIxWOfDX .card-wrapper:hover .card-img,
.cid-uKPIxWOfDX .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-uKPIxWOfDX .card-wrapper:hover:before,
.cid-uKPIxWOfDX .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-uKPIxWOfDX .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-uKPIxWOfDX .g {
  grid-row-gap: 24px;
}
.cid-uKPIxWOfDX .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-uKPIxWOfDX .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-uKPIxWOfDX .carousel-control {
    display: none;
  }
}
.cid-uKPIxWOfDX .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-uKPIxWOfDX .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-uKPIxWOfDX .card1 {
  background-image: url("../../../assets/images/image-2025-05-10-214440-1280x473.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uKPIxWOfDX .card2 {
  background-image: url("../../../assets/images/image-2025-05-10-214448-1280x556.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uKPIxWOfDX .card3 {
  background-image: url("../../../assets/images/image-2025-05-10-214452-1280x744.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uKPIxWOfDX .card4 {
  background-image: url("../../../assets/images/image-2025-05-10-214508-915x1280.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uKPIxWOfDX .card5 {
  background-image: url("../../../assets/images/image-2025-05-10-214456-1280x620.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uKPIxWOfDX .card6 {
  background-image: url("../../../assets/images/image-2025-05-10-214500-1280x608.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uKPWEcBfZ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKPWEcBfZ5 .container-fluid {
  padding: 0;
}
.cid-uKPWEcBfZ5 section {
  padding: 0;
}
.cid-uKPWEcBfZ5 .image-wrapper {
  height: 50rem;
  margin-left: 150px;
  position: relative;
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uKPWEcBfZ5 .image-wrapper {
    margin-left: 30px;
  }
}
.cid-uKPWEcBfZ5 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKPWEcBfZ5 .image-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 150px;
}
@media (max-width: 992px) {
  .cid-uKPWEcBfZ5 .image-wrapper .text-wrapper {
    margin: 0 30px;
  }
}
.cid-uKPWEcBfZ5 .image-wrapper .text-wrapper .mbr-section-title {
  margin-bottom: 58px;
}
@media (max-width: 768px) {
  .cid-uKPWEcBfZ5 .image-wrapper .text-wrapper .mbr-section-title {
    margin-bottom: 42px;
  }
}
.cid-uKPWEcBfZ5 .image-wrapper .text-wrapper .mbr-section-btn .btn {
  width: 136px;
  height: 66px;
  margin-top: 0;
  box-shadow: none;
}
.cid-uKPWEcBfZ5 .image-wrapper .text-wrapper .mbr-section-btn .btn:hover {
  box-shadow: none;
}
.cid-uKPWEcBfZ5 .mbr-section-title {
  color: #FBFBFB;
}
.cid-uKPXdjqhmz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKPXdjqhmz .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uKPXdjqhmz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKPXdjqhmz .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uKPXdjqhmz .mbr-section-title {
  color: #2e6b75;
}
.cid-uKPXdjqhmz .mbr-text {
  color: #6c7577;
}
.cid-uKPXdjqhmz .mbr-description {
  color: #6c7577;
}
.cid-uKPXdjqhmz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKPXdjqhmz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKQ13DhVvH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKQ13DhVvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKQ13DhVvH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKQ13DhVvH .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKQ13DhVvH .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKQ13DhVvH .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uKQ13DhVvH .card-wrapper {
    padding: 4rem;
  }
}
.cid-uKQ13DhVvH .mbr-text,
.cid-uKQ13DhVvH .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uKQ13DhVvH .card-title,
.cid-uKQ13DhVvH .card-box {
  text-align: left;
  color: #000000;
}
.cid-uKQ3QAzEXY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKQ3QAzEXY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKQ3QAzEXY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKQ3QAzEXY .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKQ3QAzEXY .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKQ3QAzEXY .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uKQ3QAzEXY .card-wrapper {
    padding: 4rem;
  }
}
.cid-uKQ3QAzEXY .mbr-text,
.cid-uKQ3QAzEXY .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uKQ3QAzEXY .card-title,
.cid-uKQ3QAzEXY .card-box {
  text-align: left;
  color: #000000;
}
.cid-uKQ7YkIns0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKQ7YkIns0 .item-wrapper {
  width: 100%;
}
.cid-uKQ7YkIns0 .left-side {
  text-align: left;
}
.cid-uKQ7YkIns0 .row {
  align-items: center;
  justify-content: center;
}
.cid-uKQ7YkIns0 .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-uKQ7YkIns0 .card-box:focus-within {
  opacity: 1;
}
.cid-uKQ7YkIns0 .row-center {
  height: 100%;
}
.cid-uKQ7YkIns0 .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-uKQ7YkIns0 .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uKQ7YkIns0 .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-uKQ7YkIns0 .card-wrapper:hover .card-box,
.cid-uKQ7YkIns0 .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uKQ7YkIns0 .card-wrapper:hover .card-img,
.cid-uKQ7YkIns0 .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-uKQ7YkIns0 .card-wrapper:hover:before,
.cid-uKQ7YkIns0 .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-uKQ7YkIns0 .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-uKQ7YkIns0 .g {
  grid-row-gap: 24px;
}
.cid-uKQ7YkIns0 .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-uKQ7YkIns0 .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-uKQ7YkIns0 .carousel-control {
    display: none;
  }
}
.cid-uKQ7YkIns0 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-uKQ7YkIns0 .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-uKQ7YkIns0 .card1 {
  background-image: url("../../../assets/images/image-2025-05-10-214746-1080x810.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uKQ7YkIns0 .card2 {
  background-image: url("../../../assets/images/image-2025-05-10-214809-1080x565.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uKQ7YkIns0 .card3 {
  background-image: url("../../../assets/images/image-2025-05-10-214834-1024x1280.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uKQ7YkIns0 .card4 {
  background-image: url("../../../assets/images/image-2025-05-10-214852-1280x960.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uKQ7YkIns0 .card5 {
  background-image: url("../../../assets/images/image-2025-05-10-214519-960x1280.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uKQ7YkIns0 .card6 {
  background-image: url("../../../assets/images/image-2025-05-10-214806-1080x810.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uKQ8Qy7CrQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKQ8Qy7CrQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKQ8Qy7CrQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKQ8Qy7CrQ .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKQ8Qy7CrQ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKQ8Qy7CrQ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uKQ8Qy7CrQ .card-wrapper {
    padding: 4rem;
  }
}
.cid-uKQ8Qy7CrQ .mbr-text,
.cid-uKQ8Qy7CrQ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uKQ8Qy7CrQ .card-title,
.cid-uKQ8Qy7CrQ .card-box {
  text-align: left;
  color: #000000;
}
