.btn {
  border-width: 2px;
}
body {
  font-family: Frank Ruhl Libre;
}
.display-1 {
  font-family: 'Tapestry', handwriting;
  font-size: 5.1rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.375rem;
}
.display-2 {
  font-family: 'Tapestry', handwriting;
  font-size: 3.6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.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: 4.08rem;
  }
  .display-2 {
    font-size: 2.88rem;
  }
  .display-5 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.57rem;
    font-size: calc( 1.5739999999999998rem + (5.1 - 1.5739999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.5739999999999998rem + (5.1 - 1.5739999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.52rem;
    font-size: calc( 1.3639999999999999rem + (3.6 - 1.3639999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.3639999999999999rem + (3.6 - 1.3639999999999999) * ((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-udLAfDfrnT {
  background-color: transparent;
}
.cid-udLAfDfrnT .navbar-dropdown {
  background-color: #f3f3e9 !important;
  padding: 0;
}
.cid-udLAfDfrnT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f3e9 !important;
  background: #f3f3e9;
}
.cid-udLAfDfrnT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udLAfDfrnT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udLAfDfrnT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udLAfDfrnT .menu_box .navbar.opened,
  .cid-udLAfDfrnT .menu_box .navbar-collapse {
    background-color: #f3f3e9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-udLAfDfrnT .navbar-dropdown {
  position: relative !important;
}
.cid-udLAfDfrnT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-udLAfDfrnT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udLAfDfrnT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udLAfDfrnT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udLAfDfrnT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udLAfDfrnT .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-udLAfDfrnT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udLAfDfrnT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udLAfDfrnT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udLAfDfrnT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udLAfDfrnT .offcanvas-body .mbr-text,
  .cid-udLAfDfrnT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udLAfDfrnT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udLAfDfrnT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udLAfDfrnT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-udLAfDfrnT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udLAfDfrnT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udLAfDfrnT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udLAfDfrnT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udLAfDfrnT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udLAfDfrnT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udLAfDfrnT .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-udLAfDfrnT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udLAfDfrnT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-udLAfDfrnT .lg_brand {
    margin: 0 1rem;
  }
  .cid-udLAfDfrnT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-udLAfDfrnT .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-udLAfDfrnT .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-udLAfDfrnT .nav-item {
    margin: 0 !important;
  }
}
.cid-udLAfDfrnT .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-udLAfDfrnT .nav-item .nav-link:hover,
.cid-udLAfDfrnT .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #90f188 !important;
}
.cid-udLAfDfrnT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udLAfDfrnT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udLAfDfrnT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udLAfDfrnT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udLAfDfrnT .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-udLAfDfrnT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udLAfDfrnT .offcanvas_box {
    display: none;
  }
}
.cid-udLAfDfrnT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udLAfDfrnT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udLAfDfrnT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udLAfDfrnT .container {
  display: flex;
  margin: auto;
}
.cid-udLAfDfrnT .iconfont-wrapper {
  color: #0f1d07;
  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-udLAfDfrnT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udLAfDfrnT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udLAfDfrnT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udLAfDfrnT .navbar-nav {
    margin: 0;
  }
}
.cid-udLAfDfrnT .dropdown-menu,
.cid-udLAfDfrnT .navbar.opened {
  background-color: false !important;
}
.cid-udLAfDfrnT .nav-item:focus,
.cid-udLAfDfrnT .nav-link:focus {
  outline: none;
}
.cid-udLAfDfrnT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udLAfDfrnT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udLAfDfrnT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udLAfDfrnT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udLAfDfrnT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udLAfDfrnT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udLAfDfrnT .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udLAfDfrnT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udLAfDfrnT .navbar.opened {
  transition: all 0.3s;
}
.cid-udLAfDfrnT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udLAfDfrnT .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-udLAfDfrnT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-udLAfDfrnT .navbar.collapsed {
  justify-content: center;
}
.cid-udLAfDfrnT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udLAfDfrnT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udLAfDfrnT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udLAfDfrnT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udLAfDfrnT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udLAfDfrnT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udLAfDfrnT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udLAfDfrnT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udLAfDfrnT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udLAfDfrnT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udLAfDfrnT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udLAfDfrnT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udLAfDfrnT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udLAfDfrnT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udLAfDfrnT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udLAfDfrnT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udLAfDfrnT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udLAfDfrnT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udLAfDfrnT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udLAfDfrnT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udLAfDfrnT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udLAfDfrnT .navbar.navbar-short {
  min-height: 60px;
}
.cid-udLAfDfrnT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udLAfDfrnT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udLAfDfrnT .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-udLAfDfrnT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-udLAfDfrnT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udLAfDfrnT .dropdown-item.active,
.cid-udLAfDfrnT .dropdown-item:active {
  background-color: transparent;
}
.cid-udLAfDfrnT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-udLAfDfrnT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udLAfDfrnT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udLAfDfrnT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udLAfDfrnT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udLAfDfrnT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udLAfDfrnT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f3e9;
  background: #90f188;
}
.cid-udLAfDfrnT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-udLAfDfrnT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udLAfDfrnT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udLAfDfrnT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udLAfDfrnT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udLAfDfrnT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udLAfDfrnT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udLAfDfrnT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udLAfDfrnT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udLAfDfrnT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udLAfDfrnT .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-udLAfDfrnT .navbar {
    height: 70px;
  }
  .cid-udLAfDfrnT .navbar.opened {
    height: auto;
  }
  .cid-udLAfDfrnT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udLAfDfrnT .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-udLAfDfrnT .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-udLAfDfrnT .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udLAfDfrnT .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-udLAfDfrnT .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-udLAfDfrnT .navbar-caption:hover {
  color: #b84358;
}
@media (min-width: 992px) {
  .cid-udLAfDfrnT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udLAfDfrnT .text_widget {
  margin-bottom: 32px;
}
.cid-udLAfDfrnT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udLAfDfrnT .text_widget a:hover,
.cid-udLAfDfrnT .text_widget a:focus {
  opacity: .8;
}
.cid-udLAfDfrnT .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-udLAfDfrnT .navbar-caption {
  color: #0f1d07;
}
.cid-udLAfDfrnT .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-udLAfDfrnT .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udLAfDfrnT .navigation-wrapper {
    display: block;
  }
}
.cid-udLAfDfrnT .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-udLAfDfrnT .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-udLAfDfrnT .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-udLAfDfrnT .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-udLAfDfrnT .mbr-section-subtitle,
.cid-udLAfDfrnT .text_widget,
.cid-udLAfDfrnT .mbr-section-btn {
  text-align: center;
}
.cid-udLAfDfrnT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-te1PBT0uR9 {
  background-image: url("../../../assets/images/estate-dispute-lawyers-1920x1280.webp");
}
.cid-te1PBT0uR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-te1PBT0uR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te1PBT0uR9 .container {
  max-width: 900px;
}
.cid-te1PBT0uR9 .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-te1PBT0uR9 .item-container {
  width: 100%;
}
.cid-te1PBT0uR9 .mbr-section-title {
  color: #192732;
}
@media (max-width: 991px) {
  .cid-te1PBT0uR9 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-te1PBT0uR9 .mbr-text {
  color: #BF9341;
  margin-top: 8px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-te1PBT0uR9 .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-te1PBT0uR9 .item-container-2 {
  padding-left: 56px;
}
@media (max-width: 991px) {
  .cid-te1PBT0uR9 .item-container-2 {
    padding-left: 0;
  }
}
.cid-te1PBT0uR9 .mbr-section-title-1 {
  color: #c49e4b;
}
.cid-te1PBT0uR9 .mbr-section-title-2 {
  color: #c49e4b;
}
.cid-te1PBT0uR9 .mbr-section-title-4 {
  color: #c49e4b;
}
.cid-udLCZDThmN {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udLCZDThmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-udLCZDThmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udLCZDThmN .container {
    padding: 0 15px;
  }
}
.cid-udLCZDThmN .row {
  justify-content: center;
}
.cid-udLCZDThmN .content-wrapper {
  padding-right: 34px;
}
@media (max-width: 992px) {
  .cid-udLCZDThmN .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-udLCZDThmN .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udLCZDThmN .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udLCZDThmN .content-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-udLCZDThmN .content-wrapper .list {
    padding-left: 36px;
  }
}
.cid-udLCZDThmN .content-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-udLCZDThmN .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-udLCZDThmN .content-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #bf9341;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-udLCZDThmN .content-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-udLCZDThmN .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-udLCZDThmN .image-wrapper {
  padding-left: 34px;
}
@media (max-width: 992px) {
  .cid-udLCZDThmN .image-wrapper {
    padding: 0;
  }
}
.cid-udLCZDThmN .image-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udLCZDThmN .image-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udLCZDThmN .image-wrapper .image-wrap img {
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-udLCZDThmN .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-udLCZDThmN .mbr-section-title {
  color: #bf9341;
}
.cid-udLCZDThmN .list {
  color: #ffffff;
}
.cid-te1R8p6MA3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-te1R8p6MA3 .container {
  max-width: 1600px;
}
.cid-te1R8p6MA3 .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 100px 0;
  border: 1px solid rgba(191, 147, 65, 0.1);
}
.cid-te1R8p6MA3 .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-te1R8p6MA3 .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-te1R8p6MA3 .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-te1R8p6MA3 .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-te1R8p6MA3 .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #1a2229;
  border-color: rgba(191, 147, 65, 0.1);
}
@media (max-width: 991px) {
  .cid-te1R8p6MA3 .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-te1R8p6MA3 .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-te1R8p6MA3 .border-frame {
    width: 7%;
  }
}
.cid-te1R8p6MA3 .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 770px;
}
@media (max-width: 991px) {
  .cid-te1R8p6MA3 .content-container {
    min-height: auto;
  }
}
.cid-te1R8p6MA3 .img-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  max-width: 575px;
  z-index: 4;
  border: 1px dashed rgba(191, 147, 65, 0.1);
  padding: 22px;
  border-radius: 100rem;
}
@media (max-width: 991px) {
  .cid-te1R8p6MA3 .img-container {
    position: static;
    transform: translate(0, 0);
    max-width: 60%;
    margin: 0 auto 72px;
    padding: 3%;
  }
}
.cid-te1R8p6MA3 .image-wrapper {
  height: 100%;
  width: 100%;
  border-radius: 100rem;
  overflow: hidden;
  opacity: 0.4;
}
@media (max-width: 991px) {
  .cid-te1R8p6MA3 .image-wrapper {
    opacity: 1;
  }
}
.cid-te1R8p6MA3 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-te1R8p6MA3 .text-container {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 658px;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .cid-te1R8p6MA3 .text-container {
    max-width: 80%;
    padding: 0;
  }
}
.cid-te1R8p6MA3 .text-wrapper {
  width: 100%;
}
.cid-te1R8p6MA3 .mbr-text {
  color: #BF9341;
  width: 100%;
  max-width: 422px;
  margin: 0 auto 118px;
}
@media (max-width: 991px) {
  .cid-te1R8p6MA3 .mbr-text {
    margin-bottom: 0;
    padding-bottom: 18%;
  }
}
.cid-te1R8p6MA3 .card-title {
  color: #BF9341;
  margin-bottom: 0;
  text-align: left;
}
.cid-te1S2NTQgd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bf9341;
  position: relative;
  overflow: hidden;
}
.cid-te1S2NTQgd .container {
  max-width: 920px;
}
.cid-te1S2NTQgd .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-te1S2NTQgd .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-te1S2NTQgd .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-te1S2NTQgd .border-container {
    padding: 9% 7%;
  }
}
.cid-te1S2NTQgd .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-te1S2NTQgd .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-te1S2NTQgd .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-te1S2NTQgd .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-te1S2NTQgd .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-te1S2NTQgd .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-te1S2NTQgd .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-te1S2NTQgd .border-frame {
    width: 7%;
  }
}
.cid-te1S2NTQgd .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-te1S2NTQgd .content-container {
    min-height: auto;
  }
}
.cid-te1S2NTQgd .text-container {
  width: 100%;
}
.cid-te1S2NTQgd .text-wrapper {
  width: 100%;
}
.cid-te1S2NTQgd .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-te1S2NTQgd .card-title {
  color: #000000;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-te1S2NTQgd .mbr-section-btn {
  margin-top: 28px;
}
.cid-te1S2NTQgd .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-te1S2NTQgd .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-te1S2NTQgd .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-te1S2NTQgd .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-te1S2NTQgd .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-te1S2NTQgd .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-te1S2NTQgd .mbr-text,
.cid-te1S2NTQgd .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-udLCXsiBPl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udLCXsiBPl .mbr-fallback-image.disabled {
  display: none;
}
.cid-udLCXsiBPl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udLCXsiBPl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udLCXsiBPl .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-udLCXsiBPl .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udLCXsiBPl .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udLCXsiBPl .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udLCXsiBPl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udLCXsiBPl .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-udLCXsiBPl .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-udLCXsiBPl .content-wrapper .list .item-wrap:hover,
.cid-udLCXsiBPl .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-udLCXsiBPl .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-udLCXsiBPl .mbr-section-title {
  color: #bf9341;
}
.cid-udLCXsiBPl .mbr-text {
  color: #bf9341;
}
.cid-udLCXsiBPl .list {
  color: #d2d2df;
}
.cid-udLC07VBT7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-udLC07VBT7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udLC07VBT7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udLC07VBT7 .row {
  justify-content: left;
}
.cid-udLC07VBT7 .main-col {
  display: flex;
}
.cid-udLC07VBT7 .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-udLC07VBT7 .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-udLC07VBT7 .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-udLC07VBT7 .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-udLBYWn4nP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/9.27.23-lu-liu-demand-for-long-term-mortgages-gettyimages-1211376954.webp");
}
.cid-udLBYWn4nP .mbr-fallback-image.disabled {
  display: none;
}
.cid-udLBYWn4nP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udLBYWn4nP .content-container {
  display: flex;
  justify-content: left;
  width: 100%;
}
.cid-udLBYWn4nP .content-wrap {
  width: 50%;
  background-color: #1a2229;
  padding: 32px;
}
@media (max-width: 991px) {
  .cid-udLBYWn4nP .content-wrap {
    width: 75%;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-udLBYWn4nP .content-wrap {
    width: 100%;
  }
}
.cid-udLBYWn4nP .img-container {
  width: 100%;
}
.cid-udLBYWn4nP .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-udLBYWn4nP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-udLBYWn4nP .text-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-wrap: wrap;
  padding-top: 44px;
}
@media (max-width: 767px) {
  .cid-udLBYWn4nP .text-container {
    padding-top: 32px;
  }
}
.cid-udLBYWn4nP .text-content {
  width: 100%;
}
.cid-udLBYWn4nP .mbr-section-title {
  width: 100%;
  color: #BF9341;
}
.cid-udLBYWn4nP .mbr-text {
  width: 60%;
  color: #BF9341;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-udLBYWn4nP .mbr-text {
    width: 100%;
    margin-top: 32px;
  }
}
.cid-udLBYWn4nP .btn-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
}
.cid-urxYaFYlXM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-urxYaFYlXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-urxYaFYlXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urxYaFYlXM .row {
  justify-content: left;
}
.cid-urxYaFYlXM .main-col {
  display: flex;
}
.cid-urxYaFYlXM .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-urxYaFYlXM .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-urxYaFYlXM .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-urxYaFYlXM .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-urxYlvhnuY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bf9341;
}
.cid-urxYlvhnuY .mbr-fallback-image.disabled {
  display: none;
}
.cid-urxYlvhnuY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urxYlvhnuY .content-container {
  display: flex;
  align-items: stretch;
  padding-top: 22px;
  position: relative;
}
@media (max-width: 575px) {
  .cid-urxYlvhnuY .content-container {
    flex-wrap: wrap;
  }
}
.cid-urxYlvhnuY .content-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-urxYlvhnuY .content-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translate(-50%, 0);
  height: calc(100% - 11px);
  width: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-urxYlvhnuY .text-container {
  position: relative;
  z-index: 5;
  width: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
@media (max-width: 575px) {
  .cid-urxYlvhnuY .text-container {
    width: 100%;
    padding-bottom: 1rem;
  }
}
.cid-urxYlvhnuY .card-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 400px;
  padding: 18% 30%;
}
@media (max-width: 991px) {
  .cid-urxYlvhnuY .card-wrapper {
    padding: 26% 15%;
  }
}
@media (max-width: 767px) {
  .cid-urxYlvhnuY .card-wrapper {
    min-height: auto;
    padding: 34% 2% 34% 20%;
  }
}
@media (max-width: 575px) {
  .cid-urxYlvhnuY .card-wrapper {
    padding: 25% 0 0;
  }
}
@media (max-width: 575px) {
  .cid-urxYlvhnuY .card-box {
    width: 70%;
  }
}
.cid-urxYlvhnuY .img-container {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .cid-urxYlvhnuY .img-container {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-urxYlvhnuY .img-container {
    width: 100%;
    justify-content: flex-end;
    border-top: none;
  }
}
.cid-urxYlvhnuY .image-wrapper {
  display: flex;
  justify-content: flex-end;
  padding: 17%;
  width: 82%;
}
@media (max-width: 991px) {
  .cid-urxYlvhnuY .image-wrapper {
    padding: 0;
    width: 65%;
  }
}
@media (max-width: 767px) {
  .cid-urxYlvhnuY .image-wrapper {
    padding: 0;
    width: 85%;
  }
}
@media (max-width: 575px) {
  .cid-urxYlvhnuY .image-wrapper {
    width: 37%;
  }
}
.cid-urxYlvhnuY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urxYlvhnuY .card-title {
  color: #000000;
}
.cid-urxYlvhnuY .mbr-text {
  color: #BF9341;
}
.cid-urxYlvhnuY .mbr-text,
.cid-urxYlvhnuY .link-wrap,
.cid-urxYlvhnuY .mbr-section-btn {
  color: #000000;
}
.cid-te1X9AEf0g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-te1X9AEf0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-te1X9AEf0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te1X9AEf0g .row {
  justify-content: left;
}
.cid-te1X9AEf0g .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-te1X9AEf0g .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-te1X9AEf0g .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-te1X9AEf0g .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-te1X9AEf0g .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-te1X9AEf0g .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-te1X9AEf0g .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-te1X9AEf0g .point-frame-1 {
  top: 19px;
}
.cid-te1X9AEf0g .point-frame-2 {
  bottom: 19px;
}
.cid-te1X9AEf0g .title-container {
  width: 60%;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-te1X9AEf0g .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-te1X9AEf0g .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-te1X9AEf0g .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-te1X9AEf0g .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-te1X9AEf0g .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-te1X9AEf0g .item-container {
  width: 100%;
}
.cid-te1X9AEf0g .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-te1X9AEf0g .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-te1X9AEf0g .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-te1X9AEf0g .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-udLGwj578p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #bf9341;
}
.cid-udLGwj578p .mbr-fallback-image.disabled {
  display: none;
}
.cid-udLGwj578p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udLGwj578p .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-udLGwj578p .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-udLGwj578p .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udLGwj578p .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udLGwj578p .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udLGwj578p .content-head {
  max-width: 800px;
}
.cid-udLGwj578p .mbr-section-title {
  color: #000000;
}
.cid-te1WDDdexp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-te1WDDdexp .container {
  max-width: 1600px;
}
.cid-te1WDDdexp .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-te1WDDdexp .media-container-row .mbr-text {
  color: #bf9341;
}
.cid-udLJXw82y2 {
  background-color: transparent;
}
.cid-udLJXw82y2 .navbar-dropdown {
  background-color: #f3f3e9 !important;
  padding: 0;
}
.cid-udLJXw82y2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f3e9 !important;
  background: #f3f3e9;
}
.cid-udLJXw82y2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udLJXw82y2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udLJXw82y2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udLJXw82y2 .menu_box .navbar.opened,
  .cid-udLJXw82y2 .menu_box .navbar-collapse {
    background-color: #f3f3e9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-udLJXw82y2 .navbar-dropdown {
  position: relative !important;
}
.cid-udLJXw82y2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-udLJXw82y2 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udLJXw82y2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udLJXw82y2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udLJXw82y2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udLJXw82y2 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-udLJXw82y2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udLJXw82y2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udLJXw82y2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udLJXw82y2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udLJXw82y2 .offcanvas-body .mbr-text,
  .cid-udLJXw82y2 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udLJXw82y2 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udLJXw82y2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udLJXw82y2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-udLJXw82y2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udLJXw82y2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udLJXw82y2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udLJXw82y2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udLJXw82y2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udLJXw82y2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udLJXw82y2 .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-udLJXw82y2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udLJXw82y2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-udLJXw82y2 .lg_brand {
    margin: 0 1rem;
  }
  .cid-udLJXw82y2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-udLJXw82y2 .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-udLJXw82y2 .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-udLJXw82y2 .nav-item {
    margin: 0 !important;
  }
}
.cid-udLJXw82y2 .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-udLJXw82y2 .nav-item .nav-link:hover,
.cid-udLJXw82y2 .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #90f188 !important;
}
.cid-udLJXw82y2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udLJXw82y2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udLJXw82y2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udLJXw82y2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udLJXw82y2 .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-udLJXw82y2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udLJXw82y2 .offcanvas_box {
    display: none;
  }
}
.cid-udLJXw82y2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udLJXw82y2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udLJXw82y2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udLJXw82y2 .container {
  display: flex;
  margin: auto;
}
.cid-udLJXw82y2 .iconfont-wrapper {
  color: #0f1d07;
  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-udLJXw82y2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udLJXw82y2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udLJXw82y2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udLJXw82y2 .navbar-nav {
    margin: 0;
  }
}
.cid-udLJXw82y2 .dropdown-menu,
.cid-udLJXw82y2 .navbar.opened {
  background-color: false !important;
}
.cid-udLJXw82y2 .nav-item:focus,
.cid-udLJXw82y2 .nav-link:focus {
  outline: none;
}
.cid-udLJXw82y2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udLJXw82y2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udLJXw82y2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udLJXw82y2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udLJXw82y2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udLJXw82y2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udLJXw82y2 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udLJXw82y2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udLJXw82y2 .navbar.opened {
  transition: all 0.3s;
}
.cid-udLJXw82y2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udLJXw82y2 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-udLJXw82y2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-udLJXw82y2 .navbar.collapsed {
  justify-content: center;
}
.cid-udLJXw82y2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udLJXw82y2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udLJXw82y2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udLJXw82y2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udLJXw82y2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udLJXw82y2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udLJXw82y2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udLJXw82y2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udLJXw82y2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udLJXw82y2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udLJXw82y2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udLJXw82y2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udLJXw82y2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udLJXw82y2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udLJXw82y2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udLJXw82y2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udLJXw82y2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udLJXw82y2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udLJXw82y2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udLJXw82y2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udLJXw82y2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udLJXw82y2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-udLJXw82y2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udLJXw82y2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udLJXw82y2 .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-udLJXw82y2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-udLJXw82y2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udLJXw82y2 .dropdown-item.active,
.cid-udLJXw82y2 .dropdown-item:active {
  background-color: transparent;
}
.cid-udLJXw82y2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-udLJXw82y2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udLJXw82y2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udLJXw82y2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udLJXw82y2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udLJXw82y2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udLJXw82y2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f3e9;
  background: #90f188;
}
.cid-udLJXw82y2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-udLJXw82y2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udLJXw82y2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udLJXw82y2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udLJXw82y2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udLJXw82y2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udLJXw82y2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udLJXw82y2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udLJXw82y2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udLJXw82y2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udLJXw82y2 .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-udLJXw82y2 .navbar {
    height: 70px;
  }
  .cid-udLJXw82y2 .navbar.opened {
    height: auto;
  }
  .cid-udLJXw82y2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udLJXw82y2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-udLJXw82y2 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-udLJXw82y2 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udLJXw82y2 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-udLJXw82y2 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-udLJXw82y2 .navbar-caption:hover {
  color: #b84358;
}
@media (min-width: 992px) {
  .cid-udLJXw82y2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udLJXw82y2 .text_widget {
  margin-bottom: 32px;
}
.cid-udLJXw82y2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udLJXw82y2 .text_widget a:hover,
.cid-udLJXw82y2 .text_widget a:focus {
  opacity: .8;
}
.cid-udLJXw82y2 .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-udLJXw82y2 .navbar-caption {
  color: #0f1d07;
}
.cid-udLJXw82y2 .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-udLJXw82y2 .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udLJXw82y2 .navigation-wrapper {
    display: block;
  }
}
.cid-udLJXw82y2 .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-udLJXw82y2 .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-udLJXw82y2 .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-udLJXw82y2 .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-udLJXw82y2 .mbr-section-subtitle,
.cid-udLJXw82y2 .text_widget,
.cid-udLJXw82y2 .mbr-section-btn {
  text-align: center;
}
.cid-udLJXw82y2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udLJXxRAhv {
  background-image: url("../../../assets/images/mortgage-calculators-2-539x342.jpg");
}
.cid-udLJXxRAhv .mbr-fallback-image.disabled {
  display: none;
}
.cid-udLJXxRAhv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udLJXxRAhv .container {
  max-width: 900px;
}
.cid-udLJXxRAhv .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-udLJXxRAhv .item-container {
  width: 100%;
}
.cid-udLJXxRAhv .mbr-section-title {
  color: #192732;
}
@media (max-width: 991px) {
  .cid-udLJXxRAhv .mbr-section-title {
    text-align: center !important;
  }
}
.cid-udLJXxRAhv .mbr-text {
  color: #BF9341;
  margin-top: 8px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-udLJXxRAhv .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-udLJXxRAhv .item-container-2 {
  padding-left: 56px;
}
@media (max-width: 991px) {
  .cid-udLJXxRAhv .item-container-2 {
    padding-left: 0;
  }
}
.cid-udLJXxRAhv .mbr-section-title-1 {
  color: #c49e4b;
}
.cid-udLJXxRAhv .mbr-section-title-2 {
  color: #c49e4b;
}
.cid-udLJXxRAhv .mbr-section-title-4 {
  color: #c49e4b;
}
.cid-udLJXExjxl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-udLJXExjxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-udLJXExjxl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udLJXExjxl .row {
  justify-content: left;
}
.cid-udLJXExjxl .main-col {
  display: flex;
}
.cid-udLJXExjxl .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-udLJXExjxl .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-udLJXExjxl .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-udLJXExjxl .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-udLJXHR333 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-udLJXHR333 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udLJXHR333 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udLJXHR333 .row {
  justify-content: left;
}
.cid-udLJXHR333 .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-udLJXHR333 .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-udLJXHR333 .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-udLJXHR333 .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-udLJXHR333 .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-udLJXHR333 .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-udLJXHR333 .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-udLJXHR333 .point-frame-1 {
  top: 19px;
}
.cid-udLJXHR333 .point-frame-2 {
  bottom: 19px;
}
.cid-udLJXHR333 .title-container {
  width: 60%;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-udLJXHR333 .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-udLJXHR333 .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-udLJXHR333 .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-udLJXHR333 .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-udLJXHR333 .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-udLJXHR333 .item-container {
  width: 100%;
}
.cid-udLJXHR333 .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-udLJXHR333 .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-udLJXHR333 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-udLJXHR333 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-udLJXJnEhO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #bf9341;
}
.cid-udLJXJnEhO .mbr-fallback-image.disabled {
  display: none;
}
.cid-udLJXJnEhO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udLJXJnEhO .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-udLJXJnEhO .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-udLJXJnEhO .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udLJXJnEhO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udLJXJnEhO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udLJXJnEhO .content-head {
  max-width: 800px;
}
.cid-udLJXJnEhO .mbr-section-title {
  color: #000000;
}
.cid-udLJXL7OjI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-udLJXL7OjI .container {
  max-width: 1600px;
}
.cid-udLJXL7OjI .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-udLJXL7OjI .media-container-row .mbr-text {
  color: #bf9341;
}
.cid-ury1hbNZ3t {
  background-color: transparent;
}
.cid-ury1hbNZ3t .navbar-dropdown {
  background-color: #f3f3e9 !important;
  padding: 0;
}
.cid-ury1hbNZ3t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f3e9 !important;
  background: #f3f3e9;
}
.cid-ury1hbNZ3t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ury1hbNZ3t .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ury1hbNZ3t .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ury1hbNZ3t .menu_box .navbar.opened,
  .cid-ury1hbNZ3t .menu_box .navbar-collapse {
    background-color: #f3f3e9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ury1hbNZ3t .navbar-dropdown {
  position: relative !important;
}
.cid-ury1hbNZ3t .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ury1hbNZ3t .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ury1hbNZ3t .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ury1hbNZ3t .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ury1hbNZ3t .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ury1hbNZ3t .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-ury1hbNZ3t .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ury1hbNZ3t .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ury1hbNZ3t .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ury1hbNZ3t .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ury1hbNZ3t .offcanvas-body .mbr-text,
  .cid-ury1hbNZ3t .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ury1hbNZ3t .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ury1hbNZ3t .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ury1hbNZ3t .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-ury1hbNZ3t .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ury1hbNZ3t .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ury1hbNZ3t .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ury1hbNZ3t .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ury1hbNZ3t ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ury1hbNZ3t .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ury1hbNZ3t .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-ury1hbNZ3t .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ury1hbNZ3t li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ury1hbNZ3t .lg_brand {
    margin: 0 1rem;
  }
  .cid-ury1hbNZ3t .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ury1hbNZ3t .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-ury1hbNZ3t .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-ury1hbNZ3t .nav-item {
    margin: 0 !important;
  }
}
.cid-ury1hbNZ3t .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-ury1hbNZ3t .nav-item .nav-link:hover,
.cid-ury1hbNZ3t .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #90f188 !important;
}
.cid-ury1hbNZ3t .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ury1hbNZ3t .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ury1hbNZ3t .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ury1hbNZ3t .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ury1hbNZ3t .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-ury1hbNZ3t .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ury1hbNZ3t .offcanvas_box {
    display: none;
  }
}
.cid-ury1hbNZ3t .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ury1hbNZ3t .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ury1hbNZ3t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ury1hbNZ3t .container {
  display: flex;
  margin: auto;
}
.cid-ury1hbNZ3t .iconfont-wrapper {
  color: #0f1d07;
  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-ury1hbNZ3t .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ury1hbNZ3t .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ury1hbNZ3t .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ury1hbNZ3t .navbar-nav {
    margin: 0;
  }
}
.cid-ury1hbNZ3t .dropdown-menu,
.cid-ury1hbNZ3t .navbar.opened {
  background-color: false !important;
}
.cid-ury1hbNZ3t .nav-item:focus,
.cid-ury1hbNZ3t .nav-link:focus {
  outline: none;
}
.cid-ury1hbNZ3t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ury1hbNZ3t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ury1hbNZ3t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ury1hbNZ3t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ury1hbNZ3t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ury1hbNZ3t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ury1hbNZ3t .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ury1hbNZ3t .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ury1hbNZ3t .navbar.opened {
  transition: all 0.3s;
}
.cid-ury1hbNZ3t .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ury1hbNZ3t .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ury1hbNZ3t .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-ury1hbNZ3t .navbar.collapsed {
  justify-content: center;
}
.cid-ury1hbNZ3t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ury1hbNZ3t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ury1hbNZ3t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ury1hbNZ3t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ury1hbNZ3t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ury1hbNZ3t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ury1hbNZ3t .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ury1hbNZ3t .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ury1hbNZ3t .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ury1hbNZ3t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ury1hbNZ3t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ury1hbNZ3t .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ury1hbNZ3t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ury1hbNZ3t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ury1hbNZ3t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ury1hbNZ3t .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ury1hbNZ3t .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ury1hbNZ3t .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ury1hbNZ3t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ury1hbNZ3t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ury1hbNZ3t .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ury1hbNZ3t .navbar.navbar-short {
  min-height: 60px;
}
.cid-ury1hbNZ3t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ury1hbNZ3t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ury1hbNZ3t .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-ury1hbNZ3t .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-ury1hbNZ3t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ury1hbNZ3t .dropdown-item.active,
.cid-ury1hbNZ3t .dropdown-item:active {
  background-color: transparent;
}
.cid-ury1hbNZ3t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-ury1hbNZ3t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ury1hbNZ3t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ury1hbNZ3t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ury1hbNZ3t ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ury1hbNZ3t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ury1hbNZ3t button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f3e9;
  background: #90f188;
}
.cid-ury1hbNZ3t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-ury1hbNZ3t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ury1hbNZ3t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ury1hbNZ3t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ury1hbNZ3t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ury1hbNZ3t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ury1hbNZ3t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ury1hbNZ3t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ury1hbNZ3t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ury1hbNZ3t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ury1hbNZ3t .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-ury1hbNZ3t .navbar {
    height: 70px;
  }
  .cid-ury1hbNZ3t .navbar.opened {
    height: auto;
  }
  .cid-ury1hbNZ3t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ury1hbNZ3t .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ury1hbNZ3t .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-ury1hbNZ3t .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ury1hbNZ3t .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ury1hbNZ3t .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-ury1hbNZ3t .navbar-caption:hover {
  color: #b84358;
}
@media (min-width: 992px) {
  .cid-ury1hbNZ3t .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ury1hbNZ3t .text_widget {
  margin-bottom: 32px;
}
.cid-ury1hbNZ3t .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ury1hbNZ3t .text_widget a:hover,
.cid-ury1hbNZ3t .text_widget a:focus {
  opacity: .8;
}
.cid-ury1hbNZ3t .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-ury1hbNZ3t .navbar-caption {
  color: #0f1d07;
}
.cid-ury1hbNZ3t .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-ury1hbNZ3t .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ury1hbNZ3t .navigation-wrapper {
    display: block;
  }
}
.cid-ury1hbNZ3t .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-ury1hbNZ3t .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-ury1hbNZ3t .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-ury1hbNZ3t .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-ury1hbNZ3t .mbr-section-subtitle,
.cid-ury1hbNZ3t .text_widget,
.cid-ury1hbNZ3t .mbr-section-btn {
  text-align: center;
}
.cid-ury1hbNZ3t a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ury1hdf66S {
  background-image: url("../../../assets/images/real-estate-agent-showing-house-1030x573.jpg");
}
.cid-ury1hdf66S .mbr-fallback-image.disabled {
  display: none;
}
.cid-ury1hdf66S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ury1hdf66S .container {
  max-width: 900px;
}
.cid-ury1hdf66S .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-ury1hdf66S .item-container {
  width: 100%;
}
.cid-ury1hdf66S .mbr-section-title {
  color: #192732;
}
@media (max-width: 991px) {
  .cid-ury1hdf66S .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ury1hdf66S .mbr-text {
  color: #BF9341;
  margin-top: 8px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ury1hdf66S .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-ury1hdf66S .item-container-2 {
  padding-left: 56px;
}
@media (max-width: 991px) {
  .cid-ury1hdf66S .item-container-2 {
    padding-left: 0;
  }
}
.cid-ury1hdf66S .mbr-section-title-1 {
  color: #c49e4b;
}
.cid-ury1hdf66S .mbr-section-title-2 {
  color: #c49e4b;
}
.cid-ury1hdf66S .mbr-section-title-4 {
  color: #c49e4b;
}
.cid-ury1hen8EI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-ury1hen8EI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ury1hen8EI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ury1hen8EI .row {
  justify-content: left;
}
.cid-ury1hen8EI .main-col {
  display: flex;
}
.cid-ury1hen8EI .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-ury1hen8EI .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-ury1hen8EI .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-ury1hen8EI .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-ury1hf9dsQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-ury1hf9dsQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ury1hf9dsQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ury1hf9dsQ .row {
  justify-content: left;
}
.cid-ury1hf9dsQ .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-ury1hf9dsQ .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-ury1hf9dsQ .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-ury1hf9dsQ .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-ury1hf9dsQ .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-ury1hf9dsQ .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-ury1hf9dsQ .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-ury1hf9dsQ .point-frame-1 {
  top: 19px;
}
.cid-ury1hf9dsQ .point-frame-2 {
  bottom: 19px;
}
.cid-ury1hf9dsQ .title-container {
  width: 60%;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-ury1hf9dsQ .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-ury1hf9dsQ .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-ury1hf9dsQ .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-ury1hf9dsQ .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-ury1hf9dsQ .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-ury1hf9dsQ .item-container {
  width: 100%;
}
.cid-ury1hf9dsQ .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-ury1hf9dsQ .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ury1hf9dsQ .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-ury1hf9dsQ .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ury1hfYbbn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #bf9341;
}
.cid-ury1hfYbbn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ury1hfYbbn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ury1hfYbbn .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-ury1hfYbbn .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ury1hfYbbn .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ury1hfYbbn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ury1hfYbbn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ury1hfYbbn .content-head {
  max-width: 800px;
}
.cid-ury1hfYbbn .mbr-section-title {
  color: #000000;
}
.cid-ury1hgRv8H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ury1hgRv8H .container {
  max-width: 1600px;
}
.cid-ury1hgRv8H .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ury1hgRv8H .media-container-row .mbr-text {
  color: #bf9341;
}
.cid-ury1KGaA7Q {
  background-color: transparent;
}
.cid-ury1KGaA7Q .navbar-dropdown {
  background-color: #f3f3e9 !important;
  padding: 0;
}
.cid-ury1KGaA7Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f3e9 !important;
  background: #f3f3e9;
}
.cid-ury1KGaA7Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ury1KGaA7Q .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ury1KGaA7Q .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ury1KGaA7Q .menu_box .navbar.opened,
  .cid-ury1KGaA7Q .menu_box .navbar-collapse {
    background-color: #f3f3e9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ury1KGaA7Q .navbar-dropdown {
  position: relative !important;
}
.cid-ury1KGaA7Q .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ury1KGaA7Q .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ury1KGaA7Q .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ury1KGaA7Q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ury1KGaA7Q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ury1KGaA7Q .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-ury1KGaA7Q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ury1KGaA7Q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ury1KGaA7Q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ury1KGaA7Q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ury1KGaA7Q .offcanvas-body .mbr-text,
  .cid-ury1KGaA7Q .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ury1KGaA7Q .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ury1KGaA7Q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ury1KGaA7Q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-ury1KGaA7Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ury1KGaA7Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ury1KGaA7Q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ury1KGaA7Q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ury1KGaA7Q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ury1KGaA7Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ury1KGaA7Q .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-ury1KGaA7Q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ury1KGaA7Q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ury1KGaA7Q .lg_brand {
    margin: 0 1rem;
  }
  .cid-ury1KGaA7Q .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ury1KGaA7Q .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-ury1KGaA7Q .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-ury1KGaA7Q .nav-item {
    margin: 0 !important;
  }
}
.cid-ury1KGaA7Q .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-ury1KGaA7Q .nav-item .nav-link:hover,
.cid-ury1KGaA7Q .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #90f188 !important;
}
.cid-ury1KGaA7Q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ury1KGaA7Q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ury1KGaA7Q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ury1KGaA7Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ury1KGaA7Q .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-ury1KGaA7Q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ury1KGaA7Q .offcanvas_box {
    display: none;
  }
}
.cid-ury1KGaA7Q .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ury1KGaA7Q .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ury1KGaA7Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ury1KGaA7Q .container {
  display: flex;
  margin: auto;
}
.cid-ury1KGaA7Q .iconfont-wrapper {
  color: #0f1d07;
  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-ury1KGaA7Q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ury1KGaA7Q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ury1KGaA7Q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ury1KGaA7Q .navbar-nav {
    margin: 0;
  }
}
.cid-ury1KGaA7Q .dropdown-menu,
.cid-ury1KGaA7Q .navbar.opened {
  background-color: false !important;
}
.cid-ury1KGaA7Q .nav-item:focus,
.cid-ury1KGaA7Q .nav-link:focus {
  outline: none;
}
.cid-ury1KGaA7Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ury1KGaA7Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ury1KGaA7Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ury1KGaA7Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ury1KGaA7Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ury1KGaA7Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ury1KGaA7Q .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ury1KGaA7Q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ury1KGaA7Q .navbar.opened {
  transition: all 0.3s;
}
.cid-ury1KGaA7Q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ury1KGaA7Q .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ury1KGaA7Q .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-ury1KGaA7Q .navbar.collapsed {
  justify-content: center;
}
.cid-ury1KGaA7Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ury1KGaA7Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ury1KGaA7Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ury1KGaA7Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ury1KGaA7Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ury1KGaA7Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ury1KGaA7Q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ury1KGaA7Q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ury1KGaA7Q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ury1KGaA7Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ury1KGaA7Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ury1KGaA7Q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ury1KGaA7Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ury1KGaA7Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ury1KGaA7Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ury1KGaA7Q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ury1KGaA7Q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ury1KGaA7Q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ury1KGaA7Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ury1KGaA7Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ury1KGaA7Q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ury1KGaA7Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-ury1KGaA7Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ury1KGaA7Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ury1KGaA7Q .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-ury1KGaA7Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-ury1KGaA7Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ury1KGaA7Q .dropdown-item.active,
.cid-ury1KGaA7Q .dropdown-item:active {
  background-color: transparent;
}
.cid-ury1KGaA7Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-ury1KGaA7Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ury1KGaA7Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ury1KGaA7Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ury1KGaA7Q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ury1KGaA7Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ury1KGaA7Q button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f3e9;
  background: #90f188;
}
.cid-ury1KGaA7Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-ury1KGaA7Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ury1KGaA7Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ury1KGaA7Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ury1KGaA7Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ury1KGaA7Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ury1KGaA7Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ury1KGaA7Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ury1KGaA7Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ury1KGaA7Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ury1KGaA7Q .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-ury1KGaA7Q .navbar {
    height: 70px;
  }
  .cid-ury1KGaA7Q .navbar.opened {
    height: auto;
  }
  .cid-ury1KGaA7Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ury1KGaA7Q .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ury1KGaA7Q .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-ury1KGaA7Q .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ury1KGaA7Q .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ury1KGaA7Q .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-ury1KGaA7Q .navbar-caption:hover {
  color: #b84358;
}
@media (min-width: 992px) {
  .cid-ury1KGaA7Q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ury1KGaA7Q .text_widget {
  margin-bottom: 32px;
}
.cid-ury1KGaA7Q .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ury1KGaA7Q .text_widget a:hover,
.cid-ury1KGaA7Q .text_widget a:focus {
  opacity: .8;
}
.cid-ury1KGaA7Q .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-ury1KGaA7Q .navbar-caption {
  color: #0f1d07;
}
.cid-ury1KGaA7Q .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-ury1KGaA7Q .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ury1KGaA7Q .navigation-wrapper {
    display: block;
  }
}
.cid-ury1KGaA7Q .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-ury1KGaA7Q .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-ury1KGaA7Q .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-ury1KGaA7Q .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-ury1KGaA7Q .mbr-section-subtitle,
.cid-ury1KGaA7Q .text_widget,
.cid-ury1KGaA7Q .mbr-section-btn {
  text-align: center;
}
.cid-ury1KGaA7Q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ury1KHHtEo {
  background-image: url("../../../assets/images/group-8-1-610x431.png");
}
.cid-ury1KHHtEo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ury1KHHtEo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ury1KHHtEo .container {
  max-width: 900px;
}
.cid-ury1KHHtEo .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-ury1KHHtEo .item-container {
  width: 100%;
}
.cid-ury1KHHtEo .mbr-section-title {
  color: #192732;
}
@media (max-width: 991px) {
  .cid-ury1KHHtEo .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ury1KHHtEo .mbr-text {
  color: #BF9341;
  margin-top: 8px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ury1KHHtEo .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-ury1KHHtEo .item-container-2 {
  padding-left: 56px;
}
@media (max-width: 991px) {
  .cid-ury1KHHtEo .item-container-2 {
    padding-left: 0;
  }
}
.cid-ury1KHHtEo .mbr-section-title-1 {
  color: #c49e4b;
}
.cid-ury1KHHtEo .mbr-section-title-2 {
  color: #c49e4b;
}
.cid-ury1KHHtEo .mbr-section-title-4 {
  color: #c49e4b;
}
.cid-ury1KINt9K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-ury1KINt9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-ury1KINt9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ury1KINt9K .row {
  justify-content: left;
}
.cid-ury1KINt9K .main-col {
  display: flex;
}
.cid-ury1KINt9K .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-ury1KINt9K .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-ury1KINt9K .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-ury1KINt9K .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-ury1KJKvVC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-ury1KJKvVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ury1KJKvVC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ury1KJKvVC .row {
  justify-content: left;
}
.cid-ury1KJKvVC .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-ury1KJKvVC .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-ury1KJKvVC .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-ury1KJKvVC .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-ury1KJKvVC .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-ury1KJKvVC .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-ury1KJKvVC .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-ury1KJKvVC .point-frame-1 {
  top: 19px;
}
.cid-ury1KJKvVC .point-frame-2 {
  bottom: 19px;
}
.cid-ury1KJKvVC .title-container {
  width: 60%;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-ury1KJKvVC .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-ury1KJKvVC .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-ury1KJKvVC .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-ury1KJKvVC .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-ury1KJKvVC .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-ury1KJKvVC .item-container {
  width: 100%;
}
.cid-ury1KJKvVC .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-ury1KJKvVC .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ury1KJKvVC .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-ury1KJKvVC .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ury1KKsbbN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #bf9341;
}
.cid-ury1KKsbbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ury1KKsbbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ury1KKsbbN .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-ury1KKsbbN .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ury1KKsbbN .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ury1KKsbbN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ury1KKsbbN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ury1KKsbbN .content-head {
  max-width: 800px;
}
.cid-ury1KKsbbN .mbr-section-title {
  color: #000000;
}
.cid-ury1KLkhkf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ury1KLkhkf .container {
  max-width: 1600px;
}
.cid-ury1KLkhkf .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ury1KLkhkf .media-container-row .mbr-text {
  color: #bf9341;
}
