.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #e6f5f9;
}
body {
  font-family: Source Serif 4;
}
.display-1 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d1ab91 !important;
}
.bg-success {
  background-color: #bd9679 !important;
}
.bg-info {
  background-color: #c8b99f !important;
}
.bg-warning {
  background-color: #d1b089 !important;
}
.bg-danger {
  background-color: #645600 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d1ab91 !important;
  border-color: #d1ab91 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e0c6b5 !important;
  border-color: #e0c6b5 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e0c6b5 !important;
  border-color: #e0c6b5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dfdbd8 !important;
  border-color: #dfdbd8 !important;
  color: #655b53 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f6f5f4 !important;
  border-color: #f6f5f4 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #655b53 !important;
  background-color: #f6f5f4 !important;
  border-color: #f6f5f4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #c8b99f !important;
  border-color: #c8b99f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #dbd1bf !important;
  border-color: #dbd1bf !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #dbd1bf !important;
  border-color: #dbd1bf !important;
}
.btn-success,
.btn-success:active {
  background-color: #bd9679 !important;
  border-color: #bd9679 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ceb19b !important;
  border-color: #ceb19b !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ceb19b !important;
  border-color: #ceb19b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d1b089 !important;
  border-color: #d1b089 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #dfc9ae !important;
  border-color: #dfc9ae !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #dfc9ae !important;
  border-color: #dfc9ae !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #645600 !important;
  border-color: #645600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #978200 !important;
  border-color: #978200 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #978200 !important;
  border-color: #978200 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d1ab91;
  color: #d1ab91;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b77c54 !important;
  background-color: transparent !important;
  border-color: #b77c54 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d1ab91 !important;
  border-color: #d1ab91 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #dfdbd8;
  color: #dfdbd8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b8afa8 !important;
  background-color: transparent !important;
  border-color: #b8afa8 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #655b53 !important;
  background-color: #dfdbd8 !important;
  border-color: #dfdbd8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #c8b99f;
  color: #c8b99f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a89168 !important;
  background-color: transparent !important;
  border-color: #a89168 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c8b99f !important;
  border-color: #c8b99f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #bd9679;
  color: #bd9679;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #966a4a !important;
  background-color: transparent !important;
  border-color: #966a4a !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bd9679 !important;
  border-color: #bd9679 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d1b089;
  color: #d1b089;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b9864b !important;
  background-color: transparent !important;
  border-color: #b9864b !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d1b089 !important;
  border-color: #d1b089 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #645600;
  color: #645600;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0d0b00 !important;
  background-color: transparent !important;
  border-color: #0d0b00 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #645600 !important;
  border-color: #645600 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d1ab91 !important;
}
.text-secondary {
  color: #dfdbd8 !important;
}
.text-success {
  color: #bd9679 !important;
}
.text-info {
  color: #c8b99f !important;
}
.text-warning {
  color: #d1b089 !important;
}
.text-danger {
  color: #645600 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b2744a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b1a7a0 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8b6345 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a38a5e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b07e44 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #d1ab91;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c8b99f;
}
.alert-warning {
  background-color: #d1b089;
}
.alert-danger {
  background-color: #645600;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d1ab91;
  border-color: #d1ab91;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d1ab91;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e7d9ce;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f6f4f0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e3c400;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d1ab91 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #d1ab91;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d1ab91;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d1ab91;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d1ab91;
  border-bottom-color: #d1ab91;
}
.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: #000000 !important;
  background-color: #d1ab91 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #dfdbd8 !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='%23d1ab91' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uz97re0nEN {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uz97re0nEN .shadow-section {
  padding: 20px !important;
  background-color: #f9f9f9 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3) !important;
  border-radius: 8px !important;
}
.cid-uz97re0nEN .imgst {
  border-radius: 0rem !important;
}
.cid-uz97re0nEN .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: center;
  position: fixed;
}
.cid-uz97re0nEN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uz97re0nEN .nav-item,
.cid-uz97re0nEN .nav-link,
.cid-uz97re0nEN .navbar-caption {
  font-weight: normal;
}
.cid-uz97re0nEN .nav-item:focus,
.cid-uz97re0nEN .nav-link:focus {
  outline: none;
}
.cid-uz97re0nEN .wrapper {
  width: 100%;
  max-width: 1260px;
}
@media (min-width: 992px) {
  .cid-uz97re0nEN .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uz97re0nEN .wrapper {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uz97re0nEN .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cid-uz97re0nEN .menu-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-uz97re0nEN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uz97re0nEN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz97re0nEN .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uz97re0nEN .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uz97re0nEN .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uz97re0nEN .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uz97re0nEN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz97re0nEN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz97re0nEN .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uz97re0nEN .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uz97re0nEN .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uz97re0nEN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uz97re0nEN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz97re0nEN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz97re0nEN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 4.1rem);
  }
}
.cid-uz97re0nEN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uz97re0nEN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz97re0nEN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz97re0nEN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uz97re0nEN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz97re0nEN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz97re0nEN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz97re0nEN .navbar .wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-uz97re0nEN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz97re0nEN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz97re0nEN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uz97re0nEN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz97re0nEN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz97re0nEN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uz97re0nEN .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uz97re0nEN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz97re0nEN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz97re0nEN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uz97re0nEN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uz97re0nEN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz97re0nEN .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uz97re0nEN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uz97re0nEN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uz97re0nEN .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz97re0nEN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz97re0nEN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz97re0nEN .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uz97re0nEN .dropdown-item.active,
.cid-uz97re0nEN .dropdown-item:active {
  background-color: transparent;
}
.cid-uz97re0nEN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Source Serif 4', sans-serif;
  font-weight: 700;
}
.cid-uz97re0nEN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz97re0nEN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz97re0nEN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uz97re0nEN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz97re0nEN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz97re0nEN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uz97re0nEN .navbar-buttons {
  text-align: center;
}
.cid-uz97re0nEN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uz97re0nEN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #132c70;
}
.cid-uz97re0nEN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz97re0nEN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz97re0nEN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz97re0nEN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz97re0nEN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz97re0nEN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz97re0nEN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz97re0nEN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz97re0nEN a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uz97re0nEN .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #132c70;
  display: inline-flex;
}
.cid-uz97re0nEN .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uz97re0nEN .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uz97re0nEN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uz97re0nEN a.nav-link,
.cid-uz97re0nEN a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uz97re0nEN a.nav-link .mbr-iconfont-btn,
.cid-uz97re0nEN a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uz97re0nEN a.nav-link:hover .mbr-iconfont-btn,
.cid-uz97re0nEN a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uz97re0nEN a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz97re0nEN .navbar {
    height: 77px;
  }
  .cid-uz97re0nEN .navbar.opened {
    height: auto;
  }
  .cid-uz97re0nEN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz97re0nEN .logo-link {
  color: #132c70;
}
.cid-uz97re0nEN .mbr-section-btn {
  margin: 0;
}
.cid-uz8QJoRLSm {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 9rem;
}
@media (min-width: 768px) {
  .cid-uz8QJoRLSm {
    align-items: flex-end;
  }
  .cid-uz8QJoRLSm .row {
    justify-content: flex-start;
  }
  .cid-uz8QJoRLSm .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uz8QJoRLSm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uz8QJoRLSm {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uz8QJoRLSm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uz8QJoRLSm .content-wrap {
    width: 100%;
  }
}
.cid-uz8QJoRLSm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz8QJoRLSm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uz8QJoRLSm .mbr-section-title,
.cid-uz8QJoRLSm .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uz8QJoRLSm .mbr-text,
.cid-uz8QJoRLSm .mbr-section-btn {
  text-align: left;
}
.cid-uza3dPxTIn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cbbca3;
}
.cid-uza3dPxTIn .mbr-iconfont {
  font-size: 4rem;
  color: #d1ab91;
  min-width: 100px;
  margin-bottom: 2rem;
  display: block;
  background: -webkit-linear-gradient(#d1ab91, #dfdbd8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uza3dPxTIn .card-wrapper {
  background-color: #ffffff;
  padding: 1rem;
  transition: all 0.3s;
}
.cid-uza3dPxTIn .card-wrapper:hover {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.cid-uza3dPxTIn .card-box {
  border: 1px solid transparent;
  padding: 2rem 1rem;
  transition: all 0.3s;
}
.cid-uza3dPxTIn .card-title {
  position: relative;
  cursor: pointer;
  color: #000000;
}
.cid-uza3dPxTIn .card {
  overflow: visible;
}
.cid-uza3dPxTIn .card:hover {
  cursor: pointer;
}
.cid-uza3dPxTIn .card:hover .card-box {
  border: 1px solid #f3f3f3;
}
.cid-uza3dPxTIn .card-title,
.cid-uza3dPxTIn .card-box {
  text-align: center;
}
.cid-uza3dPxTIn .card-text {
  color: #999999;
  text-align: center;
}
.cid-uza3dPxTIn .link {
  color: #999999;
  letter-spacing: 1px;
}
.cid-uza3dPxTIn .margemcard {
  margin-top: -150px;
}
@media (max-width: 992px) {
  .cid-uza3dPxTIn .card {
    margin-bottom: 2rem;
  }
  .cid-uza3dPxTIn .margemcard {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .cid-uza3dPxTIn .card-box {
    border: 1px solid #f3f3f3;
  }
  .cid-uza3dPxTIn .margemcard {
    margin-top: 0px;
  }
}
.cid-uza3dPxTIn .main-subtitle {
  color: #999999;
}
.cid-uza3dPxTIn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uza3dPxTIn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz8QJoRa1F {
  display: flex;
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #cbbca3;
}
.cid-uz8QJoRa1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz8QJoRa1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uz8QJoRa1F {
    align-items: center;
  }
  .cid-uz8QJoRa1F .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uz8QJoRa1F .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uz8QJoRa1F {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uz8QJoRa1F .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uz8QJoRa1F .content-wrap {
    width: 100%;
    max-width: 800px;
  }
}
.cid-uz8QJoRa1F .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-uz8QJoRa1F .mbr-text,
.cid-uz8QJoRa1F .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uz8QJoRsL4 {
  background-image: url("../../../assets/images/foto-homepage-2000x1500.webp");
  overflow: hidden;
}
.cid-uG5DIsHnM0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG5DIsHnM0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG5DIsHnM0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG4BLSzgkC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uG4BLSzgkC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG4BLSzgkC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG4BLSzgkC .mbr-iconfont {
  color: #bd9679;
  font-size: 5rem;
  width: 5rem;
}
.cid-uG4BLSzgkC .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-uG4BMXwuQY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uG4BMXwuQY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG4BMXwuQY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG4BMXwuQY .mbr-iconfont {
  color: #bd9679;
  font-size: 5rem;
  width: 5rem;
}
.cid-uG4BMXwuQY .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-uG4BNSryCO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uG4BNSryCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG4BNSryCO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG4BNSryCO .mbr-iconfont {
  color: #bd9679;
  font-size: 5rem;
  width: 5rem;
}
.cid-uG4BNSryCO .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-uG4BNSryCO .borda-dourada {
  font-size: 24px;
  text-align: -webkit-center;
  justify-content: center;
  align-items: center;
  color: #333;
  padding: 20px;
  margin: 50px auto;
  width: 80%;
  position: relative;
}
.cid-uG4BNSryCO .borda-dourada::after {
  content: "";
  display: block;
  width: 75%;
  height: 3px;
  background: linear-gradient(90deg, #d1b089, #d1ab91, #d1b089);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  position: relative;
  bottom: 0;
  left: 0;
}
.cid-uB5iJuRUno {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uB5iJuRUno .impo {
  color: #d1a459;
}
.cid-uB5iJuRUno .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uB5iJuRUno img,
.cid-uB5iJuRUno .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uB5iJuRUno .item:focus,
.cid-uB5iJuRUno span:focus {
  outline: none;
}
.cid-uB5iJuRUno .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uB5iJuRUno .item {
    margin-bottom: 1rem;
  }
}
.cid-uB5iJuRUno .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uB5iJuRUno .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uB5iJuRUno .mbr-section-title {
  color: #232323;
}
.cid-uB5iJuRUno .mbr-text,
.cid-uB5iJuRUno .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-uB5iJuRUno .item-title {
  color: #232323;
  text-align: center;
}
.cid-uB5iJuRUno .content-head {
  max-width: 800px;
}
.cid-uG4FhnOCnh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uG4FhnOCnh .impo {
  color: #d1a459;
}
.cid-uG4FhnOCnh .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uG4FhnOCnh img,
.cid-uG4FhnOCnh .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uG4FhnOCnh .item:focus,
.cid-uG4FhnOCnh span:focus {
  outline: none;
}
.cid-uG4FhnOCnh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uG4FhnOCnh .item {
    margin-bottom: 1rem;
  }
}
.cid-uG4FhnOCnh .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uG4FhnOCnh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uG4FhnOCnh .mbr-section-title {
  color: #232323;
}
.cid-uG4FhnOCnh .mbr-text,
.cid-uG4FhnOCnh .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-uG4FhnOCnh .item-title {
  color: #232323;
  text-align: center;
}
.cid-uG4FhnOCnh .content-head {
  max-width: 800px;
}
.cid-uG4Qu2S6oR {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/4.webp");
}
.cid-uG4Qu2S6oR .title_block {
  margin-bottom: 80px;
}
.cid-uG4Qu2S6oR .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #d1ab91;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uG4Qu2S6oR .mbr-section-title {
  color: #000000;
}
.cid-uG4Qu2S6oR .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #dfdbd8;
}
.cid-uG4Qu2S6oR .item {
  padding-bottom: 2rem;
}
.cid-uG4Qu2S6oR .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-uG4Qu2S6oR .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uG4Qu2S6oR .item-wrapper {
  position: relative;
}
.cid-uG4Qu2S6oR .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-uG4Qu2S6oR .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uG4Qu2S6oR .item-wrapper:hover .mbr-item-subtitle a {
  color: #d1ab91 !important;
}
.cid-uG4Qu2S6oR .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-uG4Qu2S6oR .carousel-control,
.cid-uG4Qu2S6oR .close {
  background: #1b1b1b;
}
.cid-uG4Qu2S6oR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uG4Qu2S6oR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uG4Qu2S6oR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uG4Qu2S6oR .carousel-control-next span {
  margin-left: 5px;
}
.cid-uG4Qu2S6oR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uG4Qu2S6oR .close::before {
  content: '\e91a';
}
.cid-uG4Qu2S6oR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uG4Qu2S6oR .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uG4Qu2S6oR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uG4Qu2S6oR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uG4Qu2S6oR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uG4Qu2S6oR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uG4Qu2S6oR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uG4Qu2S6oR .carousel-indicators li.active,
.cid-uG4Qu2S6oR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uG4Qu2S6oR .carousel-indicators li::after,
.cid-uG4Qu2S6oR .carousel-indicators li::before {
  content: none;
}
.cid-uG4Qu2S6oR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uG4Qu2S6oR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uG4Qu2S6oR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uG4Qu2S6oR .carousel-indicators {
    display: none;
  }
}
.cid-uG4Qu2S6oR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uG4Qu2S6oR .carousel-inner > .active {
  display: block;
}
.cid-uG4Qu2S6oR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uG4Qu2S6oR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uG4Qu2S6oR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uG4Qu2S6oR .carousel-control,
  .cid-uG4Qu2S6oR .carousel-indicators,
  .cid-uG4Qu2S6oR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uG4Qu2S6oR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uG4Qu2S6oR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uG4Qu2S6oR .carousel-indicators .active,
