.btn {
  border-width: 2px;
}
body {
  font-family: Frank Ruhl Libre;
}
.display-1 {
  font-family: 'Tapestry', handwriting;
  font-size: 7.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'Tapestry', handwriting;
  font-size: 5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Tapestry', handwriting;
  font-size: 3.5rem;
  line-height: 1.05;
}
.display-5 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 6rem;
  }
  .display-2 {
    font-size: 4rem;
  }
  .display-5 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 1.9100000000000001rem + (7.5 - 1.9100000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.9100000000000001rem + (7.5 - 1.9100000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 1.56rem + (5 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.56rem + (5 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.09375rem + (1.375 - 1.09375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.09375rem + (1.375 - 1.09375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.45rem;
    font-size: calc( 1.375rem + (3.5 - 1.375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.05 * (1.375rem + (3.5 - 1.375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.03125rem + (1.125 - 1.03125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.03125rem + (1.125 - 1.03125) * ((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: #b84358 !important;
}
.bg-success {
  background-color: #7f9c26 !important;
}
.bg-info {
  background-color: #bf9341 !important;
}
.bg-warning {
  background-color: #0f2051 !important;
}
.bg-danger {
  background-color: #73091c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b84358 !important;
  border-color: #b84358 !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: #782c3a !important;
  border-color: #782c3a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #782c3a !important;
  border-color: #782c3a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3c4e84 !important;
  border-color: #3c4e84 !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: #212b48 !important;
  border-color: #212b48 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #212b48 !important;
  border-color: #212b48 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bf9341 !important;
  border-color: #bf9341 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #7f612b !important;
  border-color: #7f612b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7f612b !important;
  border-color: #7f612b !important;
}
.btn-success,
.btn-success:active {
  background-color: #7f9c26 !important;
  border-color: #7f9c26 !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: #465615 !important;
  border-color: #465615 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #465615 !important;
  border-color: #465615 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0f2051 !important;
  border-color: #0f2051 !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: #010308 !important;
  border-color: #010308 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #010308 !important;
  border-color: #010308 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #73091c !important;
  border-color: #73091c !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: #230308 !important;
  border-color: #230308 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #230308 !important;
  border-color: #230308 !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;
  color: #b84358;
  border-color: #b84358;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  box-shadow: none!important;
  border-color: #782c3a !important;
  background-color: #782c3a !important;
  color: #ffffff !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b84358 !important;
  border-color: #b84358 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #3c4e84;
  border-color: #3c4e84;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  box-shadow: none!important;
  border-color: #212b48 !important;
  background-color: #212b48 !important;
  color: #ffffff !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c4e84 !important;
  border-color: #3c4e84 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #bf9341;
  border-color: #bf9341;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  box-shadow: none!important;
  border-color: #7f612b !important;
  background-color: #7f612b !important;
  color: #ffffff !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bf9341 !important;
  border-color: #bf9341 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #7f9c26;
  border-color: #7f9c26;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  box-shadow: none!important;
  border-color: #465615 !important;
  background-color: #465615 !important;
  color: #ffffff !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7f9c26 !important;
  border-color: #7f9c26 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #0f2051;
  border-color: #0f2051;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  box-shadow: none!important;
  border-color: #010308 !important;
  background-color: #010308 !important;
  color: #ffffff !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0f2051 !important;
  border-color: #0f2051 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #73091c;
  border-color: #73091c;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  box-shadow: none!important;
  border-color: #230308 !important;
  background-color: #230308 !important;
  color: #ffffff !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #73091c !important;
  border-color: #73091c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  color: #232323;
  border-color: #232323;
  color: #ffffff;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  box-shadow: none!important;
  border-color: #000000 !important;
  background-color: #000000 !important;
  color: #ffffff !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;
  color: #fafafa;
  border-color: #fafafa;
  color: #7a7a7a;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  box-shadow: none!important;
  border-color: #cfcfcf !important;
  background-color: #cfcfcf !important;
  color: #4f4f4f !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #b84358 !important;
}
.text-secondary {
  color: #3c4e84 !important;
}
.text-success {
  color: #7f9c26 !important;
}
.text-info {
  color: #bf9341 !important;
}
.text-warning {
  color: #0f2051 !important;
}
.text-danger {
  color: #73091c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6d2834 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1c253e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3c4a12 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #735927 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #140205 !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: #b84358;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bf9341;
}
.alert-warning {
  background-color: #0f2051;
}
.alert-danger {
  background-color: #73091c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b84358;
  border-color: #b84358;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b84358;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dc9faa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #beda67;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dfc9a0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #6384e2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e91239;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #b84358 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #b84358;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b84358;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b84358;
}
.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: #b84358;
  border-bottom-color: #b84358;
}
.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: #b84358 !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: #3c4e84 !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='%23b84358' %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-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1399px) {
  .container,
  .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 1199px) {
  .container,
  .container-fluid {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 1199px) {
  .container,
  .container-fluid {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 991px) {
  .container,
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .container,
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container {
  max-width: 1400px;
  margin: 0 auto;
}
.row {
  margin-left: -50px;
  margin-right: -50px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1399px) {
  .row {
    margin-left: -45px;
    margin-right: -45px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 1199px) {
  .row {
    margin-left: -36px;
    margin-right: -36px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 991px) {
  .row {
    margin-left: -40px;
    margin-right: -40px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .row {
    margin-left: -30px;
    margin-right: -30px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 50px;
  padding: 15px 33px;
  font-weight: 500;
  line-height: 1 !important;
  transition-duration: .2s;
  box-shadow: none !important;
  border-radius: 25px !important;
  overflow: hidden !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: .5s all;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: translateX(4px);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    padding: 12px 24px;
    min-width: auto !important;
  }
}
.cid-te6eB57j8W {
  background-image: url("../../../assets/images/mbr-1920x1181.jpg");
}
.cid-te6eB57j8W .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6eB57j8W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6eB57j8W .row {
  justify-content: left;
}
.cid-te6eB57j8W .main-col {
  display: flex;
}
.cid-te6eB57j8W .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-te6eB57j8W .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-te6eB57j8W .item-container {
    flex-wrap: wrap;
  }
}
.cid-te6eB57j8W .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-te6eB57j8W .item-img {
    display: none;
  }
}
.cid-te6eB57j8W .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-te6eB57j8W .mbr-section-title {
  color: #1a2229;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-te6eB57j8W .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-te6eB57j8W .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-te6eB57j8W .mbr-text {
  color: #1a2229;
}
@media (max-width: 991px) {
  .cid-te6eB57j8W .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-te6eB57j8W .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-te6eB57j8W .mbr-text-2 {
    margin: 0;
  }
}
.cid-te6eB57j8W .item-container-2 {
  align-items: center;
}
.cid-te6eB57j8W .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-te6eB57j8W .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-te6eB57j8W .item-container-3 {
  justify-content: center;
}
.cid-te6eB57j8W .item-container-3 .mbr-section-title {
  flex-grow: 0;
}
.cid-te6fxTb0G7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-te6fxTb0G7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6fxTb0G7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6fxTb0G7 .row {
  justify-content: left;
}
.cid-te6fxTb0G7 .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 10%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-te6fxTb0G7 .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-te6fxTb0G7 .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-te6fxTb0G7 .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-te6fxTb0G7 .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-te6fxTb0G7 .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-te6fxTb0G7 .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-te6fxTb0G7 .point-frame-1 {
  top: 19px;
}
.cid-te6fxTb0G7 .point-frame-2 {
  bottom: 19px;
}
.cid-te6fxTb0G7 .title-container {
  width: 60%;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-te6fxTb0G7 .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-te6fxTb0G7 .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-te6fxTb0G7 .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-te6fxTb0G7 .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-te6fxTb0G7 .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-te6fxTb0G7 .item-container {
  width: 100%;
}
.cid-te6fxTb0G7 .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-te6fxTb0G7 .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-te6fxTb0G7 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-te6fxTb0G7 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-te6fIfoIVn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-te6fIfoIVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6fIfoIVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6fIfoIVn .container {
  max-width: 1600px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-te6fIfoIVn .container {
    max-width: 80%;
  }
}
.cid-te6fIfoIVn .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-te6fIfoIVn .content-container {
    flex-wrap: wrap;
  }
}
.cid-te6fIfoIVn .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
}
@media (max-width: 991px) {
  .cid-te6fIfoIVn .text-container {
    width: 100%;
  }
}
.cid-te6fIfoIVn .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-te6fIfoIVn .card-box {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .cid-te6fIfoIVn .card-box {
    margin-bottom: 40px;
  }
}
.cid-te6fIfoIVn .card-title {
  width: 100%;
  color: #192732;
}
.cid-te6fIfoIVn .mbr-text {
  color: #192732;
  padding: 60px 0 0 23%;
}
@media (max-width: 991px) {
  .cid-te6fIfoIVn .mbr-text {
    padding: 44px 0 0 13%;
    max-width: 56%;
  }
}
@media (max-width: 575px) {
  .cid-te6fIfoIVn .mbr-text {
    max-width: 100%;
    padding-left: 0;
  }
}
.cid-te6fIfoIVn .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-te6fIfoIVn .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-te6fIfoIVn .btn-primary-outline {
  color: #192732;
}
.cid-te6fIfoIVn .img-container {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-te6fIfoIVn .img-container {
    width: 100%;
  }
}
.cid-te6fIfoIVn .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-te6fIfoIVn .image-wrapper img {
  object-fit: cover;
}
.cid-te6fIfoIVn .image-wrapper-1 {
  margin-bottom: 32px;
}
.cid-te6fIfoIVn .image-wrapper-1 img {
  width: 32%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-te6fIfoIVn .image-wrapper-1 img {
    width: 41%;
  }
}
@media (max-width: 991px) {
  .cid-te6fIfoIVn .image-wrapper-1 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-te6fIfoIVn .image-wrapper-1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .cid-te6fIfoIVn .image-wrapper-1 {
    margin-bottom: 40px;
  }
}
.cid-te6fIfoIVn .image-wrapper-2 img {
  width: 83%;
  padding-left: 23.5%;
}
@media (max-width: 991px) {
  .cid-te6fIfoIVn .image-wrapper-2 img {
    width: 80%;
    padding-left: 0;
    margin-right: auto;
  }
}
.cid-te6gJggn1K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-te6gJggn1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6gJggn1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6gJggn1K .row {
  justify-content: left;
}
.cid-te6gJggn1K .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 4.5%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199px) {
  .cid-te6gJggn1K .content-container {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-te6gJggn1K .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-te6gJggn1K .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-te6gJggn1K .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-te6gJggn1K .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-te6gJggn1K .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-te6gJggn1K .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-te6gJggn1K .point-frame-1 {
  top: 19px;
}
.cid-te6gJggn1K .point-frame-2 {
  bottom: 19px;
}
.cid-te6gJggn1K .title-container {
  width: 70%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .cid-te6gJggn1K .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-te6gJggn1K .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-te6gJggn1K .text-container {
  width: 30%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .cid-te6gJggn1K .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-te6gJggn1K .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-te6gJggn1K .item-container {
  width: 100%;
}
.cid-te6gJggn1K .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-te6gJggn1K .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-te6gJggn1K .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-te6gJggn1K .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-te6h3DJO9D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-te6h3DJO9D .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6h3DJO9D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6h3DJO9D .container {
  max-width: 900px;
}
.cid-te6h3DJO9D .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-te6h3DJO9D .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-te6h3DJO9D .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-te6h3DJO9D .card-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-te6h3DJO9D .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-te6h3DJO9D .card-box {
  width: 100%;
}
.cid-te6h3DJO9D .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-te6h3DJO9D .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-te6h3DJO9D .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-te6h3DJO9D .mbr-text {
    text-align: center !important;
  }
}
.cid-te6h3DJO9D .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-te6h3DJO9D .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-te6h3DJO9D .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-te6h3DJO9D .img-container {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-te6h3DJO9D .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-te6h3DJO9D .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-te6h3DJO9D .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-te6hlacjco {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-te6hlacjco .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6hlacjco .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6hlacjco .container {
  max-width: 900px;
}
.cid-te6hlacjco .content-container {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-te6hlacjco .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-te6hlacjco .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-te6hlacjco .card-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-te6hlacjco .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-te6hlacjco .card-box {
  width: 100%;
}
.cid-te6hlacjco .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-te6hlacjco .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-te6hlacjco .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-te6hlacjco .mbr-text {
    text-align: center !important;
  }
}
.cid-te6hlacjco .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-te6hlacjco .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-te6hlacjco .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-te6hlacjco .img-container {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-te6hlacjco .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-te6hlacjco .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-te6hlacjco .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-te6jf5o4jx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
  position: relative;
  overflow: hidden;
}
.cid-te6jf5o4jx .container {
  max-width: 920px;
}
.cid-te6jf5o4jx .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ded7cd;
  border: 1px solid rgba(222, 215, 205, 0.1);
}
@media (max-width: 991px) {
  .cid-te6jf5o4jx .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-te6jf5o4jx .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-te6jf5o4jx .border-container {
    padding: 9% 7%;
  }
}
.cid-te6jf5o4jx .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-te6jf5o4jx .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-te6jf5o4jx .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-te6jf5o4jx .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-te6jf5o4jx .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #1a2229;
  border-color: rgba(222, 215, 205, 0.1);
}
@media (max-width: 991px) {
  .cid-te6jf5o4jx .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-te6jf5o4jx .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-te6jf5o4jx .border-frame {
    width: 7%;
  }
}
.cid-te6jf5o4jx .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-te6jf5o4jx .content-container {
    min-height: auto;
  }
}
.cid-te6jf5o4jx .text-container {
  width: 100%;
}
.cid-te6jf5o4jx .text-wrapper {
  width: 100%;
}
.cid-te6jf5o4jx .mbr-text {
  color: #BF9341;
  width: 100%;
  margin: 0;
}
.cid-te6jf5o4jx .card-title {
  color: #BF9341;
  width: 100%;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-te6jf5o4jx .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(222, 215, 205, 0.1);
}
.cid-te6jf5o4jx .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-te6jf5o4jx .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-te6jf5o4jx .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-te6jf5o4jx .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-te6jf5o4jx .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-tCmdoeb67g {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f1f2f4;
}
.cid-tCmdoeb67g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmdoeb67g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmdoeb67g .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCmdoeb67g .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCmdoeb67g .container-fluid .row {
  padding: 0;
}
.cid-tCmdoeb67g .container {
  overflow: hidden;
}
.cid-tCmdoeb67g .row {
  justify-content: center;
}
.cid-tCmdoeb67g .title-wrapper {
  margin-bottom: 80px;
}
.cid-tCmdoeb67g .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-tCmdoeb67g .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tCmdoeb67g .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tCmdoeb67g .video-block {
    width: 100%;
  }
}
.cid-tCmdoeb67g .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCmdoeb67g .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tCmdoeb67g .app-video-wrapper::before {
  color: #495dff;
  text-shadow: none;
}
.cid-tCmdoeb67g .mbr-section-title {
  color: #495DFF;
}
.cid-te6hFZ5eog {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a2229;
}
.cid-te6hFZ5eog .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6hFZ5eog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6hFZ5eog .row {
  justify-content: left;
}
.cid-te6hFZ5eog .main-col {
  display: flex;
}
.cid-te6hFZ5eog .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-te6hFZ5eog .mbr-section-title {
  color: #BF9341;
  width: 100%;
  text-align: center;
}
.cid-te6hFZ5eog .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-te6hFZ5eog .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tBF9FH5lgE .navbar-dropdown {
  background-color: #f1f1f2 !important;
  padding: 0;
}
.cid-tBF9FH5lgE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f2 !important;
  background: #f1f1f2;
}
.cid-tBF9FH5lgE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tBF9FH5lgE .menu_box .navbar.opened,
  .cid-tBF9FH5lgE .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tBF9FH5lgE .navbar-dropdown {
  position: relative !important;
}
.cid-tBF9FH5lgE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tBF9FH5lgE .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBF9FH5lgE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tBF9FH5lgE .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tBF9FH5lgE .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tBF9FH5lgE .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #1e4381;
  }
  .cid-tBF9FH5lgE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tBF9FH5lgE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tBF9FH5lgE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tBF9FH5lgE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tBF9FH5lgE .offcanvas-body .mbr-text,
  .cid-tBF9FH5lgE .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tBF9FH5lgE .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tBF9FH5lgE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tBF9FH5lgE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ee2947;
  }
  .cid-tBF9FH5lgE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tBF9FH5lgE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tBF9FH5lgE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tBF9FH5lgE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tBF9FH5lgE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tBF9FH5lgE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tBF9FH5lgE .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-tBF9FH5lgE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tBF9FH5lgE 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;
  }
  .cid-tBF9FH5lgE li.nav-item:hover {
    opacity: .8;
  }
  .cid-tBF9FH5lgE .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tBF9FH5lgE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tBF9FH5lgE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tBF9FH5lgE .nav-item {
    margin: 0 !important;
  }
}
.cid-tBF9FH5lgE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tBF9FH5lgE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tBF9FH5lgE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tBF9FH5lgE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tBF9FH5lgE .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-tBF9FH5lgE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tBF9FH5lgE .offcanvas_box {
    display: none;
  }
}
.cid-tBF9FH5lgE .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tBF9FH5lgE .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tBF9FH5lgE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBF9FH5lgE .nav-link {
  position: relative;
  color: #1e4381;
}
.cid-tBF9FH5lgE .container {
  display: flex;
  margin: auto;
}
.cid-tBF9FH5lgE .iconfont-wrapper {
  color: #f3722f;
  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-tBF9FH5lgE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tBF9FH5lgE .iconfont-wrapper:hover {
  color: #b84358;
}
.cid-tBF9FH5lgE .navbar-caption {
  color: #1e4381;
}
.cid-tBF9FH5lgE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tBF9FH5lgE .navbar-nav {
    margin: 0;
  }
}
.cid-tBF9FH5lgE .dropdown-menu,
.cid-tBF9FH5lgE .navbar.opened {
  background-color: false !important;
}
.cid-tBF9FH5lgE .nav-item:focus,
.cid-tBF9FH5lgE .nav-link:focus {
  outline: none;
}
.cid-tBF9FH5lgE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBF9FH5lgE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBF9FH5lgE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBF9FH5lgE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBF9FH5lgE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBF9FH5lgE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBF9FH5lgE .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tBF9FH5lgE .navbar.opened {
  transition: all 0.3s;
}
.cid-tBF9FH5lgE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tBF9FH5lgE .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-tBF9FH5lgE .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tBF9FH5lgE .navbar.collapsed {
  justify-content: center;
}
.cid-tBF9FH5lgE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBF9FH5lgE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBF9FH5lgE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBF9FH5lgE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBF9FH5lgE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBF9FH5lgE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tBF9FH5lgE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tBF9FH5lgE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tBF9FH5lgE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tBF9FH5lgE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBF9FH5lgE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBF9FH5lgE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tBF9FH5lgE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBF9FH5lgE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBF9FH5lgE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBF9FH5lgE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tBF9FH5lgE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tBF9FH5lgE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tBF9FH5lgE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBF9FH5lgE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBF9FH5lgE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tBF9FH5lgE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBF9FH5lgE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBF9FH5lgE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBF9FH5lgE .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-tBF9FH5lgE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBF9FH5lgE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBF9FH5lgE .dropdown-item.active,
.cid-tBF9FH5lgE .dropdown-item:active {
  background-color: transparent;
}
.cid-tBF9FH5lgE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBF9FH5lgE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBF9FH5lgE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBF9FH5lgE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBF9FH5lgE ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tBF9FH5lgE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBF9FH5lgE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f2;
  background: #ffffff;
}
.cid-tBF9FH5lgE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ee2947;
}
.cid-tBF9FH5lgE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBF9FH5lgE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBF9FH5lgE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBF9FH5lgE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBF9FH5lgE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBF9FH5lgE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBF9FH5lgE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBF9FH5lgE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBF9FH5lgE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tBF9FH5lgE .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-tBF9FH5lgE .navbar {
    height: 70px;
  }
  .cid-tBF9FH5lgE .navbar.opened {
    height: auto;
  }
  .cid-tBF9FH5lgE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBF9FH5lgE .mbr-section-btn .btn,
.cid-tBF9FH5lgE .mbr-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #7f9c26 !important;
  box-shadow: none;
}
.cid-tBF9FH5lgE .mbr-section-btn .btn:hover,
.cid-tBF9FH5lgE .mbr-section-btn-main .btn:hover {
  color: #7f9c26 !important;
  border: 1px solid #7f9c26 !important;
  box-shadow: none !important;
  opacity: .8;
}
.cid-tBF9FH5lgE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tBF9FH5lgE .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tBF9FH5lgE .navbar-caption:hover {
  color: #b84358;
}
.cid-tBF9FH5lgE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tBF9FH5lgE .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tBF9FH5lgE .text_widget {
  color: #ffffff;
}
.cid-tBF9FH5lgE .mbr-section-subtitle,
.cid-tBF9FH5lgE .text_widget {
  text-align: left;
}
.cid-tBF9FH5lgE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tBFiJdKtfV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
}
.cid-tBFiJdKtfV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBFiJdKtfV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBFiJdKtfV .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tBFiJdKtfV .container-fluid {
    padding: 0 20px;
  }
}
.cid-tBFiJdKtfV .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBFiJdKtfV .container {
    padding: 0 20px;
  }
}
.cid-tBFiJdKtfV .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tBFiJdKtfV .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tBFiJdKtfV .map-wrapper iframe {
  min-height: 640px;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-tBFiJdKtfV .map-wrapper iframe {
    min-height: 350px;
  }
}
.cid-tBFiJdKtfV .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tBFiJdKtfV .desc-wrapper {
    margin-top: 50px;
  }
}
.cid-tBFiJdKtfV .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tBFiJdKtfV .mbr-section-title {
  color: #1d1d1d;
}
.cid-tBFiJdKtfV .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-te6kgYS8i7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ded7cd;
  overflow: hidden;
}
.cid-te6kgYS8i7 .container {
  max-width: 1600px;
}
.cid-te6kgYS8i7 .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-te6kgYS8i7 .media-container-row .mbr-text {
  color: #192732;
}
.cid-tBF9FH5lgE .navbar-dropdown {
  background-color: #f1f1f2 !important;
  padding: 0;
}
.cid-tBF9FH5lgE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f2 !important;
  background: #f1f1f2;
}
.cid-tBF9FH5lgE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tBF9FH5lgE .menu_box .navbar.opened,
  .cid-tBF9FH5lgE .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tBF9FH5lgE .navbar-dropdown {
  position: relative !important;
}
.cid-tBF9FH5lgE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tBF9FH5lgE .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBF9FH5lgE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tBF9FH5lgE .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tBF9FH5lgE .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tBF9FH5lgE .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #1e4381;
  }
  .cid-tBF9FH5lgE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tBF9FH5lgE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tBF9FH5lgE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tBF9FH5lgE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tBF9FH5lgE .offcanvas-body .mbr-text,
  .cid-tBF9FH5lgE .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tBF9FH5lgE .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tBF9FH5lgE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tBF9FH5lgE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ee2947;
  }
  .cid-tBF9FH5lgE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tBF9FH5lgE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tBF9FH5lgE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tBF9FH5lgE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tBF9FH5lgE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tBF9FH5lgE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tBF9FH5lgE .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-tBF9FH5lgE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tBF9FH5lgE 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;
  }
  .cid-tBF9FH5lgE li.nav-item:hover {
    opacity: .8;
  }
  .cid-tBF9FH5lgE .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tBF9FH5lgE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tBF9FH5lgE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tBF9FH5lgE .nav-item {
    margin: 0 !important;
  }
}
.cid-tBF9FH5lgE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tBF9FH5lgE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tBF9FH5lgE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tBF9FH5lgE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tBF9FH5lgE .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-tBF9FH5lgE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tBF9FH5lgE .offcanvas_box {
    display: none;
  }
}
.cid-tBF9FH5lgE .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tBF9FH5lgE .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tBF9FH5lgE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBF9FH5lgE .nav-link {
  position: relative;
  color: #1e4381;
}
.cid-tBF9FH5lgE .container {
  display: flex;
  margin: auto;
}
.cid-tBF9FH5lgE .iconfont-wrapper {
  color: #f3722f;
  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-tBF9FH5lgE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tBF9FH5lgE .iconfont-wrapper:hover {
  color: #b84358;
}
.cid-tBF9FH5lgE .navbar-caption {
  color: #1e4381;
}
.cid-tBF9FH5lgE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tBF9FH5lgE .navbar-nav {
    margin: 0;
  }
}
.cid-tBF9FH5lgE .dropdown-menu,
.cid-tBF9FH5lgE .navbar.opened {
  background-color: false !important;
}
.cid-tBF9FH5lgE .nav-item:focus,
.cid-tBF9FH5lgE .nav-link:focus {
  outline: none;
}
.cid-tBF9FH5lgE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBF9FH5lgE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBF9FH5lgE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBF9FH5lgE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBF9FH5lgE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBF9FH5lgE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBF9FH5lgE .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tBF9FH5lgE .navbar.opened {
  transition: all 0.3s;
}
.cid-tBF9FH5lgE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tBF9FH5lgE .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-tBF9FH5lgE .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tBF9FH5lgE .navbar.collapsed {
  justify-content: center;
}
.cid-tBF9FH5lgE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBF9FH5lgE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBF9FH5lgE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBF9FH5lgE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBF9FH5lgE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBF9FH5lgE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tBF9FH5lgE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tBF9FH5lgE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tBF9FH5lgE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tBF9FH5lgE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBF9FH5lgE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBF9FH5lgE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tBF9FH5lgE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBF9FH5lgE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBF9FH5lgE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBF9FH5lgE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tBF9FH5lgE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tBF9FH5lgE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tBF9FH5lgE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBF9FH5lgE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBF9FH5lgE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tBF9FH5lgE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBF9FH5lgE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBF9FH5lgE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBF9FH5lgE .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-tBF9FH5lgE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBF9FH5lgE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBF9FH5lgE .dropdown-item.active,
.cid-tBF9FH5lgE .dropdown-item:active {
  background-color: transparent;
}
.cid-tBF9FH5lgE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBF9FH5lgE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBF9FH5lgE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBF9FH5lgE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBF9FH5lgE ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tBF9FH5lgE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBF9FH5lgE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f2;
  background: #ffffff;
}
.cid-tBF9FH5lgE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ee2947;
}
.cid-tBF9FH5lgE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBF9FH5lgE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBF9FH5lgE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBF9FH5lgE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBF9FH5lgE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBF9FH5lgE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBF9FH5lgE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBF9FH5lgE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBF9FH5lgE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tBF9FH5lgE .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-tBF9FH5lgE .navbar {
    height: 70px;
  }
  .cid-tBF9FH5lgE .navbar.opened {
    height: auto;
  }
  .cid-tBF9FH5lgE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBF9FH5lgE .mbr-section-btn .btn,
