body {
  font-family: Gloock;
}
.display-1 {
  font-family: 'Gloock', sans-serif;
  font-size: 5rem;
  line-height: 80px;
  letter-spacing: 0.99px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Gloock', sans-serif;
  font-size: 3.125rem;
  line-height: 60px;
  letter-spacing: 0.99px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 60px;
  letter-spacing: 2.4px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Gloock', sans-serif;
  font-size: 1.875rem;
  line-height: 30px;
  letter-spacing: 0.99px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 35px;
  letter-spacing: normal;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #3b6a5c !important;
}
.bg-success {
  background-color: #e6c16d !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #e0ae8a !important;
}
.bg-danger {
  background-color: #985b30 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3b6a5c !important;
  border-color: #3b6a5c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1c322c !important;
  border-color: #1c322c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1c322c !important;
  border-color: #1c322c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #263a5c !important;
  border-color: #263a5c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d131f !important;
  border-color: #0d131f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d131f !important;
  border-color: #0d131f !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e6c16d !important;
  border-color: #e6c16d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #d7a125 !important;
  border-color: #d7a125 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d7a125 !important;
  border-color: #d7a125 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e0ae8a !important;
  border-color: #e0ae8a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ce7f45 !important;
  border-color: #ce7f45 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ce7f45 !important;
  border-color: #ce7f45 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #985b30 !important;
  border-color: #985b30 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #56341b !important;
  border-color: #56341b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #56341b !important;
  border-color: #56341b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3b6a5c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1c322c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3b6a5c !important;
  border-color: #3b6a5c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #263a5c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0d131f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #263a5c !important;
  border-color: #263a5c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e6c16d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d7a125 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c16d !important;
  border-color: #e6c16d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e0ae8a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ce7f45 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e0ae8a !important;
  border-color: #e0ae8a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #985b30;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #56341b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #985b30 !important;
  border-color: #985b30 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #3b6a5c !important;
}
.text-secondary {
  color: #263a5c !important;
}
.text-success {
  color: #e6c16d !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #e0ae8a !important;
}
.text-danger {
  color: #985b30 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #172823 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #080c14 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ca9723 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cb7639 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4a2d18 !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: #3b6a5c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #e0ae8a;
}
.alert-danger {
  background-color: #985b30;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3b6a5c;
  border-color: #3b6a5c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3b6a5c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #73b19f;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d39c74;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 60px;
  letter-spacing: 2.4px;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #3b6a5c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 60px;
  letter-spacing: 2.4px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #3b6a5c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3b6a5c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3b6a5c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3b6a5c;
  border-bottom-color: #3b6a5c;
}
.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: #3b6a5c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #263a5c !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='%233b6a5c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 0 60px;
  box-shadow: none;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 15px 30px;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 14px;
}
.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-outline,
.mbr-section-btn-main .btn-primary-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #3b6a5c;
  border-radius: 0;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  border-bottom: 2px solid #3b6a5c !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #263a5c;
  border-radius: 0;
}
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  border-bottom: 2px solid #263a5c !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #e6c16d;
  border-radius: 0;
}
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  border-bottom: 2px solid #e6c16d !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  border-bottom: 2px solid #ffffff !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #985b30;
  border-radius: 0;
}
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  border-bottom: 2px solid #985b30 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #e0ae8a;
  border-radius: 0;
}
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  border-bottom: 2px solid #e0ae8a !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #000000;
  border-radius: 0;
}
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  border-bottom: 2px solid #000000 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border-bottom: 2px solid #ffffff !important;
}
.cid-uVyMOFmNXV {
  z-index: 1000;
  width: 100%;
}
.cid-uVyMOFmNXV .navbar-dropdown {
  background-color: #fdfcfa !important;
  padding: 0;
  position: fixed;
}
.cid-uVyMOFmNXV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fdfcfa !important;
  background: #fdfcfa;
}
.cid-uVyMOFmNXV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uVyMOFmNXV .menu_box .navbar.opened,
  .cid-uVyMOFmNXV .menu_box .navbar-collapse {
    background-color: #fdfcfa !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVyMOFmNXV nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uVyMOFmNXV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uVyMOFmNXV .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVyMOFmNXV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uVyMOFmNXV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVyMOFmNXV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVyMOFmNXV .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #d17756;
  }
  .cid-uVyMOFmNXV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uVyMOFmNXV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uVyMOFmNXV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uVyMOFmNXV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uVyMOFmNXV .offcanvas-body .mbr-text,
  .cid-uVyMOFmNXV .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uVyMOFmNXV .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uVyMOFmNXV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uVyMOFmNXV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #263a5c;
  }
  .cid-uVyMOFmNXV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uVyMOFmNXV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uVyMOFmNXV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uVyMOFmNXV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uVyMOFmNXV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uVyMOFmNXV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVyMOFmNXV .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-uVyMOFmNXV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVyMOFmNXV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uVyMOFmNXV .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uVyMOFmNXV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uVyMOFmNXV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uVyMOFmNXV .nav-item {
    margin: 0 !important;
  }
}
.cid-uVyMOFmNXV .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uVyMOFmNXV .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uVyMOFmNXV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVyMOFmNXV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVyMOFmNXV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVyMOFmNXV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVyMOFmNXV .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-uVyMOFmNXV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVyMOFmNXV .offcanvas_box {
    display: none;
  }
}
.cid-uVyMOFmNXV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uVyMOFmNXV .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVyMOFmNXV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVyMOFmNXV .container {
  display: flex;
  margin: auto;
}
.cid-uVyMOFmNXV .iconfont-wrapper {
  color: #263a5c;
  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-uVyMOFmNXV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVyMOFmNXV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVyMOFmNXV .navbar-caption {
  color: #263652;
}
.cid-uVyMOFmNXV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVyMOFmNXV .navbar-nav {
    margin: 0;
  }
}
.cid-uVyMOFmNXV .dropdown-menu,
.cid-uVyMOFmNXV .navbar.opened {
  background-color: false !important;
}
.cid-uVyMOFmNXV .nav-item:focus,
.cid-uVyMOFmNXV .nav-link:focus {
  outline: none;
}
.cid-uVyMOFmNXV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVyMOFmNXV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVyMOFmNXV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVyMOFmNXV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVyMOFmNXV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVyMOFmNXV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVyMOFmNXV .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVyMOFmNXV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVyMOFmNXV .navbar.opened {
  transition: all 0.3s;
}
.cid-uVyMOFmNXV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVyMOFmNXV .navbar .navbar-logo img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.cid-uVyMOFmNXV .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVyMOFmNXV .navbar.collapsed {
  justify-content: center;
}
.cid-uVyMOFmNXV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVyMOFmNXV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVyMOFmNXV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVyMOFmNXV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVyMOFmNXV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVyMOFmNXV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVyMOFmNXV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVyMOFmNXV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uVyMOFmNXV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uVyMOFmNXV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVyMOFmNXV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVyMOFmNXV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVyMOFmNXV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVyMOFmNXV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVyMOFmNXV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVyMOFmNXV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVyMOFmNXV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVyMOFmNXV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVyMOFmNXV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVyMOFmNXV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVyMOFmNXV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVyMOFmNXV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVyMOFmNXV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVyMOFmNXV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVyMOFmNXV .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-uVyMOFmNXV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVyMOFmNXV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVyMOFmNXV .dropdown-item.active,
.cid-uVyMOFmNXV .dropdown-item:active {
  background-color: transparent;
}
.cid-uVyMOFmNXV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVyMOFmNXV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVyMOFmNXV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVyMOFmNXV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVyMOFmNXV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uVyMOFmNXV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVyMOFmNXV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdfcfa;
  background: #d17756;
}
.cid-uVyMOFmNXV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #263a5c;
}
.cid-uVyMOFmNXV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVyMOFmNXV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVyMOFmNXV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVyMOFmNXV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVyMOFmNXV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVyMOFmNXV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVyMOFmNXV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVyMOFmNXV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVyMOFmNXV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVyMOFmNXV .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-uVyMOFmNXV .navbar {
    height: 70px;
  }
  .cid-uVyMOFmNXV .navbar.opened {
    height: auto;
  }
  .cid-uVyMOFmNXV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVyMOFmNXV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uVyMOFmNXV .container-fluid {
    padding-left: 160px;
    padding-right: 16px;
  }
}
.cid-uVyMOFmNXV .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uVyMOFmNXV .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uVyMOFmNXV .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uVyMOFmNXV .navbar-caption:hover {
  color: #3b6a5c;
}
@media (min-width: 992px) {
  .cid-uVyMOFmNXV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVyMOFmNXV .text_widget {
  margin-bottom: 32px;
}
.cid-uVyMOFmNXV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVyMOFmNXV .text_widget a:hover {
  color: #263a5c !important;
}
.cid-uVyMOFmNXV .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uVyMOFmNXV .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uVyMOFmNXV .mbr-section-subtitle,
.cid-uVyMOFmNXV .text_widget,
.cid-uVyMOFmNXV .mbr-section-btn {
  text-align: left;
}
.cid-uVyMOFmNXV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVyMP8JQSK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/lg-13.jpg-2000x1125.jpg");
}
.cid-uVyMP8JQSK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyMP8JQSK .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-uVyMP8JQSK .container {
    padding: 0;
  }
}
.cid-uVyMP8JQSK .title-wrapper {
  padding: 0 16px;
}
.cid-uVyMP8JQSK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVyMP8JQSK .title-wrapper .mbr-text {
  margin: 25px 0 0 0;
}
.cid-uVyMP8JQSK .title-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uVyMP8JQSK .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uVyMP8JQSK .mbr-section-title {
  color: #ffffff;
}
.cid-uVyMP8JQSK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uVyMP8JQSK .mbr-section-title,
.cid-uVyMP8JQSK .mbr-section-btn {
  text-align: center;
}
.cid-uVyMQ7P0Hh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3b6a5c;
}
.cid-uVyMQ7P0Hh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyMQ7P0Hh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyMQ7P0Hh .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVyMQ7P0Hh .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVyMQ7P0Hh .container {
    padding: 0;
  }
}
.cid-uVyMQ7P0Hh .row {
  margin: 0;
}
.cid-uVyMQ7P0Hh .card {
  padding: 0;
}
.cid-uVyMQ7P0Hh .card .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uVyMQ7P0Hh .card .image-wrapper img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVyMQ7P0Hh .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uVyMQ7P0Hh .card .title-wrapper {
  padding: 0 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uVyMQ7P0Hh .card .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVyMQ7P0Hh .card .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uVyMQ7P0Hh .card .title-wrapper {
    padding: 0 90px;
  }
}
@media (max-width: 992px) {
  .cid-uVyMQ7P0Hh .card .title-wrapper {
    padding: 40px 16px;
  }
}
.cid-uVyMQ7P0Hh .mbr-section-title {
  color: #ffffff;
}
.cid-uVyMQ7P0Hh .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uVyND34hdm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyND34hdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyND34hdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyND34hdm .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uVyND34hdm .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uVyND34hdm .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uVyND34hdm .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uVyND34hdm .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVyND34hdm .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVyND34hdm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVyND34hdm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVyND34hdm .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 20px;
}
@media (max-width: 992px) {
  .cid-uVyND34hdm .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVyND34hdm .item {
    margin-bottom: 40px;
  }
}
.cid-uVyND34hdm .item .item-wrapper .item-img {
  padding: 60px 40px;
  background-color: #f2f1f3;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVyND34hdm .item .item-wrapper .item-img {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.cid-uVyND34hdm .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uVyND34hdm .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 10px;
}
.cid-uVyND34hdm .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uVyND34hdm .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uVyND34hdm .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uVyND34hdm .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVyND34hdm .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uVyND34hdm .mbr-label {
  color: #19171c;
}
.cid-uVyND34hdm .mbr-section-title {
  color: #19171c;
}
.cid-uVyND34hdm .mbr-text {
  color: #19171c;
}
.cid-uVyND34hdm .item-title {
  color: #19171c;
}
.cid-uVyND34hdm .item-text {
  color: #6e6e73;
}
.cid-uVyND34hdm .item-text,
.cid-uVyND34hdm .mbr-section-btn {
  color: #000000;
}
.cid-uVySTNWknF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3b6a5c;
}
.cid-uVySTNWknF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVySTNWknF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVySTNWknF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVySTNWknF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVySTNWknF .container {
    padding: 0;
  }
}
.cid-uVySTNWknF .row {
  margin: 0;
}
.cid-uVySTNWknF .card {
  padding: 0;
}
.cid-uVySTNWknF .card .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uVySTNWknF .card .image-wrapper img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVySTNWknF .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uVySTNWknF .card .title-wrapper {
  padding: 0 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uVySTNWknF .card .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVySTNWknF .card .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uVySTNWknF .card .title-wrapper {
    padding: 0 90px;
  }
}
@media (max-width: 992px) {
  .cid-uVySTNWknF .card .title-wrapper {
    padding: 40px 16px;
  }
}
.cid-uVySTNWknF .mbr-section-title {
  color: #ffffff;
}
.cid-uVySTNWknF .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uVyMPBugnk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-uVyMPBugnk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyMPBugnk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyMPBugnk .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVyMPBugnk .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVyMPBugnk .container {
    padding: 0;
  }
}
.cid-uVyMPBugnk .row {
  justify-content: center;
  margin: 0;
}
.cid-uVyMPBugnk .card {
  border-radius: 0;
  padding: 0;
}
.cid-uVyMPBugnk .card .card-wrapper {
  background-color: #3b6a5c;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVyMPBugnk .card .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uVyMPBugnk .card .card-wrapper .card-wrap .icon-wrap {
  margin-bottom: 20px;
}
.cid-uVyMPBugnk .card .card-wrapper .card-wrap .icon-wrap .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #ffffff;
}
.cid-uVyMPBugnk .card .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uVyMPBugnk .card .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uVyMPBugnk .card .card-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-uVyMPBugnk .card:nth-child(2n) .card-wrapper {
  background-color: #1e352e;
}
.cid-uVyMPBugnk .mbr-card-title {
  color: #ffffff;
}
.cid-uVyMPBugnk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uVyMPBugnk .mbr-card-title,
.cid-uVyMPBugnk .mbr-section-btn,
.cid-uVyMPBugnk .icon-wrap {
  text-align: center;
}
.cid-uVyNxYPi6Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3b6a5c;
}
.cid-uVyNxYPi6Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyNxYPi6Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyNxYPi6Q .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVyNxYPi6Q .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVyNxYPi6Q .container {
    padding: 0;
  }
}
.cid-uVyNxYPi6Q .row {
  margin: 0;
}
.cid-uVyNxYPi6Q .card {
  padding: 0;
}
.cid-uVyNxYPi6Q .card .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uVyNxYPi6Q .card .image-wrapper img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVyNxYPi6Q .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uVyNxYPi6Q .card .title-wrapper {
  padding: 0 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uVyNxYPi6Q .card .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVyNxYPi6Q .card .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uVyNxYPi6Q .card .title-wrapper {
    padding: 0 90px;
  }
}
@media (max-width: 992px) {
  .cid-uVyNxYPi6Q .card .title-wrapper {
    padding: 40px 16px;
  }
}
.cid-uVyNxYPi6Q .mbr-section-title {
  color: #ffffff;
}
.cid-uVyNxYPi6Q .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uVyMWjc4My {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uVyMWjc4My .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyMWjc4My .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyMWjc4My .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVyMWjc4My .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVyMWjc4My .container {
    padding: 0;
  }
}
.cid-uVyMWjc4My .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVyMWjc4My .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uVyMWjc4My .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVyMWjc4My .panel-group {
    padding: 0 16px;
  }
}
.cid-uVyMWjc4My .panel-group .card {
  padding: 50px 0;
  border-bottom: 1px solid #1e352e;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uVyMWjc4My .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uVyMWjc4My .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-uVyMWjc4My .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uVyMWjc4My .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uVyMWjc4My .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-uVyMWjc4My .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #3b6a5c;
}
.cid-uVyMWjc4My .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-uVyMWjc4My .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uVyMWjc4My .mbr-section-title {
  color: #000000;
}
.cid-uVyMWjc4My .panel-title-edit,
.cid-uVyMWjc4My .mbr-iconfont {
  color: #000000;
}
.cid-uVyMWjc4My .panel-text {
  color: #000000;
}
.cid-uVyMR33UP5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uVyMR33UP5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyMR33UP5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyMR33UP5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVyMR33UP5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVyMR33UP5 .container {
    padding: 0;
  }
}
.cid-uVyMR33UP5 .row {
  justify-content: center;
}
.cid-uVyMR33UP5 .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVyMR33UP5 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uVyMR33UP5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVyMR33UP5 .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-uVyMR33UP5 .google-map iframe {
    height: 300px;
  }
}
.cid-uVyMR33UP5 .mbr-section-title {
  color: #000000;
}
.cid-uVyMRWV5AI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uVyMRWV5AI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyMRWV5AI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyMRWV5AI .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVyMRWV5AI .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVyMRWV5AI .container {
    padding: 0;
  }
}
.cid-uVyMRWV5AI .row {
  justify-content: center;
}
.cid-uVyMRWV5AI .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVyMRWV5AI .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uVyMRWV5AI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVyMRWV5AI form {
    padding: 0 16px;
  }
}
.cid-uVyMRWV5AI .dragArea.row .form-group {
  margin-bottom: 25px !important;
}
.cid-uVyMRWV5AI .dragArea.row .form-group .form-control {
  padding: 10px;
  border: 1px solid #3b6a5c !important;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: none;
}
.cid-uVyMRWV5AI .dragArea.row .form-group .form-control::placeholder {
  color: #3b6a5c;
}
.cid-uVyMRWV5AI .dragArea.row .form-group .form-check {
  padding-left: 2.3rem;
}
.cid-uVyMRWV5AI .dragArea.row .form-group .form-check .form-check-input {
  background-color: #3b6a5c;
  border-color: #3b6a5c;
}
.cid-uVyMRWV5AI .dragArea.row .form-group textarea {
  padding: 20px 10px;
  min-height: 150px;
}
.cid-uVyMRWV5AI .dragArea.row .mbr-section-btn {
  margin-top: 30px;
}
.cid-uVyMRWV5AI .mbr-section-title {
  color: #000000;
}
.cid-uVyMRWV5AI label {
  color: #263652;
}
.cid-uVyMV14bez {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyMV14bez .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyMV14bez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyMV14bez .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uVyMV14bez .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVyMV14bez .items-wrapper {
  margin: 0 -8px;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-uVyMV14bez .items-wrapper {
    margin-top: 0;
  }
}
.cid-uVyMV14bez .items-wrapper .item {
  padding: 0 8px;
}
.cid-uVyMV14bez .item {
  margin-bottom: 16px;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uVyMV14bez .item {
    margin-bottom: 12px;
  }
}
.cid-uVyMV14bez .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uVyMV14bez .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVyMV14bez .item .item-wrapper {
    height: auto;
    padding: 24px;
  }
}
.cid-uVyMV14bez .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uVyMV14bez .item .item-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: .5;
  pointer-events: none;
}
.cid-uVyMV14bez .item .item-wrapper .iconfont-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVyMV14bez .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uVyMV14bez .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3b6a5c;
  font-size: 36px;
  color: #ffffff;
}
.cid-uVyMV14bez .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uVyMV14bez .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uVyMV14bez .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uVyMV14bez .card-title {
  color: #2c2c26;
}
.cid-uVyMV14bez .card-title,
.cid-uVyMV14bez .iconfont-wrap {
  text-align: center;
}
.cid-uVyMYxjVAB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3b6a5c;
}
.cid-uVyMYxjVAB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyMYxjVAB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyMYxjVAB .row {
  justify-content: center;
}
.cid-uVyMYxjVAB .card {
  justify-content: center;
}
.cid-uVyMYxjVAB .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVyMYxjVAB .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uVyMYxjVAB .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uVyMYxjVAB .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uVyMYxjVAB .nav-wrapper .list .item-wrap:hover,
.cid-uVyMYxjVAB .nav-wrapper .list .item-wrap:focus {
  color: #c1c1c1;
}
.cid-uVyMYxjVAB .list,
.cid-uVyMYxjVAB .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVyMOFmNXV {
  z-index: 1000;
  width: 100%;
}
.cid-uVyMOFmNXV .navbar-dropdown {
  background-color: #fdfcfa !important;
  padding: 0;
  position: fixed;
}
.cid-uVyMOFmNXV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fdfcfa !important;
  background: #fdfcfa;
}
.cid-uVyMOFmNXV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uVyMOFmNXV .menu_box .navbar.opened,
  .cid-uVyMOFmNXV .menu_box .navbar-collapse {
    background-color: #fdfcfa !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVyMOFmNXV nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uVyMOFmNXV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uVyMOFmNXV .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVyMOFmNXV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uVyMOFmNXV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVyMOFmNXV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVyMOFmNXV .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #d17756;
  }
  .cid-uVyMOFmNXV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uVyMOFmNXV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uVyMOFmNXV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uVyMOFmNXV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uVyMOFmNXV .offcanvas-body .mbr-text,
  .cid-uVyMOFmNXV .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uVyMOFmNXV .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uVyMOFmNXV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uVyMOFmNXV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #263a5c;
  }
  .cid-uVyMOFmNXV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uVyMOFmNXV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uVyMOFmNXV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uVyMOFmNXV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uVyMOFmNXV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uVyMOFmNXV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVyMOFmNXV .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-uVyMOFmNXV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVyMOFmNXV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uVyMOFmNXV .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uVyMOFmNXV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uVyMOFmNXV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uVyMOFmNXV .nav-item {
    margin: 0 !important;
  }
}
.cid-uVyMOFmNXV .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uVyMOFmNXV .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uVyMOFmNXV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVyMOFmNXV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVyMOFmNXV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVyMOFmNXV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVyMOFmNXV .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-uVyMOFmNXV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVyMOFmNXV .offcanvas_box {
    display: none;
  }
}
.cid-uVyMOFmNXV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uVyMOFmNXV .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVyMOFmNXV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVyMOFmNXV .container {
  display: flex;
  margin: auto;
}
.cid-uVyMOFmNXV .iconfont-wrapper {
  color: #263a5c;
  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-uVyMOFmNXV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVyMOFmNXV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVyMOFmNXV .navbar-caption {
  color: #263652;
}
.cid-uVyMOFmNXV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVyMOFmNXV .navbar-nav {
    margin: 0;
  }
}
.cid-uVyMOFmNXV .dropdown-menu,
.cid-uVyMOFmNXV .navbar.opened {
  background-color: false !important;
}
.cid-uVyMOFmNXV .nav-item:focus,
.cid-uVyMOFmNXV .nav-link:focus {
  outline: none;
}
.cid-uVyMOFmNXV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVyMOFmNXV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVyMOFmNXV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVyMOFmNXV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVyMOFmNXV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVyMOFmNXV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVyMOFmNXV .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVyMOFmNXV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVyMOFmNXV .navbar.opened {
  transition: all 0.3s;
}
.cid-uVyMOFmNXV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVyMOFmNXV .navbar .navbar-logo img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.cid-uVyMOFmNXV .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVyMOFmNXV .navbar.collapsed {
  justify-content: center;
}
.cid-uVyMOFmNXV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVyMOFmNXV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVyMOFmNXV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVyMOFmNXV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVyMOFmNXV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVyMOFmNXV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVyMOFmNXV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVyMOFmNXV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uVyMOFmNXV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uVyMOFmNXV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVyMOFmNXV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVyMOFmNXV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVyMOFmNXV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVyMOFmNXV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVyMOFmNXV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVyMOFmNXV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVyMOFmNXV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVyMOFmNXV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVyMOFmNXV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVyMOFmNXV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVyMOFmNXV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVyMOFmNXV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVyMOFmNXV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVyMOFmNXV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVyMOFmNXV .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-uVyMOFmNXV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVyMOFmNXV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVyMOFmNXV .dropdown-item.active,
.cid-uVyMOFmNXV .dropdown-item:active {
  background-color: transparent;
}
.cid-uVyMOFmNXV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVyMOFmNXV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVyMOFmNXV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVyMOFmNXV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVyMOFmNXV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uVyMOFmNXV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVyMOFmNXV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdfcfa;
  background: #d17756;
}
.cid-uVyMOFmNXV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #263a5c;
}
.cid-uVyMOFmNXV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVyMOFmNXV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVyMOFmNXV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVyMOFmNXV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVyMOFmNXV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVyMOFmNXV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVyMOFmNXV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVyMOFmNXV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVyMOFmNXV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVyMOFmNXV .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-uVyMOFmNXV .navbar {
    height: 70px;
  }
  .cid-uVyMOFmNXV .navbar.opened {
    height: auto;
  }
  .cid-uVyMOFmNXV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVyMOFmNXV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uVyMOFmNXV .container-fluid {
    padding-left: 160px;
    padding-right: 16px;
  }
}
.cid-uVyMOFmNXV .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uVyMOFmNXV .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uVyMOFmNXV .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uVyMOFmNXV .navbar-caption:hover {
  color: #3b6a5c;
}
@media (min-width: 992px) {
  .cid-uVyMOFmNXV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVyMOFmNXV .text_widget {
  margin-bottom: 32px;
}
.cid-uVyMOFmNXV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVyMOFmNXV .text_widget a:hover {
  color: #263a5c !important;
}
.cid-uVyMOFmNXV .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uVyMOFmNXV .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uVyMOFmNXV .mbr-section-subtitle,
.cid-uVyMOFmNXV .text_widget,
.cid-uVyMOFmNXV .mbr-section-btn {
  text-align: left;
}
.cid-uVyMOFmNXV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVyP2Vcqfl {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyP2Vcqfl .mbr-section-subtitle {
  color: #000000;
}
.cid-uVyP2Vcqfl .mbr-text {
  color: #000000;
}
.cid-uVyMYxjVAB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3b6a5c;
}
.cid-uVyMYxjVAB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyMYxjVAB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyMYxjVAB .row {
  justify-content: center;
}
.cid-uVyMYxjVAB .card {
  justify-content: center;
}
.cid-uVyMYxjVAB .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVyMYxjVAB .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uVyMYxjVAB .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uVyMYxjVAB .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uVyMYxjVAB .nav-wrapper .list .item-wrap:hover,
.cid-uVyMYxjVAB .nav-wrapper .list .item-wrap:focus {
  color: #c1c1c1;
}
.cid-uVyMYxjVAB .list,
.cid-uVyMYxjVAB .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVyP7jfdD7 {
  z-index: 1000;
  width: 100%;
}
.cid-uVyP7jfdD7 .navbar-dropdown {
  background-color: #fdfcfa !important;
  padding: 0;
  position: fixed;
}
.cid-uVyP7jfdD7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fdfcfa !important;
  background: #fdfcfa;
}
.cid-uVyP7jfdD7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uVyP7jfdD7 .menu_box .navbar.opened,
  .cid-uVyP7jfdD7 .menu_box .navbar-collapse {
    background-color: #fdfcfa !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVyP7jfdD7 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uVyP7jfdD7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uVyP7jfdD7 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVyP7jfdD7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uVyP7jfdD7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVyP7jfdD7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVyP7jfdD7 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #d17756;
  }
  .cid-uVyP7jfdD7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uVyP7jfdD7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uVyP7jfdD7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uVyP7jfdD7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uVyP7jfdD7 .offcanvas-body .mbr-text,
  .cid-uVyP7jfdD7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uVyP7jfdD7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uVyP7jfdD7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uVyP7jfdD7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #263a5c;
  }
  .cid-uVyP7jfdD7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uVyP7jfdD7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uVyP7jfdD7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uVyP7jfdD7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uVyP7jfdD7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uVyP7jfdD7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVyP7jfdD7 .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-uVyP7jfdD7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVyP7jfdD7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uVyP7jfdD7 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uVyP7jfdD7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uVyP7jfdD7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uVyP7jfdD7 .nav-item {
    margin: 0 !important;
  }
}
.cid-uVyP7jfdD7 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uVyP7jfdD7 .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uVyP7jfdD7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVyP7jfdD7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVyP7jfdD7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVyP7jfdD7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVyP7jfdD7 .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-uVyP7jfdD7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVyP7jfdD7 .offcanvas_box {
    display: none;
  }
}
.cid-uVyP7jfdD7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uVyP7jfdD7 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVyP7jfdD7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVyP7jfdD7 .container {
  display: flex;
  margin: auto;
}
.cid-uVyP7jfdD7 .iconfont-wrapper {
  color: #263a5c;
  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-uVyP7jfdD7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVyP7jfdD7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVyP7jfdD7 .navbar-caption {
  color: #263652;
}
.cid-uVyP7jfdD7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVyP7jfdD7 .navbar-nav {
    margin: 0;
  }
}
.cid-uVyP7jfdD7 .dropdown-menu,
.cid-uVyP7jfdD7 .navbar.opened {
  background-color: false !important;
}
.cid-uVyP7jfdD7 .nav-item:focus,
.cid-uVyP7jfdD7 .nav-link:focus {
  outline: none;
}
.cid-uVyP7jfdD7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVyP7jfdD7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVyP7jfdD7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVyP7jfdD7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVyP7jfdD7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVyP7jfdD7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVyP7jfdD7 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVyP7jfdD7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVyP7jfdD7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVyP7jfdD7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVyP7jfdD7 .navbar .navbar-logo img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.cid-uVyP7jfdD7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVyP7jfdD7 .navbar.collapsed {
  justify-content: center;
}
.cid-uVyP7jfdD7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVyP7jfdD7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVyP7jfdD7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVyP7jfdD7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVyP7jfdD7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVyP7jfdD7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVyP7jfdD7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVyP7jfdD7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uVyP7jfdD7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uVyP7jfdD7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVyP7jfdD7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVyP7jfdD7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVyP7jfdD7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVyP7jfdD7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVyP7jfdD7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVyP7jfdD7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVyP7jfdD7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVyP7jfdD7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVyP7jfdD7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVyP7jfdD7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVyP7jfdD7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVyP7jfdD7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVyP7jfdD7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVyP7jfdD7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVyP7jfdD7 .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-uVyP7jfdD7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVyP7jfdD7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVyP7jfdD7 .dropdown-item.active,
.cid-uVyP7jfdD7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVyP7jfdD7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVyP7jfdD7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVyP7jfdD7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVyP7jfdD7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVyP7jfdD7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uVyP7jfdD7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVyP7jfdD7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdfcfa;
  background: #d17756;
}
.cid-uVyP7jfdD7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #263a5c;
}
.cid-uVyP7jfdD7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVyP7jfdD7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVyP7jfdD7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVyP7jfdD7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVyP7jfdD7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVyP7jfdD7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVyP7jfdD7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVyP7jfdD7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVyP7jfdD7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVyP7jfdD7 .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-uVyP7jfdD7 .navbar {
    height: 70px;
  }
  .cid-uVyP7jfdD7 .navbar.opened {
    height: auto;
  }
  .cid-uVyP7jfdD7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVyP7jfdD7 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uVyP7jfdD7 .container-fluid {
    padding-left: 160px;
    padding-right: 16px;
  }
}
.cid-uVyP7jfdD7 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uVyP7jfdD7 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uVyP7jfdD7 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uVyP7jfdD7 .navbar-caption:hover {
  color: #3b6a5c;
}
@media (min-width: 992px) {
  .cid-uVyP7jfdD7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVyP7jfdD7 .text_widget {
  margin-bottom: 32px;
}
.cid-uVyP7jfdD7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVyP7jfdD7 .text_widget a:hover {
  color: #263a5c !important;
}
.cid-uVyP7jfdD7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uVyP7jfdD7 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uVyP7jfdD7 .mbr-section-subtitle,
.cid-uVyP7jfdD7 .text_widget,
.cid-uVyP7jfdD7 .mbr-section-btn {
  text-align: left;
}
.cid-uVyP7jfdD7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVyP7kpZCH {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyP7kpZCH .mbr-section-subtitle {
  color: #000000;
}
.cid-uVyP7kpZCH .mbr-text {
  color: #000000;
}
.cid-uVyP7kPvBY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3b6a5c;
}
.cid-uVyP7kPvBY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyP7kPvBY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyP7kPvBY .row {
  justify-content: center;
}
.cid-uVyP7kPvBY .card {
  justify-content: center;
}
.cid-uVyP7kPvBY .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVyP7kPvBY .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uVyP7kPvBY .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uVyP7kPvBY .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uVyP7kPvBY .nav-wrapper .list .item-wrap:hover,
.cid-uVyP7kPvBY .nav-wrapper .list .item-wrap:focus {
  color: #c1c1c1;
}
.cid-uVyP7kPvBY .list,
.cid-uVyP7kPvBY .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVyMOFmNXV {
  z-index: 1000;
  width: 100%;
}
.cid-uVyMOFmNXV .navbar-dropdown {
  background-color: #fdfcfa !important;
  padding: 0;
  position: fixed;
}
.cid-uVyMOFmNXV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fdfcfa !important;
  background: #fdfcfa;
}
.cid-uVyMOFmNXV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uVyMOFmNXV .menu_box .navbar.opened,
  .cid-uVyMOFmNXV .menu_box .navbar-collapse {
    background-color: #fdfcfa !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVyMOFmNXV nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uVyMOFmNXV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uVyMOFmNXV .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVyMOFmNXV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uVyMOFmNXV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVyMOFmNXV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVyMOFmNXV .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #d17756;
  }
  .cid-uVyMOFmNXV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uVyMOFmNXV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uVyMOFmNXV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uVyMOFmNXV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uVyMOFmNXV .offcanvas-body .mbr-text,
  .cid-uVyMOFmNXV .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uVyMOFmNXV .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uVyMOFmNXV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uVyMOFmNXV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #263a5c;
  }
  .cid-uVyMOFmNXV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uVyMOFmNXV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uVyMOFmNXV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uVyMOFmNXV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uVyMOFmNXV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uVyMOFmNXV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVyMOFmNXV .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-uVyMOFmNXV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVyMOFmNXV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uVyMOFmNXV .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uVyMOFmNXV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uVyMOFmNXV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uVyMOFmNXV .nav-item {
    margin: 0 !important;
  }
}
.cid-uVyMOFmNXV .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uVyMOFmNXV .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uVyMOFmNXV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVyMOFmNXV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVyMOFmNXV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVyMOFmNXV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVyMOFmNXV .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-uVyMOFmNXV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVyMOFmNXV .offcanvas_box {
    display: none;
  }
}
.cid-uVyMOFmNXV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uVyMOFmNXV .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVyMOFmNXV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVyMOFmNXV .container {
  display: flex;
  margin: auto;
}
.cid-uVyMOFmNXV .iconfont-wrapper {
  color: #263a5c;
  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-uVyMOFmNXV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVyMOFmNXV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVyMOFmNXV .navbar-caption {
  color: #263652;
}
.cid-uVyMOFmNXV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVyMOFmNXV .navbar-nav {
    margin: 0;
  }
}
.cid-uVyMOFmNXV .dropdown-menu,
.cid-uVyMOFmNXV .navbar.opened {
  background-color: false !important;
}
.cid-uVyMOFmNXV .nav-item:focus,
.cid-uVyMOFmNXV .nav-link:focus {
  outline: none;
}
.cid-uVyMOFmNXV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVyMOFmNXV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVyMOFmNXV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVyMOFmNXV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVyMOFmNXV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVyMOFmNXV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVyMOFmNXV .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVyMOFmNXV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVyMOFmNXV .navbar.opened {
  transition: all 0.3s;
}
.cid-uVyMOFmNXV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVyMOFmNXV .navbar .navbar-logo img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.cid-uVyMOFmNXV .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVyMOFmNXV .navbar.collapsed {
  justify-content: center;
}
.cid-uVyMOFmNXV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVyMOFmNXV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVyMOFmNXV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVyMOFmNXV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVyMOFmNXV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVyMOFmNXV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVyMOFmNXV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVyMOFmNXV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uVyMOFmNXV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uVyMOFmNXV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVyMOFmNXV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVyMOFmNXV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVyMOFmNXV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVyMOFmNXV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVyMOFmNXV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVyMOFmNXV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVyMOFmNXV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVyMOFmNXV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVyMOFmNXV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVyMOFmNXV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVyMOFmNXV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVyMOFmNXV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVyMOFmNXV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVyMOFmNXV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVyMOFmNXV .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-uVyMOFmNXV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVyMOFmNXV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVyMOFmNXV .dropdown-item.active,
.cid-uVyMOFmNXV .dropdown-item:active {
  background-color: transparent;
}
.cid-uVyMOFmNXV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVyMOFmNXV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVyMOFmNXV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVyMOFmNXV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVyMOFmNXV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uVyMOFmNXV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVyMOFmNXV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdfcfa;
  background: #d17756;
}
.cid-uVyMOFmNXV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #263a5c;
}
.cid-uVyMOFmNXV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVyMOFmNXV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVyMOFmNXV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVyMOFmNXV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVyMOFmNXV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVyMOFmNXV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVyMOFmNXV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVyMOFmNXV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVyMOFmNXV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVyMOFmNXV .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-uVyMOFmNXV .navbar {
    height: 70px;
  }
  .cid-uVyMOFmNXV .navbar.opened {
    height: auto;
  }
  .cid-uVyMOFmNXV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVyMOFmNXV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uVyMOFmNXV .container-fluid {
    padding-left: 160px;
    padding-right: 16px;
  }
}
.cid-uVyMOFmNXV .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uVyMOFmNXV .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uVyMOFmNXV .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uVyMOFmNXV .navbar-caption:hover {
  color: #3b6a5c;
}
@media (min-width: 992px) {
  .cid-uVyMOFmNXV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVyMOFmNXV .text_widget {
  margin-bottom: 32px;
}
.cid-uVyMOFmNXV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVyMOFmNXV .text_widget a:hover {
  color: #263a5c !important;
}
.cid-uVyMOFmNXV .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uVyMOFmNXV .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uVyMOFmNXV .mbr-section-subtitle,
.cid-uVyMOFmNXV .text_widget,
.cid-uVyMOFmNXV .mbr-section-btn {
  text-align: left;
}
.cid-uVyMOFmNXV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVyRogtui6 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #1e352e;
}
.cid-uVyRogtui6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRogtui6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRogtui6 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVyRogtui6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVyRogtui6 .container {
    padding: 0;
  }
}
.cid-uVyRogtui6 .row {
  margin: 0;
}
.cid-uVyRogtui6 .card {
  padding: 0;
}
.cid-uVyRogtui6 .card .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uVyRogtui6 .card .image-wrapper img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVyRogtui6 .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uVyRogtui6 .card .title-wrapper {
  padding: 0 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uVyRogtui6 .card .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVyRogtui6 .card .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uVyRogtui6 .card .title-wrapper {
    padding: 0 90px;
  }
}
@media (max-width: 992px) {
  .cid-uVyRogtui6 .card .title-wrapper {
    padding: 40px 16px;
  }
}
.cid-uVyRogtui6 .mbr-section-title {
  color: #ffffff;
}
.cid-uVyRogtui6 .mbr-text {
  color: #ffffff;
}
.cid-uVyRmdRsJs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyRmdRsJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRmdRsJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRmdRsJs .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uVyRmdRsJs .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVyRmdRsJs .items-wrapper {
  margin: 0 -8px;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-uVyRmdRsJs .items-wrapper {
    margin-top: 0;
  }
}
.cid-uVyRmdRsJs .items-wrapper .item {
  padding: 0 8px;
}
.cid-uVyRmdRsJs .item {
  margin-bottom: 16px;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uVyRmdRsJs .item {
    margin-bottom: 12px;
  }
}
.cid-uVyRmdRsJs .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uVyRmdRsJs .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVyRmdRsJs .item .item-wrapper {
    height: auto;
    padding: 24px;
  }
}
.cid-uVyRmdRsJs .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uVyRmdRsJs .item .item-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: .5;
  pointer-events: none;
}
.cid-uVyRmdRsJs .item .item-wrapper .iconfont-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVyRmdRsJs .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uVyRmdRsJs .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3b6a5c;
  font-size: 36px;
  color: #ffffff;
}
.cid-uVyRmdRsJs .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uVyRmdRsJs .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uVyRmdRsJs .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uVyRmdRsJs .card-title {
  color: #2c2c26;
}
.cid-uVyRmdRsJs .card-title,
.cid-uVyRmdRsJs .iconfont-wrap {
  text-align: center;
}
.cid-uVyRlOaOv5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uVyRlOaOv5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRlOaOv5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRlOaOv5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVyRlOaOv5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVyRlOaOv5 .container {
    padding: 0;
  }
}
.cid-uVyRlOaOv5 .row {
  justify-content: center;
}
.cid-uVyRlOaOv5 .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVyRlOaOv5 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uVyRlOaOv5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVyRlOaOv5 .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-uVyRlOaOv5 .google-map iframe {
    height: 300px;
  }
}
.cid-uVyRlOaOv5 .mbr-section-title {
  color: #000000;
}
.cid-uVyMYxjVAB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3b6a5c;
}
.cid-uVyMYxjVAB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyMYxjVAB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyMYxjVAB .row {
  justify-content: center;
}
.cid-uVyMYxjVAB .card {
  justify-content: center;
}
.cid-uVyMYxjVAB .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVyMYxjVAB .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uVyMYxjVAB .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uVyMYxjVAB .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uVyMYxjVAB .nav-wrapper .list .item-wrap:hover,
.cid-uVyMYxjVAB .nav-wrapper .list .item-wrap:focus {
  color: #c1c1c1;
}
.cid-uVyMYxjVAB .list,
.cid-uVyMYxjVAB .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVyRExY1Ol {
  z-index: 1000;
  width: 100%;
}
.cid-uVyRExY1Ol .navbar-dropdown {
  background-color: #fdfcfa !important;
  padding: 0;
  position: fixed;
}
.cid-uVyRExY1Ol .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fdfcfa !important;
  background: #fdfcfa;
}
.cid-uVyRExY1Ol .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uVyRExY1Ol .menu_box .navbar.opened,
  .cid-uVyRExY1Ol .menu_box .navbar-collapse {
    background-color: #fdfcfa !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVyRExY1Ol nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uVyRExY1Ol .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uVyRExY1Ol .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVyRExY1Ol .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uVyRExY1Ol .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVyRExY1Ol .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVyRExY1Ol .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #d17756;
  }
  .cid-uVyRExY1Ol .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uVyRExY1Ol .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uVyRExY1Ol .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uVyRExY1Ol .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uVyRExY1Ol .offcanvas-body .mbr-text,
  .cid-uVyRExY1Ol .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uVyRExY1Ol .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uVyRExY1Ol .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uVyRExY1Ol .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #263a5c;
  }
  .cid-uVyRExY1Ol .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uVyRExY1Ol .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uVyRExY1Ol .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uVyRExY1Ol .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uVyRExY1Ol ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uVyRExY1Ol .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVyRExY1Ol .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-uVyRExY1Ol .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVyRExY1Ol li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uVyRExY1Ol .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uVyRExY1Ol .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uVyRExY1Ol .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uVyRExY1Ol .nav-item {
    margin: 0 !important;
  }
}
.cid-uVyRExY1Ol .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uVyRExY1Ol .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uVyRExY1Ol .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVyRExY1Ol .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVyRExY1Ol .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVyRExY1Ol .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVyRExY1Ol .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-uVyRExY1Ol .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVyRExY1Ol .offcanvas_box {
    display: none;
  }
}
.cid-uVyRExY1Ol .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uVyRExY1Ol .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVyRExY1Ol .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVyRExY1Ol .container {
  display: flex;
  margin: auto;
}
.cid-uVyRExY1Ol .iconfont-wrapper {
  color: #263a5c;
  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-uVyRExY1Ol .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVyRExY1Ol .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVyRExY1Ol .navbar-caption {
  color: #263652;
}
.cid-uVyRExY1Ol .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVyRExY1Ol .navbar-nav {
    margin: 0;
  }
}
.cid-uVyRExY1Ol .dropdown-menu,
.cid-uVyRExY1Ol .navbar.opened {
  background-color: false !important;
}
.cid-uVyRExY1Ol .nav-item:focus,
.cid-uVyRExY1Ol .nav-link:focus {
  outline: none;
}
.cid-uVyRExY1Ol .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVyRExY1Ol .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVyRExY1Ol .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVyRExY1Ol .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVyRExY1Ol .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVyRExY1Ol .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVyRExY1Ol .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVyRExY1Ol .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVyRExY1Ol .navbar.opened {
  transition: all 0.3s;
}
.cid-uVyRExY1Ol .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVyRExY1Ol .navbar .navbar-logo img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.cid-uVyRExY1Ol .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVyRExY1Ol .navbar.collapsed {
  justify-content: center;
}
.cid-uVyRExY1Ol .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVyRExY1Ol .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVyRExY1Ol .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVyRExY1Ol .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVyRExY1Ol .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVyRExY1Ol .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVyRExY1Ol .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVyRExY1Ol .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uVyRExY1Ol .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uVyRExY1Ol .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVyRExY1Ol .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVyRExY1Ol .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVyRExY1Ol .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVyRExY1Ol .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVyRExY1Ol .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVyRExY1Ol .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVyRExY1Ol .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVyRExY1Ol .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVyRExY1Ol .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVyRExY1Ol .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVyRExY1Ol .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVyRExY1Ol .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVyRExY1Ol .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVyRExY1Ol .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVyRExY1Ol .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-uVyRExY1Ol .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVyRExY1Ol .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVyRExY1Ol .dropdown-item.active,
.cid-uVyRExY1Ol .dropdown-item:active {
  background-color: transparent;
}
.cid-uVyRExY1Ol .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVyRExY1Ol .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVyRExY1Ol .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVyRExY1Ol .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVyRExY1Ol ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uVyRExY1Ol .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVyRExY1Ol button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdfcfa;
  background: #d17756;
}
.cid-uVyRExY1Ol button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #263a5c;
}
.cid-uVyRExY1Ol button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVyRExY1Ol button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVyRExY1Ol button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVyRExY1Ol button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVyRExY1Ol nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVyRExY1Ol nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVyRExY1Ol nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVyRExY1Ol nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVyRExY1Ol a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVyRExY1Ol .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-uVyRExY1Ol .navbar {
    height: 70px;
  }
  .cid-uVyRExY1Ol .navbar.opened {
    height: auto;
  }
  .cid-uVyRExY1Ol .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVyRExY1Ol .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uVyRExY1Ol .container-fluid {
    padding-left: 160px;
    padding-right: 16px;
  }
}
.cid-uVyRExY1Ol .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uVyRExY1Ol .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uVyRExY1Ol .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uVyRExY1Ol .navbar-caption:hover {
  color: #3b6a5c;
}
@media (min-width: 992px) {
  .cid-uVyRExY1Ol .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVyRExY1Ol .text_widget {
  margin-bottom: 32px;
}
.cid-uVyRExY1Ol .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVyRExY1Ol .text_widget a:hover {
  color: #263a5c !important;
}
.cid-uVyRExY1Ol .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uVyRExY1Ol .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uVyRExY1Ol .mbr-section-subtitle,
.cid-uVyRExY1Ol .text_widget,
.cid-uVyRExY1Ol .mbr-section-btn {
  text-align: left;
}
.cid-uVyRExY1Ol a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVyREz4UiZ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #1e352e;
}
.cid-uVyREz4UiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyREz4UiZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyREz4UiZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVyREz4UiZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVyREz4UiZ .container {
    padding: 0;
  }
}
.cid-uVyREz4UiZ .row {
  margin: 0;
}
.cid-uVyREz4UiZ .card {
  padding: 0;
}
.cid-uVyREz4UiZ .card .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uVyREz4UiZ .card .image-wrapper img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVyREz4UiZ .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uVyREz4UiZ .card .title-wrapper {
  padding: 0 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uVyREz4UiZ .card .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVyREz4UiZ .card .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uVyREz4UiZ .card .title-wrapper {
    padding: 0 90px;
  }
}
@media (max-width: 992px) {
  .cid-uVyREz4UiZ .card .title-wrapper {
    padding: 40px 16px;
  }
}
.cid-uVyREz4UiZ .mbr-section-title {
  color: #ffffff;
}
.cid-uVyREz4UiZ .mbr-text {
  color: #ffffff;
}
.cid-uVyREzCu9s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyREzCu9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyREzCu9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyREzCu9s .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uVyREzCu9s .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVyREzCu9s .items-wrapper {
  margin: 0 -8px;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-uVyREzCu9s .items-wrapper {
    margin-top: 0;
  }
}
.cid-uVyREzCu9s .items-wrapper .item {
  padding: 0 8px;
}
.cid-uVyREzCu9s .item {
  margin-bottom: 16px;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uVyREzCu9s .item {
    margin-bottom: 12px;
  }
}
.cid-uVyREzCu9s .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uVyREzCu9s .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVyREzCu9s .item .item-wrapper {
    height: auto;
    padding: 24px;
  }
}
.cid-uVyREzCu9s .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uVyREzCu9s .item .item-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: .5;
  pointer-events: none;
}
.cid-uVyREzCu9s .item .item-wrapper .iconfont-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVyREzCu9s .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uVyREzCu9s .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3b6a5c;
  font-size: 36px;
  color: #ffffff;
}
.cid-uVyREzCu9s .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uVyREzCu9s .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uVyREzCu9s .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uVyREzCu9s .card-title {
  color: #2c2c26;
}
.cid-uVyREzCu9s .card-title,
.cid-uVyREzCu9s .iconfont-wrap {
  text-align: center;
}
.cid-uVyREA7Kv6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uVyREA7Kv6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyREA7Kv6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyREA7Kv6 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVyREA7Kv6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVyREA7Kv6 .container {
    padding: 0;
  }
}
.cid-uVyREA7Kv6 .row {
  justify-content: center;
}
.cid-uVyREA7Kv6 .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVyREA7Kv6 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uVyREA7Kv6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVyREA7Kv6 .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-uVyREA7Kv6 .google-map iframe {
    height: 300px;
  }
}
.cid-uVyREA7Kv6 .mbr-section-title {
  color: #000000;
}
.cid-uVyREAQv4l {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3b6a5c;
}
.cid-uVyREAQv4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyREAQv4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyREAQv4l .row {
  justify-content: center;
}
.cid-uVyREAQv4l .card {
  justify-content: center;
}
.cid-uVyREAQv4l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVyREAQv4l .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uVyREAQv4l .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uVyREAQv4l .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uVyREAQv4l .nav-wrapper .list .item-wrap:hover,
.cid-uVyREAQv4l .nav-wrapper .list .item-wrap:focus {
  color: #c1c1c1;
}
.cid-uVyREAQv4l .list,
.cid-uVyREAQv4l .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVyRF6FTbW {
  z-index: 1000;
  width: 100%;
}
.cid-uVyRF6FTbW .navbar-dropdown {
  background-color: #fdfcfa !important;
  padding: 0;
  position: fixed;
}
.cid-uVyRF6FTbW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fdfcfa !important;
  background: #fdfcfa;
}
.cid-uVyRF6FTbW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uVyRF6FTbW .menu_box .navbar.opened,
  .cid-uVyRF6FTbW .menu_box .navbar-collapse {
    background-color: #fdfcfa !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVyRF6FTbW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uVyRF6FTbW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uVyRF6FTbW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVyRF6FTbW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uVyRF6FTbW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVyRF6FTbW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVyRF6FTbW .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #d17756;
  }
  .cid-uVyRF6FTbW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uVyRF6FTbW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uVyRF6FTbW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uVyRF6FTbW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uVyRF6FTbW .offcanvas-body .mbr-text,
  .cid-uVyRF6FTbW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uVyRF6FTbW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uVyRF6FTbW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uVyRF6FTbW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #263a5c;
  }
  .cid-uVyRF6FTbW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uVyRF6FTbW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uVyRF6FTbW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uVyRF6FTbW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uVyRF6FTbW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uVyRF6FTbW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVyRF6FTbW .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-uVyRF6FTbW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVyRF6FTbW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uVyRF6FTbW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uVyRF6FTbW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uVyRF6FTbW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uVyRF6FTbW .nav-item {
    margin: 0 !important;
  }
}
.cid-uVyRF6FTbW .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uVyRF6FTbW .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uVyRF6FTbW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVyRF6FTbW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVyRF6FTbW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVyRF6FTbW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVyRF6FTbW .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-uVyRF6FTbW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVyRF6FTbW .offcanvas_box {
    display: none;
  }
}
.cid-uVyRF6FTbW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uVyRF6FTbW .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVyRF6FTbW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVyRF6FTbW .container {
  display: flex;
  margin: auto;
}
.cid-uVyRF6FTbW .iconfont-wrapper {
  color: #263a5c;
  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-uVyRF6FTbW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVyRF6FTbW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVyRF6FTbW .navbar-caption {
  color: #263652;
}
.cid-uVyRF6FTbW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVyRF6FTbW .navbar-nav {
    margin: 0;
  }
}
.cid-uVyRF6FTbW .dropdown-menu,
.cid-uVyRF6FTbW .navbar.opened {
  background-color: false !important;
}
.cid-uVyRF6FTbW .nav-item:focus,
.cid-uVyRF6FTbW .nav-link:focus {
  outline: none;
}
.cid-uVyRF6FTbW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVyRF6FTbW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVyRF6FTbW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVyRF6FTbW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVyRF6FTbW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVyRF6FTbW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVyRF6FTbW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVyRF6FTbW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVyRF6FTbW .navbar.opened {
  transition: all 0.3s;
}
.cid-uVyRF6FTbW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVyRF6FTbW .navbar .navbar-logo img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.cid-uVyRF6FTbW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVyRF6FTbW .navbar.collapsed {
  justify-content: center;
}
.cid-uVyRF6FTbW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVyRF6FTbW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVyRF6FTbW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVyRF6FTbW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVyRF6FTbW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVyRF6FTbW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVyRF6FTbW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVyRF6FTbW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uVyRF6FTbW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uVyRF6FTbW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVyRF6FTbW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVyRF6FTbW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVyRF6FTbW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVyRF6FTbW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVyRF6FTbW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVyRF6FTbW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVyRF6FTbW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVyRF6FTbW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVyRF6FTbW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVyRF6FTbW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVyRF6FTbW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVyRF6FTbW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVyRF6FTbW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVyRF6FTbW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVyRF6FTbW .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-uVyRF6FTbW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVyRF6FTbW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVyRF6FTbW .dropdown-item.active,
.cid-uVyRF6FTbW .dropdown-item:active {
  background-color: transparent;
}
.cid-uVyRF6FTbW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVyRF6FTbW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVyRF6FTbW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVyRF6FTbW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVyRF6FTbW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uVyRF6FTbW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVyRF6FTbW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdfcfa;
  background: #d17756;
}
.cid-uVyRF6FTbW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #263a5c;
}
.cid-uVyRF6FTbW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVyRF6FTbW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVyRF6FTbW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVyRF6FTbW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVyRF6FTbW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVyRF6FTbW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVyRF6FTbW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVyRF6FTbW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVyRF6FTbW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVyRF6FTbW .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-uVyRF6FTbW .navbar {
    height: 70px;
  }
  .cid-uVyRF6FTbW .navbar.opened {
    height: auto;
  }
  .cid-uVyRF6FTbW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVyRF6FTbW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uVyRF6FTbW .container-fluid {
    padding-left: 160px;
    padding-right: 16px;
  }
}
.cid-uVyRF6FTbW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uVyRF6FTbW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uVyRF6FTbW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uVyRF6FTbW .navbar-caption:hover {
  color: #3b6a5c;
}
@media (min-width: 992px) {
  .cid-uVyRF6FTbW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVyRF6FTbW .text_widget {
  margin-bottom: 32px;
}
.cid-uVyRF6FTbW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVyRF6FTbW .text_widget a:hover {
  color: #263a5c !important;
}
.cid-uVyRF6FTbW .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uVyRF6FTbW .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uVyRF6FTbW .mbr-section-subtitle,
.cid-uVyRF6FTbW .text_widget,
.cid-uVyRF6FTbW .mbr-section-btn {
  text-align: left;
}
.cid-uVyRF6FTbW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVyRF7CYYC {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #1e352e;
}
.cid-uVyRF7CYYC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRF7CYYC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRF7CYYC .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVyRF7CYYC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVyRF7CYYC .container {
    padding: 0;
  }
}
.cid-uVyRF7CYYC .row {
  margin: 0;
}
.cid-uVyRF7CYYC .card {
  padding: 0;
}
.cid-uVyRF7CYYC .card .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uVyRF7CYYC .card .image-wrapper img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVyRF7CYYC .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uVyRF7CYYC .card .title-wrapper {
  padding: 0 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uVyRF7CYYC .card .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVyRF7CYYC .card .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uVyRF7CYYC .card .title-wrapper {
    padding: 0 90px;
  }
}
@media (max-width: 992px) {
  .cid-uVyRF7CYYC .card .title-wrapper {
    padding: 40px 16px;
  }
}
.cid-uVyRF7CYYC .mbr-section-title {
  color: #ffffff;
}
.cid-uVyRF7CYYC .mbr-text {
  color: #ffffff;
}
.cid-uVyRF84Nob {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyRF84Nob .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRF84Nob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRF84Nob .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uVyRF84Nob .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVyRF84Nob .items-wrapper {
  margin: 0 -8px;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-uVyRF84Nob .items-wrapper {
    margin-top: 0;
  }
}
.cid-uVyRF84Nob .items-wrapper .item {
  padding: 0 8px;
}
.cid-uVyRF84Nob .item {
  margin-bottom: 16px;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uVyRF84Nob .item {
    margin-bottom: 12px;
  }
}
.cid-uVyRF84Nob .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uVyRF84Nob .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVyRF84Nob .item .item-wrapper {
    height: auto;
    padding: 24px;
  }
}
.cid-uVyRF84Nob .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uVyRF84Nob .item .item-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: .5;
  pointer-events: none;
}
.cid-uVyRF84Nob .item .item-wrapper .iconfont-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVyRF84Nob .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uVyRF84Nob .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3b6a5c;
  font-size: 36px;
  color: #ffffff;
}
.cid-uVyRF84Nob .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uVyRF84Nob .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uVyRF84Nob .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uVyRF84Nob .card-title {
  color: #2c2c26;
}
.cid-uVyRF84Nob .card-title,
.cid-uVyRF84Nob .iconfont-wrap {
  text-align: center;
}
.cid-uVyRF8HEq8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uVyRF8HEq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRF8HEq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRF8HEq8 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVyRF8HEq8 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVyRF8HEq8 .container {
    padding: 0;
  }
}
.cid-uVyRF8HEq8 .row {
  justify-content: center;
}
.cid-uVyRF8HEq8 .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVyRF8HEq8 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uVyRF8HEq8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVyRF8HEq8 .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-uVyRF8HEq8 .google-map iframe {
    height: 300px;
  }
}
.cid-uVyRF8HEq8 .mbr-section-title {
  color: #000000;
}
.cid-uVyRF9z6ro {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3b6a5c;
}
.cid-uVyRF9z6ro .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRF9z6ro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRF9z6ro .row {
  justify-content: center;
}
.cid-uVyRF9z6ro .card {
  justify-content: center;
}
.cid-uVyRF9z6ro .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVyRF9z6ro .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uVyRF9z6ro .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uVyRF9z6ro .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uVyRF9z6ro .nav-wrapper .list .item-wrap:hover,
.cid-uVyRF9z6ro .nav-wrapper .list .item-wrap:focus {
  color: #c1c1c1;
}
.cid-uVyRF9z6ro .list,
.cid-uVyRF9z6ro .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVyRFIGrvj {
  z-index: 1000;
  width: 100%;
}
.cid-uVyRFIGrvj .navbar-dropdown {
  background-color: #fdfcfa !important;
  padding: 0;
  position: fixed;
}
.cid-uVyRFIGrvj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fdfcfa !important;
  background: #fdfcfa;
}
.cid-uVyRFIGrvj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uVyRFIGrvj .menu_box .navbar.opened,
  .cid-uVyRFIGrvj .menu_box .navbar-collapse {
    background-color: #fdfcfa !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVyRFIGrvj nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uVyRFIGrvj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uVyRFIGrvj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVyRFIGrvj .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uVyRFIGrvj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVyRFIGrvj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVyRFIGrvj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #d17756;
  }
  .cid-uVyRFIGrvj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uVyRFIGrvj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uVyRFIGrvj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uVyRFIGrvj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uVyRFIGrvj .offcanvas-body .mbr-text,
  .cid-uVyRFIGrvj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uVyRFIGrvj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uVyRFIGrvj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uVyRFIGrvj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #263a5c;
  }
  .cid-uVyRFIGrvj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uVyRFIGrvj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uVyRFIGrvj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uVyRFIGrvj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uVyRFIGrvj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uVyRFIGrvj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVyRFIGrvj .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-uVyRFIGrvj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVyRFIGrvj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uVyRFIGrvj .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uVyRFIGrvj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uVyRFIGrvj .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uVyRFIGrvj .nav-item {
    margin: 0 !important;
  }
}
.cid-uVyRFIGrvj .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uVyRFIGrvj .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uVyRFIGrvj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVyRFIGrvj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVyRFIGrvj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVyRFIGrvj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVyRFIGrvj .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-uVyRFIGrvj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVyRFIGrvj .offcanvas_box {
    display: none;
  }
}
.cid-uVyRFIGrvj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uVyRFIGrvj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVyRFIGrvj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVyRFIGrvj .container {
  display: flex;
  margin: auto;
}
.cid-uVyRFIGrvj .iconfont-wrapper {
  color: #263a5c;
  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-uVyRFIGrvj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVyRFIGrvj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVyRFIGrvj .navbar-caption {
  color: #263652;
}
.cid-uVyRFIGrvj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVyRFIGrvj .navbar-nav {
    margin: 0;
  }
}
.cid-uVyRFIGrvj .dropdown-menu,
.cid-uVyRFIGrvj .navbar.opened {
  background-color: false !important;
}
.cid-uVyRFIGrvj .nav-item:focus,
.cid-uVyRFIGrvj .nav-link:focus {
  outline: none;
}
.cid-uVyRFIGrvj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVyRFIGrvj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVyRFIGrvj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVyRFIGrvj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVyRFIGrvj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVyRFIGrvj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVyRFIGrvj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVyRFIGrvj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVyRFIGrvj .navbar.opened {
  transition: all 0.3s;
}
.cid-uVyRFIGrvj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVyRFIGrvj .navbar .navbar-logo img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.cid-uVyRFIGrvj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVyRFIGrvj .navbar.collapsed {
  justify-content: center;
}
.cid-uVyRFIGrvj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVyRFIGrvj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVyRFIGrvj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVyRFIGrvj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVyRFIGrvj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVyRFIGrvj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVyRFIGrvj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVyRFIGrvj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uVyRFIGrvj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uVyRFIGrvj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVyRFIGrvj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVyRFIGrvj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVyRFIGrvj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVyRFIGrvj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVyRFIGrvj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVyRFIGrvj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVyRFIGrvj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVyRFIGrvj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVyRFIGrvj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVyRFIGrvj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVyRFIGrvj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVyRFIGrvj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVyRFIGrvj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVyRFIGrvj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVyRFIGrvj .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-uVyRFIGrvj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVyRFIGrvj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVyRFIGrvj .dropdown-item.active,
.cid-uVyRFIGrvj .dropdown-item:active {
  background-color: transparent;
}
.cid-uVyRFIGrvj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVyRFIGrvj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVyRFIGrvj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVyRFIGrvj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVyRFIGrvj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uVyRFIGrvj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVyRFIGrvj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdfcfa;
  background: #d17756;
}
.cid-uVyRFIGrvj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #263a5c;
}
.cid-uVyRFIGrvj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVyRFIGrvj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVyRFIGrvj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVyRFIGrvj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVyRFIGrvj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVyRFIGrvj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVyRFIGrvj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVyRFIGrvj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVyRFIGrvj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVyRFIGrvj .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-uVyRFIGrvj .navbar {
    height: 70px;
  }
  .cid-uVyRFIGrvj .navbar.opened {
    height: auto;
  }
  .cid-uVyRFIGrvj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVyRFIGrvj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uVyRFIGrvj .container-fluid {
    padding-left: 160px;
    padding-right: 16px;
  }
}
.cid-uVyRFIGrvj .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uVyRFIGrvj .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uVyRFIGrvj .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uVyRFIGrvj .navbar-caption:hover {
  color: #3b6a5c;
}
@media (min-width: 992px) {
  .cid-uVyRFIGrvj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVyRFIGrvj .text_widget {
  margin-bottom: 32px;
}
.cid-uVyRFIGrvj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVyRFIGrvj .text_widget a:hover {
  color: #263a5c !important;
}
.cid-uVyRFIGrvj .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uVyRFIGrvj .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uVyRFIGrvj .mbr-section-subtitle,
.cid-uVyRFIGrvj .text_widget,
.cid-uVyRFIGrvj .mbr-section-btn {
  text-align: left;
}
.cid-uVyRFIGrvj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVyRFJzz6g {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #1e352e;
}
.cid-uVyRFJzz6g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRFJzz6g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRFJzz6g .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVyRFJzz6g .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVyRFJzz6g .container {
    padding: 0;
  }
}
.cid-uVyRFJzz6g .row {
  margin: 0;
}
.cid-uVyRFJzz6g .card {
  padding: 0;
}
.cid-uVyRFJzz6g .card .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uVyRFJzz6g .card .image-wrapper img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVyRFJzz6g .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uVyRFJzz6g .card .title-wrapper {
  padding: 0 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uVyRFJzz6g .card .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVyRFJzz6g .card .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uVyRFJzz6g .card .title-wrapper {
    padding: 0 90px;
  }
}
@media (max-width: 992px) {
  .cid-uVyRFJzz6g .card .title-wrapper {
    padding: 40px 16px;
  }
}
.cid-uVyRFJzz6g .mbr-section-title {
  color: #ffffff;
}
.cid-uVyRFJzz6g .mbr-text {
  color: #ffffff;
}
.cid-uVyRFK1GPZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyRFK1GPZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRFK1GPZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRFK1GPZ .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uVyRFK1GPZ .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVyRFK1GPZ .items-wrapper {
  margin: 0 -8px;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-uVyRFK1GPZ .items-wrapper {
    margin-top: 0;
  }
}
.cid-uVyRFK1GPZ .items-wrapper .item {
  padding: 0 8px;
}
.cid-uVyRFK1GPZ .item {
  margin-bottom: 16px;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uVyRFK1GPZ .item {
    margin-bottom: 12px;
  }
}
.cid-uVyRFK1GPZ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uVyRFK1GPZ .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVyRFK1GPZ .item .item-wrapper {
    height: auto;
    padding: 24px;
  }
}
.cid-uVyRFK1GPZ .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uVyRFK1GPZ .item .item-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: .5;
  pointer-events: none;
}
.cid-uVyRFK1GPZ .item .item-wrapper .iconfont-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVyRFK1GPZ .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uVyRFK1GPZ .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3b6a5c;
  font-size: 36px;
  color: #ffffff;
}
.cid-uVyRFK1GPZ .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uVyRFK1GPZ .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uVyRFK1GPZ .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uVyRFK1GPZ .card-title {
  color: #2c2c26;
}
.cid-uVyRFK1GPZ .card-title,
.cid-uVyRFK1GPZ .iconfont-wrap {
  text-align: center;
}
.cid-uVyRFKvSjE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uVyRFKvSjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRFKvSjE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRFKvSjE .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVyRFKvSjE .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVyRFKvSjE .container {
    padding: 0;
  }
}
.cid-uVyRFKvSjE .row {
  justify-content: center;
}
.cid-uVyRFKvSjE .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVyRFKvSjE .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uVyRFKvSjE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVyRFKvSjE .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-uVyRFKvSjE .google-map iframe {
    height: 300px;
  }
}
.cid-uVyRFKvSjE .mbr-section-title {
  color: #000000;
}
.cid-uVyRFLBtJs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3b6a5c;
}
.cid-uVyRFLBtJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRFLBtJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRFLBtJs .row {
  justify-content: center;
}
.cid-uVyRFLBtJs .card {
  justify-content: center;
}
.cid-uVyRFLBtJs .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVyRFLBtJs .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uVyRFLBtJs .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uVyRFLBtJs .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uVyRFLBtJs .nav-wrapper .list .item-wrap:hover,
.cid-uVyRFLBtJs .nav-wrapper .list .item-wrap:focus {
  color: #c1c1c1;
}
.cid-uVyRFLBtJs .list,
.cid-uVyRFLBtJs .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