.cid-uG4Qu2S6oR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uG4Qu2S6oR .carousel-indicators .active {
  background: #fff;
}
.cid-uG4Qu2S6oR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uG4Qu2S6oR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uG4Qu2S6oR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uG4Qu2S6oR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uG4Qu2S6oR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uG4Qu2S6oR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uG4Qu2S6oR .carousel {
  width: 100%;
}
.cid-uG4Qu2S6oR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uG4Qu2S6oR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uG4Qu2S6oR .modal.fade .modal-dialog,
.cid-uG4Qu2S6oR .modal.in .modal-dialog {
  transform: none;
}
.cid-uG4Qu2S6oR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uG4Qu2S6oR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG4Qu2S6oR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG5EFWPiLz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG5EFWPiLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG5EFWPiLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG4XHMsHYc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uG4XHMsHYc p {
  line-height: 1.6;
}
.cid-uG4XHMsHYc a.link {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.cid-uG4XHMsHYc .card-box {
  width: -webkit-fill-available;
}
.cid-uG4XHMsHYc .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-uG4XHMsHYc .card-img .img1 {
  color: #bd9679 !important;
}
.cid-uG4XHMsHYc .card-img .img2 {
  color: #d1ab91 !important;
}
.cid-uG4XHMsHYc .card-img .img3 {
  color: #d1ab91 !important;
}
.cid-uG4XHMsHYc .card-img .img4 {
  color: #d1ab91 !important;
}
.cid-uG4XHMsHYc .card-img .img5 {
  color: #d1ab91 !important;
}
.cid-uG4XHMsHYc .card-img .img6 {
  color: #d1ab91 !important;
}
.cid-uG4XHMsHYc .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uG4XHMsHYc .card-wrapper {
  display: flex;
  flex-direction: row;
  border-width: 2px !important;
  border: ridge;
  border-color: antiquewhite;
  margin-bottom: 5px;
}
.cid-uG4XHMsHYc .card {
  height: 100%;
  margin: auto;
}
.cid-uG4XHMsHYc img {
  width: 100%;
  heigth: auto;
}
.cid-uG4XHMsHYc .card-title1 {
  color: #bd9679;
  padding-bottom: 1px !important;
  margin-bottom: 0px;
}
.cid-uG4XHMsHYc .mbr-text1 {
  color: #716c80;
}
.cid-uG4XHMsHYc .card-title2 {
  color: #bd9679;
  padding-bottom: 1px !important;
  margin-bottom: 0px;
}
.cid-uG4XHMsHYc .mbr-text2 {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-uG4XHMsHYc .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-uG4XHMsHYc .card-img {
    order: 1;
  }
  .cid-uG4XHMsHYc .card-box {
    order: 2;
  }
}
.cid-uG4XHMsHYc .card-img {
  width: auto;
  align-self: center !important;
}
.cid-uG4XHMsHYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG4XHMsHYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz8QJoSuCS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbbca3;
}
.cid-uz8QJoSuCS .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uz8QJoSuCS .panel-group {
  border: none;
}
.cid-uz8QJoSuCS .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uz8QJoSuCS .card-header {
    padding: 0rem;
  }
}
.cid-uz8QJoSuCS .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uz8QJoSuCS .img-col {
  padding: 0;
}
.cid-uz8QJoSuCS .img-item {
  height: 100%;
}
.cid-uz8QJoSuCS img {
  height: 100%;
  object-fit: cover;
}
.cid-uz8QJoSuCS .collapsed span {
  transform: rotate(0deg);
}
.cid-uz8QJoSuCS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uz8QJoSuCS p {
  margin-bottom: 0.3rem;
}
.cid-uz8QJoSuCS .panel-title-edit {
  color: #000000;
}
.cid-uz8QJoSuCS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uz8QJoSuCS .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uz8QJoSuCS .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uz8QJoSuCS .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uz8QJoSuCS .panel-text {
  color: #000000;
}
.cid-uz8QJoSuCS .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uz8QJoSuCS .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uz8QJoSuCS .panel-title-edit,
.cid-uz8QJoSuCS .mbr-iconfont {
  color: #000000;
}
.cid-uG5FLPCJZl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uG5FLPCJZl h6 {
  line-height: 1.2;
}
.cid-uG5FLPCJZl img,
.cid-uG5FLPCJZl .item-img {
  width: 100%;
  height: 100%;
}
.cid-uG5FLPCJZl img {
  border-width: 2px !important;
  border: ridge;
  border-color: antiquewhite;
  margin-bottom: 3px;
}
.cid-uG5FLPCJZl .item:focus,
.cid-uG5FLPCJZl span:focus {
  outline: none;
}
.cid-uG5FLPCJZl .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uG5FLPCJZl .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uG5FLPCJZl .mbr-section-title {
  color: #000000;
}
.cid-uG5FLPCJZl .mbr-text,
.cid-uG5FLPCJZl .mbr-section-btn {
  color: #000000;
}
.cid-uG5FLPCJZl .item-title {
  color: #000000;
  text-align: center;
}
.cid-uG5FLPCJZl .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uG5FLPCJZl .item-text {
  color: #000000;
  text-align: center;
}
.cid-uG5FLPCJZl .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uG5FLPCJZl .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz8QJoSQDb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/4-766x511.webp");
}
.cid-uz8QJoSQDb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uz8QJoSQDb form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uz8QJoSQDb form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uz8QJoSQDb form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uz8QJoSQDb .content-head {
  max-width: 800px;
}
.cid-uG5K84yjd9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #cbbca3;
}
.cid-uG5K84yjd9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG5K84yjd9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG5K84yjd9 .container-fluid {
  max-width: 100%;
}
.cid-uG5K84yjd9 .mbr-section-head {
  margin-bottom: 45px;
}
.cid-uG5K84yjd9 .mbr-section-title {
  color: #9b8db7;
}
.cid-uG5K84yjd9 .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-uG5K84yjd9 .google-map {
  height: 650px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uG5K84yjd9 .google-map {
    max-height: 75vh;
  }
}
.cid-uG5K84yjd9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uG5K84yjd9 .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-uG5K84yjd9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uG5K84yjd9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uG5K66s0Uw {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #cbbca3;
}
.cid-uG5K66s0Uw img {
  border-radius: 0rem !important;
}
.cid-uG5K66s0Uw .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uG5K66s0Uw .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uG5K66s0Uw .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uG5K66s0Uw .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uG5K66s0Uw .row > div {
    margin: auto;
  }
}
.cid-uG5K66s0Uw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uG5K66s0Uw .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uG5K66s0Uw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uG5K66s0Uw .list {
    margin-bottom: 0rem;
  }
}
.cid-uG5K66s0Uw .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uG5K66s0Uw .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uG5K66s0Uw .row {
    display: grid;
  }
  .cid-uG5K66s0Uw .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uG5K66s0Uw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uG5K66s0Uw .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uG5K66s0Uw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uG5K66s0Uw .mbr-section-subtitle {
  color: #000000;
}
.cid-uG5K66s0Uw .copyright {
  color: #000000;
}
.cid-uG5K66s0Uw .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uG5K66s0Uw .social-wrap .soc-item a {
  display: block;
}
.cid-uG5K66s0Uw .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uG5K66s0Uw .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uG5K66s0Uw .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #c65108;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uB5ExSKnBQ {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uB5ExSKnBQ .shadow-section {
  padding: 20px !important;
  background-color: #f9f9f9 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3) !important;
  border-radius: 8px !important;
}
.cid-uB5ExSKnBQ .imgst {
  border-radius: 0rem !important;
}
.cid-uB5ExSKnBQ .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: center;
  position: fixed;
}
.cid-uB5ExSKnBQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uB5ExSKnBQ .nav-item,
.cid-uB5ExSKnBQ .nav-link,
.cid-uB5ExSKnBQ .navbar-caption {
  font-weight: normal;
}
.cid-uB5ExSKnBQ .nav-item:focus,
.cid-uB5ExSKnBQ .nav-link:focus {
  outline: none;
}
.cid-uB5ExSKnBQ .wrapper {
  width: 100%;
  max-width: 1260px;
}
@media (min-width: 992px) {
  .cid-uB5ExSKnBQ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uB5ExSKnBQ .wrapper {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uB5ExSKnBQ .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cid-uB5ExSKnBQ .menu-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-uB5ExSKnBQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uB5ExSKnBQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB5ExSKnBQ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uB5ExSKnBQ .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uB5ExSKnBQ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uB5ExSKnBQ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uB5ExSKnBQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB5ExSKnBQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB5ExSKnBQ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uB5ExSKnBQ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uB5ExSKnBQ .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uB5ExSKnBQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uB5ExSKnBQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB5ExSKnBQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB5ExSKnBQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 4.1rem);
  }
}
.cid-uB5ExSKnBQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uB5ExSKnBQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB5ExSKnBQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB5ExSKnBQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uB5ExSKnBQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB5ExSKnBQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB5ExSKnBQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB5ExSKnBQ .navbar .wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-uB5ExSKnBQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB5ExSKnBQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB5ExSKnBQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uB5ExSKnBQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB5ExSKnBQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB5ExSKnBQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uB5ExSKnBQ .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uB5ExSKnBQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB5ExSKnBQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB5ExSKnBQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uB5ExSKnBQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uB5ExSKnBQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB5ExSKnBQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uB5ExSKnBQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uB5ExSKnBQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uB5ExSKnBQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB5ExSKnBQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB5ExSKnBQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB5ExSKnBQ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uB5ExSKnBQ .dropdown-item.active,
.cid-uB5ExSKnBQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uB5ExSKnBQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Source Serif 4', sans-serif;
  font-weight: 700;
}
.cid-uB5ExSKnBQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB5ExSKnBQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB5ExSKnBQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uB5ExSKnBQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB5ExSKnBQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB5ExSKnBQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uB5ExSKnBQ .navbar-buttons {
  text-align: center;
}
.cid-uB5ExSKnBQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uB5ExSKnBQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #132c70;
}
.cid-uB5ExSKnBQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB5ExSKnBQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB5ExSKnBQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB5ExSKnBQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB5ExSKnBQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB5ExSKnBQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB5ExSKnBQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB5ExSKnBQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB5ExSKnBQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uB5ExSKnBQ .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #132c70;
  display: inline-flex;
}
.cid-uB5ExSKnBQ .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uB5ExSKnBQ .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uB5ExSKnBQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uB5ExSKnBQ a.nav-link,
.cid-uB5ExSKnBQ a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uB5ExSKnBQ a.nav-link .mbr-iconfont-btn,
.cid-uB5ExSKnBQ a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uB5ExSKnBQ a.nav-link:hover .mbr-iconfont-btn,
.cid-uB5ExSKnBQ a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uB5ExSKnBQ a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB5ExSKnBQ .navbar {
    height: 77px;
  }
  .cid-uB5ExSKnBQ .navbar.opened {
    height: auto;
  }
  .cid-uB5ExSKnBQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB5ExSKnBQ .logo-link {
  color: #132c70;
}
.cid-uB5ExSKnBQ .mbr-section-btn {
  margin: 0;
}
.cid-uG5QQAzvBk {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1256x832.webp");
}
.cid-uG5QQAzvBk .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #bd9679;
  margin-bottom: 2rem;
}
.cid-uG5QQAzvBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG5QQAzvBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG5QQAzvBk .mbr-section-title,
.cid-uG5QQAzvBk .icon-wrap {
  color: #bd9679;
}
.cid-uG5QQAzvBk .mbr-text,
.cid-uG5QQAzvBk .mbr-section-btn {
  color: #bd9679;
}
.cid-uG5SgtiLsO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uG5SgtiLsO .container {
    padding: 0 24px;
  }
}
.cid-uG5SgtiLsO .card {
  justify-content: center;
}
.cid-uG5SgtiLsO .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uG5SgtiLsO .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uG5SgtiLsO .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uG5SgtiLsO .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uG5SgtiLsO .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uG5SgtiLsO .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uG5SgtiLsO .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uG5SgtiLsO .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uG5SgtiLsO .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uG5SgtiLsO .mbr-section-title {
  color: #F9F6E0;
}
.cid-uG5SgtiLsO .mbr-desc {
  color: #F9F6E0;
  text-align: center;
}
.cid-uG5SgtiLsO .mbr-text {
  color: #00022b;
  text-align: left;
}
.cid-uG5SgtiLsO .mbr-section-btn {
  text-align: right;
}
.cid-uG5SgtiLsO .mbr-section-title,
.cid-uG5SgtiLsO .mbr-section-btn {
  text-align: center;
  color: #00022b;
}
.cid-uG5ShylQ9g {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/4.webp");
}
.cid-uG5ShylQ9g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG5ShylQ9g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG5ShylQ9g ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uG5ShylQ9g li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uG5ShylQ9g ul li::before {
  position: inherit;
  left: -1.6rem;
  content: "\2022";
  color: #d1ab91;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uG5ShylQ9g H3 {
  text-align: center;
}
.cid-uG5UmvBbTM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uG5UmvBbTM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG5UmvBbTM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG5UmvBbTM .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uG5UmvBbTM .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uG5UmvBbTM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uG5UmvBbTM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uG5UmvBbTM .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uG5UmvBbTM .border-wrap {
    margin-top: 32px;
  }
}
.cid-uG5UmvBbTM .mbr-section-title {
  color: #ffffff;
}
.cid-uG5UmvBbTM .mbr-text,
.cid-uG5UmvBbTM .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uG5UmvBbTM .mbr-section-title,
.cid-uG5UmvBbTM .mbr-section-btn {
  text-align: center;
}
.cid-uB5ExYbkWr {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uB5ExYbkWr .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uB5ExYbkWr .panel-group {
  border: none;
}
.cid-uB5ExYbkWr .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uB5ExYbkWr .card-header {
    padding: 0rem;
  }
}
.cid-uB5ExYbkWr .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uB5ExYbkWr .img-col {
  padding: 0;
}
.cid-uB5ExYbkWr .img-item {
  height: 100%;
}
.cid-uB5ExYbkWr img {
  height: 100%;
  object-fit: cover;
}
.cid-uB5ExYbkWr .collapsed span {
  transform: rotate(0deg);
}
.cid-uB5ExYbkWr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uB5ExYbkWr p {
  margin-bottom: 0.3rem;
}
.cid-uB5ExYbkWr .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uB5ExYbkWr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uB5ExYbkWr .card {
  background: #d1ab91;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uB5ExYbkWr .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5ExYbkWr .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uB5ExYbkWr .panel-text {
  color: #000000;
}
.cid-uB5ExYbkWr .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uB5ExYbkWr .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uB5ExYbkWr .panel-title-edit,
.cid-uB5ExYbkWr .mbr-iconfont {
  color: #000000;
}
.cid-uG5VnaF6FE {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/4.webp");
}
.cid-uG5VnaF6FE .title_block {
  margin-bottom: 80px;
}
.cid-uG5VnaF6FE .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #d1ab91;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uG5VnaF6FE .mbr-section-title {
  color: #000000;
}
.cid-uG5VnaF6FE .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #dfdbd8;
}
.cid-uG5VnaF6FE .item {
  padding-bottom: 2rem;
}
.cid-uG5VnaF6FE .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-uG5VnaF6FE .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uG5VnaF6FE .item-wrapper {
  position: relative;
}
.cid-uG5VnaF6FE .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-uG5VnaF6FE .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uG5VnaF6FE .item-wrapper:hover .mbr-item-subtitle a {
  color: #d1ab91 !important;
}
.cid-uG5VnaF6FE .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-uG5VnaF6FE .carousel-control,
.cid-uG5VnaF6FE .close {
  background: #1b1b1b;
}
.cid-uG5VnaF6FE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uG5VnaF6FE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uG5VnaF6FE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uG5VnaF6FE .carousel-control-next span {
  margin-left: 5px;
}
.cid-uG5VnaF6FE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uG5VnaF6FE .close::before {
  content: '\e91a';
}
.cid-uG5VnaF6FE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uG5VnaF6FE .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uG5VnaF6FE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uG5VnaF6FE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uG5VnaF6FE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uG5VnaF6FE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uG5VnaF6FE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uG5VnaF6FE .carousel-indicators li.active,
.cid-uG5VnaF6FE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uG5VnaF6FE .carousel-indicators li::after,
.cid-uG5VnaF6FE .carousel-indicators li::before {
  content: none;
}
.cid-uG5VnaF6FE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uG5VnaF6FE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uG5VnaF6FE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uG5VnaF6FE .carousel-indicators {
    display: none;
  }
}
.cid-uG5VnaF6FE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uG5VnaF6FE .carousel-inner > .active {
  display: block;
}
.cid-uG5VnaF6FE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uG5VnaF6FE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uG5VnaF6FE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uG5VnaF6FE .carousel-control,
  .cid-uG5VnaF6FE .carousel-indicators,
  .cid-uG5VnaF6FE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uG5VnaF6FE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uG5VnaF6FE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uG5VnaF6FE .carousel-indicators .active,