.cid-tBF9FH5lgE .mbr-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #7f9c26 !important;
  box-shadow: none;
}
.cid-tBF9FH5lgE .mbr-section-btn .btn:hover,
.cid-tBF9FH5lgE .mbr-section-btn-main .btn:hover {
  color: #7f9c26 !important;
  border: 1px solid #7f9c26 !important;
  box-shadow: none !important;
  opacity: .8;
}
.cid-tBF9FH5lgE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tBF9FH5lgE .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tBF9FH5lgE .navbar-caption:hover {
  color: #b84358;
}
.cid-tBF9FH5lgE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tBF9FH5lgE .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tBF9FH5lgE .text_widget {
  color: #ffffff;
}
.cid-tBF9FH5lgE .mbr-section-subtitle,
.cid-tBF9FH5lgE .text_widget {
  text-align: left;
}
.cid-tBF9FH5lgE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tCm4jM322L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-tCm4jM322L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCm4jM322L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCm4jM322L .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 575px) {
  .cid-tCm4jM322L .content-container {
    flex-wrap: wrap;
  }
}
.cid-tCm4jM322L .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
}
@media (max-width: 575px) {
  .cid-tCm4jM322L .text-container {
    width: 100%;
  }
}
.cid-tCm4jM322L .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
@media (max-width: 575px) {
  .cid-tCm4jM322L .card-box {
    padding-top: 26%;
  }
}
.cid-tCm4jM322L .img-container {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .cid-tCm4jM322L .img-container {
    width: 100%;
  }
}
.cid-tCm4jM322L .image-wrapper {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.cid-tCm4jM322L .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tCm4jM322L .image-wrapper img {
    width: 55%;
  }
}
.cid-tCm4jM322L .card-title {
  width: 100%;
  color: #BF9341;
  padding: 80px 22% 80px 17%;
}
@media (max-width: 991px) {
  .cid-tCm4jM322L .card-title {
    padding: 70px 17.5% 70px 17.5%;
  }
}
@media (max-width: 767px) {
  .cid-tCm4jM322L .card-title {
    padding: 80% 7.5% 70px 7.5%;
  }
}
@media (max-width: 575px) {
  .cid-tCm4jM322L .card-title {
    padding: 0 45% 0 0;
  }
}
.cid-tCm4jM322L .mbr-text {
  color: #BF9341;
  padding: 56px 17% 0 41%;
}
@media (max-width: 991px) {
  .cid-tCm4jM322L .mbr-text {
    padding: 48px 17.5% 0 17.5%;
  }
}
@media (max-width: 767px) {
  .cid-tCm4jM322L .mbr-text {
    padding: 48px 7.5% 0 7.5%;
  }
}
@media (max-width: 575px) {
  .cid-tCm4jM322L .mbr-text {
    padding: 20% 0 0 26%;
  }
}
.cid-tCm4jM322L .btn-content {
  width: 100%;
  padding: 0 22% 0 17%;
}
@media (max-width: 991px) {
  .cid-tCm4jM322L .btn-content {
    padding: 0 17.5% 0 17.5%;
  }
}
@media (max-width: 767px) {
  .cid-tCm4jM322L .btn-content {
    padding: 0 7.5% 0 7.5%;
  }
}
@media (max-width: 575px) {
  .cid-tCm4jM322L .btn-content {
    padding: 0;
  }
}
.cid-tCm4jM322L .mbr-section-btn {
  margin-top: 30px;
}
.cid-tCm4jM322L .card-title,
.cid-tCm4jM322L .mbr-section-btn {
  text-align: center;
}
.cid-tCm56OchBF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d4045;
}
.cid-tCm56OchBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCm56OchBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCm56OchBF .container,
.cid-tCm56OchBF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCm56OchBF .container,
  .cid-tCm56OchBF .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCm56OchBF .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #bf9341;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-tCm56OchBF .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-tCm56OchBF .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tCm56OchBF .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tCm56OchBF .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tCm56OchBF .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tCm56OchBF .mbr-section-title {
  color: #3d4045;
}
.cid-tCm56OchBF .mbr-text {
  color: #3d4045;
}
.cid-tCm56OchBF .mbr-section-btn {
  text-align: right;
}
.cid-tCm4lF20vV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-tCm4lF20vV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCm4lF20vV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCm4lF20vV .container {
  max-width: 900px;
}
.cid-tCm4lF20vV .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-tCm4lF20vV .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-tCm4lF20vV .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-tCm4lF20vV .card-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tCm4lF20vV .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-tCm4lF20vV .card-box {
  width: 100%;
}
.cid-tCm4lF20vV .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tCm4lF20vV .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-tCm4lF20vV .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-tCm4lF20vV .mbr-text {
    text-align: center !important;
  }
}
.cid-tCm4lF20vV .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tCm4lF20vV .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tCm4lF20vV .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tCm4lF20vV .img-container {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tCm4lF20vV .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tCm4lF20vV .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tCm4lF20vV .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-tCm4mbLe73 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bf9341;
  position: relative;
  overflow: hidden;
}
.cid-tCm4mbLe73 .container {
  max-width: 920px;
}
.cid-tCm4mbLe73 .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #bf9341;
  border: 1px solid rgba(26, 34, 41, 0.2);
}
@media (max-width: 991px) {
  .cid-tCm4mbLe73 .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-tCm4mbLe73 .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-tCm4mbLe73 .border-container {
    padding: 9% 7%;
  }
}
.cid-tCm4mbLe73 .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tCm4mbLe73 .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tCm4mbLe73 .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tCm4mbLe73 .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tCm4mbLe73 .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #bf9341;
  border-color: rgba(26, 34, 41, 0.2);
}
@media (max-width: 991px) {
  .cid-tCm4mbLe73 .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-tCm4mbLe73 .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-tCm4mbLe73 .border-frame {
    width: 7%;
  }
}
.cid-tCm4mbLe73 .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tCm4mbLe73 .content-container {
    min-height: auto;
  }
}
.cid-tCm4mbLe73 .text-container {
  width: 100%;
}
.cid-tCm4mbLe73 .text-wrapper {
  width: 100%;
}
.cid-tCm4mbLe73 .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-tCm4mbLe73 .card-title {
  color: #1a2229;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-tCm4mbLe73 .mbr-section-btn {
  margin-top: 28px;
}
.cid-tCm4mbLe73 .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(26, 34, 41, 0.2);
}
.cid-tCm4mbLe73 .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-tCm4mbLe73 .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-tCm4mbLe73 .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-tCm4mbLe73 .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-tCm4mbLe73 .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-tCm4qrJpcV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-tCm4qrJpcV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCm4qrJpcV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCm4qrJpcV .row {
  justify-content: left;
}
.cid-tCm4qrJpcV .main-col {
  display: flex;
}
.cid-tCm4qrJpcV .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tCm4qrJpcV .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tCm4qrJpcV .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-tCm4qrJpcV .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-tCm6RlkG2e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bf9341;
  position: relative;
  overflow: hidden;
}
.cid-tCm6RlkG2e .container {
  max-width: 920px;
}
.cid-tCm6RlkG2e .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ded7cd;
  border: 1px solid rgba(222, 215, 205, 0.1);
}
@media (max-width: 991px) {
  .cid-tCm6RlkG2e .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-tCm6RlkG2e .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-tCm6RlkG2e .border-container {
    padding: 9% 7%;
  }
}
.cid-tCm6RlkG2e .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tCm6RlkG2e .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tCm6RlkG2e .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tCm6RlkG2e .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tCm6RlkG2e .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #bf9341;
  border-color: rgba(222, 215, 205, 0.1);
}
@media (max-width: 991px) {
  .cid-tCm6RlkG2e .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-tCm6RlkG2e .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-tCm6RlkG2e .border-frame {
    width: 7%;
  }
}
.cid-tCm6RlkG2e .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tCm6RlkG2e .content-container {
    min-height: auto;
  }
}
.cid-tCm6RlkG2e .text-container {
  width: 100%;
}
.cid-tCm6RlkG2e .text-wrapper {
  width: 100%;
}
.cid-tCm6RlkG2e .mbr-text {
  color: #BF9341;
  width: 100%;
  margin: 0;
}
.cid-tCm6RlkG2e .card-title {
  color: #BF9341;
  width: 100%;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-tCm6RlkG2e .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(222, 215, 205, 0.1);
}
.cid-tCm6RlkG2e .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-tCm6RlkG2e .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-tCm6RlkG2e .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-tCm6RlkG2e .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-tCm6RlkG2e .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-tCmdz4dFX7 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f1f2f4;
}
.cid-tCmdz4dFX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmdz4dFX7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmdz4dFX7 .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCmdz4dFX7 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCmdz4dFX7 .container-fluid .row {
  padding: 0;
}
.cid-tCmdz4dFX7 .container {
  overflow: hidden;
}
.cid-tCmdz4dFX7 .row {
  justify-content: center;
}
.cid-tCmdz4dFX7 .title-wrapper {
  margin-bottom: 80px;
}
.cid-tCmdz4dFX7 .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-tCmdz4dFX7 .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tCmdz4dFX7 .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tCmdz4dFX7 .video-block {
    width: 100%;
  }
}
.cid-tCmdz4dFX7 .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCmdz4dFX7 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tCmdz4dFX7 .app-video-wrapper::before {
  color: #495dff;
  text-shadow: none;
}
.cid-tCmdz4dFX7 .mbr-section-title {
  color: #495DFF;
}
.cid-tCm6IxbppB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a2229;
}
.cid-tCm6IxbppB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCm6IxbppB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCm6IxbppB .row {
  justify-content: left;
}
.cid-tCm6IxbppB .main-col {
  display: flex;
}
.cid-tCm6IxbppB .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tCm6IxbppB .mbr-section-title {
  color: #BF9341;
  width: 100%;
  text-align: center;
}
.cid-tCm6IxbppB .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-tCm6IxbppB .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tCm6Jth1hh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
}
.cid-tCm6Jth1hh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCm6Jth1hh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCm6Jth1hh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tCm6Jth1hh .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCm6Jth1hh .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCm6Jth1hh .container {
    padding: 0 20px;
  }
}
.cid-tCm6Jth1hh .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tCm6Jth1hh .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tCm6Jth1hh .map-wrapper iframe {
  min-height: 640px;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-tCm6Jth1hh .map-wrapper iframe {
    min-height: 350px;
  }
}
.cid-tCm6Jth1hh .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tCm6Jth1hh .desc-wrapper {
    margin-top: 50px;
  }
}
.cid-tCm6Jth1hh .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tCm6Jth1hh .mbr-section-title {
  color: #1d1d1d;
}
.cid-tCm6Jth1hh .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-te6kgYS8i7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ded7cd;
  overflow: hidden;
}
.cid-te6kgYS8i7 .container {
  max-width: 1600px;
}
.cid-te6kgYS8i7 .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-te6kgYS8i7 .media-container-row .mbr-text {
  color: #192732;
}
.cid-tCm7ySWN7N .navbar-dropdown {
  background-color: #f1f1f2 !important;
  padding: 0;
}
.cid-tCm7ySWN7N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f2 !important;
  background: #f1f1f2;
}
.cid-tCm7ySWN7N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tCm7ySWN7N .menu_box .navbar.opened,
  .cid-tCm7ySWN7N .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tCm7ySWN7N .navbar-dropdown {
  position: relative !important;
}
.cid-tCm7ySWN7N .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tCm7ySWN7N .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tCm7ySWN7N .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tCm7ySWN7N .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tCm7ySWN7N .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tCm7ySWN7N .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #1e4381;
  }
  .cid-tCm7ySWN7N .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tCm7ySWN7N .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tCm7ySWN7N .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tCm7ySWN7N .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tCm7ySWN7N .offcanvas-body .mbr-text,
  .cid-tCm7ySWN7N .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tCm7ySWN7N .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tCm7ySWN7N .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tCm7ySWN7N .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ee2947;
  }
  .cid-tCm7ySWN7N .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tCm7ySWN7N .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tCm7ySWN7N .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tCm7ySWN7N .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tCm7ySWN7N ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tCm7ySWN7N .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCm7ySWN7N .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-tCm7ySWN7N .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tCm7ySWN7N 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;
  }
  .cid-tCm7ySWN7N li.nav-item:hover {
    opacity: .8;
  }
  .cid-tCm7ySWN7N .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tCm7ySWN7N .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tCm7ySWN7N .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tCm7ySWN7N .nav-item {
    margin: 0 !important;
  }
}
.cid-tCm7ySWN7N .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tCm7ySWN7N .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tCm7ySWN7N .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tCm7ySWN7N .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCm7ySWN7N .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-tCm7ySWN7N .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tCm7ySWN7N .offcanvas_box {
    display: none;
  }
}
.cid-tCm7ySWN7N .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tCm7ySWN7N .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tCm7ySWN7N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCm7ySWN7N .nav-link {
  position: relative;
  color: #1e4381;
}
.cid-tCm7ySWN7N .container {
  display: flex;
  margin: auto;
}
.cid-tCm7ySWN7N .iconfont-wrapper {
  color: #f3722f;
  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-tCm7ySWN7N .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tCm7ySWN7N .iconfont-wrapper:hover {
  color: #b84358;
}
.cid-tCm7ySWN7N .navbar-caption {
  color: #1e4381;
}
.cid-tCm7ySWN7N .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tCm7ySWN7N .navbar-nav {
    margin: 0;
  }
}
.cid-tCm7ySWN7N .dropdown-menu,
.cid-tCm7ySWN7N .navbar.opened {
  background-color: false !important;
}
.cid-tCm7ySWN7N .nav-item:focus,
.cid-tCm7ySWN7N .nav-link:focus {
  outline: none;
}
.cid-tCm7ySWN7N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCm7ySWN7N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCm7ySWN7N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCm7ySWN7N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCm7ySWN7N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCm7ySWN7N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCm7ySWN7N .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tCm7ySWN7N .navbar.opened {
  transition: all 0.3s;
}
.cid-tCm7ySWN7N .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tCm7ySWN7N .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-tCm7ySWN7N .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tCm7ySWN7N .navbar.collapsed {
  justify-content: center;
}
.cid-tCm7ySWN7N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCm7ySWN7N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCm7ySWN7N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCm7ySWN7N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCm7ySWN7N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCm7ySWN7N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tCm7ySWN7N .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCm7ySWN7N .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tCm7ySWN7N .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tCm7ySWN7N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCm7ySWN7N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCm7ySWN7N .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tCm7ySWN7N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCm7ySWN7N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCm7ySWN7N .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCm7ySWN7N .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tCm7ySWN7N .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tCm7ySWN7N .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tCm7ySWN7N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCm7ySWN7N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCm7ySWN7N .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tCm7ySWN7N .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCm7ySWN7N .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCm7ySWN7N .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCm7ySWN7N .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-tCm7ySWN7N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCm7ySWN7N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCm7ySWN7N .dropdown-item.active,
.cid-tCm7ySWN7N .dropdown-item:active {
  background-color: transparent;
}
.cid-tCm7ySWN7N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCm7ySWN7N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCm7ySWN7N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCm7ySWN7N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCm7ySWN7N ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tCm7ySWN7N .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCm7ySWN7N button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f2;
  background: #ffffff;
}
.cid-tCm7ySWN7N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ee2947;
}
.cid-tCm7ySWN7N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCm7ySWN7N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCm7ySWN7N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCm7ySWN7N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCm7ySWN7N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCm7ySWN7N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCm7ySWN7N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCm7ySWN7N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCm7ySWN7N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tCm7ySWN7N .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-tCm7ySWN7N .navbar {
    height: 70px;
  }
  .cid-tCm7ySWN7N .navbar.opened {
    height: auto;
  }
  .cid-tCm7ySWN7N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCm7ySWN7N .mbr-section-btn .btn,