.cid-uG5VnaF6FE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uG5VnaF6FE .carousel-indicators .active {
  background: #fff;
}
.cid-uG5VnaF6FE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uG5VnaF6FE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uG5VnaF6FE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uG5VnaF6FE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uG5VnaF6FE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uG5VnaF6FE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uG5VnaF6FE .carousel {
  width: 100%;
}
.cid-uG5VnaF6FE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uG5VnaF6FE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uG5VnaF6FE .modal.fade .modal-dialog,
.cid-uG5VnaF6FE .modal.in .modal-dialog {
  transform: none;
}
.cid-uG5VnaF6FE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uG5VnaF6FE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG5VnaF6FE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG5W1irQIV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uG5W1irQIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG5W1irQIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uG5W1irQIV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uG5W1irQIV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uG5W1irQIV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uG5W1irQIV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uG5W1irQIV .mbr-section-title {
  color: #000000;
}
.cid-uG5W1irQIV .mbr-text,
.cid-uG5W1irQIV .mbr-section-btn {
  color: #000000;
}
.cid-uG5VygovYc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uG5VygovYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG5VygovYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG5VygovYc .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uG5VygovYc .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uG5VygovYc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uG5VygovYc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uG5VygovYc .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uG5VygovYc .border-wrap {
    margin-top: 32px;
  }
}
.cid-uG5VygovYc .mbr-section-title {
  color: #ffffff;
}
.cid-uG5VygovYc .mbr-text,
.cid-uG5VygovYc .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uG5VygovYc .mbr-section-title,
.cid-uG5VygovYc .mbr-section-btn {
  text-align: center;
}
.cid-uG5WNrg1yu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #cbbca3;
}
.cid-uG5WNrg1yu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG5WNrg1yu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG5WNrg1yu .container-fluid {
  max-width: 100%;
}
.cid-uG5WNrg1yu .mbr-section-head {
  margin-bottom: 45px;
}
.cid-uG5WNrg1yu .mbr-section-title {
  color: #9b8db7;
}
.cid-uG5WNrg1yu .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-uG5WNrg1yu .google-map {
  height: 650px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uG5WNrg1yu .google-map {
    max-height: 75vh;
  }
}
.cid-uG5WNrg1yu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uG5WNrg1yu .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-uG5WNrg1yu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uG5WNrg1yu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uG5K66s0Uw {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #cbbca3;
}
.cid-uG5K66s0Uw img {
  border-radius: 0rem !important;
}
.cid-uG5K66s0Uw .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uG5K66s0Uw .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uG5K66s0Uw .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uG5K66s0Uw .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uG5K66s0Uw .row > div {
    margin: auto;
  }
}
.cid-uG5K66s0Uw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uG5K66s0Uw .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uG5K66s0Uw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uG5K66s0Uw .list {
    margin-bottom: 0rem;
  }
}
.cid-uG5K66s0Uw .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uG5K66s0Uw .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uG5K66s0Uw .row {
    display: grid;
  }
  .cid-uG5K66s0Uw .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uG5K66s0Uw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uG5K66s0Uw .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uG5K66s0Uw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uG5K66s0Uw .mbr-section-subtitle {
  color: #000000;
}
.cid-uG5K66s0Uw .copyright {
  color: #000000;
}
.cid-uG5K66s0Uw .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uG5K66s0Uw .social-wrap .soc-item a {
  display: block;
}
.cid-uG5K66s0Uw .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uG5K66s0Uw .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uG5K66s0Uw .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #c65108;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uGb5QP72I5 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uGb5QP72I5 .shadow-section {
  padding: 20px !important;
  background-color: #f9f9f9 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3) !important;
  border-radius: 8px !important;
}
.cid-uGb5QP72I5 .imgst {
  border-radius: 0rem !important;
}
.cid-uGb5QP72I5 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: center;
  position: fixed;
}
.cid-uGb5QP72I5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGb5QP72I5 .nav-item,
.cid-uGb5QP72I5 .nav-link,
.cid-uGb5QP72I5 .navbar-caption {
  font-weight: normal;
}
.cid-uGb5QP72I5 .nav-item:focus,
.cid-uGb5QP72I5 .nav-link:focus {
  outline: none;
}
.cid-uGb5QP72I5 .wrapper {
  width: 100%;
  max-width: 1260px;
}
@media (min-width: 992px) {
  .cid-uGb5QP72I5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uGb5QP72I5 .wrapper {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uGb5QP72I5 .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cid-uGb5QP72I5 .menu-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-uGb5QP72I5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uGb5QP72I5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGb5QP72I5 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uGb5QP72I5 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uGb5QP72I5 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGb5QP72I5 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGb5QP72I5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGb5QP72I5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGb5QP72I5 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGb5QP72I5 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGb5QP72I5 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGb5QP72I5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uGb5QP72I5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGb5QP72I5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGb5QP72I5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 4.1rem);
  }
}
.cid-uGb5QP72I5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGb5QP72I5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGb5QP72I5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGb5QP72I5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGb5QP72I5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGb5QP72I5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGb5QP72I5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGb5QP72I5 .navbar .wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-uGb5QP72I5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGb5QP72I5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGb5QP72I5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGb5QP72I5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGb5QP72I5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGb5QP72I5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGb5QP72I5 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uGb5QP72I5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGb5QP72I5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGb5QP72I5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGb5QP72I5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGb5QP72I5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGb5QP72I5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uGb5QP72I5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uGb5QP72I5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGb5QP72I5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGb5QP72I5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGb5QP72I5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGb5QP72I5 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uGb5QP72I5 .dropdown-item.active,
.cid-uGb5QP72I5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uGb5QP72I5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Source Serif 4', sans-serif;
  font-weight: 700;
}
.cid-uGb5QP72I5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGb5QP72I5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGb5QP72I5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGb5QP72I5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGb5QP72I5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGb5QP72I5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGb5QP72I5 .navbar-buttons {
  text-align: center;
}
.cid-uGb5QP72I5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGb5QP72I5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #132c70;
}
.cid-uGb5QP72I5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGb5QP72I5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGb5QP72I5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGb5QP72I5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGb5QP72I5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGb5QP72I5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGb5QP72I5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGb5QP72I5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGb5QP72I5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGb5QP72I5 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #132c70;
  display: inline-flex;
}
.cid-uGb5QP72I5 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uGb5QP72I5 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uGb5QP72I5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGb5QP72I5 a.nav-link,
.cid-uGb5QP72I5 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uGb5QP72I5 a.nav-link .mbr-iconfont-btn,
.cid-uGb5QP72I5 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uGb5QP72I5 a.nav-link:hover .mbr-iconfont-btn,
.cid-uGb5QP72I5 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uGb5QP72I5 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGb5QP72I5 .navbar {
    height: 77px;
  }
  .cid-uGb5QP72I5 .navbar.opened {
    height: auto;
  }
  .cid-uGb5QP72I5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGb5QP72I5 .logo-link {
  color: #132c70;
}
.cid-uGb5QP72I5 .mbr-section-btn {
  margin: 0;
}
.cid-uGb5QPX5U0 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1256x832.webp");
}
.cid-uGb5QPX5U0 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #bd9679;
  margin-bottom: 2rem;
}
.cid-uGb5QPX5U0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGb5QPX5U0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGb5QPX5U0 .mbr-section-title,
.cid-uGb5QPX5U0 .icon-wrap {
  color: #bd9679;
}
.cid-uGb5QPX5U0 .mbr-text,
.cid-uGb5QPX5U0 .mbr-section-btn {
  color: #bd9679;
}
.cid-uGb5QQAsnO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uGb5QQAsnO .container {
    padding: 0 24px;
  }
}
.cid-uGb5QQAsnO .card {
  justify-content: center;
}
.cid-uGb5QQAsnO .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uGb5QQAsnO .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uGb5QQAsnO .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGb5QQAsnO .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uGb5QQAsnO .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uGb5QQAsnO .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uGb5QQAsnO .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uGb5QQAsnO .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGb5QQAsnO .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uGb5QQAsnO .mbr-section-title {
  color: #F9F6E0;
}
.cid-uGb5QQAsnO .mbr-desc {
  color: #F9F6E0;
  text-align: center;
}
.cid-uGb5QQAsnO .mbr-text {
  color: #00022b;
  text-align: left;
}
.cid-uGb5QQAsnO .mbr-section-btn {
  text-align: right;
}
.cid-uGb5QQAsnO .mbr-section-title,
.cid-uGb5QQAsnO .mbr-section-btn {
  text-align: center;
  color: #00022b;
}
.cid-uGb5QRfmC4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/4.webp");
}
.cid-uGb5QRfmC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGb5QRfmC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGb5QRfmC4 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uGb5QRfmC4 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uGb5QRfmC4 ul li::before {
  position: inherit;
  left: -1.6rem;
  content: "\2022";
  color: #d1ab91;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uGb5QRfmC4 H3 {
  text-align: center;
}
.cid-uGb5QRP92S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGb5QRP92S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGb5QRP92S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGb5QRP92S .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGb5QRP92S .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uGb5QRP92S .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uGb5QRP92S .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGb5QRP92S .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uGb5QRP92S .border-wrap {
    margin-top: 32px;
  }
}
.cid-uGb5QRP92S .mbr-section-title {
  color: #ffffff;
}
.cid-uGb5QRP92S .mbr-text,
.cid-uGb5QRP92S .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uGb5QRP92S .mbr-section-title,
.cid-uGb5QRP92S .mbr-section-btn {
  text-align: center;
}
.cid-uGb5QSrTFa {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGb5QSrTFa .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uGb5QSrTFa .panel-group {
  border: none;
}
.cid-uGb5QSrTFa .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uGb5QSrTFa .card-header {
    padding: 0rem;
  }
}
.cid-uGb5QSrTFa .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uGb5QSrTFa .img-col {
  padding: 0;
}
.cid-uGb5QSrTFa .img-item {
  height: 100%;
}
.cid-uGb5QSrTFa img {
  height: 100%;
  object-fit: cover;
}
.cid-uGb5QSrTFa .collapsed span {
  transform: rotate(0deg);
}
.cid-uGb5QSrTFa .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uGb5QSrTFa p {
  margin-bottom: 0.3rem;
}
.cid-uGb5QSrTFa .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uGb5QSrTFa .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uGb5QSrTFa .card {
  background: #d1ab91;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uGb5QSrTFa .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGb5QSrTFa .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uGb5QSrTFa .panel-text {
  color: #000000;
}
.cid-uGb5QSrTFa .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uGb5QSrTFa .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uGb5QSrTFa .panel-title-edit,
.cid-uGb5QSrTFa .mbr-iconfont {
  color: #000000;
}
.cid-uGb5QT5IE9 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/4.webp");
}
.cid-uGb5QT5IE9 .title_block {
  margin-bottom: 80px;
}
.cid-uGb5QT5IE9 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #d1ab91;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uGb5QT5IE9 .mbr-section-title {
  color: #000000;
}
.cid-uGb5QT5IE9 .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #dfdbd8;
}
.cid-uGb5QT5IE9 .item {
  padding-bottom: 2rem;
}
.cid-uGb5QT5IE9 .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-uGb5QT5IE9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uGb5QT5IE9 .item-wrapper {
  position: relative;
}
.cid-uGb5QT5IE9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-uGb5QT5IE9 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGb5QT5IE9 .item-wrapper:hover .mbr-item-subtitle a {
  color: #d1ab91 !important;
}
.cid-uGb5QT5IE9 .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-uGb5QT5IE9 .carousel-control,
.cid-uGb5QT5IE9 .close {
  background: #1b1b1b;
}
.cid-uGb5QT5IE9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGb5QT5IE9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGb5QT5IE9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGb5QT5IE9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGb5QT5IE9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGb5QT5IE9 .close::before {
  content: '\e91a';
}
.cid-uGb5QT5IE9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGb5QT5IE9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGb5QT5IE9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGb5QT5IE9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGb5QT5IE9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGb5QT5IE9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGb5QT5IE9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGb5QT5IE9 .carousel-indicators li.active,
.cid-uGb5QT5IE9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGb5QT5IE9 .carousel-indicators li::after,
.cid-uGb5QT5IE9 .carousel-indicators li::before {
  content: none;
}
.cid-uGb5QT5IE9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGb5QT5IE9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGb5QT5IE9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGb5QT5IE9 .carousel-indicators {
    display: none;
  }
}
.cid-uGb5QT5IE9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGb5QT5IE9 .carousel-inner > .active {
  display: block;
}
.cid-uGb5QT5IE9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGb5QT5IE9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGb5QT5IE9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGb5QT5IE9 .carousel-control,
  .cid-uGb5QT5IE9 .carousel-indicators,
  .cid-uGb5QT5IE9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGb5QT5IE9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGb5QT5IE9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGb5QT5IE9 .carousel-indicators .active,
.cid-uGb5QT5IE9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGb5QT5IE9 .carousel-indicators .active {
  background: #fff;
}
.cid-uGb5QT5IE9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGb5QT5IE9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGb5QT5IE9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGb5QT5IE9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGb5QT5IE9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGb5QT5IE9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGb5QT5IE9 .carousel {
  width: 100%;
}
.cid-uGb5QT5IE9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGb5QT5IE9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGb5QT5IE9 .modal.fade .modal-dialog,
.cid-uGb5QT5IE9 .modal.in .modal-dialog {
  transform: none;
}
.cid-uGb5QT5IE9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGb5QT5IE9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGb5QT5IE9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGb5QTXshV {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGb5QTXshV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGb5QTXshV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGb5QTXshV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGb5QTXshV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGb5QTXshV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uGb5QTXshV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGb5QTXshV .mbr-section-title {
  color: #000000;
}
.cid-uGb5QTXshV .mbr-text,
.cid-uGb5QTXshV .mbr-section-btn {
  color: #000000;
}
.cid-uGb8aneeuD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGb8aneeuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGb8aneeuD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGb8aneeuD .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uGb8aneeuD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGb8aneeuD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGb8aneeuD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uGb8aneeuD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGb8aneeuD .mbr-section-title {
  color: #000000;
}
.cid-uGb8aneeuD .mbr-text,
.cid-uGb8aneeuD .mbr-section-btn {
  color: #000000;
}
.cid-uGb5QUHPDq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGb5QUHPDq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGb5QUHPDq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGb5QUHPDq .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGb5QUHPDq .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uGb5QUHPDq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uGb5QUHPDq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGb5QUHPDq .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uGb5QUHPDq .border-wrap {
    margin-top: 32px;
  }
}
.cid-uGb5QUHPDq .mbr-section-title {
  color: #ffffff;
}
.cid-uGb5QUHPDq .mbr-text,
.cid-uGb5QUHPDq .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uGb5QUHPDq .mbr-section-title,
.cid-uGb5QUHPDq .mbr-section-btn {
  text-align: center;
}
.cid-uGb5QVn9NU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #cbbca3;
}
.cid-uGb5QVn9NU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGb5QVn9NU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGb5QVn9NU .container-fluid {
  max-width: 100%;
}
.cid-uGb5QVn9NU .mbr-section-head {
  margin-bottom: 45px;
}
.cid-uGb5QVn9NU .mbr-section-title {
  color: #9b8db7;
}
.cid-uGb5QVn9NU .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-uGb5QVn9NU .google-map {
  height: 650px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uGb5QVn9NU .google-map {
    max-height: 75vh;
  }
}
.cid-uGb5QVn9NU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uGb5QVn9NU .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-uGb5QVn9NU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uGb5QVn9NU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uGb5QW46LV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #cbbca3;
}
.cid-uGb5QW46LV img {
  border-radius: 0rem !important;
}
.cid-uGb5QW46LV .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uGb5QW46LV .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uGb5QW46LV .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uGb5QW46LV .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uGb5QW46LV .row > div {
    margin: auto;
  }
}
.cid-uGb5QW46LV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGb5QW46LV .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uGb5QW46LV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGb5QW46LV .list {
    margin-bottom: 0rem;
  }
}
.cid-uGb5QW46LV .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uGb5QW46LV .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uGb5QW46LV .row {
    display: grid;
  }
  .cid-uGb5QW46LV .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uGb5QW46LV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGb5QW46LV .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uGb5QW46LV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGb5QW46LV .mbr-section-subtitle {
  color: #000000;
}
.cid-uGb5QW46LV .copyright {
  color: #000000;
}
.cid-uGb5QW46LV .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGb5QW46LV .social-wrap .soc-item a {
  display: block;
}
.cid-uGb5QW46LV .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGb5QW46LV .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uGb5QW46LV .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #c65108;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uGb8Mvv10O {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uGb8Mvv10O .shadow-section {
  padding: 20px !important;
  background-color: #f9f9f9 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3) !important;
  border-radius: 8px !important;
}
.cid-uGb8Mvv10O .imgst {
  border-radius: 0rem !important;
}
.cid-uGb8Mvv10O .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: center;
  position: fixed;
}
.cid-uGb8Mvv10O .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGb8Mvv10O .nav-item,
.cid-uGb8Mvv10O .nav-link,
.cid-uGb8Mvv10O .navbar-caption {
  font-weight: normal;
}
.cid-uGb8Mvv10O .nav-item:focus,
.cid-uGb8Mvv10O .nav-link:focus {
  outline: none;
}
.cid-uGb8Mvv10O .wrapper {
  width: 100%;
  max-width: 1260px;
}
@media (min-width: 992px) {
  .cid-uGb8Mvv10O .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uGb8Mvv10O .wrapper {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uGb8Mvv10O .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cid-uGb8Mvv10O .menu-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-uGb8Mvv10O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uGb8Mvv10O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGb8Mvv10O .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uGb8Mvv10O .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uGb8Mvv10O .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGb8Mvv10O .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGb8Mvv10O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGb8Mvv10O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGb8Mvv10O .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGb8Mvv10O .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGb8Mvv10O .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGb8Mvv10O .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uGb8Mvv10O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGb8Mvv10O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGb8Mvv10O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 4.1rem);
  }
}
.cid-uGb8Mvv10O .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGb8Mvv10O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGb8Mvv10O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGb8Mvv10O .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGb8Mvv10O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGb8Mvv10O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGb8Mvv10O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGb8Mvv10O .navbar .wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-uGb8Mvv10O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGb8Mvv10O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGb8Mvv10O .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGb8Mvv10O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGb8Mvv10O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGb8Mvv10O .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGb8Mvv10O .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uGb8Mvv10O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGb8Mvv10O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGb8Mvv10O .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGb8Mvv10O .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGb8Mvv10O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGb8Mvv10O .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uGb8Mvv10O .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uGb8Mvv10O .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGb8Mvv10O .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGb8Mvv10O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGb8Mvv10O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGb8Mvv10O .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uGb8Mvv10O .dropdown-item.active,
.cid-uGb8Mvv10O .dropdown-item:active {
  background-color: transparent;
}
.cid-uGb8Mvv10O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Source Serif 4', sans-serif;
  font-weight: 700;
}
.cid-uGb8Mvv10O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGb8Mvv10O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGb8Mvv10O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGb8Mvv10O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGb8Mvv10O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGb8Mvv10O ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGb8Mvv10O .navbar-buttons {
  text-align: center;
}
.cid-uGb8Mvv10O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGb8Mvv10O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #132c70;
}
.cid-uGb8Mvv10O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGb8Mvv10O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGb8Mvv10O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGb8Mvv10O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGb8Mvv10O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGb8Mvv10O nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGb8Mvv10O nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGb8Mvv10O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGb8Mvv10O a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGb8Mvv10O .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #132c70;
  display: inline-flex;
}
.cid-uGb8Mvv10O .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uGb8Mvv10O .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uGb8Mvv10O .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGb8Mvv10O a.nav-link,
.cid-uGb8Mvv10O a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uGb8Mvv10O a.nav-link .mbr-iconfont-btn,
.cid-uGb8Mvv10O a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uGb8Mvv10O a.nav-link:hover .mbr-iconfont-btn,
.cid-uGb8Mvv10O a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uGb8Mvv10O a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGb8Mvv10O .navbar {
    height: 77px;
  }
  .cid-uGb8Mvv10O .navbar.opened {
    height: auto;
  }
  .cid-uGb8Mvv10O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGb8Mvv10O .logo-link {
  color: #132c70;
}
.cid-uGb8Mvv10O .mbr-section-btn {
  margin: 0;
}
.cid-uGb8MwoDM5 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1086.webp");
}
.cid-uGb8MwoDM5 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #bd9679;
  margin-bottom: 2rem;
}
.cid-uGb8MwoDM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGb8MwoDM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGb8MwoDM5 .mbr-section-title,
.cid-uGb8MwoDM5 .icon-wrap {
  color: #bd9679;
}
.cid-uGb8MwoDM5 .mbr-text,
.cid-uGb8MwoDM5 .mbr-section-btn {
  color: #bd9679;
}
.cid-uGb8Mx2whZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uGb8Mx2whZ .container {
    padding: 0 24px;
  }
}
.cid-uGb8Mx2whZ .card {
  justify-content: center;
}
.cid-uGb8Mx2whZ .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uGb8Mx2whZ .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uGb8Mx2whZ .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGb8Mx2whZ .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uGb8Mx2whZ .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uGb8Mx2whZ .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uGb8Mx2whZ .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uGb8Mx2whZ .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGb8Mx2whZ .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uGb8Mx2whZ .mbr-section-title {
  color: #F9F6E0;
}
.cid-uGb8Mx2whZ .mbr-desc {
  color: #F9F6E0;
  text-align: center;
}
.cid-uGb8Mx2whZ .mbr-text {
  color: #00022b;
  text-align: left;
}
.cid-uGb8Mx2whZ .mbr-section-btn {
  text-align: right;
}
.cid-uGb8Mx2whZ .mbr-section-title,
.cid-uGb8Mx2whZ .mbr-section-btn {
  text-align: center;
  color: #00022b;
}
.cid-uGb8MxHUTP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/4.webp");
}
.cid-uGb8MxHUTP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGb8MxHUTP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGb8MxHUTP ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uGb8MxHUTP li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uGb8MxHUTP ul li::before {
  position: inherit;
  left: -1.6rem;
  content: "\2022";
  color: #d1ab91;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uGb8MxHUTP H3 {
  text-align: center;
}
.cid-uGb8MyjtuK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGb8MyjtuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGb8MyjtuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGb8MyjtuK .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGb8MyjtuK .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uGb8MyjtuK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uGb8MyjtuK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGb8MyjtuK .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uGb8MyjtuK .border-wrap {
    margin-top: 32px;
  }
}
.cid-uGb8MyjtuK .mbr-section-title {
  color: #ffffff;
}
.cid-uGb8MyjtuK .mbr-text,
.cid-uGb8MyjtuK .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uGb8MyjtuK .mbr-section-title,
.cid-uGb8MyjtuK .mbr-section-btn {
  text-align: center;
}
.cid-uGb8MyYw5R {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGb8MyYw5R .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uGb8MyYw5R .panel-group {
  border: none;
}
.cid-uGb8MyYw5R .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uGb8MyYw5R .card-header {
    padding: 0rem;
  }
}
.cid-uGb8MyYw5R .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uGb8MyYw5R .img-col {
  padding: 0;
}
.cid-uGb8MyYw5R .img-item {
  height: 100%;
}
.cid-uGb8MyYw5R img {
  height: 100%;
  object-fit: cover;
}
.cid-uGb8MyYw5R .collapsed span {
  transform: rotate(0deg);
}
.cid-uGb8MyYw5R .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uGb8MyYw5R p {
  margin-bottom: 0.3rem;
}
.cid-uGb8MyYw5R .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uGb8MyYw5R .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uGb8MyYw5R .card {
  background: #d1ab91;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uGb8MyYw5R .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGb8MyYw5R .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uGb8MyYw5R .panel-text {
  color: #000000;
}
.cid-uGb8MyYw5R .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uGb8MyYw5R .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uGb8MyYw5R .panel-title-edit,
.cid-uGb8MyYw5R .mbr-iconfont {
  color: #000000;
}
.cid-uGb8MzDw4m {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/4.webp");
}
.cid-uGb8MzDw4m .title_block {
  margin-bottom: 80px;
}
.cid-uGb8MzDw4m .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #d1ab91;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uGb8MzDw4m .mbr-section-title {
  color: #000000;
}
.cid-uGb8MzDw4m .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #dfdbd8;
}
.cid-uGb8MzDw4m .item {
  padding-bottom: 2rem;
}
.cid-uGb8MzDw4m .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-uGb8MzDw4m .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uGb8MzDw4m .item-wrapper {
  position: relative;
}
.cid-uGb8MzDw4m .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-uGb8MzDw4m .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGb8MzDw4m .item-wrapper:hover .mbr-item-subtitle a {
  color: #d1ab91 !important;
}
.cid-uGb8MzDw4m .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-uGb8MzDw4m .carousel-control,
.cid-uGb8MzDw4m .close {
  background: #1b1b1b;
}
.cid-uGb8MzDw4m .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGb8MzDw4m .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGb8MzDw4m .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGb8MzDw4m .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGb8MzDw4m .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGb8MzDw4m .close::before {
  content: '\e91a';
}
.cid-uGb8MzDw4m .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGb8MzDw4m .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGb8MzDw4m .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGb8MzDw4m .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGb8MzDw4m .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGb8MzDw4m .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGb8MzDw4m .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGb8MzDw4m .carousel-indicators li.active,
.cid-uGb8MzDw4m .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGb8MzDw4m .carousel-indicators li::after,
.cid-uGb8MzDw4m .carousel-indicators li::before {
  content: none;
}
.cid-uGb8MzDw4m .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGb8MzDw4m .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGb8MzDw4m .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGb8MzDw4m .carousel-indicators {
    display: none;
  }
}
.cid-uGb8MzDw4m .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGb8MzDw4m .carousel-inner > .active {
  display: block;
}
.cid-uGb8MzDw4m .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGb8MzDw4m .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGb8MzDw4m .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGb8MzDw4m .carousel-control,
  .cid-uGb8MzDw4m .carousel-indicators,
  .cid-uGb8MzDw4m .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGb8MzDw4m .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGb8MzDw4m .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGb8MzDw4m .carousel-indicators .active,