.cid-tCm7ySWN7N .mbr-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #7f9c26 !important;
  box-shadow: none;
}
.cid-tCm7ySWN7N .mbr-section-btn .btn:hover,
.cid-tCm7ySWN7N .mbr-section-btn-main .btn:hover {
  color: #7f9c26 !important;
  border: 1px solid #7f9c26 !important;
  box-shadow: none !important;
  opacity: .8;
}
.cid-tCm7ySWN7N .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tCm7ySWN7N .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tCm7ySWN7N .navbar-caption:hover {
  color: #b84358;
}
.cid-tCm7ySWN7N .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCm7ySWN7N .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tCm7ySWN7N .text_widget {
  color: #ffffff;
}
.cid-tCm7ySWN7N .mbr-section-subtitle,
.cid-tCm7ySWN7N .text_widget {
  text-align: left;
}
.cid-tCm7ySWN7N a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tCm8meIgc4 {
  background-image: url("../../../assets/images/mbr-1920x911.jpg");
}
.cid-tCm8meIgc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCm8meIgc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCm8meIgc4 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tCm8meIgc4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCm8meIgc4 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCm8meIgc4 .container {
    padding: 0 20px;
  }
  .cid-tCm8meIgc4 .container .row {
    padding: 0;
  }
}
.cid-tCm8meIgc4 .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tCm8meIgc4 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tCm8meIgc4 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tCm8meIgc4 .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tCm8meIgc4 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tCm8meIgc4 .mbr-section-title {
  color: #ffffff;
}
.cid-tCm8meIgc4 .mbr-text {
  color: #ffffff;
}
.cid-tCm7yUb2tQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d4045;
}
.cid-tCm7yUb2tQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCm7yUb2tQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCm7yUb2tQ .container,
.cid-tCm7yUb2tQ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCm7yUb2tQ .container,
  .cid-tCm7yUb2tQ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCm7yUb2tQ .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #bf9341;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-tCm7yUb2tQ .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-tCm7yUb2tQ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tCm7yUb2tQ .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tCm7yUb2tQ .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tCm7yUb2tQ .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tCm7yUb2tQ .mbr-section-title {
  color: #3d4045;
}
.cid-tCm7yUb2tQ .mbr-text {
  color: #3d4045;
}
.cid-tCm7yUb2tQ .mbr-section-btn {
  text-align: right;
}
.cid-tCm7yUFw7e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-tCm7yUFw7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCm7yUFw7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCm7yUFw7e .container {
  max-width: 900px;
}
.cid-tCm7yUFw7e .content-container {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tCm7yUFw7e .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-tCm7yUFw7e .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tCm7yUFw7e .card-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tCm7yUFw7e .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-tCm7yUFw7e .card-box {
  width: 100%;
}
.cid-tCm7yUFw7e .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tCm7yUFw7e .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-tCm7yUFw7e .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-tCm7yUFw7e .mbr-text {
    text-align: center !important;
  }
}
.cid-tCm7yUFw7e .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tCm7yUFw7e .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tCm7yUFw7e .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-tCm7yUFw7e .img-container {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tCm7yUFw7e .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tCm7yUFw7e .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tCm7yUFw7e .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-tCm7yVcYX8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bf9341;
  position: relative;
  overflow: hidden;
}
.cid-tCm7yVcYX8 .container {
  max-width: 920px;
}
.cid-tCm7yVcYX8 .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #bf9341;
  border: 1px solid rgba(26, 34, 41, 0.2);
}
@media (max-width: 991px) {
  .cid-tCm7yVcYX8 .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-tCm7yVcYX8 .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-tCm7yVcYX8 .border-container {
    padding: 9% 7%;
  }
}
.cid-tCm7yVcYX8 .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tCm7yVcYX8 .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tCm7yVcYX8 .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tCm7yVcYX8 .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tCm7yVcYX8 .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #bf9341;
  border-color: rgba(26, 34, 41, 0.2);
}
@media (max-width: 991px) {
  .cid-tCm7yVcYX8 .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-tCm7yVcYX8 .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-tCm7yVcYX8 .border-frame {
    width: 7%;
  }
}
.cid-tCm7yVcYX8 .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tCm7yVcYX8 .content-container {
    min-height: auto;
  }
}
.cid-tCm7yVcYX8 .text-container {
  width: 100%;
}
.cid-tCm7yVcYX8 .text-wrapper {
  width: 100%;
}
.cid-tCm7yVcYX8 .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-tCm7yVcYX8 .card-title {
  color: #1a2229;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-tCm7yVcYX8 .mbr-section-btn {
  margin-top: 28px;
}
.cid-tCm7yVcYX8 .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(26, 34, 41, 0.2);
}
.cid-tCm7yVcYX8 .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-tCm7yVcYX8 .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-tCm7yVcYX8 .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-tCm7yVcYX8 .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-tCm7yVcYX8 .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-tCm7yVHyED {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-tCm7yVHyED .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCm7yVHyED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCm7yVHyED .row {
  justify-content: left;
}
.cid-tCm7yVHyED .main-col {
  display: flex;
}
.cid-tCm7yVHyED .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tCm7yVHyED .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tCm7yVHyED .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-tCm7yVHyED .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-tCm7yXAvaB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bf9341;
}
.cid-tCm7yXAvaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCm7yXAvaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCm7yXAvaB .row {
  justify-content: left;
}
.cid-tCm7yXAvaB .main-col {
  display: flex;
}
.cid-tCm7yXAvaB .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tCm7yXAvaB .mbr-section-title {
  color: #000000;
  width: 100%;
  text-align: center;
}
.cid-tCm7yXAvaB .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-tCm7yXAvaB .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tCm7yY4TL6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCm7yY4TL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCm7yY4TL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCm7yY4TL6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tCm7yY4TL6 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCm7yY4TL6 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCm7yY4TL6 .container {
    padding: 0 20px;
  }
}
.cid-tCm7yY4TL6 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tCm7yY4TL6 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tCm7yY4TL6 .map-wrapper iframe {
  min-height: 640px;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-tCm7yY4TL6 .map-wrapper iframe {
    min-height: 350px;
  }
}
.cid-tCm7yY4TL6 .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tCm7yY4TL6 .desc-wrapper {
    margin-top: 50px;
  }
}
.cid-tCm7yY4TL6 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tCm7yY4TL6 .mbr-section-title {
  color: #1d1d1d;
}
.cid-tCm7yY4TL6 .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-tCm7yYAhMh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ded7cd;
  overflow: hidden;
}
.cid-tCm7yYAhMh .container {
  max-width: 1600px;
}
.cid-tCm7yYAhMh .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tCm7yYAhMh .media-container-row .mbr-text {
  color: #192732;
}
.cid-tCmawie4HF .navbar-dropdown {
  background-color: #f1f1f2 !important;
  padding: 0;
}
.cid-tCmawie4HF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f2 !important;
  background: #f1f1f2;
}
.cid-tCmawie4HF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tCmawie4HF .menu_box .navbar.opened,
  .cid-tCmawie4HF .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tCmawie4HF .navbar-dropdown {
  position: relative !important;
}
.cid-tCmawie4HF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tCmawie4HF .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tCmawie4HF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tCmawie4HF .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tCmawie4HF .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tCmawie4HF .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #1e4381;
  }
  .cid-tCmawie4HF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tCmawie4HF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tCmawie4HF .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tCmawie4HF .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tCmawie4HF .offcanvas-body .mbr-text,
  .cid-tCmawie4HF .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tCmawie4HF .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tCmawie4HF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tCmawie4HF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ee2947;
  }
  .cid-tCmawie4HF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tCmawie4HF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tCmawie4HF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tCmawie4HF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tCmawie4HF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tCmawie4HF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCmawie4HF .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-tCmawie4HF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tCmawie4HF 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;
  }
  .cid-tCmawie4HF li.nav-item:hover {
    opacity: .8;
  }
  .cid-tCmawie4HF .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tCmawie4HF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tCmawie4HF .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tCmawie4HF .nav-item {
    margin: 0 !important;
  }
}
.cid-tCmawie4HF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tCmawie4HF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tCmawie4HF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tCmawie4HF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCmawie4HF .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-tCmawie4HF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tCmawie4HF .offcanvas_box {
    display: none;
  }
}
.cid-tCmawie4HF .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tCmawie4HF .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tCmawie4HF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCmawie4HF .nav-link {
  position: relative;
  color: #1e4381;
}
.cid-tCmawie4HF .container {
  display: flex;
  margin: auto;
}
.cid-tCmawie4HF .iconfont-wrapper {
  color: #f3722f;
  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-tCmawie4HF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tCmawie4HF .iconfont-wrapper:hover {
  color: #b84358;
}
.cid-tCmawie4HF .navbar-caption {
  color: #1e4381;
}
.cid-tCmawie4HF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tCmawie4HF .navbar-nav {
    margin: 0;
  }
}
.cid-tCmawie4HF .dropdown-menu,
.cid-tCmawie4HF .navbar.opened {
  background-color: false !important;
}
.cid-tCmawie4HF .nav-item:focus,
.cid-tCmawie4HF .nav-link:focus {
  outline: none;
}
.cid-tCmawie4HF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCmawie4HF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCmawie4HF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCmawie4HF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCmawie4HF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCmawie4HF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCmawie4HF .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tCmawie4HF .navbar.opened {
  transition: all 0.3s;
}
.cid-tCmawie4HF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tCmawie4HF .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-tCmawie4HF .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tCmawie4HF .navbar.collapsed {
  justify-content: center;
}
.cid-tCmawie4HF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCmawie4HF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCmawie4HF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCmawie4HF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCmawie4HF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCmawie4HF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tCmawie4HF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCmawie4HF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tCmawie4HF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tCmawie4HF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCmawie4HF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCmawie4HF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tCmawie4HF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCmawie4HF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCmawie4HF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCmawie4HF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tCmawie4HF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tCmawie4HF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tCmawie4HF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCmawie4HF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCmawie4HF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tCmawie4HF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCmawie4HF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCmawie4HF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCmawie4HF .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-tCmawie4HF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCmawie4HF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCmawie4HF .dropdown-item.active,
.cid-tCmawie4HF .dropdown-item:active {
  background-color: transparent;
}
.cid-tCmawie4HF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCmawie4HF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCmawie4HF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCmawie4HF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCmawie4HF ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tCmawie4HF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCmawie4HF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f2;
  background: #ffffff;
}
.cid-tCmawie4HF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ee2947;
}
.cid-tCmawie4HF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCmawie4HF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCmawie4HF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCmawie4HF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCmawie4HF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCmawie4HF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCmawie4HF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCmawie4HF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCmawie4HF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tCmawie4HF .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-tCmawie4HF .navbar {
    height: 70px;
  }
  .cid-tCmawie4HF .navbar.opened {
    height: auto;
  }
  .cid-tCmawie4HF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCmawie4HF .mbr-section-btn .btn,