.cid-uGb8MzDw4m .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGb8MzDw4m .carousel-indicators .active {
  background: #fff;
}
.cid-uGb8MzDw4m .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGb8MzDw4m .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGb8MzDw4m .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGb8MzDw4m .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGb8MzDw4m .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGb8MzDw4m .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGb8MzDw4m .carousel {
  width: 100%;
}
.cid-uGb8MzDw4m .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGb8MzDw4m .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGb8MzDw4m .modal.fade .modal-dialog,
.cid-uGb8MzDw4m .modal.in .modal-dialog {
  transform: none;
}
.cid-uGb8MzDw4m .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGb8MzDw4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGb8MzDw4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGb8MAFipC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGb8MAFipC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGb8MAFipC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGb8MAFipC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGb8MAFipC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGb8MAFipC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uGb8MAFipC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGb8MAFipC .mbr-section-title {
  color: #000000;
}
.cid-uGb8MAFipC .mbr-text,
.cid-uGb8MAFipC .mbr-section-btn {
  color: #000000;
}
.cid-uGb8MC8lMR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGb8MC8lMR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGb8MC8lMR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGb8MC8lMR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGb8MC8lMR .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uGb8MC8lMR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uGb8MC8lMR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGb8MC8lMR .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uGb8MC8lMR .border-wrap {
    margin-top: 32px;
  }
}
.cid-uGb8MC8lMR .mbr-section-title {
  color: #ffffff;
}
.cid-uGb8MC8lMR .mbr-text,
.cid-uGb8MC8lMR .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uGb8MC8lMR .mbr-section-title,
.cid-uGb8MC8lMR .mbr-section-btn {
  text-align: center;
}
.cid-uGb8MCUMLC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #cbbca3;
}
.cid-uGb8MCUMLC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGb8MCUMLC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGb8MCUMLC .container-fluid {
  max-width: 100%;
}
.cid-uGb8MCUMLC .mbr-section-head {
  margin-bottom: 45px;
}
.cid-uGb8MCUMLC .mbr-section-title {
  color: #9b8db7;
}
.cid-uGb8MCUMLC .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-uGb8MCUMLC .google-map {
  height: 650px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uGb8MCUMLC .google-map {
    max-height: 75vh;
  }
}
.cid-uGb8MCUMLC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uGb8MCUMLC .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-uGb8MCUMLC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uGb8MCUMLC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uGb8MDBw01 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #cbbca3;
}
.cid-uGb8MDBw01 img {
  border-radius: 0rem !important;
}
.cid-uGb8MDBw01 .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uGb8MDBw01 .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uGb8MDBw01 .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uGb8MDBw01 .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uGb8MDBw01 .row > div {
    margin: auto;
  }
}
.cid-uGb8MDBw01 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGb8MDBw01 .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uGb8MDBw01 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGb8MDBw01 .list {
    margin-bottom: 0rem;
  }
}
.cid-uGb8MDBw01 .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uGb8MDBw01 .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uGb8MDBw01 .row {
    display: grid;
  }
  .cid-uGb8MDBw01 .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uGb8MDBw01 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGb8MDBw01 .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uGb8MDBw01 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGb8MDBw01 .mbr-section-subtitle {
  color: #000000;
}
.cid-uGb8MDBw01 .copyright {
  color: #000000;
}
.cid-uGb8MDBw01 .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGb8MDBw01 .social-wrap .soc-item a {
  display: block;
}
.cid-uGb8MDBw01 .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGb8MDBw01 .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uGb8MDBw01 .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #c65108;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uGbaMzfy08 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uGbaMzfy08 .shadow-section {
  padding: 20px !important;
  background-color: #f9f9f9 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3) !important;
  border-radius: 8px !important;
}
.cid-uGbaMzfy08 .imgst {
  border-radius: 0rem !important;
}
.cid-uGbaMzfy08 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: center;
  position: fixed;
}
.cid-uGbaMzfy08 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGbaMzfy08 .nav-item,
.cid-uGbaMzfy08 .nav-link,
.cid-uGbaMzfy08 .navbar-caption {
  font-weight: normal;
}
.cid-uGbaMzfy08 .nav-item:focus,
.cid-uGbaMzfy08 .nav-link:focus {
  outline: none;
}
.cid-uGbaMzfy08 .wrapper {
  width: 100%;
  max-width: 1260px;
}
@media (min-width: 992px) {
  .cid-uGbaMzfy08 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uGbaMzfy08 .wrapper {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uGbaMzfy08 .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cid-uGbaMzfy08 .menu-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-uGbaMzfy08 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uGbaMzfy08 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGbaMzfy08 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uGbaMzfy08 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uGbaMzfy08 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGbaMzfy08 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGbaMzfy08 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGbaMzfy08 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGbaMzfy08 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGbaMzfy08 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGbaMzfy08 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGbaMzfy08 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uGbaMzfy08 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGbaMzfy08 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGbaMzfy08 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 4.1rem);
  }
}
.cid-uGbaMzfy08 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGbaMzfy08 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGbaMzfy08 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGbaMzfy08 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGbaMzfy08 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGbaMzfy08 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGbaMzfy08 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGbaMzfy08 .navbar .wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-uGbaMzfy08 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGbaMzfy08 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGbaMzfy08 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGbaMzfy08 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGbaMzfy08 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGbaMzfy08 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGbaMzfy08 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uGbaMzfy08 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGbaMzfy08 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGbaMzfy08 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGbaMzfy08 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGbaMzfy08 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGbaMzfy08 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uGbaMzfy08 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uGbaMzfy08 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGbaMzfy08 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGbaMzfy08 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGbaMzfy08 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGbaMzfy08 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uGbaMzfy08 .dropdown-item.active,
.cid-uGbaMzfy08 .dropdown-item:active {
  background-color: transparent;
}
.cid-uGbaMzfy08 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Source Serif 4', sans-serif;
  font-weight: 700;
}
.cid-uGbaMzfy08 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGbaMzfy08 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGbaMzfy08 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGbaMzfy08 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGbaMzfy08 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGbaMzfy08 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGbaMzfy08 .navbar-buttons {
  text-align: center;
}
.cid-uGbaMzfy08 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGbaMzfy08 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #132c70;
}
.cid-uGbaMzfy08 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGbaMzfy08 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbaMzfy08 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbaMzfy08 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGbaMzfy08 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbaMzfy08 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGbaMzfy08 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGbaMzfy08 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbaMzfy08 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGbaMzfy08 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #132c70;
  display: inline-flex;
}
.cid-uGbaMzfy08 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uGbaMzfy08 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uGbaMzfy08 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGbaMzfy08 a.nav-link,
.cid-uGbaMzfy08 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uGbaMzfy08 a.nav-link .mbr-iconfont-btn,
.cid-uGbaMzfy08 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uGbaMzfy08 a.nav-link:hover .mbr-iconfont-btn,
.cid-uGbaMzfy08 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uGbaMzfy08 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGbaMzfy08 .navbar {
    height: 77px;
  }
  .cid-uGbaMzfy08 .navbar.opened {
    height: auto;
  }
  .cid-uGbaMzfy08 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGbaMzfy08 .logo-link {
  color: #132c70;
}
.cid-uGbaMzfy08 .mbr-section-btn {
  margin: 0;
}
.cid-uGbaMAtexo {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-uGbaMAtexo .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #bd9679;
  margin-bottom: 2rem;
}
.cid-uGbaMAtexo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbaMAtexo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbaMAtexo .mbr-section-title,
.cid-uGbaMAtexo .icon-wrap {
  color: #bd9679;
}
.cid-uGbaMAtexo .mbr-text,
.cid-uGbaMAtexo .mbr-section-btn {
  color: #bd9679;
}
.cid-uGbaMBqvs4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uGbaMBqvs4 .container {
    padding: 0 24px;
  }
}
.cid-uGbaMBqvs4 .card {
  justify-content: center;
}
.cid-uGbaMBqvs4 .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uGbaMBqvs4 .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uGbaMBqvs4 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGbaMBqvs4 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uGbaMBqvs4 .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uGbaMBqvs4 .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uGbaMBqvs4 .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uGbaMBqvs4 .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGbaMBqvs4 .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uGbaMBqvs4 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uGbaMBqvs4 .mbr-desc {
  color: #F9F6E0;
  text-align: center;
}
.cid-uGbaMBqvs4 .mbr-text {
  color: #00022b;
  text-align: left;
}
.cid-uGbaMBqvs4 .mbr-section-btn {
  text-align: right;
}
.cid-uGbaMBqvs4 .mbr-section-title,
.cid-uGbaMBqvs4 .mbr-section-btn {
  text-align: center;
  color: #00022b;
}
.cid-uGbaMCiQEj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/4.webp");
}
.cid-uGbaMCiQEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbaMCiQEj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbaMCiQEj ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uGbaMCiQEj li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uGbaMCiQEj ul li::before {
  position: inherit;
  left: -1.6rem;
  content: "\2022";
  color: #d1ab91;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uGbaMCiQEj H3 {
  text-align: center;
}
.cid-uGbaMDbK1b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGbaMDbK1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbaMDbK1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbaMDbK1b .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGbaMDbK1b .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uGbaMDbK1b .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uGbaMDbK1b .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGbaMDbK1b .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uGbaMDbK1b .border-wrap {
    margin-top: 32px;
  }
}
.cid-uGbaMDbK1b .mbr-section-title {
  color: #ffffff;
}
.cid-uGbaMDbK1b .mbr-text,
.cid-uGbaMDbK1b .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uGbaMDbK1b .mbr-section-title,
.cid-uGbaMDbK1b .mbr-section-btn {
  text-align: center;
}
.cid-uGbaME298L {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGbaME298L .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uGbaME298L .panel-group {
  border: none;
}
.cid-uGbaME298L .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uGbaME298L .card-header {
    padding: 0rem;
  }
}
.cid-uGbaME298L .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uGbaME298L .img-col {
  padding: 0;
}
.cid-uGbaME298L .img-item {
  height: 100%;
}
.cid-uGbaME298L img {
  height: 100%;
  object-fit: cover;
}
.cid-uGbaME298L .collapsed span {
  transform: rotate(0deg);
}
.cid-uGbaME298L .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uGbaME298L p {
  margin-bottom: 0.3rem;
}
.cid-uGbaME298L .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uGbaME298L .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uGbaME298L .card {
  background: #d1ab91;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uGbaME298L .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGbaME298L .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uGbaME298L .panel-text {
  color: #000000;
}
.cid-uGbaME298L .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uGbaME298L .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uGbaME298L .panel-title-edit,
.cid-uGbaME298L .mbr-iconfont {
  color: #000000;
}
.cid-uGbaMEVSlJ {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/4.webp");
}
.cid-uGbaMEVSlJ .title_block {
  margin-bottom: 80px;
}
.cid-uGbaMEVSlJ .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #d1ab91;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uGbaMEVSlJ .mbr-section-title {
  color: #000000;
}
.cid-uGbaMEVSlJ .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #dfdbd8;
}
.cid-uGbaMEVSlJ .item {
  padding-bottom: 2rem;
}
.cid-uGbaMEVSlJ .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-uGbaMEVSlJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uGbaMEVSlJ .item-wrapper {
  position: relative;
}
.cid-uGbaMEVSlJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-uGbaMEVSlJ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGbaMEVSlJ .item-wrapper:hover .mbr-item-subtitle a {
  color: #d1ab91 !important;
}
.cid-uGbaMEVSlJ .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-uGbaMEVSlJ .carousel-control,
.cid-uGbaMEVSlJ .close {
  background: #1b1b1b;
}
.cid-uGbaMEVSlJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGbaMEVSlJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGbaMEVSlJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGbaMEVSlJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGbaMEVSlJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGbaMEVSlJ .close::before {
  content: '\e91a';
}
.cid-uGbaMEVSlJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGbaMEVSlJ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGbaMEVSlJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbaMEVSlJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGbaMEVSlJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGbaMEVSlJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGbaMEVSlJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGbaMEVSlJ .carousel-indicators li.active,
.cid-uGbaMEVSlJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGbaMEVSlJ .carousel-indicators li::after,
.cid-uGbaMEVSlJ .carousel-indicators li::before {
  content: none;
}
.cid-uGbaMEVSlJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGbaMEVSlJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGbaMEVSlJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbaMEVSlJ .carousel-indicators {
    display: none;
  }
}
.cid-uGbaMEVSlJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGbaMEVSlJ .carousel-inner > .active {
  display: block;
}
.cid-uGbaMEVSlJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbaMEVSlJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGbaMEVSlJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGbaMEVSlJ .carousel-control,
  .cid-uGbaMEVSlJ .carousel-indicators,
  .cid-uGbaMEVSlJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGbaMEVSlJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGbaMEVSlJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGbaMEVSlJ .carousel-indicators .active,
.cid-uGbaMEVSlJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGbaMEVSlJ .carousel-indicators .active {
  background: #fff;
}
.cid-uGbaMEVSlJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGbaMEVSlJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGbaMEVSlJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGbaMEVSlJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGbaMEVSlJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGbaMEVSlJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGbaMEVSlJ .carousel {
  width: 100%;
}
.cid-uGbaMEVSlJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGbaMEVSlJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGbaMEVSlJ .modal.fade .modal-dialog,
.cid-uGbaMEVSlJ .modal.in .modal-dialog {
  transform: none;
}
.cid-uGbaMEVSlJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGbaMEVSlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbaMEVSlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbaMGbZ5F {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGbaMGbZ5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbaMGbZ5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGbaMGbZ5F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGbaMGbZ5F .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGbaMGbZ5F .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uGbaMGbZ5F .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGbaMGbZ5F .mbr-section-title {
  color: #000000;
}
.cid-uGbaMGbZ5F .mbr-text,
.cid-uGbaMGbZ5F .mbr-section-btn {
  color: #000000;
}
.cid-uGbaMH6INg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGbaMH6INg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbaMH6INg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbaMH6INg .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGbaMH6INg .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uGbaMH6INg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uGbaMH6INg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGbaMH6INg .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uGbaMH6INg .border-wrap {
    margin-top: 32px;
  }
}
.cid-uGbaMH6INg .mbr-section-title {
  color: #ffffff;
}
.cid-uGbaMH6INg .mbr-text,
.cid-uGbaMH6INg .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uGbaMH6INg .mbr-section-title,
.cid-uGbaMH6INg .mbr-section-btn {
  text-align: center;
}
.cid-uGbaMI3bzr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #cbbca3;
}
.cid-uGbaMI3bzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbaMI3bzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbaMI3bzr .container-fluid {
  max-width: 100%;
}
.cid-uGbaMI3bzr .mbr-section-head {
  margin-bottom: 45px;
}
.cid-uGbaMI3bzr .mbr-section-title {
  color: #9b8db7;
}
.cid-uGbaMI3bzr .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-uGbaMI3bzr .google-map {
  height: 650px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uGbaMI3bzr .google-map {
    max-height: 75vh;
  }
}
.cid-uGbaMI3bzr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uGbaMI3bzr .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-uGbaMI3bzr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uGbaMI3bzr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uGbaMJ1BRt {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #cbbca3;
}
.cid-uGbaMJ1BRt img {
  border-radius: 0rem !important;
}
.cid-uGbaMJ1BRt .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uGbaMJ1BRt .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uGbaMJ1BRt .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uGbaMJ1BRt .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uGbaMJ1BRt .row > div {
    margin: auto;
  }
}
.cid-uGbaMJ1BRt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGbaMJ1BRt .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uGbaMJ1BRt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGbaMJ1BRt .list {
    margin-bottom: 0rem;
  }
}
.cid-uGbaMJ1BRt .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uGbaMJ1BRt .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uGbaMJ1BRt .row {
    display: grid;
  }
  .cid-uGbaMJ1BRt .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uGbaMJ1BRt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGbaMJ1BRt .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uGbaMJ1BRt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGbaMJ1BRt .mbr-section-subtitle {
  color: #000000;
}
.cid-uGbaMJ1BRt .copyright {
  color: #000000;
}
.cid-uGbaMJ1BRt .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGbaMJ1BRt .social-wrap .soc-item a {
  display: block;
}
.cid-uGbaMJ1BRt .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGbaMJ1BRt .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uGbaMJ1BRt .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #c65108;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uGbcOmpcVK {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uGbcOmpcVK .shadow-section {
  padding: 20px !important;
  background-color: #f9f9f9 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3) !important;
  border-radius: 8px !important;
}
.cid-uGbcOmpcVK .imgst {
  border-radius: 0rem !important;
}
.cid-uGbcOmpcVK .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: center;
  position: fixed;
}
.cid-uGbcOmpcVK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGbcOmpcVK .nav-item,
.cid-uGbcOmpcVK .nav-link,
.cid-uGbcOmpcVK .navbar-caption {
  font-weight: normal;
}
.cid-uGbcOmpcVK .nav-item:focus,
.cid-uGbcOmpcVK .nav-link:focus {
  outline: none;
}
.cid-uGbcOmpcVK .wrapper {
  width: 100%;
  max-width: 1260px;
}
@media (min-width: 992px) {
  .cid-uGbcOmpcVK .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uGbcOmpcVK .wrapper {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uGbcOmpcVK .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cid-uGbcOmpcVK .menu-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-uGbcOmpcVK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uGbcOmpcVK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGbcOmpcVK .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uGbcOmpcVK .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uGbcOmpcVK .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGbcOmpcVK .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGbcOmpcVK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGbcOmpcVK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGbcOmpcVK .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGbcOmpcVK .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGbcOmpcVK .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGbcOmpcVK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uGbcOmpcVK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGbcOmpcVK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGbcOmpcVK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 4.1rem);
  }
}
.cid-uGbcOmpcVK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGbcOmpcVK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGbcOmpcVK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGbcOmpcVK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGbcOmpcVK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGbcOmpcVK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGbcOmpcVK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGbcOmpcVK .navbar .wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-uGbcOmpcVK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGbcOmpcVK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGbcOmpcVK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGbcOmpcVK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGbcOmpcVK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGbcOmpcVK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGbcOmpcVK .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uGbcOmpcVK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGbcOmpcVK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGbcOmpcVK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGbcOmpcVK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGbcOmpcVK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGbcOmpcVK .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uGbcOmpcVK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uGbcOmpcVK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGbcOmpcVK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGbcOmpcVK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGbcOmpcVK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGbcOmpcVK .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uGbcOmpcVK .dropdown-item.active,
.cid-uGbcOmpcVK .dropdown-item:active {
  background-color: transparent;
}
.cid-uGbcOmpcVK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Source Serif 4', sans-serif;
  font-weight: 700;
}
.cid-uGbcOmpcVK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGbcOmpcVK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGbcOmpcVK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGbcOmpcVK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGbcOmpcVK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGbcOmpcVK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGbcOmpcVK .navbar-buttons {
  text-align: center;
}
.cid-uGbcOmpcVK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGbcOmpcVK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #132c70;
}
.cid-uGbcOmpcVK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGbcOmpcVK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbcOmpcVK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbcOmpcVK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGbcOmpcVK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbcOmpcVK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGbcOmpcVK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGbcOmpcVK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbcOmpcVK a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGbcOmpcVK .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #132c70;
  display: inline-flex;
}
.cid-uGbcOmpcVK .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uGbcOmpcVK .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uGbcOmpcVK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGbcOmpcVK a.nav-link,
.cid-uGbcOmpcVK a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uGbcOmpcVK a.nav-link .mbr-iconfont-btn,
.cid-uGbcOmpcVK a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uGbcOmpcVK a.nav-link:hover .mbr-iconfont-btn,
.cid-uGbcOmpcVK a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uGbcOmpcVK a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGbcOmpcVK .navbar {
    height: 77px;
  }
  .cid-uGbcOmpcVK .navbar.opened {
    height: auto;
  }
  .cid-uGbcOmpcVK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGbcOmpcVK .logo-link {
  color: #132c70;
}
.cid-uGbcOmpcVK .mbr-section-btn {
  margin: 0;
}
.cid-uGbcOmTHWS {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1086.webp");
}
.cid-uGbcOmTHWS .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #bd9679;
  margin-bottom: 2rem;
}
.cid-uGbcOmTHWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbcOmTHWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbcOmTHWS .mbr-section-title,
.cid-uGbcOmTHWS .icon-wrap {
  color: #bd9679;
}
.cid-uGbcOmTHWS .mbr-text,
.cid-uGbcOmTHWS .mbr-section-btn {
  color: #bd9679;
}
.cid-uGbcOngW0S {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uGbcOngW0S .container {
    padding: 0 24px;
  }
}
.cid-uGbcOngW0S .card {
  justify-content: center;
}
.cid-uGbcOngW0S .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uGbcOngW0S .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uGbcOngW0S .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGbcOngW0S .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uGbcOngW0S .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uGbcOngW0S .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uGbcOngW0S .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uGbcOngW0S .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGbcOngW0S .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uGbcOngW0S .mbr-section-title {
  color: #F9F6E0;
}
.cid-uGbcOngW0S .mbr-desc {
  color: #F9F6E0;
  text-align: center;
}
.cid-uGbcOngW0S .mbr-text {
  color: #00022b;
  text-align: left;
}
.cid-uGbcOngW0S .mbr-section-btn {
  text-align: right;
}
.cid-uGbcOngW0S .mbr-section-title,
.cid-uGbcOngW0S .mbr-section-btn {
  text-align: center;
  color: #00022b;
}
.cid-uGbcOnCmou {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/4.webp");
}
.cid-uGbcOnCmou .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbcOnCmou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbcOnCmou ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uGbcOnCmou li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uGbcOnCmou ul li::before {
  position: inherit;
  left: -1.6rem;
  content: "\2022";
  color: #d1ab91;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uGbcOnCmou H3 {
  text-align: center;
}
.cid-uGbcOnXB0j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGbcOnXB0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbcOnXB0j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbcOnXB0j .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGbcOnXB0j .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uGbcOnXB0j .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uGbcOnXB0j .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGbcOnXB0j .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uGbcOnXB0j .border-wrap {
    margin-top: 32px;
  }
}
.cid-uGbcOnXB0j .mbr-section-title {
  color: #ffffff;
}
.cid-uGbcOnXB0j .mbr-text,
.cid-uGbcOnXB0j .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uGbcOnXB0j .mbr-section-title,
.cid-uGbcOnXB0j .mbr-section-btn {
  text-align: center;
}
.cid-uGbcOogv9c {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGbcOogv9c .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uGbcOogv9c .panel-group {
  border: none;
}
.cid-uGbcOogv9c .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uGbcOogv9c .card-header {
    padding: 0rem;
  }
}
.cid-uGbcOogv9c .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uGbcOogv9c .img-col {
  padding: 0;
}
.cid-uGbcOogv9c .img-item {
  height: 100%;
}
.cid-uGbcOogv9c img {
  height: 100%;
  object-fit: cover;
}
.cid-uGbcOogv9c .collapsed span {
  transform: rotate(0deg);
}
.cid-uGbcOogv9c .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uGbcOogv9c p {
  margin-bottom: 0.3rem;
}
.cid-uGbcOogv9c .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uGbcOogv9c .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uGbcOogv9c .card {
  background: #d1ab91;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uGbcOogv9c .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGbcOogv9c .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uGbcOogv9c .panel-text {
  color: #000000;
}
.cid-uGbcOogv9c .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uGbcOogv9c .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uGbcOogv9c .panel-title-edit,
.cid-uGbcOogv9c .mbr-iconfont {
  color: #000000;
}
.cid-uGbcOoFGWO {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/4.webp");
}
.cid-uGbcOoFGWO .title_block {
  margin-bottom: 80px;
}
.cid-uGbcOoFGWO .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #d1ab91;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uGbcOoFGWO .mbr-section-title {
  color: #000000;
}
.cid-uGbcOoFGWO .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #dfdbd8;
}
.cid-uGbcOoFGWO .item {
  padding-bottom: 2rem;
}
.cid-uGbcOoFGWO .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-uGbcOoFGWO .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uGbcOoFGWO .item-wrapper {
  position: relative;
}
.cid-uGbcOoFGWO .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-uGbcOoFGWO .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGbcOoFGWO .item-wrapper:hover .mbr-item-subtitle a {
  color: #d1ab91 !important;
}
.cid-uGbcOoFGWO .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-uGbcOoFGWO .carousel-control,
.cid-uGbcOoFGWO .close {
  background: #1b1b1b;
}
.cid-uGbcOoFGWO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGbcOoFGWO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGbcOoFGWO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGbcOoFGWO .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGbcOoFGWO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGbcOoFGWO .close::before {
  content: '\e91a';
}
.cid-uGbcOoFGWO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGbcOoFGWO .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGbcOoFGWO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbcOoFGWO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGbcOoFGWO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGbcOoFGWO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGbcOoFGWO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGbcOoFGWO .carousel-indicators li.active,
.cid-uGbcOoFGWO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGbcOoFGWO .carousel-indicators li::after,
.cid-uGbcOoFGWO .carousel-indicators li::before {
  content: none;
}
.cid-uGbcOoFGWO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGbcOoFGWO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGbcOoFGWO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbcOoFGWO .carousel-indicators {
    display: none;
  }
}
.cid-uGbcOoFGWO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGbcOoFGWO .carousel-inner > .active {
  display: block;
}
.cid-uGbcOoFGWO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbcOoFGWO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGbcOoFGWO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGbcOoFGWO .carousel-control,
  .cid-uGbcOoFGWO .carousel-indicators,
  .cid-uGbcOoFGWO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGbcOoFGWO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGbcOoFGWO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGbcOoFGWO .carousel-indicators .active,
.cid-uGbcOoFGWO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGbcOoFGWO .carousel-indicators .active {
  background: #fff;
}
.cid-uGbcOoFGWO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGbcOoFGWO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGbcOoFGWO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGbcOoFGWO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGbcOoFGWO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGbcOoFGWO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGbcOoFGWO .carousel {
  width: 100%;
}
.cid-uGbcOoFGWO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGbcOoFGWO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGbcOoFGWO .modal.fade .modal-dialog,
.cid-uGbcOoFGWO .modal.in .modal-dialog {
  transform: none;
}
.cid-uGbcOoFGWO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGbcOoFGWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbcOoFGWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbcOpohRO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGbcOpohRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbcOpohRO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGbcOpohRO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGbcOpohRO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGbcOpohRO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uGbcOpohRO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGbcOpohRO .mbr-section-title {
  color: #000000;
}
.cid-uGbcOpohRO .mbr-text,
.cid-uGbcOpohRO .mbr-section-btn {
  color: #000000;
}
.cid-uGbe2AeN0C {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uGbe2AeN0C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbe2AeN0C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbe2AeN0C .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uGbe2AeN0C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGbe2AeN0C .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGbe2AeN0C .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uGbe2AeN0C .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGbe2AeN0C .mbr-section-title {
  color: #000000;
}
.cid-uGbe2AeN0C .mbr-text,
.cid-uGbe2AeN0C .mbr-section-btn {
  color: #000000;
}
.cid-uGbcOpUAkY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGbcOpUAkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbcOpUAkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbcOpUAkY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGbcOpUAkY .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uGbcOpUAkY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uGbcOpUAkY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGbcOpUAkY .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uGbcOpUAkY .border-wrap {
    margin-top: 32px;
  }
}
.cid-uGbcOpUAkY .mbr-section-title {
  color: #ffffff;
}
.cid-uGbcOpUAkY .mbr-text,
.cid-uGbcOpUAkY .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uGbcOpUAkY .mbr-section-title,
.cid-uGbcOpUAkY .mbr-section-btn {
  text-align: center;
}
.cid-uGbcOqjA1v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #cbbca3;
}
.cid-uGbcOqjA1v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbcOqjA1v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbcOqjA1v .container-fluid {
  max-width: 100%;
}
.cid-uGbcOqjA1v .mbr-section-head {
  margin-bottom: 45px;
}
.cid-uGbcOqjA1v .mbr-section-title {
  color: #9b8db7;
}
.cid-uGbcOqjA1v .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-uGbcOqjA1v .google-map {
  height: 650px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uGbcOqjA1v .google-map {
    max-height: 75vh;
  }
}
.cid-uGbcOqjA1v .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uGbcOqjA1v .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-uGbcOqjA1v .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uGbcOqjA1v .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uGbcOqCvWo {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #cbbca3;
}
.cid-uGbcOqCvWo img {
  border-radius: 0rem !important;
}
.cid-uGbcOqCvWo .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uGbcOqCvWo .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uGbcOqCvWo .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uGbcOqCvWo .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uGbcOqCvWo .row > div {
    margin: auto;
  }
}
.cid-uGbcOqCvWo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGbcOqCvWo .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uGbcOqCvWo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGbcOqCvWo .list {
    margin-bottom: 0rem;
  }
}
.cid-uGbcOqCvWo .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uGbcOqCvWo .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uGbcOqCvWo .row {
    display: grid;
  }
  .cid-uGbcOqCvWo .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uGbcOqCvWo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGbcOqCvWo .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uGbcOqCvWo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGbcOqCvWo .mbr-section-subtitle {
  color: #000000;
}
.cid-uGbcOqCvWo .copyright {
  color: #000000;
}
.cid-uGbcOqCvWo .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGbcOqCvWo .social-wrap .soc-item a {
  display: block;
}
.cid-uGbcOqCvWo .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGbcOqCvWo .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uGbcOqCvWo .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #c65108;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uGbeCA7sR9 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uGbeCA7sR9 .shadow-section {
  padding: 20px !important;
  background-color: #f9f9f9 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3) !important;
  border-radius: 8px !important;
}
.cid-uGbeCA7sR9 .imgst {
  border-radius: 0rem !important;
}
.cid-uGbeCA7sR9 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: center;
  position: fixed;
}
.cid-uGbeCA7sR9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGbeCA7sR9 .nav-item,
.cid-uGbeCA7sR9 .nav-link,
.cid-uGbeCA7sR9 .navbar-caption {
  font-weight: normal;
}
.cid-uGbeCA7sR9 .nav-item:focus,
.cid-uGbeCA7sR9 .nav-link:focus {
  outline: none;
}
.cid-uGbeCA7sR9 .wrapper {
  width: 100%;
  max-width: 1260px;
}
@media (min-width: 992px) {
  .cid-uGbeCA7sR9 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uGbeCA7sR9 .wrapper {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uGbeCA7sR9 .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cid-uGbeCA7sR9 .menu-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-uGbeCA7sR9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uGbeCA7sR9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGbeCA7sR9 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uGbeCA7sR9 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uGbeCA7sR9 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGbeCA7sR9 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGbeCA7sR9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGbeCA7sR9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGbeCA7sR9 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGbeCA7sR9 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGbeCA7sR9 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGbeCA7sR9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uGbeCA7sR9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGbeCA7sR9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGbeCA7sR9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 4.1rem);
  }
}
.cid-uGbeCA7sR9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGbeCA7sR9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGbeCA7sR9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGbeCA7sR9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGbeCA7sR9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGbeCA7sR9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGbeCA7sR9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGbeCA7sR9 .navbar .wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-uGbeCA7sR9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGbeCA7sR9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGbeCA7sR9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGbeCA7sR9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGbeCA7sR9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGbeCA7sR9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGbeCA7sR9 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uGbeCA7sR9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGbeCA7sR9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGbeCA7sR9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGbeCA7sR9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGbeCA7sR9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGbeCA7sR9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uGbeCA7sR9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uGbeCA7sR9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGbeCA7sR9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGbeCA7sR9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGbeCA7sR9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGbeCA7sR9 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uGbeCA7sR9 .dropdown-item.active,
.cid-uGbeCA7sR9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uGbeCA7sR9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Source Serif 4', sans-serif;
  font-weight: 700;
}
.cid-uGbeCA7sR9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGbeCA7sR9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGbeCA7sR9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGbeCA7sR9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGbeCA7sR9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGbeCA7sR9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGbeCA7sR9 .navbar-buttons {
  text-align: center;
}
.cid-uGbeCA7sR9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGbeCA7sR9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #132c70;
}
.cid-uGbeCA7sR9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGbeCA7sR9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbeCA7sR9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbeCA7sR9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGbeCA7sR9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbeCA7sR9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGbeCA7sR9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGbeCA7sR9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbeCA7sR9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGbeCA7sR9 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #132c70;
  display: inline-flex;
}
.cid-uGbeCA7sR9 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uGbeCA7sR9 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uGbeCA7sR9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGbeCA7sR9 a.nav-link,
.cid-uGbeCA7sR9 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uGbeCA7sR9 a.nav-link .mbr-iconfont-btn,
.cid-uGbeCA7sR9 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uGbeCA7sR9 a.nav-link:hover .mbr-iconfont-btn,
.cid-uGbeCA7sR9 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uGbeCA7sR9 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGbeCA7sR9 .navbar {
    height: 77px;
  }
  .cid-uGbeCA7sR9 .navbar.opened {
    height: auto;
  }
  .cid-uGbeCA7sR9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGbeCA7sR9 .logo-link {
  color: #132c70;
}
.cid-uGbeCA7sR9 .mbr-section-btn {
  margin: 0;
}
.cid-uGbeCAt2Pw {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1285.webp");
}
.cid-uGbeCAt2Pw .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #bd9679;
  margin-bottom: 2rem;
}
.cid-uGbeCAt2Pw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbeCAt2Pw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbeCAt2Pw .mbr-section-title,
.cid-uGbeCAt2Pw .icon-wrap {
  color: #bd9679;
}
.cid-uGbeCAt2Pw .mbr-text,
.cid-uGbeCAt2Pw .mbr-section-btn {
  color: #bd9679;
}
.cid-uGbeCAJgFR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uGbeCAJgFR .container {
    padding: 0 24px;
  }
}
.cid-uGbeCAJgFR .card {
  justify-content: center;
}
.cid-uGbeCAJgFR .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uGbeCAJgFR .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uGbeCAJgFR .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGbeCAJgFR .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uGbeCAJgFR .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uGbeCAJgFR .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uGbeCAJgFR .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uGbeCAJgFR .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGbeCAJgFR .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uGbeCAJgFR .mbr-section-title {
  color: #F9F6E0;
}
.cid-uGbeCAJgFR .mbr-desc {
  color: #F9F6E0;
  text-align: center;
}
.cid-uGbeCAJgFR .mbr-text {
  color: #00022b;
  text-align: left;
}
.cid-uGbeCAJgFR .mbr-section-btn {
  text-align: right;
}
.cid-uGbeCAJgFR .mbr-section-title,
.cid-uGbeCAJgFR .mbr-section-btn {
  text-align: center;
  color: #00022b;
}
.cid-uGbeCB0veo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/4.webp");
}
.cid-uGbeCB0veo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbeCB0veo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbeCB0veo ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uGbeCB0veo li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uGbeCB0veo ul li::before {
  position: inherit;
  left: -1.6rem;
  content: "\2022";
  color: #d1ab91;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uGbeCB0veo H3 {
  text-align: center;
}
.cid-uGbeCBccFZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGbeCBccFZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbeCBccFZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbeCBccFZ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGbeCBccFZ .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uGbeCBccFZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uGbeCBccFZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGbeCBccFZ .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uGbeCBccFZ .border-wrap {
    margin-top: 32px;
  }
}
.cid-uGbeCBccFZ .mbr-section-title {
  color: #ffffff;
}
.cid-uGbeCBccFZ .mbr-text,
.cid-uGbeCBccFZ .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uGbeCBccFZ .mbr-section-title,
.cid-uGbeCBccFZ .mbr-section-btn {
  text-align: center;
}
.cid-uGbeCBob41 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGbeCBob41 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uGbeCBob41 .panel-group {
  border: none;
}
.cid-uGbeCBob41 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uGbeCBob41 .card-header {
    padding: 0rem;
  }
}
.cid-uGbeCBob41 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uGbeCBob41 .img-col {
  padding: 0;
}
.cid-uGbeCBob41 .img-item {
  height: 100%;
}
.cid-uGbeCBob41 img {
  height: 100%;
  object-fit: cover;
}
.cid-uGbeCBob41 .collapsed span {
  transform: rotate(0deg);
}
.cid-uGbeCBob41 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uGbeCBob41 p {
  margin-bottom: 0.3rem;
}
.cid-uGbeCBob41 .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uGbeCBob41 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uGbeCBob41 .card {
  background: #d1ab91;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uGbeCBob41 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGbeCBob41 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uGbeCBob41 .panel-text {
  color: #000000;
}
.cid-uGbeCBob41 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uGbeCBob41 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uGbeCBob41 .panel-title-edit,
.cid-uGbeCBob41 .mbr-iconfont {
  color: #000000;
}
.cid-uGbeCBFlat {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/4.webp");
}
.cid-uGbeCBFlat .title_block {
  margin-bottom: 80px;
}
.cid-uGbeCBFlat .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #d1ab91;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uGbeCBFlat .mbr-section-title {
  color: #000000;
}
.cid-uGbeCBFlat .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #dfdbd8;
}
.cid-uGbeCBFlat .item {
  padding-bottom: 2rem;
}
.cid-uGbeCBFlat .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-uGbeCBFlat .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uGbeCBFlat .item-wrapper {
  position: relative;
}
.cid-uGbeCBFlat .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-uGbeCBFlat .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGbeCBFlat .item-wrapper:hover .mbr-item-subtitle a {
  color: #d1ab91 !important;
}
.cid-uGbeCBFlat .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-uGbeCBFlat .carousel-control,
.cid-uGbeCBFlat .close {
  background: #1b1b1b;
}
.cid-uGbeCBFlat .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGbeCBFlat .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGbeCBFlat .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGbeCBFlat .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGbeCBFlat .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGbeCBFlat .close::before {
  content: '\e91a';
}
.cid-uGbeCBFlat .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGbeCBFlat .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGbeCBFlat .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbeCBFlat .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGbeCBFlat .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGbeCBFlat .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGbeCBFlat .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGbeCBFlat .carousel-indicators li.active,
.cid-uGbeCBFlat .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGbeCBFlat .carousel-indicators li::after,
.cid-uGbeCBFlat .carousel-indicators li::before {
  content: none;
}
.cid-uGbeCBFlat .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGbeCBFlat .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGbeCBFlat .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbeCBFlat .carousel-indicators {
    display: none;
  }
}
.cid-uGbeCBFlat .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGbeCBFlat .carousel-inner > .active {
  display: block;
}
.cid-uGbeCBFlat .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbeCBFlat .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGbeCBFlat .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGbeCBFlat .carousel-control,
  .cid-uGbeCBFlat .carousel-indicators,
  .cid-uGbeCBFlat .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGbeCBFlat .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGbeCBFlat .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGbeCBFlat .carousel-indicators .active,