.cid-tCmawie4HF .mbr-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #7f9c26 !important;
  box-shadow: none;
}
.cid-tCmawie4HF .mbr-section-btn .btn:hover,
.cid-tCmawie4HF .mbr-section-btn-main .btn:hover {
  color: #7f9c26 !important;
  border: 1px solid #7f9c26 !important;
  box-shadow: none !important;
  opacity: .8;
}
.cid-tCmawie4HF .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tCmawie4HF .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tCmawie4HF .navbar-caption:hover {
  color: #b84358;
}
.cid-tCmawie4HF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCmawie4HF .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tCmawie4HF .text_widget {
  color: #ffffff;
}
.cid-tCmawie4HF .mbr-section-subtitle,
.cid-tCmawie4HF .text_widget {
  text-align: left;
}
.cid-tCmawie4HF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tCmawj6heo {
  background-image: url("../../../assets/images/mbr-1920x1350.jpg");
}
.cid-tCmawj6heo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmawj6heo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmawj6heo .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tCmawj6heo .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCmawj6heo .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCmawj6heo .container {
    padding: 0 20px;
  }
  .cid-tCmawj6heo .container .row {
    padding: 0;
  }
}
.cid-tCmawj6heo .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tCmawj6heo .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tCmawj6heo .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tCmawj6heo .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tCmawj6heo .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tCmawj6heo .mbr-section-title {
  color: #ffffff;
}
.cid-tCmawj6heo .mbr-text {
  color: #ffffff;
}
.cid-tCmawjGzQi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d4045;
}
.cid-tCmawjGzQi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmawjGzQi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmawjGzQi .container,
.cid-tCmawjGzQi .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCmawjGzQi .container,
  .cid-tCmawjGzQi .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCmawjGzQi .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #bf9341;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-tCmawjGzQi .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-tCmawjGzQi .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tCmawjGzQi .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tCmawjGzQi .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tCmawjGzQi .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tCmawjGzQi .mbr-section-title {
  color: #3d4045;
}
.cid-tCmawjGzQi .mbr-text {
  color: #3d4045;
}
.cid-tCmawjGzQi .mbr-section-btn {
  text-align: right;
}
.cid-tCmawkedyp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-tCmawkedyp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmawkedyp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmawkedyp .container {
  max-width: 900px;
}
.cid-tCmawkedyp .content-container {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tCmawkedyp .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-tCmawkedyp .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tCmawkedyp .card-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tCmawkedyp .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-tCmawkedyp .card-box {
  width: 100%;
}
.cid-tCmawkedyp .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tCmawkedyp .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-tCmawkedyp .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-tCmawkedyp .mbr-text {
    text-align: center !important;
  }
}
.cid-tCmawkedyp .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tCmawkedyp .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tCmawkedyp .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-tCmawkedyp .img-container {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tCmawkedyp .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tCmawkedyp .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tCmawkedyp .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-tCmawkO5rE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bf9341;
  position: relative;
  overflow: hidden;
}
.cid-tCmawkO5rE .container {
  max-width: 920px;
}
.cid-tCmawkO5rE .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #bf9341;
  border: 1px solid rgba(26, 34, 41, 0.2);
}
@media (max-width: 991px) {
  .cid-tCmawkO5rE .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-tCmawkO5rE .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-tCmawkO5rE .border-container {
    padding: 9% 7%;
  }
}
.cid-tCmawkO5rE .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tCmawkO5rE .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tCmawkO5rE .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tCmawkO5rE .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tCmawkO5rE .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #bf9341;
  border-color: rgba(26, 34, 41, 0.2);
}
@media (max-width: 991px) {
  .cid-tCmawkO5rE .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-tCmawkO5rE .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-tCmawkO5rE .border-frame {
    width: 7%;
  }
}
.cid-tCmawkO5rE .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tCmawkO5rE .content-container {
    min-height: auto;
  }
}
.cid-tCmawkO5rE .text-container {
  width: 100%;
}
.cid-tCmawkO5rE .text-wrapper {
  width: 100%;
}
.cid-tCmawkO5rE .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-tCmawkO5rE .card-title {
  color: #1a2229;
  width: 100%;
  margin-bottom: 28px !important;
  text-align: left;
}
.cid-tCmawkO5rE .mbr-section-btn {
  margin-top: 28px;
}
.cid-tCmawkO5rE .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(26, 34, 41, 0.2);
}
.cid-tCmawkO5rE .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-tCmawkO5rE .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-tCmawkO5rE .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-tCmawkO5rE .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-tCmawkO5rE .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-tCmawkO5rE .mbr-text,
.cid-tCmawkO5rE .mbr-section-btn {
  text-align: left;
}
.cid-tCmawmfHiu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-tCmawmfHiu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmawmfHiu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmawmfHiu .row {
  justify-content: left;
}
.cid-tCmawmfHiu .main-col {
  display: flex;
}
.cid-tCmawmfHiu .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tCmawmfHiu .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tCmawmfHiu .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-tCmawmfHiu .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-tCmawn7ZRL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bf9341;
}
.cid-tCmawn7ZRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmawn7ZRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmawn7ZRL .row {
  justify-content: left;
}
.cid-tCmawn7ZRL .main-col {
  display: flex;
}
.cid-tCmawn7ZRL .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tCmawn7ZRL .mbr-section-title {
  color: #000000;
  width: 100%;
  text-align: center;
}
.cid-tCmawn7ZRL .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-tCmawn7ZRL .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tCmawnJNiO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCmawnJNiO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmawnJNiO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmawnJNiO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tCmawnJNiO .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCmawnJNiO .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCmawnJNiO .container {
    padding: 0 20px;
  }
}
.cid-tCmawnJNiO .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tCmawnJNiO .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tCmawnJNiO .map-wrapper iframe {
  min-height: 640px;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-tCmawnJNiO .map-wrapper iframe {
    min-height: 350px;
  }
}
.cid-tCmawnJNiO .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tCmawnJNiO .desc-wrapper {
    margin-top: 50px;
  }
}
.cid-tCmawnJNiO .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tCmawnJNiO .mbr-section-title {
  color: #1d1d1d;
}
.cid-tCmawnJNiO .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-tCmawopVrA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ded7cd;
  overflow: hidden;
}
.cid-tCmawopVrA .container {
  max-width: 1600px;
}
.cid-tCmawopVrA .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tCmawopVrA .media-container-row .mbr-text {
  color: #192732;
}