.cid-uGbeCBFlat .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGbeCBFlat .carousel-indicators .active {
  background: #fff;
}
.cid-uGbeCBFlat .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGbeCBFlat .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGbeCBFlat .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGbeCBFlat .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGbeCBFlat .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGbeCBFlat .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGbeCBFlat .carousel {
  width: 100%;
}
.cid-uGbeCBFlat .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGbeCBFlat .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGbeCBFlat .modal.fade .modal-dialog,
.cid-uGbeCBFlat .modal.in .modal-dialog {
  transform: none;
}
.cid-uGbeCBFlat .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGbeCBFlat .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbeCBFlat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbeCCfsMK {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGbeCCfsMK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbeCCfsMK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGbeCCfsMK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGbeCCfsMK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGbeCCfsMK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uGbeCCfsMK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGbeCCfsMK .mbr-section-title {
  color: #000000;
}
.cid-uGbeCCfsMK .mbr-text,
.cid-uGbeCCfsMK .mbr-section-btn {
  color: #000000;
}
.cid-uGbeCCMiD3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGbeCCMiD3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbeCCMiD3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbeCCMiD3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGbeCCMiD3 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uGbeCCMiD3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uGbeCCMiD3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGbeCCMiD3 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uGbeCCMiD3 .border-wrap {
    margin-top: 32px;
  }
}
.cid-uGbeCCMiD3 .mbr-section-title {
  color: #ffffff;
}
.cid-uGbeCCMiD3 .mbr-text,
.cid-uGbeCCMiD3 .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uGbeCCMiD3 .mbr-section-title,
.cid-uGbeCCMiD3 .mbr-section-btn {
  text-align: center;
}
.cid-uGbeCD3OMM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #cbbca3;
}
.cid-uGbeCD3OMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbeCD3OMM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbeCD3OMM .container-fluid {
  max-width: 100%;
}
.cid-uGbeCD3OMM .mbr-section-head {
  margin-bottom: 45px;
}
.cid-uGbeCD3OMM .mbr-section-title {
  color: #9b8db7;
}
.cid-uGbeCD3OMM .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-uGbeCD3OMM .google-map {
  height: 650px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uGbeCD3OMM .google-map {
    max-height: 75vh;
  }
}
.cid-uGbeCD3OMM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uGbeCD3OMM .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-uGbeCD3OMM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uGbeCD3OMM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uGbeCDoORz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #cbbca3;
}
.cid-uGbeCDoORz img {
  border-radius: 0rem !important;
}
.cid-uGbeCDoORz .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uGbeCDoORz .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uGbeCDoORz .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uGbeCDoORz .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uGbeCDoORz .row > div {
    margin: auto;
  }
}
.cid-uGbeCDoORz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGbeCDoORz .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uGbeCDoORz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGbeCDoORz .list {
    margin-bottom: 0rem;
  }
}
.cid-uGbeCDoORz .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uGbeCDoORz .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uGbeCDoORz .row {
    display: grid;
  }
  .cid-uGbeCDoORz .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uGbeCDoORz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGbeCDoORz .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uGbeCDoORz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGbeCDoORz .mbr-section-subtitle {
  color: #000000;
}
.cid-uGbeCDoORz .copyright {
  color: #000000;
}
.cid-uGbeCDoORz .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGbeCDoORz .social-wrap .soc-item a {
  display: block;
}
.cid-uGbeCDoORz .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGbeCDoORz .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uGbeCDoORz .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #c65108;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uGbg5RWijd {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uGbg5RWijd .shadow-section {
  padding: 20px !important;
  background-color: #f9f9f9 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3) !important;
  border-radius: 8px !important;
}
.cid-uGbg5RWijd .imgst {
  border-radius: 0rem !important;
}
.cid-uGbg5RWijd .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: center;
  position: fixed;
}
.cid-uGbg5RWijd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGbg5RWijd .nav-item,
.cid-uGbg5RWijd .nav-link,
.cid-uGbg5RWijd .navbar-caption {
  font-weight: normal;
}
.cid-uGbg5RWijd .nav-item:focus,
.cid-uGbg5RWijd .nav-link:focus {
  outline: none;
}
.cid-uGbg5RWijd .wrapper {
  width: 100%;
  max-width: 1260px;
}
@media (min-width: 992px) {
  .cid-uGbg5RWijd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uGbg5RWijd .wrapper {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uGbg5RWijd .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cid-uGbg5RWijd .menu-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-uGbg5RWijd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uGbg5RWijd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGbg5RWijd .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uGbg5RWijd .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uGbg5RWijd .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGbg5RWijd .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGbg5RWijd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGbg5RWijd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGbg5RWijd .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGbg5RWijd .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGbg5RWijd .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGbg5RWijd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uGbg5RWijd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGbg5RWijd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGbg5RWijd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 4.1rem);
  }
}
.cid-uGbg5RWijd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGbg5RWijd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGbg5RWijd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGbg5RWijd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGbg5RWijd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGbg5RWijd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGbg5RWijd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGbg5RWijd .navbar .wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-uGbg5RWijd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGbg5RWijd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGbg5RWijd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGbg5RWijd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGbg5RWijd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGbg5RWijd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGbg5RWijd .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uGbg5RWijd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGbg5RWijd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGbg5RWijd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGbg5RWijd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGbg5RWijd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGbg5RWijd .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uGbg5RWijd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uGbg5RWijd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGbg5RWijd .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGbg5RWijd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGbg5RWijd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGbg5RWijd .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uGbg5RWijd .dropdown-item.active,
.cid-uGbg5RWijd .dropdown-item:active {
  background-color: transparent;
}
.cid-uGbg5RWijd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Source Serif 4', sans-serif;
  font-weight: 700;
}
.cid-uGbg5RWijd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGbg5RWijd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGbg5RWijd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGbg5RWijd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGbg5RWijd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGbg5RWijd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGbg5RWijd .navbar-buttons {
  text-align: center;
}
.cid-uGbg5RWijd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGbg5RWijd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #132c70;
}
.cid-uGbg5RWijd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGbg5RWijd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbg5RWijd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbg5RWijd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGbg5RWijd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbg5RWijd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGbg5RWijd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGbg5RWijd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbg5RWijd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGbg5RWijd .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #132c70;
  display: inline-flex;
}
.cid-uGbg5RWijd .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uGbg5RWijd .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uGbg5RWijd .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGbg5RWijd a.nav-link,
.cid-uGbg5RWijd a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uGbg5RWijd a.nav-link .mbr-iconfont-btn,
.cid-uGbg5RWijd a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uGbg5RWijd a.nav-link:hover .mbr-iconfont-btn,
.cid-uGbg5RWijd a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uGbg5RWijd a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGbg5RWijd .navbar {
    height: 77px;
  }
  .cid-uGbg5RWijd .navbar.opened {
    height: auto;
  }
  .cid-uGbg5RWijd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGbg5RWijd .logo-link {
  color: #132c70;
}
.cid-uGbg5RWijd .mbr-section-btn {
  margin: 0;
}
.cid-uGbg5SjxOI {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/dermatologia-estetica-scaled-1600x1067.webp");
}
.cid-uGbg5SjxOI .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #bd9679;
  margin-bottom: 2rem;
}
.cid-uGbg5SjxOI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbg5SjxOI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbg5SjxOI .mbr-section-title,
.cid-uGbg5SjxOI .icon-wrap {
  color: #bd9679;
}
.cid-uGbg5SjxOI .mbr-text,
.cid-uGbg5SjxOI .mbr-section-btn {
  color: #bd9679;
}
.cid-uGbg5SA3MH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uGbg5SA3MH .container {
    padding: 0 24px;
  }
}
.cid-uGbg5SA3MH .card {
  justify-content: center;
}
.cid-uGbg5SA3MH .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uGbg5SA3MH .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uGbg5SA3MH .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGbg5SA3MH .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uGbg5SA3MH .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uGbg5SA3MH .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uGbg5SA3MH .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uGbg5SA3MH .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGbg5SA3MH .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uGbg5SA3MH .mbr-section-title {
  color: #F9F6E0;
}
.cid-uGbg5SA3MH .mbr-desc {
  color: #F9F6E0;
  text-align: center;
}
.cid-uGbg5SA3MH .mbr-text {
  color: #00022b;
  text-align: left;
}
.cid-uGbg5SA3MH .mbr-section-btn {
  text-align: right;
}
.cid-uGbg5SA3MH .mbr-section-title,
.cid-uGbg5SA3MH .mbr-section-btn {
  text-align: center;
  color: #00022b;
}
.cid-uGbg5SN0gH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/4.webp");
}
.cid-uGbg5SN0gH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbg5SN0gH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbg5SN0gH ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uGbg5SN0gH li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uGbg5SN0gH ul li::before {
  position: inherit;
  left: -1.6rem;
  content: "\2022";
  color: #d1ab91;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uGbg5SN0gH H3 {
  text-align: center;
}
.cid-uGbg5T1Xdr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGbg5T1Xdr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbg5T1Xdr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbg5T1Xdr .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGbg5T1Xdr .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uGbg5T1Xdr .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uGbg5T1Xdr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGbg5T1Xdr .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uGbg5T1Xdr .border-wrap {
    margin-top: 32px;
  }
}
.cid-uGbg5T1Xdr .mbr-section-title {
  color: #ffffff;
}
.cid-uGbg5T1Xdr .mbr-text,
.cid-uGbg5T1Xdr .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uGbg5T1Xdr .mbr-section-title,
.cid-uGbg5T1Xdr .mbr-section-btn {
  text-align: center;
}
.cid-uGbg5Te7gL {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGbg5Te7gL .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uGbg5Te7gL .panel-group {
  border: none;
}
.cid-uGbg5Te7gL .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uGbg5Te7gL .card-header {
    padding: 0rem;
  }
}
.cid-uGbg5Te7gL .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uGbg5Te7gL .img-col {
  padding: 0;
}
.cid-uGbg5Te7gL .img-item {
  height: 100%;
}
.cid-uGbg5Te7gL img {
  height: 100%;
  object-fit: cover;
}
.cid-uGbg5Te7gL .collapsed span {
  transform: rotate(0deg);
}
.cid-uGbg5Te7gL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uGbg5Te7gL p {
  margin-bottom: 0.3rem;
}
.cid-uGbg5Te7gL .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uGbg5Te7gL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uGbg5Te7gL .card {
  background: #d1ab91;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uGbg5Te7gL .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGbg5Te7gL .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uGbg5Te7gL .panel-text {
  color: #000000;
}
.cid-uGbg5Te7gL .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uGbg5Te7gL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uGbg5Te7gL .panel-title-edit,
.cid-uGbg5Te7gL .mbr-iconfont {
  color: #000000;
}
.cid-uGbg5TxutY {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/4.webp");
}
.cid-uGbg5TxutY .title_block {
  margin-bottom: 80px;
}
.cid-uGbg5TxutY .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #d1ab91;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uGbg5TxutY .mbr-section-title {
  color: #000000;
}
.cid-uGbg5TxutY .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #dfdbd8;
}
.cid-uGbg5TxutY .item {
  padding-bottom: 2rem;
}
.cid-uGbg5TxutY .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-uGbg5TxutY .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uGbg5TxutY .item-wrapper {
  position: relative;
}
.cid-uGbg5TxutY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-uGbg5TxutY .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGbg5TxutY .item-wrapper:hover .mbr-item-subtitle a {
  color: #d1ab91 !important;
}
.cid-uGbg5TxutY .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-uGbg5TxutY .carousel-control,
.cid-uGbg5TxutY .close {
  background: #1b1b1b;
}
.cid-uGbg5TxutY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGbg5TxutY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGbg5TxutY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGbg5TxutY .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGbg5TxutY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGbg5TxutY .close::before {
  content: '\e91a';
}
.cid-uGbg5TxutY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGbg5TxutY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGbg5TxutY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbg5TxutY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGbg5TxutY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGbg5TxutY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGbg5TxutY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGbg5TxutY .carousel-indicators li.active,
.cid-uGbg5TxutY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGbg5TxutY .carousel-indicators li::after,
.cid-uGbg5TxutY .carousel-indicators li::before {
  content: none;
}
.cid-uGbg5TxutY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGbg5TxutY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGbg5TxutY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbg5TxutY .carousel-indicators {
    display: none;
  }
}
.cid-uGbg5TxutY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGbg5TxutY .carousel-inner > .active {
  display: block;
}
.cid-uGbg5TxutY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbg5TxutY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGbg5TxutY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGbg5TxutY .carousel-control,
  .cid-uGbg5TxutY .carousel-indicators,
  .cid-uGbg5TxutY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGbg5TxutY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGbg5TxutY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGbg5TxutY .carousel-indicators .active,
.cid-uGbg5TxutY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGbg5TxutY .carousel-indicators .active {
  background: #fff;
}
.cid-uGbg5TxutY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGbg5TxutY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGbg5TxutY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGbg5TxutY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGbg5TxutY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGbg5TxutY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGbg5TxutY .carousel {
  width: 100%;
}
.cid-uGbg5TxutY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGbg5TxutY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGbg5TxutY .modal.fade .modal-dialog,
.cid-uGbg5TxutY .modal.in .modal-dialog {
  transform: none;
}
.cid-uGbg5TxutY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGbg5TxutY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbg5TxutY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbg5UaoPk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGbg5UaoPk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbg5UaoPk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGbg5UaoPk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGbg5UaoPk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGbg5UaoPk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uGbg5UaoPk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGbg5UaoPk .mbr-section-title {
  color: #000000;
}
.cid-uGbg5UaoPk .mbr-text,
.cid-uGbg5UaoPk .mbr-section-btn {
  color: #000000;
}
.cid-uGbg5UrACA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGbg5UrACA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbg5UrACA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbg5UrACA .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGbg5UrACA .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uGbg5UrACA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uGbg5UrACA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGbg5UrACA .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uGbg5UrACA .border-wrap {
    margin-top: 32px;
  }
}
.cid-uGbg5UrACA .mbr-section-title {
  color: #ffffff;
}
.cid-uGbg5UrACA .mbr-text,
.cid-uGbg5UrACA .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uGbg5UrACA .mbr-section-title,
.cid-uGbg5UrACA .mbr-section-btn {
  text-align: center;
}
.cid-uGbg5UIESr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #cbbca3;
}
.cid-uGbg5UIESr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbg5UIESr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbg5UIESr .container-fluid {
  max-width: 100%;
}
.cid-uGbg5UIESr .mbr-section-head {
  margin-bottom: 45px;
}
.cid-uGbg5UIESr .mbr-section-title {
  color: #9b8db7;
}
.cid-uGbg5UIESr .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-uGbg5UIESr .google-map {
  height: 650px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uGbg5UIESr .google-map {
    max-height: 75vh;
  }
}
.cid-uGbg5UIESr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uGbg5UIESr .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-uGbg5UIESr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uGbg5UIESr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uGbg5V1nzw {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #cbbca3;
}
.cid-uGbg5V1nzw img {
  border-radius: 0rem !important;
}
.cid-uGbg5V1nzw .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uGbg5V1nzw .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uGbg5V1nzw .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uGbg5V1nzw .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uGbg5V1nzw .row > div {
    margin: auto;
  }
}
.cid-uGbg5V1nzw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGbg5V1nzw .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uGbg5V1nzw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGbg5V1nzw .list {
    margin-bottom: 0rem;
  }
}
.cid-uGbg5V1nzw .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uGbg5V1nzw .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uGbg5V1nzw .row {
    display: grid;
  }
  .cid-uGbg5V1nzw .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uGbg5V1nzw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGbg5V1nzw .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uGbg5V1nzw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGbg5V1nzw .mbr-section-subtitle {
  color: #000000;
}
.cid-uGbg5V1nzw .copyright {
  color: #000000;
}
.cid-uGbg5V1nzw .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGbg5V1nzw .social-wrap .soc-item a {
  display: block;
}
.cid-uGbg5V1nzw .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGbg5V1nzw .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uGbg5V1nzw .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #c65108;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uGbhpoEApR {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uGbhpoEApR .shadow-section {
  padding: 20px !important;
  background-color: #f9f9f9 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3) !important;
  border-radius: 8px !important;
}
.cid-uGbhpoEApR .imgst {
  border-radius: 0rem !important;
}
.cid-uGbhpoEApR .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: center;
  position: fixed;
}
.cid-uGbhpoEApR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGbhpoEApR .nav-item,
.cid-uGbhpoEApR .nav-link,
.cid-uGbhpoEApR .navbar-caption {
  font-weight: normal;
}
.cid-uGbhpoEApR .nav-item:focus,
.cid-uGbhpoEApR .nav-link:focus {
  outline: none;
}
.cid-uGbhpoEApR .wrapper {
  width: 100%;
  max-width: 1260px;
}
@media (min-width: 992px) {
  .cid-uGbhpoEApR .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uGbhpoEApR .wrapper {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uGbhpoEApR .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cid-uGbhpoEApR .menu-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-uGbhpoEApR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uGbhpoEApR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGbhpoEApR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uGbhpoEApR .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uGbhpoEApR .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGbhpoEApR .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGbhpoEApR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGbhpoEApR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGbhpoEApR .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGbhpoEApR .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGbhpoEApR .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGbhpoEApR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uGbhpoEApR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGbhpoEApR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGbhpoEApR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 4.1rem);
  }
}
.cid-uGbhpoEApR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGbhpoEApR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGbhpoEApR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGbhpoEApR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGbhpoEApR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGbhpoEApR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGbhpoEApR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGbhpoEApR .navbar .wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-uGbhpoEApR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGbhpoEApR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGbhpoEApR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGbhpoEApR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGbhpoEApR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGbhpoEApR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGbhpoEApR .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uGbhpoEApR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGbhpoEApR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGbhpoEApR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGbhpoEApR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGbhpoEApR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGbhpoEApR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uGbhpoEApR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uGbhpoEApR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGbhpoEApR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGbhpoEApR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGbhpoEApR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGbhpoEApR .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uGbhpoEApR .dropdown-item.active,
.cid-uGbhpoEApR .dropdown-item:active {
  background-color: transparent;
}
.cid-uGbhpoEApR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Source Serif 4', sans-serif;
  font-weight: 700;
}
.cid-uGbhpoEApR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGbhpoEApR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGbhpoEApR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGbhpoEApR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGbhpoEApR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGbhpoEApR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGbhpoEApR .navbar-buttons {
  text-align: center;
}
.cid-uGbhpoEApR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGbhpoEApR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #132c70;
}
.cid-uGbhpoEApR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGbhpoEApR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbhpoEApR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbhpoEApR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGbhpoEApR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbhpoEApR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGbhpoEApR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGbhpoEApR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbhpoEApR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGbhpoEApR .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #132c70;
  display: inline-flex;
}
.cid-uGbhpoEApR .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uGbhpoEApR .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uGbhpoEApR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGbhpoEApR a.nav-link,
.cid-uGbhpoEApR a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uGbhpoEApR a.nav-link .mbr-iconfont-btn,
.cid-uGbhpoEApR a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uGbhpoEApR a.nav-link:hover .mbr-iconfont-btn,
.cid-uGbhpoEApR a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uGbhpoEApR a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGbhpoEApR .navbar {
    height: 77px;
  }
  .cid-uGbhpoEApR .navbar.opened {
    height: auto;
  }
  .cid-uGbhpoEApR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGbhpoEApR .logo-link {
  color: #132c70;
}
.cid-uGbhpoEApR .mbr-section-btn {
  margin: 0;
}
.cid-uGbhpp6h9t {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-uGbhpp6h9t .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #bd9679;
  margin-bottom: 2rem;
}
.cid-uGbhpp6h9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbhpp6h9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbhpp6h9t .mbr-section-title,
.cid-uGbhpp6h9t .icon-wrap {
  color: #bd9679;
}
.cid-uGbhpp6h9t .mbr-text,
.cid-uGbhpp6h9t .mbr-section-btn {
  color: #bd9679;
}
.cid-uGbhppvFk5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uGbhppvFk5 .container {
    padding: 0 24px;
  }
}
.cid-uGbhppvFk5 .card {
  justify-content: center;
}
.cid-uGbhppvFk5 .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uGbhppvFk5 .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uGbhppvFk5 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGbhppvFk5 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uGbhppvFk5 .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uGbhppvFk5 .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uGbhppvFk5 .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uGbhppvFk5 .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGbhppvFk5 .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uGbhppvFk5 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uGbhppvFk5 .mbr-desc {
  color: #F9F6E0;
  text-align: center;
}
.cid-uGbhppvFk5 .mbr-text {
  color: #00022b;
  text-align: left;
}
.cid-uGbhppvFk5 .mbr-section-btn {
  text-align: right;
}
.cid-uGbhppvFk5 .mbr-section-title,
.cid-uGbhppvFk5 .mbr-section-btn {
  text-align: center;
  color: #00022b;
}
.cid-uGbhppQ6tp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/4.webp");
}
.cid-uGbhppQ6tp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbhppQ6tp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbhppQ6tp ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uGbhppQ6tp li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uGbhppQ6tp ul li::before {
  position: inherit;
  left: -1.6rem;
  content: "\2022";
  color: #d1ab91;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uGbhppQ6tp H3 {
  text-align: center;
}
.cid-uGbhpqdqeA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGbhpqdqeA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbhpqdqeA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbhpqdqeA .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGbhpqdqeA .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uGbhpqdqeA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uGbhpqdqeA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGbhpqdqeA .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uGbhpqdqeA .border-wrap {
    margin-top: 32px;
  }
}
.cid-uGbhpqdqeA .mbr-section-title {
  color: #ffffff;
}
.cid-uGbhpqdqeA .mbr-text,
.cid-uGbhpqdqeA .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uGbhpqdqeA .mbr-section-title,
.cid-uGbhpqdqeA .mbr-section-btn {
  text-align: center;
}
.cid-uGbhpqwyEG {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGbhpqwyEG .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uGbhpqwyEG .panel-group {
  border: none;
}
.cid-uGbhpqwyEG .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uGbhpqwyEG .card-header {
    padding: 0rem;
  }
}
.cid-uGbhpqwyEG .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uGbhpqwyEG .img-col {
  padding: 0;
}
.cid-uGbhpqwyEG .img-item {
  height: 100%;
}
.cid-uGbhpqwyEG img {
  height: 100%;
  object-fit: cover;
}
.cid-uGbhpqwyEG .collapsed span {
  transform: rotate(0deg);
}
.cid-uGbhpqwyEG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uGbhpqwyEG p {
  margin-bottom: 0.3rem;
}
.cid-uGbhpqwyEG .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uGbhpqwyEG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uGbhpqwyEG .card {
  background: #d1ab91;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uGbhpqwyEG .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGbhpqwyEG .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uGbhpqwyEG .panel-text {
  color: #000000;
}
.cid-uGbhpqwyEG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uGbhpqwyEG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uGbhpqwyEG .panel-title-edit,
.cid-uGbhpqwyEG .mbr-iconfont {
  color: #000000;
}
.cid-uGbhpr7I7t {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/4.webp");
}
.cid-uGbhpr7I7t .title_block {
  margin-bottom: 80px;
}
.cid-uGbhpr7I7t .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #d1ab91;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uGbhpr7I7t .mbr-section-title {
  color: #000000;
}
.cid-uGbhpr7I7t .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #dfdbd8;
}
.cid-uGbhpr7I7t .item {
  padding-bottom: 2rem;
}
.cid-uGbhpr7I7t .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-uGbhpr7I7t .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uGbhpr7I7t .item-wrapper {
  position: relative;
}
.cid-uGbhpr7I7t .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-uGbhpr7I7t .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGbhpr7I7t .item-wrapper:hover .mbr-item-subtitle a {
  color: #d1ab91 !important;
}
.cid-uGbhpr7I7t .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-uGbhpr7I7t .carousel-control,
.cid-uGbhpr7I7t .close {
  background: #1b1b1b;
}
.cid-uGbhpr7I7t .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGbhpr7I7t .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGbhpr7I7t .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGbhpr7I7t .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGbhpr7I7t .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGbhpr7I7t .close::before {
  content: '\e91a';
}
.cid-uGbhpr7I7t .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGbhpr7I7t .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGbhpr7I7t .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbhpr7I7t .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGbhpr7I7t .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGbhpr7I7t .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGbhpr7I7t .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGbhpr7I7t .carousel-indicators li.active,
.cid-uGbhpr7I7t .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGbhpr7I7t .carousel-indicators li::after,
.cid-uGbhpr7I7t .carousel-indicators li::before {
  content: none;
}
.cid-uGbhpr7I7t .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGbhpr7I7t .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGbhpr7I7t .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbhpr7I7t .carousel-indicators {
    display: none;
  }
}
.cid-uGbhpr7I7t .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGbhpr7I7t .carousel-inner > .active {
  display: block;
}
.cid-uGbhpr7I7t .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbhpr7I7t .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGbhpr7I7t .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGbhpr7I7t .carousel-control,
  .cid-uGbhpr7I7t .carousel-indicators,
  .cid-uGbhpr7I7t .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGbhpr7I7t .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGbhpr7I7t .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGbhpr7I7t .carousel-indicators .active,
.cid-uGbhpr7I7t .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGbhpr7I7t .carousel-indicators .active {
  background: #fff;
}
.cid-uGbhpr7I7t .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGbhpr7I7t .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGbhpr7I7t .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGbhpr7I7t .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGbhpr7I7t .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGbhpr7I7t .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGbhpr7I7t .carousel {
  width: 100%;
}
.cid-uGbhpr7I7t .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGbhpr7I7t .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGbhpr7I7t .modal.fade .modal-dialog,
.cid-uGbhpr7I7t .modal.in .modal-dialog {
  transform: none;
}
.cid-uGbhpr7I7t .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGbhpr7I7t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbhpr7I7t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbhprLg0s {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGbhprLg0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbhprLg0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGbhprLg0s .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGbhprLg0s .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGbhprLg0s .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uGbhprLg0s .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGbhprLg0s .mbr-section-title {
  color: #000000;
}
.cid-uGbhprLg0s .mbr-text,
.cid-uGbhprLg0s .mbr-section-btn {
  color: #000000;
}
.cid-uGbij4yJTE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uGbij4yJTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbij4yJTE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbij4yJTE .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uGbij4yJTE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGbij4yJTE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGbij4yJTE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uGbij4yJTE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGbij4yJTE .mbr-section-title {
  color: #000000;
}
.cid-uGbij4yJTE .mbr-text,
.cid-uGbij4yJTE .mbr-section-btn {
  color: #000000;
}
.cid-uGbhps3WAP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGbhps3WAP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbhps3WAP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbhps3WAP .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGbhps3WAP .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uGbhps3WAP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uGbhps3WAP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGbhps3WAP .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uGbhps3WAP .border-wrap {
    margin-top: 32px;
  }
}
.cid-uGbhps3WAP .mbr-section-title {
  color: #ffffff;
}
.cid-uGbhps3WAP .mbr-text,
.cid-uGbhps3WAP .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uGbhps3WAP .mbr-section-title,
.cid-uGbhps3WAP .mbr-section-btn {
  text-align: center;
}
.cid-uGbhpsmaAN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #cbbca3;
}
.cid-uGbhpsmaAN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbhpsmaAN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbhpsmaAN .container-fluid {
  max-width: 100%;
}
.cid-uGbhpsmaAN .mbr-section-head {
  margin-bottom: 45px;
}
.cid-uGbhpsmaAN .mbr-section-title {
  color: #9b8db7;
}
.cid-uGbhpsmaAN .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-uGbhpsmaAN .google-map {
  height: 650px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uGbhpsmaAN .google-map {
    max-height: 75vh;
  }
}
.cid-uGbhpsmaAN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uGbhpsmaAN .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-uGbhpsmaAN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uGbhpsmaAN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uGbhpsIcBK {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #cbbca3;
}
.cid-uGbhpsIcBK img {
  border-radius: 0rem !important;
}
.cid-uGbhpsIcBK .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uGbhpsIcBK .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uGbhpsIcBK .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uGbhpsIcBK .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uGbhpsIcBK .row > div {
    margin: auto;
  }
}
.cid-uGbhpsIcBK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGbhpsIcBK .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uGbhpsIcBK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGbhpsIcBK .list {
    margin-bottom: 0rem;
  }
}
.cid-uGbhpsIcBK .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uGbhpsIcBK .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uGbhpsIcBK .row {
    display: grid;
  }
  .cid-uGbhpsIcBK .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uGbhpsIcBK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGbhpsIcBK .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uGbhpsIcBK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGbhpsIcBK .mbr-section-subtitle {
  color: #000000;
}
.cid-uGbhpsIcBK .copyright {
  color: #000000;
}
.cid-uGbhpsIcBK .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGbhpsIcBK .social-wrap .soc-item a {
  display: block;
}
.cid-uGbhpsIcBK .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGbhpsIcBK .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uGbhpsIcBK .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #c65108;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
