.btn {
  border-width: 2px;
}
body {
  font-family: 'Noto Serif', serif;
}
.display-1 {
  font-family: 'Amsterdam Signature Four';
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'Noto Serif', serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.03rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2875rem;
}
.display-5 {
  font-family: 'Amsterdam Signature Four';
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Noto Serif', serif;
  font-size: 1.08rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.35rem;
}
/* ---- 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: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.824rem;
    font-size: calc( 1.0105rem + (1.03 - 1.0105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0105rem + (1.03 - 1.0105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.864rem;
    font-size: calc( 1.028rem + (1.08 - 1.028) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.028rem + (1.08 - 1.028) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.0625rem 3.5625rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #0e3172 !important;
}
.bg-success {
  background-color: #e5cfca !important;
}
.bg-info {
  background-color: #e4d3c0 !important;
}
.bg-warning {
  background-color: #0d0b1b !important;
}
.bg-danger {
  background-color: #a79691 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0e3172 !important;
  border-color: #0e3172 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #051025 !important;
  border-color: #051025 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #051025 !important;
  border-color: #051025 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #aebbcc !important;
  border-color: #aebbcc !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #798eab !important;
  border-color: #798eab !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #798eab !important;
  border-color: #798eab !important;
}
.btn-info,
.btn-info:active {
  background-color: #e4d3c0 !important;
  border-color: #e4d3c0 !important;
  color: #745431 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #caa983 !important;
  border-color: #caa983 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #745431 !important;
  background-color: #caa983 !important;
  border-color: #caa983 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e5cfca !important;
  border-color: #e5cfca !important;
  color: #76453a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c89a90 !important;
  border-color: #c89a90 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #76453a !important;
  background-color: #c89a90 !important;
  border-color: #c89a90 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0d0b1b !important;
  border-color: #0d0b1b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a79691 !important;
  border-color: #a79691 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #7d6a64 !important;
  border-color: #7d6a64 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7d6a64 !important;
  border-color: #7d6a64 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0e3172;
  color: #0e3172;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #051025 !important;
  background-color: transparent!important;
  border-color: #051025 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0e3172 !important;
  border-color: #0e3172 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #aebbcc;
  color: #aebbcc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #798eab !important;
  background-color: transparent!important;
  border-color: #798eab !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #aebbcc !important;
  border-color: #aebbcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e4d3c0;
  color: #e4d3c0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #caa983 !important;
  background-color: transparent!important;
  border-color: #caa983 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #745431 !important;
  background-color: #e4d3c0 !important;
  border-color: #e4d3c0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e5cfca;
  color: #e5cfca;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c89a90 !important;
  background-color: transparent!important;
  border-color: #c89a90 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #76453a !important;
  background-color: #e5cfca !important;
  border-color: #e5cfca !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0d0b1b;
  color: #0d0b1b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0d0b1b !important;
  border-color: #0d0b1b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a79691;
  color: #a79691;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7d6a64 !important;
  background-color: transparent!important;
  border-color: #7d6a64 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a79691 !important;
  border-color: #a79691 !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: #0e3172 !important;
}
.text-secondary {
  color: #aebbcc !important;
}
.text-success {
  color: #e5cfca !important;
}
.text-info {
  color: #e4d3c0 !important;
}
.text-warning {
  color: #0d0b1b !important;
}
.text-danger {
  color: #a79691 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0e3172 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #aebbcc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e5cfca !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #e4d3c0 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0d0b1b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a79691 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !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 0.3s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #0e3172;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e4d3c0;
}
.alert-warning {
  background-color: #0d0b1b;
}
.alert-danger {
  background-color: #a79691;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0e3172;
  border-color: #0e3172;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1c62e3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3adde;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e0dad8;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Playfair Display', serif;
  font-size: 1.03rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.2875rem;
}
.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: #0e3172 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Playfair Display', serif;
  font-size: 1.03rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.2875rem;
}
blockquote {
  border-color: #0e3172;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0e3172;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0e3172;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0e3172;
  border-bottom-color: #0e3172;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0e3172 !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: #aebbcc !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='%230e3172' %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;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1356px;
}
a {
  transition: color 300ms ease !important;
}
a.btn {
  transition: color 300ms ease !important;
  box-shadow: none !important;
}
.container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1000px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 420px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tMH70FfTWX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #a79691;
}
.cid-tMH70FfTWX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMH70FfTWX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMH70FfTWX .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #e2d0c5;
  padding: 80px 80px 80px 80px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tMH70FfTWX .content-container {
    flex-wrap: wrap;
    padding: 80px 20px 80px 20px;
  }
}
.cid-tMH70FfTWX .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tMH70FfTWX .text-container {
    width: 100%;
  }
}
.cid-tMH70FfTWX .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-tMH70FfTWX .iconfont-wrapper .mbr-iconfont {
  font-size: 86px;
  color: #112b6d;
}
.cid-tMH70FfTWX .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-tMH70FfTWX .mbr-section-title {
  color: #112B6D;
  margin-bottom: 0;
  width: 100%;
}
.cid-tMH70FfTWX .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-tMH70FfTWX .mbr-section-btn {
  margin-top: 10px;
}
.cid-tMHnsfuvyt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #687878;
}
.cid-tMHnsfuvyt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMHnsfuvyt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMHnsfuvyt .container,
.cid-tMHnsfuvyt .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tMHnsfuvyt .container,
  .cid-tMHnsfuvyt .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMHnsfuvyt .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #687878;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-tMHnsfuvyt .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-tMHnsfuvyt .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tMHnsfuvyt .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tMHnsfuvyt .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tMHnsfuvyt .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tMHnsfuvyt .mbr-section-title {
  color: #3d4045;
}
.cid-tMHnsfuvyt .mbr-text {
  color: #3d4045;
}
.cid-tMHnsfuvyt .mbr-section-btn {
  text-align: right;
}
.cid-tMHnCAHt3H {
  background-color: #687878;
}
.cid-tMHnCAHt3H .header-title {
  height: 100%;
  position: relative;
  width: 180%;
  padding: 20% 45% 20% 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tMHnCAHt3H .header-button {
  width: 100%;
  height: 100%;
}
.cid-tMHnCAHt3H .header-button a {
  width: 300px;
  height: 76px;
}
.cid-tMHnCAHt3H .image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tMHnCAHt3H .header-ml {
  margin-left: -40px;
}
@media (max-width: 992px) {
  .cid-tMHnCAHt3H .header-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .cid-tMHnCAHt3H .header-ml {
    margin-left: 0;
  }
  .cid-tMHnCAHt3H .header-title {
    width: 100%;
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .cid-tMHnCAHt3H .header-button a {
    width: 200px;
    height: 60px;
  }
}
.cid-tMHnCAHt3H .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tMHnCAHt3H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMHnCAHt3H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMHnCAHt3H .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-tMHnCAHt3H .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tMHncGaKWg {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tMHncGaKWg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMHncGaKWg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMHncGaKWg .mbr-section-title {
  color: #a79691;
  text-align: center;
}
.cid-tMHncGaKWg .mbr-section-subtitle {
  color: #3e4058;
  text-align: center;
}
.cid-tMHncGaKWg .mbr-section-btn {
  margin-top: 16px;
}
.cid-tMFgFZEGHG {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dots.svg");
}
@media (max-width: 1000px) {
  .cid-tMFgFZEGHG {
    padding-top: 0.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-tMFgFZEGHG {
    padding-top: 0.3rem;
    padding-bottom: 1.5rem;
  }
}
.cid-tMFgFZEGHG .f-row p {
  margin-bottom: 0.5rem;
}
.cid-tMFgFZEGHG .f-box {
  display: flex;
}
.cid-tMFgFZEGHG .f-wrap {
  width: 100%;
  border: 10px solid #a79691;
}
@media (min-width: 1000px) {
  .cid-tMFgFZEGHG .f-wrap {
    width: 80%;
  }
}
@media (min-width: 600px) {
  .cid-tMFgFZEGHG .f-wrap {
    width: 90%;
  }
}
.cid-tMFgFZEGHG .f-item {
  background-color: #fff;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tMFgFZEGHG .f-item {
    padding: 1rem;
  }
}
.cid-tMFgFZEGHG .mbr-text {
  padding-right: 1rem;
  text-align: left;
  color: #3e4058;
}
.cid-tMFgFZEGHG .mbr-date {
  padding-left: 1rem;
  text-align: left;
  color: #3e4058;
}
.cid-tMFgFZEGHG .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tMFgFZEGHG .f-row {
  display: flex;
  justify-content: space-between;
}
.cid-tMFgFZEGHG .info {
  width: 100%;
  border-bottom: 1px solid #a79691;
}
.cid-tMFgFZEGHG .mbr-data {
  text-align: center;
}
.cid-tMFgFZEGHG .mbr-section-title {
  color: #3e4058;
}
.cid-tMH6U4zjXk {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tMH6U4zjXk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMH6U4zjXk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMH6U4zjXk .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #e2d0c5;
  padding: 80px 80px 80px 80px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tMH6U4zjXk .content-container {
    flex-wrap: wrap;
    padding: 80px 20px 80px 20px;
  }
}
.cid-tMH6U4zjXk .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tMH6U4zjXk .text-container {
    width: 100%;
  }
}
.cid-tMH6U4zjXk .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-tMH6U4zjXk .iconfont-wrapper .mbr-iconfont {
  font-size: 86px;
  color: #112b6d;
}
.cid-tMH6U4zjXk .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-tMH6U4zjXk .mbr-section-title {
  color: #112B6D;
  margin-bottom: 0;
  width: 100%;
}
.cid-tMH6U4zjXk .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-tMH6U4zjXk .mbr-section-btn {
  margin-top: 10px;
}
.cid-ufJAmDNsOS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dbd4de;
}
.cid-ufJAmDNsOS .container-fluid,
.cid-ufJAmDNsOS .container {
  position: relative;
}
.cid-ufJAmDNsOS .container-fluid::before,
.cid-ufJAmDNsOS .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #a79691;
  border-radius: 550px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ufJAmDNsOS .container-fluid::before,
  .cid-ufJAmDNsOS .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .container-fluid::before,
  .cid-ufJAmDNsOS .container::before {
    display: none;
  }
}
.cid-ufJAmDNsOS .media-wrap {
  height: 300px;
}
.cid-ufJAmDNsOS .media-wrap a img {
  max-width: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ufJAmDNsOS .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-ufJAmDNsOS .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ufJAmDNsOS .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper {
    background-color: #a79691;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-ufJAmDNsOS .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-ufJAmDNsOS .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-ufJAmDNsOS .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .list {
    background-color: #a79691;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-ufJAmDNsOS .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-ufJAmDNsOS .list .item-wrap:hover {
  opacity: .7;
}
.cid-ufJAmDNsOS .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .copyright {
    background-color: #a79691;
  }
}
.cid-ufJAmDNsOS .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .mbr-text {
  color: #bcbfca;
}
.cid-ufJAmDNsOS .mbr-desc {
  color: #ffffff;
}
.cid-ufJAmDNsOS .mbr-link {
  color: #ffffff;
}
.cid-ufJAmDNsOS .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uUbTAt4P0E {
  z-index: 1000;
  width: 100%;
}
.cid-uUbTAt4P0E .navbar-dropdown {
  background-color: #a79691 !important;
  padding: 0;
  position: fixed;
}
.cid-uUbTAt4P0E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a79691 !important;
  background: #a79691;
}
.cid-uUbTAt4P0E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .menu_box .navbar.opened,
  .cid-uUbTAt4P0E .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUbTAt4P0E nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uUbTAt4P0E .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 1220px) {
  .cid-uUbTAt4P0E .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUbTAt4P0E .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUbTAt4P0E .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUbTAt4P0E .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #a79691;
  }
  .cid-uUbTAt4P0E .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uUbTAt4P0E .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uUbTAt4P0E .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uUbTAt4P0E .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uUbTAt4P0E .offcanvas-body .mbr-text,
  .cid-uUbTAt4P0E .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uUbTAt4P0E .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #af9d98;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uUbTAt4P0E ul.navbar-nav {
    padding-bottom: 1.5rem;
    padding-left: 3.5rem;
  }
  .cid-uUbTAt4P0E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUbTAt4P0E .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uUbTAt4P0E .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUbTAt4P0E li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uUbTAt4P0E li.nav-item:hover {
    opacity: .8;
  }
  .cid-uUbTAt4P0E .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uUbTAt4P0E .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uUbTAt4P0E .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .nav-item {
    margin: 0 !important;
  }
}
.cid-uUbTAt4P0E .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUbTAt4P0E .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uUbTAt4P0E .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUbTAt4P0E .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUbTAt4P0E .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUbTAt4P0E .offcanvas_box {
    display: none;
  }
}
.cid-uUbTAt4P0E .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uUbTAt4P0E .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUbTAt4P0E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUbTAt4P0E .nav-link {
  position: relative;
  color: #1e4381;
}
.cid-uUbTAt4P0E .container {
  display: flex;
  margin: auto;
}
.cid-uUbTAt4P0E .iconfont-wrapper {
  color: #f3722f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uUbTAt4P0E .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUbTAt4P0E .iconfont-wrapper:hover {
  color: #0e3172;
}
.cid-uUbTAt4P0E .navbar-caption {
  color: #1e4381;
}
.cid-uUbTAt4P0E .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUbTAt4P0E .navbar-nav {
    margin: 0;
  }
}
.cid-uUbTAt4P0E .dropdown-menu,
.cid-uUbTAt4P0E .navbar.opened {
  background-color: false !important;
}
.cid-uUbTAt4P0E .nav-item:focus,
.cid-uUbTAt4P0E .nav-link:focus {
  outline: none;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUbTAt4P0E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUbTAt4P0E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUbTAt4P0E .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uUbTAt4P0E .navbar.opened {
  transition: all 0.3s;
}
.cid-uUbTAt4P0E .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUbTAt4P0E .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-uUbTAt4P0E .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUbTAt4P0E .navbar.collapsed {
  justify-content: center;
}
.cid-uUbTAt4P0E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUbTAt4P0E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUbTAt4P0E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUbTAt4P0E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUbTAt4P0E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUbTAt4P0E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUbTAt4P0E .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUbTAt4P0E .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uUbTAt4P0E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUbTAt4P0E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUbTAt4P0E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUbTAt4P0E .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUbTAt4P0E .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUbTAt4P0E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUbTAt4P0E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUbTAt4P0E .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUbTAt4P0E .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUbTAt4P0E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUbTAt4P0E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUbTAt4P0E .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUbTAt4P0E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUbTAt4P0E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUbTAt4P0E .dropdown-item.active,
.cid-uUbTAt4P0E .dropdown-item:active {
  background-color: transparent;
}
.cid-uUbTAt4P0E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUbTAt4P0E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUbTAt4P0E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUbTAt4P0E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUbTAt4P0E ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uUbTAt4P0E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUbTAt4P0E button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a79691;
  background: #ffffff;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #af9d98;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUbTAt4P0E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: none) {
  .cid-uUbTAt4P0E .navbar {
    height: 70px;
  }
  .cid-uUbTAt4P0E .navbar.opened {
    height: auto;
  }
  .cid-uUbTAt4P0E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUbTAt4P0E .mbr-section-btn .btn,
.cid-uUbTAt4P0E .mbr-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #e5cfca !important;
  box-shadow: none;
}
.cid-uUbTAt4P0E .mbr-section-btn .btn:hover,
.cid-uUbTAt4P0E .mbr-section-btn-main .btn:hover {
  color: #e5cfca !important;
  border: 1px solid #e5cfca !important;
  box-shadow: none !important;
  opacity: .8;
}
.cid-uUbTAt4P0E .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uUbTAt4P0E .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uUbTAt4P0E .navbar-caption:hover {
  color: #0e3172;
}
.cid-uUbTAt4P0E .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUbTAt4P0E .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uUbTAt4P0E .text_widget {
  color: #ffffff;
}
.cid-uUbTAt4P0E .mbr-section-subtitle,
.cid-uUbTAt4P0E .text_widget {
  text-align: left;
}
.cid-uUbTAt4P0E a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tMFqAQkEis {
  padding-top: 40rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/maria-and-the-peeps-2000x1334.png");
}
.cid-tMFqAQkEis .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMFqAQkEis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMFqAQkEis .mbr-section-title {
  color: #f6f5ef;
  text-align: right;
}
.cid-tMFqAQkEis .mbr-section-subtitle {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tMFqAQkEis .mbr-section-subtitle {
    margin-top: 18px;
  }
}
.cid-tMFqAQkEis .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tMFqAQkEis .mbr-text {
    margin-top: 18px;
  }
}
.cid-tMFqAQkEis .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-tMFqAQkEis .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tMFqAQkEis .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tMFqAQkEis .mbr-text,
.cid-tMFqAQkEis .mbr-section-btn {
  text-align: center;
  color: #f6f5ef;
}
.cid-tMH9663dF9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMH9663dF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMH9663dF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMH9663dF9 .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #e2d0c5;
  padding: 80px 80px 80px 80px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tMH9663dF9 .content-container {
    flex-wrap: wrap;
    padding: 80px 20px 80px 20px;
  }
}
.cid-tMH9663dF9 .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tMH9663dF9 .text-container {
    width: 100%;
  }
}
.cid-tMH9663dF9 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-tMH9663dF9 .iconfont-wrapper .mbr-iconfont {
  font-size: 86px;
  color: #112b6d;
}
.cid-tMH9663dF9 .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-tMH9663dF9 .mbr-section-title {
  color: #112B6D;
  margin-bottom: 0;
  width: 100%;
}
.cid-tMH9663dF9 .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-tMH9663dF9 .mbr-section-btn {
  margin-top: 10px;
}
.cid-tMFvyg0kAe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8c8888;
}
.cid-tMFvyg0kAe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMFvyg0kAe .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-tMFvyg0kAe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMFvyg0kAe img {
  border-radius: 2rem;
}
.cid-tMFvyg0kAe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tMFvyg0kAe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tMFvyg0kAe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tMFvyg0kAe .mbr-section-title {
  color: #ffffff;
}
.cid-tMFvyg0kAe .mbr-text,
.cid-tMFvyg0kAe .mbr-section-btn {
  color: #ffffff;
}
.cid-tMHdiYFdMc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMHdiYFdMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMHdiYFdMc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMHdiYFdMc .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #e2d0c5;
  padding: 80px 80px 80px 80px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tMHdiYFdMc .content-container {
    flex-wrap: wrap;
    padding: 80px 20px 80px 20px;
  }
}
.cid-tMHdiYFdMc .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tMHdiYFdMc .text-container {
    width: 100%;
  }
}
.cid-tMHdiYFdMc .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-tMHdiYFdMc .iconfont-wrapper .mbr-iconfont {
  font-size: 86px;
  color: #112b6d;
}
.cid-tMHdiYFdMc .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-tMHdiYFdMc .mbr-section-title {
  color: #112B6D;
  margin-bottom: 0;
  width: 100%;
}
.cid-tMHdiYFdMc .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-tMHdiYFdMc .mbr-section-btn {
  margin-top: 10px;
}
.cid-tMFvZX2phz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #8c8888;
}
.cid-tMFvZX2phz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMFvZX2phz .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-tMFvZX2phz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMFvZX2phz img {
  border-radius: 2rem;
}
.cid-tMFvZX2phz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tMFvZX2phz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tMFvZX2phz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tMFvZX2phz .mbr-section-title {
  color: #ffffff;
}
.cid-tMFvZX2phz .mbr-text,
.cid-tMFvZX2phz .mbr-section-btn {
  color: #ffffff;
}
.cid-tMHcHpesgq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMHcHpesgq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMHcHpesgq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMHcHpesgq .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #e2d0c5;
  padding: 80px 80px 80px 80px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tMHcHpesgq .content-container {
    flex-wrap: wrap;
    padding: 80px 20px 80px 20px;
  }
}
.cid-tMHcHpesgq .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tMHcHpesgq .text-container {
    width: 100%;
  }
}
.cid-tMHcHpesgq .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-tMHcHpesgq .iconfont-wrapper .mbr-iconfont {
  font-size: 86px;
  color: #112b6d;
}
.cid-tMHcHpesgq .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-tMHcHpesgq .mbr-section-title {
  color: #112B6D;
  margin-bottom: 0;
  width: 100%;
}
.cid-tMHcHpesgq .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-tMHcHpesgq .mbr-section-btn {
  margin-top: 10px;
}
.cid-uVMGIEmMpc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #8c8888;
}
.cid-uVMGIEmMpc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVMGIEmMpc .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-uVMGIEmMpc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVMGIEmMpc img {
  border-radius: 2rem;
}
.cid-uVMGIEmMpc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVMGIEmMpc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVMGIEmMpc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVMGIEmMpc .mbr-section-title {
  color: #ffffff;
}
.cid-uVMGIEmMpc .mbr-text,
.cid-uVMGIEmMpc .mbr-section-btn {
  color: #ffffff;
}
.cid-uVMGKkm4FN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVMGKkm4FN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVMGKkm4FN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVMGKkm4FN .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #e2d0c5;
  padding: 80px 80px 80px 80px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-uVMGKkm4FN .content-container {
    flex-wrap: wrap;
    padding: 80px 20px 80px 20px;
  }
}
.cid-uVMGKkm4FN .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uVMGKkm4FN .text-container {
    width: 100%;
  }
}
.cid-uVMGKkm4FN .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uVMGKkm4FN .iconfont-wrapper .mbr-iconfont {
  font-size: 86px;
  color: #112b6d;
}
.cid-uVMGKkm4FN .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-uVMGKkm4FN .mbr-section-title {
  color: #112B6D;
  margin-bottom: 0;
  width: 100%;
}
.cid-uVMGKkm4FN .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-uVMGKkm4FN .mbr-section-btn {
  margin-top: 10px;
}
.cid-tMFz5wKSmN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #091324;
}
.cid-tMFz5wKSmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMFz5wKSmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMFz5wKSmN .user {
  background: #a79590;
  border-radius: 2rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tMFz5wKSmN .user_image {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-tMFz5wKSmN .user {
    padding: 1rem;
  }
}
.cid-tMFz5wKSmN .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tMFz5wKSmN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .cid-tMFz5wKSmN .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMFz5wKSmN .embla__button--next,
.cid-tMFz5wKSmN .embla__button--prev {
  display: flex;
}
.cid-tMFz5wKSmN .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMFz5wKSmN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMFz5wKSmN .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tMFz5wKSmN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMFz5wKSmN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tMFz5wKSmN .embla__button {
    top: auto;
  }
}
.cid-tMFz5wKSmN .img-wrapper img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tMFz5wKSmN .img-wrapper img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 230px) {
  .cid-tMFz5wKSmN .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tMFz5wKSmN .embla {
  position: relative;
  width: 100%;
}
.cid-tMFz5wKSmN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMFz5wKSmN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMFz5wKSmN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMFz5wKSmN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMFz5wKSmN .user_desk {
  color: #ffffff;
}
.cid-tMFz5wKSmN H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tMFz5wKSmN .user_text {
  color: #ffffff;
}
.cid-tMFz5wKSmN .user_name {
  color: #ffffff;
}
.cid-tYcsxKnQ7g {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYcsxKnQ7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYcsxKnQ7g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYcsxKnQ7g .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #e2d0c5;
  padding: 80px 80px 80px 80px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tYcsxKnQ7g .content-container {
    flex-wrap: wrap;
    padding: 80px 20px 80px 20px;
  }
}
.cid-tYcsxKnQ7g .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tYcsxKnQ7g .text-container {
    width: 100%;
  }
}
.cid-tYcsxKnQ7g .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-tYcsxKnQ7g .iconfont-wrapper .mbr-iconfont {
  font-size: 86px;
  color: #112b6d;
}
.cid-tYcsxKnQ7g .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-tYcsxKnQ7g .mbr-section-title {
  color: #112B6D;
  margin-bottom: 0;
  width: 100%;
}
.cid-tYcsxKnQ7g .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-tYcsxKnQ7g .mbr-section-btn {
  margin-top: 10px;
}
.cid-tMHcB75hfE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #d7d2d9;
}
.cid-tMHcB75hfE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMHcB75hfE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMHcB75hfE .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #e2d0c5;
  padding: 80px 80px 80px 80px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tMHcB75hfE .content-container {
    flex-wrap: wrap;
    padding: 80px 20px 80px 20px;
  }
}
.cid-tMHcB75hfE .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tMHcB75hfE .text-container {
    width: 100%;
  }
}
.cid-tMHcB75hfE .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-tMHcB75hfE .iconfont-wrapper .mbr-iconfont {
  font-size: 86px;
  color: #112b6d;
}
.cid-tMHcB75hfE .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-tMHcB75hfE .mbr-section-title {
  color: #112B6D;
  margin-bottom: 0;
  width: 100%;
}
.cid-tMHcB75hfE .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-tMHcB75hfE .mbr-section-btn {
  margin-top: 10px;
}
.cid-ufJAmDNsOS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dbd4de;
}
.cid-ufJAmDNsOS .container-fluid,
.cid-ufJAmDNsOS .container {
  position: relative;
}
.cid-ufJAmDNsOS .container-fluid::before,
.cid-ufJAmDNsOS .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #a79691;
  border-radius: 550px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ufJAmDNsOS .container-fluid::before,
  .cid-ufJAmDNsOS .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .container-fluid::before,
  .cid-ufJAmDNsOS .container::before {
    display: none;
  }
}
.cid-ufJAmDNsOS .media-wrap {
  height: 300px;
}
.cid-ufJAmDNsOS .media-wrap a img {
  max-width: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ufJAmDNsOS .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-ufJAmDNsOS .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ufJAmDNsOS .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper {
    background-color: #a79691;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-ufJAmDNsOS .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-ufJAmDNsOS .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-ufJAmDNsOS .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .list {
    background-color: #a79691;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-ufJAmDNsOS .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-ufJAmDNsOS .list .item-wrap:hover {
  opacity: .7;
}
.cid-ufJAmDNsOS .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .copyright {
    background-color: #a79691;
  }
}
.cid-ufJAmDNsOS .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .mbr-text {
  color: #bcbfca;
}
.cid-ufJAmDNsOS .mbr-desc {
  color: #ffffff;
}
.cid-ufJAmDNsOS .mbr-link {
  color: #ffffff;
}
.cid-ufJAmDNsOS .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uUbTAt4P0E {
  z-index: 1000;
  width: 100%;
}
.cid-uUbTAt4P0E .navbar-dropdown {
  background-color: #a79691 !important;
  padding: 0;
  position: fixed;
}
.cid-uUbTAt4P0E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a79691 !important;
  background: #a79691;
}
.cid-uUbTAt4P0E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .menu_box .navbar.opened,
  .cid-uUbTAt4P0E .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUbTAt4P0E nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uUbTAt4P0E .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 1220px) {
  .cid-uUbTAt4P0E .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUbTAt4P0E .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUbTAt4P0E .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUbTAt4P0E .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #a79691;
  }
  .cid-uUbTAt4P0E .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uUbTAt4P0E .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uUbTAt4P0E .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uUbTAt4P0E .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uUbTAt4P0E .offcanvas-body .mbr-text,
  .cid-uUbTAt4P0E .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uUbTAt4P0E .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #af9d98;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uUbTAt4P0E ul.navbar-nav {
    padding-bottom: 1.5rem;
    padding-left: 3.5rem;
  }
  .cid-uUbTAt4P0E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUbTAt4P0E .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uUbTAt4P0E .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUbTAt4P0E li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uUbTAt4P0E li.nav-item:hover {
    opacity: .8;
  }
  .cid-uUbTAt4P0E .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uUbTAt4P0E .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uUbTAt4P0E .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .nav-item {
    margin: 0 !important;
  }
}
.cid-uUbTAt4P0E .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUbTAt4P0E .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uUbTAt4P0E .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUbTAt4P0E .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUbTAt4P0E .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUbTAt4P0E .offcanvas_box {
    display: none;
  }
}
.cid-uUbTAt4P0E .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uUbTAt4P0E .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUbTAt4P0E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUbTAt4P0E .nav-link {
  position: relative;
  color: #1e4381;
}
.cid-uUbTAt4P0E .container {
  display: flex;
  margin: auto;
}
.cid-uUbTAt4P0E .iconfont-wrapper {
  color: #f3722f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uUbTAt4P0E .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUbTAt4P0E .iconfont-wrapper:hover {
  color: #0e3172;
}
.cid-uUbTAt4P0E .navbar-caption {
  color: #1e4381;
}
.cid-uUbTAt4P0E .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUbTAt4P0E .navbar-nav {
    margin: 0;
  }
}
.cid-uUbTAt4P0E .dropdown-menu,
.cid-uUbTAt4P0E .navbar.opened {
  background-color: false !important;
}
.cid-uUbTAt4P0E .nav-item:focus,
.cid-uUbTAt4P0E .nav-link:focus {
  outline: none;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUbTAt4P0E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUbTAt4P0E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUbTAt4P0E .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uUbTAt4P0E .navbar.opened {
  transition: all 0.3s;
}
.cid-uUbTAt4P0E .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUbTAt4P0E .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-uUbTAt4P0E .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUbTAt4P0E .navbar.collapsed {
  justify-content: center;
}
.cid-uUbTAt4P0E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUbTAt4P0E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUbTAt4P0E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUbTAt4P0E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUbTAt4P0E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUbTAt4P0E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUbTAt4P0E .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUbTAt4P0E .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uUbTAt4P0E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUbTAt4P0E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUbTAt4P0E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUbTAt4P0E .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUbTAt4P0E .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUbTAt4P0E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUbTAt4P0E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUbTAt4P0E .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUbTAt4P0E .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUbTAt4P0E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUbTAt4P0E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUbTAt4P0E .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUbTAt4P0E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUbTAt4P0E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUbTAt4P0E .dropdown-item.active,
.cid-uUbTAt4P0E .dropdown-item:active {
  background-color: transparent;
}
.cid-uUbTAt4P0E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUbTAt4P0E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUbTAt4P0E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUbTAt4P0E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUbTAt4P0E ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uUbTAt4P0E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUbTAt4P0E button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a79691;
  background: #ffffff;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #af9d98;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUbTAt4P0E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: none) {
  .cid-uUbTAt4P0E .navbar {
    height: 70px;
  }
  .cid-uUbTAt4P0E .navbar.opened {
    height: auto;
  }
  .cid-uUbTAt4P0E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUbTAt4P0E .mbr-section-btn .btn,
.cid-uUbTAt4P0E .mbr-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #e5cfca !important;
  box-shadow: none;
}
.cid-uUbTAt4P0E .mbr-section-btn .btn:hover,
.cid-uUbTAt4P0E .mbr-section-btn-main .btn:hover {
  color: #e5cfca !important;
  border: 1px solid #e5cfca !important;
  box-shadow: none !important;
  opacity: .8;
}
.cid-uUbTAt4P0E .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uUbTAt4P0E .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uUbTAt4P0E .navbar-caption:hover {
  color: #0e3172;
}
.cid-uUbTAt4P0E .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUbTAt4P0E .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uUbTAt4P0E .text_widget {
  color: #ffffff;
}
.cid-uUbTAt4P0E .mbr-section-subtitle,
.cid-uUbTAt4P0E .text_widget {
  text-align: left;
}
.cid-uUbTAt4P0E a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUbTAt4P0E {
  z-index: 1000;
  width: 100%;
}
.cid-uUbTAt4P0E .navbar-dropdown {
  background-color: #a79691 !important;
  padding: 0;
  position: fixed;
}
.cid-uUbTAt4P0E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a79691 !important;
  background: #a79691;
}
.cid-uUbTAt4P0E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .menu_box .navbar.opened,
  .cid-uUbTAt4P0E .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUbTAt4P0E nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uUbTAt4P0E .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 1220px) {
  .cid-uUbTAt4P0E .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUbTAt4P0E .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUbTAt4P0E .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUbTAt4P0E .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #a79691;
  }
  .cid-uUbTAt4P0E .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uUbTAt4P0E .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uUbTAt4P0E .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uUbTAt4P0E .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uUbTAt4P0E .offcanvas-body .mbr-text,
  .cid-uUbTAt4P0E .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uUbTAt4P0E .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #af9d98;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uUbTAt4P0E ul.navbar-nav {
    padding-bottom: 1.5rem;
    padding-left: 3.5rem;
  }
  .cid-uUbTAt4P0E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUbTAt4P0E .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uUbTAt4P0E .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUbTAt4P0E li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uUbTAt4P0E li.nav-item:hover {
    opacity: .8;
  }
  .cid-uUbTAt4P0E .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uUbTAt4P0E .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uUbTAt4P0E .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .nav-item {
    margin: 0 !important;
  }
}
.cid-uUbTAt4P0E .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUbTAt4P0E .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uUbTAt4P0E .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUbTAt4P0E .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUbTAt4P0E .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUbTAt4P0E .offcanvas_box {
    display: none;
  }
}
.cid-uUbTAt4P0E .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uUbTAt4P0E .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUbTAt4P0E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUbTAt4P0E .nav-link {
  position: relative;
  color: #1e4381;
}
.cid-uUbTAt4P0E .container {
  display: flex;
  margin: auto;
}
.cid-uUbTAt4P0E .iconfont-wrapper {
  color: #f3722f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uUbTAt4P0E .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUbTAt4P0E .iconfont-wrapper:hover {
  color: #0e3172;
}
.cid-uUbTAt4P0E .navbar-caption {
  color: #1e4381;
}
.cid-uUbTAt4P0E .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUbTAt4P0E .navbar-nav {
    margin: 0;
  }
}
.cid-uUbTAt4P0E .dropdown-menu,
.cid-uUbTAt4P0E .navbar.opened {
  background-color: false !important;
}
.cid-uUbTAt4P0E .nav-item:focus,
.cid-uUbTAt4P0E .nav-link:focus {
  outline: none;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUbTAt4P0E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUbTAt4P0E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUbTAt4P0E .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uUbTAt4P0E .navbar.opened {
  transition: all 0.3s;
}
.cid-uUbTAt4P0E .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUbTAt4P0E .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-uUbTAt4P0E .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUbTAt4P0E .navbar.collapsed {
  justify-content: center;
}
.cid-uUbTAt4P0E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUbTAt4P0E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUbTAt4P0E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUbTAt4P0E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUbTAt4P0E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUbTAt4P0E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUbTAt4P0E .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUbTAt4P0E .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uUbTAt4P0E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUbTAt4P0E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUbTAt4P0E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUbTAt4P0E .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUbTAt4P0E .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUbTAt4P0E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUbTAt4P0E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUbTAt4P0E .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUbTAt4P0E .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUbTAt4P0E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUbTAt4P0E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUbTAt4P0E .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUbTAt4P0E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUbTAt4P0E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUbTAt4P0E .dropdown-item.active,
.cid-uUbTAt4P0E .dropdown-item:active {
  background-color: transparent;
}
.cid-uUbTAt4P0E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUbTAt4P0E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUbTAt4P0E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUbTAt4P0E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUbTAt4P0E ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uUbTAt4P0E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUbTAt4P0E button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a79691;
  background: #ffffff;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #af9d98;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUbTAt4P0E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: none) {
  .cid-uUbTAt4P0E .navbar {
    height: 70px;
  }
  .cid-uUbTAt4P0E .navbar.opened {
    height: auto;
  }
  .cid-uUbTAt4P0E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUbTAt4P0E .mbr-section-btn .btn,
.cid-uUbTAt4P0E .mbr-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #e5cfca !important;
  box-shadow: none;
}
.cid-uUbTAt4P0E .mbr-section-btn .btn:hover,
.cid-uUbTAt4P0E .mbr-section-btn-main .btn:hover {
  color: #e5cfca !important;
  border: 1px solid #e5cfca !important;
  box-shadow: none !important;
  opacity: .8;
}
.cid-uUbTAt4P0E .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uUbTAt4P0E .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uUbTAt4P0E .navbar-caption:hover {
  color: #0e3172;
}
.cid-uUbTAt4P0E .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUbTAt4P0E .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uUbTAt4P0E .text_widget {
  color: #ffffff;
}
.cid-uUbTAt4P0E .mbr-section-subtitle,
.cid-uUbTAt4P0E .text_widget {
  text-align: left;
}
.cid-uUbTAt4P0E a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUbTyKYQg1 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #a69592;
}
.cid-uUbTyKYQg1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUbTyKYQg1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUbTyKYQg1 .container {
    padding: 0 30px;
  }
}
.cid-uUbTyKYQg1 .row {
  justify-content: center;
}
.cid-uUbTyKYQg1 .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #a69592;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uUbTyKYQg1 .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uUbTyKYQg1 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUbTyKYQg1 .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uUbTyKYQg1 .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uUbTyKYQg1 .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uUbTyKYQg1 .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uUbTyKYQg1 .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uUbTyKYQg1 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uUbTyKYQg1 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #eff0f6;
}
.cid-uUbTyKYQg1 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uUbTyKYQg1 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uUbTyKYQg1 .mbr-desc {
  color: #111213;
  text-align: left;
}
.cid-uUbNjEVjUc {
  padding-top: 0.5rem;
  padding-bottom: 0rem;
  background-color: #f0f0f0;
}
.cid-uUbNjEVjUc .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-uUbNjEVjUc MARQUEE {
  color: #ffffff;
  minwidth: 100vw;
}
.cid-uUbNjEVjUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUbNjEVjUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUbNjEVjUc .announcement-banner {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-color: #f0f0f0;
  padding: 10px 0;
  text-align: center;
  text-color: #000000;
  text-size: 15px;
}
.cid-uUbNjEVjUc .scrolling-text {
  display: inline-block;
  animation: scrollText 28s linear infinite;
}
@keyframes scrollText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.cid-uUbNjEVjUc B {
  color: #000000;
}
.cid-uUbNjEVjUc P {
  color: #000000;
}
.cid-tMGFraVVtz {
  padding-top: 11rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/image7.jpg");
}
.cid-tMGFraVVtz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMGFraVVtz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMGFraVVtz .mbr-section-title {
  color: #f6f5ef;
  text-align: center;
}
.cid-tMGFraVVtz .mbr-section-subtitle {
  margin-top: 30px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tMGFraVVtz .mbr-section-subtitle {
    margin-top: 18px;
  }
}
.cid-tMGFraVVtz .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tMGFraVVtz .mbr-text {
    margin-top: 18px;
  }
}
.cid-tMGFraVVtz .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-tMGFraVVtz .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tMGFraVVtz .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tMGFraVVtz .mbr-text,
.cid-tMGFraVVtz .mbr-section-btn {
  text-align: center;
  color: #f6f5ef;
}
.cid-tMH0OpA6iP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMH0OpA6iP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMH0OpA6iP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMH0OpA6iP .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #e2d0c5;
  padding: 80px 80px 80px 80px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tMH0OpA6iP .content-container {
    flex-wrap: wrap;
    padding: 80px 20px 80px 20px;
  }
}
.cid-tMH0OpA6iP .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tMH0OpA6iP .text-container {
    width: 100%;
  }
}
.cid-tMH0OpA6iP .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-tMH0OpA6iP .iconfont-wrapper .mbr-iconfont {
  font-size: 86px;
  color: #112b6d;
}
.cid-tMH0OpA6iP .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-tMH0OpA6iP .mbr-section-title {
  color: #112B6D;
  margin-bottom: 0;
  width: 100%;
}
.cid-tMH0OpA6iP .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-tMH0OpA6iP .mbr-section-btn {
  margin-top: 10px;
}
.cid-uUYplZERMc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4c4f53;
}
.cid-uUYplZERMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUYplZERMc h1 a {
  width: fit-content;
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
}
.cid-uUYplZERMc h1 a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 22px;
  background: #0e3172;
  z-index: -1;
}
.cid-uUYplZERMc h1 a:hover {
  color: inherit !important;
}
.cid-uUYplZERMc .subtitle-wrap {
  background: white;
  width: fit-content;
  border: 2px dashed currentColor;
  border-radius: 5px;
  padding: 0.5rem 0.5rem;
  margin-bottom: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uUYplZERMc .subtitle-wrap span {
  margin: 0 1rem;
}
.cid-uUYplZERMc .subtitle-wrap .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uUYplZERMc .arrow {
  background: #0e3172;
  border-radius: 50%;
  padding: 5px;
  color: white;
  font-size: 1rem !important;
  border: 1px dashed black;
}
.cid-uUYplZERMc img {
  border-radius: 1rem;
}
.cid-uUYplZERMc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUYplZERMc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUYplZERMc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uUYplZERMc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uUYplZERMc .mbr-section-title {
  color: #eff4ff;
  text-align: left;
}
.cid-uUYplZERMc .mbr-text,
.cid-uUYplZERMc .mbr-section-btn {
  color: #eff4ff;
  text-align: left;
}
.cid-uUYplZERMc .mbr-section-subtitle,
.cid-uUYplZERMc .subtitle-wrap,
.cid-uUYplZERMc .subtitle-align-wrap {
  color: #19303d;
}
.cid-uUdfqAD3BC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUdfqAD3BC .card1 {
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpeg");
  background-size: cover;
  background-position: center;
}
.cid-uUdfqAD3BC .card2 {
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpeg");
  background-size: cover;
  background-position: center;
}
.cid-uUdfqAD3BC .card3 {
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpeg");
  background-size: cover;
  background-position: center;
}
.cid-uUdfqAD3BC .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-uUdfqAD3BC .text {
  width: 100%;
  padding: 30% 10%;
  z-index: 10;
}
.cid-uUdfqAD3BC .mbr-iconfont {
  display: block;
  font-size: 73px;
  color: #ffffff;
  height: 100%;
  padding-bottom: 18px;
}
.cid-uUdfqAD3BC .l2 {
  color: #ffffff;
  margin-bottom: 48px;
}
.cid-uUdfqAD3BC .l1 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
}
.cid-uUdfqAD3BC .btn-secondary,
.cid-uUdfqAD3BC .btn-secondary:hover {
  color: #1d2024 !important;
}
.cid-uUdfqAD3BC .features-image {
  margin-top: 30px;
}
.cid-uUdfqAD3BC .features-image:nth-of-type(1) {
  margin-top: 0px;
}
.cid-uUdfqAD3BC .features-image:nth-of-type(2) {
  margin-top: 0px;
}
.cid-uUdfqAD3BC .features-image:nth-of-type(3) {
  margin-top: 0px;
}
@media (max-width: 990px) {
  .cid-uUdfqAD3BC .features-image:nth-of-type(3) {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .cid-uUdfqAD3BC .features-image:nth-of-type(2) {
    margin-top: 30px;
  }
  .cid-uUdfqAD3BC .text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uUdfqAD3BC .btn {
  margin: 0 13px;
}
.cid-uUdfqAD3BC .l1,
.cid-uUdfqAD3BC .iconfont-wrapper {
  color: #ffffff;
}
.cid-tMHLtEWSZq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #111213;
}
.cid-tMHLtEWSZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMHLtEWSZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMHLtEWSZq .mbr-section-title {
  color: #af9d98;
  text-align: center;
}
.cid-tMHLtEWSZq .mbr-section-subtitle {
  color: #24262b;
  text-align: center;
}
.cid-tMHLtEWSZq .mbr-section-btn {
  margin-top: 16px;
}
.cid-tLDOniz5pt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #111213;
}
.cid-tLDOniz5pt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLDOniz5pt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLDOniz5pt .row {
  justify-content: center;
}
.cid-tLDOniz5pt .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLDOniz5pt .row {
    padding: 0 12px;
  }
}
.cid-tLDOniz5pt .item-wrap {
  z-index: 1;
}
.cid-tLDOniz5pt .image-wrapper {
  padding: 32px 16px;
}
@media (max-width: 992px) {
  .cid-tLDOniz5pt .image-wrapper {
    padding: 12px 0;
  }
}
.cid-tLDOniz5pt .image-wrapper img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tLDOniz5pt .image-wrapper img {
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-tLDOniz5pt .image-wrapper img {
    height: 150px;
  }
}
.cid-uUYLMi8J8Q {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #111213;
}
.cid-uUYLMi8J8Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUYLMi8J8Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUYLMi8J8Q .row {
  justify-content: center;
}
.cid-uUYLMi8J8Q .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUYLMi8J8Q .row {
    padding: 0 12px;
  }
}
.cid-uUYLMi8J8Q .item-wrap {
  z-index: 1;
}
.cid-uUYLMi8J8Q .image-wrapper {
  padding: 32px 16px;
}
@media (max-width: 992px) {
  .cid-uUYLMi8J8Q .image-wrapper {
    padding: 12px 0;
  }
}
.cid-uUYLMi8J8Q .image-wrapper img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUYLMi8J8Q .image-wrapper img {
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-uUYLMi8J8Q .image-wrapper img {
    height: 150px;
  }
}
.cid-tMGxXnU3gR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpeg");
}
.cid-tMGxXnU3gR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMGxXnU3gR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMGxXnU3gR .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #ffffff;
  padding: 80px 80px 80px 80px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tMGxXnU3gR .content-container {
    flex-wrap: wrap;
    padding: 80px 20px 80px 20px;
  }
}
.cid-tMGxXnU3gR .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tMGxXnU3gR .text-container {
    width: 100%;
  }
}
.cid-tMGxXnU3gR .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-tMGxXnU3gR .iconfont-wrapper .mbr-iconfont {
  font-size: 86px;
  color: #112b6d;
}
.cid-tMGxXnU3gR .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-tMGxXnU3gR .mbr-section-title {
  color: #112B6D;
  margin-bottom: 0;
  width: 100%;
}
.cid-tMGxXnU3gR .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-tMGxXnU3gR .mbr-section-btn {
  margin-top: 10px;
}
.cid-tMGkDBvhsZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tMGkDBvhsZ .mbr-text {
    text-align: center;
  }
}
.cid-tMGkDBvhsZ .container-fluid {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-tMGkDBvhsZ .media-content {
    max-width: 700px;
    padding: 5rem 2rem;
    margin: auto;
    margin-right: 0;
  }
}
.cid-tMGkDBvhsZ .media-content {
  padding: 5rem 2rem;
}
.cid-tMGkDBvhsZ img {
  height: 100%;
  object-fit: cover;
  display: inline-block;
  width: auto;
}
.cid-tMGkDBvhsZ .mbr-figure {
  height: 100%;
}
.cid-tMGkDBvhsZ .col-lg-5,
.cid-tMGkDBvhsZ .col-lg-7 {
  padding: 0;
}
.cid-tMGkDBvhsZ .row {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tMGkDBvhsZ .media-content {
    padding: 3rem 1rem;
  }
}
.cid-tMGkDBvhsZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMGkDBvhsZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMGkDBvhsZ .mbr-text,
.cid-tMGkDBvhsZ .img-align {
  color: #111213;
}
.cid-tMGkDBvhsZ H2 {
  color: #111213;
}
.cid-ufJAmDNsOS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dbd4de;
}
.cid-ufJAmDNsOS .container-fluid,
.cid-ufJAmDNsOS .container {
  position: relative;
}
.cid-ufJAmDNsOS .container-fluid::before,
.cid-ufJAmDNsOS .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #a79691;
  border-radius: 550px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ufJAmDNsOS .container-fluid::before,
  .cid-ufJAmDNsOS .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .container-fluid::before,
  .cid-ufJAmDNsOS .container::before {
    display: none;
  }
}
.cid-ufJAmDNsOS .media-wrap {
  height: 300px;
}
.cid-ufJAmDNsOS .media-wrap a img {
  max-width: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ufJAmDNsOS .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-ufJAmDNsOS .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ufJAmDNsOS .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper {
    background-color: #a79691;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-ufJAmDNsOS .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-ufJAmDNsOS .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-ufJAmDNsOS .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .list {
    background-color: #a79691;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-ufJAmDNsOS .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-ufJAmDNsOS .list .item-wrap:hover {
  opacity: .7;
}
.cid-ufJAmDNsOS .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .copyright {
    background-color: #a79691;
  }
}
.cid-ufJAmDNsOS .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .mbr-text {
  color: #bcbfca;
}
.cid-ufJAmDNsOS .mbr-desc {
  color: #ffffff;
}
.cid-ufJAmDNsOS .mbr-link {
  color: #ffffff;
}
.cid-ufJAmDNsOS .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tMNuSACA0h {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #111213;
}
.cid-tMNuSACA0h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMNuSACA0h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMNuSACA0h .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tMNuSACA0h .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tMNuSACA0h .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tMNuSACA0h .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tMNuSACA0h .container {
    padding: 0 12px;
  }
}
.cid-tMNuSACA0h .row {
  justify-content: center;
}
.cid-tMNuSACA0h .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #111213;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tMNuSACA0h .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tMNuSACA0h .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tMNuSACA0h .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tMNuSACA0h .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tMNuSACA0h .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tMNuSACA0h .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tMNuSACA0h .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tMNuSACA0h .mbr-section-title {
  color: #222222;
}
.cid-tMNuSACA0h .mbr-text {
  color: #222222;
}
.cid-tMv75AYdwZ {
  background-image: url("../../../assets/images/background1-4.jpg");
  display: flex;
  flex-direction: column;
}
.cid-tMv75AYdwZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMv75AYdwZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMv75AYdwZ .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-tMv75AYdwZ .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-tMv75AYdwZ .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/maria-drost-mezzo-soprano-founder-of-her-voice-academy-is-singing-in-a-dress-with-her-hands-out-performing-for-the-calgary-opera-960x640.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-tMv75AYdwZ .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tMv75AYdwZ .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-tMv75AYdwZ .col-text {
    padding: 12px !important;
  }
}
.cid-tMv75AYdwZ .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}
.cid-tMv75AYdwZ .mbr-section-title {
  position: relative;
  color: #e3ebf3;
}
.cid-tMv75AYdwZ .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.cid-tMv75AYdwZ .iconfont-wrapper {
  border: 2px solid #1a1e21;
  border-radius: 50%;
  background: #1a1e21;
  transition: .3s all;
}
.cid-tMv75AYdwZ .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-tMv75AYdwZ .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tMv75AYdwZ .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-tMv75AYdwZ .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-tMv75AYdwZ .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-tMv75AYdwZ .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-tMv75AYdwZ .mbr-section-btn {
  position: relative;
}
.cid-tYctzt9fIs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c0cbd4;
}
.cid-tYctzt9fIs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYctzt9fIs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYctzt9fIs .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #e2d0c5;
  padding: 80px 80px 80px 80px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tYctzt9fIs .content-container {
    flex-wrap: wrap;
    padding: 80px 20px 80px 20px;
  }
}
.cid-tYctzt9fIs .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tYctzt9fIs .text-container {
    width: 100%;
  }
}
.cid-tYctzt9fIs .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-tYctzt9fIs .iconfont-wrapper .mbr-iconfont {
  font-size: 86px;
  color: #112b6d;
}
.cid-tYctzt9fIs .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-tYctzt9fIs .mbr-section-title {
  color: #112B6D;
  margin-bottom: 0;
  width: 100%;
}
.cid-tYctzt9fIs .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-tYctzt9fIs .mbr-section-btn {
  margin-top: 10px;
}
.cid-tMG2HE3Sbs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e7f3f7;
}
.cid-tMG2HE3Sbs .wrap {
  background-color: #c0cbd4;
}
@media (max-width: 768px) {
  .cid-tMG2HE3Sbs .wrap {
    margin-top: 2rem;
    padding: 1rem;
  }
}
.cid-tMG2HE3Sbs .item-img {
  height: auto;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .cid-tMG2HE3Sbs .item-img {
    width: 50%;
  }
}
.cid-tMG2HE3Sbs .item-img img {
  object-fit: cover;
}
.cid-tMG2HE3Sbs .item-img:before {
  content: "";
  position: absolute;
  border: 1px solid #41392e;
  width: 100%;
  height: 100%;
  left: 7%;
  bottom: 7%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (min-width: 769px) {
  .cid-tMG2HE3Sbs .wrap {
    padding: 40px 30px 50px;
  }
  .cid-tMG2HE3Sbs .right {
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .cid-tMG2HE3Sbs .wrap {
    padding: 20px 80px 30px 30px;
  }
}
@media (min-width: 1300px) {
  .cid-tMG2HE3Sbs .wrap {
    padding: 40px 90px 40px 40px;
  }
}
.cid-tMG2HE3Sbs .mbr-text {
  color: #ffffff;
  font-style: italic;
}
.cid-tMG2HE3Sbs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMG2HE3Sbs .mbr-section-title {
  color: #ffffff;
}
.cid-tMG2Wml5Pw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c0cbd4;
}
.cid-tMG2Wml5Pw .wrap {
  background-color: #e7f3f7;
}
@media (max-width: 768px) {
  .cid-tMG2Wml5Pw .wrap {
    margin-top: 2rem;
    padding: 1rem;
  }
}
.cid-tMG2Wml5Pw .item-img {
  height: auto;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .cid-tMG2Wml5Pw .item-img {
    width: 50%;
  }
}
.cid-tMG2Wml5Pw .item-img img {
  object-fit: cover;
}
.cid-tMG2Wml5Pw .item-img:before {
  content: "";
  position: absolute;
  border: 1px solid #41392e;
  width: 100%;
  height: 100%;
  left: 7%;
  bottom: 7%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (min-width: 769px) {
  .cid-tMG2Wml5Pw .wrap {
    padding: 40px 30px 50px;
  }
  .cid-tMG2Wml5Pw .right {
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .cid-tMG2Wml5Pw .wrap {
    padding: 20px 80px 30px 30px;
  }
}
@media (min-width: 1300px) {
  .cid-tMG2Wml5Pw .wrap {
    padding: 40px 90px 40px 40px;
  }
}
.cid-tMG2Wml5Pw .mbr-text {
  color: #353535;
  font-style: italic;
}
.cid-tMG2Wml5Pw .mbr-section-subtitle {
  color: #0b182d;
}
.cid-tMG2Wml5Pw .mbr-section-title {
  color: #0b182d;
}
.cid-tMHhzB8Ktf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMHhzB8Ktf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMHhzB8Ktf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMHhzB8Ktf .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #e2d0c5;
  padding: 80px 80px 80px 80px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tMHhzB8Ktf .content-container {
    flex-wrap: wrap;
    padding: 80px 20px 80px 20px;
  }
}
.cid-tMHhzB8Ktf .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tMHhzB8Ktf .text-container {
    width: 100%;
  }
}
.cid-tMHhzB8Ktf .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-tMHhzB8Ktf .iconfont-wrapper .mbr-iconfont {
  font-size: 86px;
  color: #112b6d;
}
.cid-tMHhzB8Ktf .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-tMHhzB8Ktf .mbr-section-title {
  color: #112B6D;
  margin-bottom: 0;
  width: 100%;
}
.cid-tMHhzB8Ktf .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-tMHhzB8Ktf .mbr-section-btn {
  margin-top: 10px;
}
.cid-ufJAmDNsOS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dbd4de;
}
.cid-ufJAmDNsOS .container-fluid,
.cid-ufJAmDNsOS .container {
  position: relative;
}
.cid-ufJAmDNsOS .container-fluid::before,
.cid-ufJAmDNsOS .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #a79691;
  border-radius: 550px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ufJAmDNsOS .container-fluid::before,
  .cid-ufJAmDNsOS .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .container-fluid::before,
  .cid-ufJAmDNsOS .container::before {
    display: none;
  }
}
.cid-ufJAmDNsOS .media-wrap {
  height: 300px;
}
.cid-ufJAmDNsOS .media-wrap a img {
  max-width: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ufJAmDNsOS .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-ufJAmDNsOS .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ufJAmDNsOS .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper {
    background-color: #a79691;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-ufJAmDNsOS .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-ufJAmDNsOS .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-ufJAmDNsOS .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .list {
    background-color: #a79691;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-ufJAmDNsOS .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-ufJAmDNsOS .list .item-wrap:hover {
  opacity: .7;
}
.cid-ufJAmDNsOS .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .copyright {
    background-color: #a79691;
  }
}
.cid-ufJAmDNsOS .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .mbr-text {
  color: #bcbfca;
}
.cid-ufJAmDNsOS .mbr-desc {
  color: #ffffff;
}
.cid-ufJAmDNsOS .mbr-link {
  color: #ffffff;
}
.cid-ufJAmDNsOS .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uUbTAt4P0E {
  z-index: 1000;
  width: 100%;
}
.cid-uUbTAt4P0E .navbar-dropdown {
  background-color: #a79691 !important;
  padding: 0;
  position: fixed;
}
.cid-uUbTAt4P0E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a79691 !important;
  background: #a79691;
}
.cid-uUbTAt4P0E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .menu_box .navbar.opened,
  .cid-uUbTAt4P0E .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUbTAt4P0E nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uUbTAt4P0E .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 1220px) {
  .cid-uUbTAt4P0E .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUbTAt4P0E .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUbTAt4P0E .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUbTAt4P0E .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #a79691;
  }
  .cid-uUbTAt4P0E .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uUbTAt4P0E .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uUbTAt4P0E .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uUbTAt4P0E .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uUbTAt4P0E .offcanvas-body .mbr-text,
  .cid-uUbTAt4P0E .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uUbTAt4P0E .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #af9d98;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uUbTAt4P0E ul.navbar-nav {
    padding-bottom: 1.5rem;
    padding-left: 3.5rem;
  }
  .cid-uUbTAt4P0E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUbTAt4P0E .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uUbTAt4P0E .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUbTAt4P0E li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uUbTAt4P0E li.nav-item:hover {
    opacity: .8;
  }
  .cid-uUbTAt4P0E .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uUbTAt4P0E .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uUbTAt4P0E .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .nav-item {
    margin: 0 !important;
  }
}
.cid-uUbTAt4P0E .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUbTAt4P0E .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uUbTAt4P0E .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUbTAt4P0E .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUbTAt4P0E .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUbTAt4P0E .offcanvas_box {
    display: none;
  }
}
.cid-uUbTAt4P0E .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uUbTAt4P0E .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUbTAt4P0E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUbTAt4P0E .nav-link {
  position: relative;
  color: #1e4381;
}
.cid-uUbTAt4P0E .container {
  display: flex;
  margin: auto;
}
.cid-uUbTAt4P0E .iconfont-wrapper {
  color: #f3722f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uUbTAt4P0E .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUbTAt4P0E .iconfont-wrapper:hover {
  color: #0e3172;
}
.cid-uUbTAt4P0E .navbar-caption {
  color: #1e4381;
}
.cid-uUbTAt4P0E .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUbTAt4P0E .navbar-nav {
    margin: 0;
  }
}
.cid-uUbTAt4P0E .dropdown-menu,
.cid-uUbTAt4P0E .navbar.opened {
  background-color: false !important;
}
.cid-uUbTAt4P0E .nav-item:focus,
.cid-uUbTAt4P0E .nav-link:focus {
  outline: none;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUbTAt4P0E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUbTAt4P0E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUbTAt4P0E .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uUbTAt4P0E .navbar.opened {
  transition: all 0.3s;
}
.cid-uUbTAt4P0E .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUbTAt4P0E .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-uUbTAt4P0E .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUbTAt4P0E .navbar.collapsed {
  justify-content: center;
}
.cid-uUbTAt4P0E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUbTAt4P0E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUbTAt4P0E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUbTAt4P0E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUbTAt4P0E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUbTAt4P0E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUbTAt4P0E .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUbTAt4P0E .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uUbTAt4P0E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUbTAt4P0E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUbTAt4P0E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUbTAt4P0E .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUbTAt4P0E .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUbTAt4P0E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUbTAt4P0E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUbTAt4P0E .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUbTAt4P0E .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUbTAt4P0E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUbTAt4P0E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUbTAt4P0E .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUbTAt4P0E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUbTAt4P0E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUbTAt4P0E .dropdown-item.active,
.cid-uUbTAt4P0E .dropdown-item:active {
  background-color: transparent;
}
.cid-uUbTAt4P0E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUbTAt4P0E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUbTAt4P0E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUbTAt4P0E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUbTAt4P0E ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uUbTAt4P0E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUbTAt4P0E button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a79691;
  background: #ffffff;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #af9d98;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUbTAt4P0E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: none) {
  .cid-uUbTAt4P0E .navbar {
    height: 70px;
  }
  .cid-uUbTAt4P0E .navbar.opened {
    height: auto;
  }
  .cid-uUbTAt4P0E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUbTAt4P0E .mbr-section-btn .btn,
.cid-uUbTAt4P0E .mbr-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #e5cfca !important;
  box-shadow: none;
}
.cid-uUbTAt4P0E .mbr-section-btn .btn:hover,
.cid-uUbTAt4P0E .mbr-section-btn-main .btn:hover {
  color: #e5cfca !important;
  border: 1px solid #e5cfca !important;
  box-shadow: none !important;
  opacity: .8;
}
.cid-uUbTAt4P0E .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uUbTAt4P0E .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uUbTAt4P0E .navbar-caption:hover {
  color: #0e3172;
}
.cid-uUbTAt4P0E .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUbTAt4P0E .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uUbTAt4P0E .text_widget {
  color: #ffffff;
}
.cid-uUbTAt4P0E .mbr-section-subtitle,
.cid-uUbTAt4P0E .text_widget {
  text-align: left;
}
.cid-uUbTAt4P0E a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tMHIjQzVdi {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tMHIjQzVdi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMHIjQzVdi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMHIjQzVdi .mbr-section-title {
  color: #a79691;
  text-align: center;
}
.cid-tMHIjQzVdi .mbr-section-subtitle {
  color: #24262b;
  text-align: center;
}
.cid-tMHIjQzVdi .mbr-section-btn {
  margin-top: 16px;
}
.cid-tMHI9XThwJ {
  padding-top: 6rem;
  padding-bottom: 13rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpeg");
}
.cid-tMHI9XThwJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMHI9XThwJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMHI9XThwJ .mbr-section-title {
  color: #f6f5ef;
  text-align: center;
}
.cid-tMHI9XThwJ .mbr-section-subtitle {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tMHI9XThwJ .mbr-section-subtitle {
    margin-top: 18px;
  }
}
.cid-tMHI9XThwJ .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tMHI9XThwJ .mbr-text {
    margin-top: 18px;
  }
}
.cid-tMHI9XThwJ .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-tMHI9XThwJ .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tMHI9XThwJ .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tMHI9XThwJ .mbr-text,
.cid-tMHI9XThwJ .mbr-section-btn {
  text-align: center;
  color: #f6f5ef;
}
.cid-tMHJIygK9r {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e6eeff;
}
.cid-tMHJIygK9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMHJIygK9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMHJIygK9r .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #e2d0c5;
  padding: 80px 80px 80px 80px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tMHJIygK9r .content-container {
    flex-wrap: wrap;
    padding: 80px 20px 80px 20px;
  }
}
.cid-tMHJIygK9r .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tMHJIygK9r .text-container {
    width: 100%;
  }
}
.cid-tMHJIygK9r .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-tMHJIygK9r .iconfont-wrapper .mbr-iconfont {
  font-size: 86px;
  color: #112b6d;
}
.cid-tMHJIygK9r .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-tMHJIygK9r .mbr-section-title {
  color: #112B6D;
  margin-bottom: 0;
  width: 100%;
}
.cid-tMHJIygK9r .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-tMHJIygK9r .mbr-section-btn {
  margin-top: 10px;
}
.cid-tMHEkbPRsD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tMHEkbPRsD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tMHEkbPRsD h4 {
  margin-bottom: 2rem;
}
.cid-tMHEkbPRsD .col-auto {
  display: flex;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .cid-tMHEkbPRsD .col-auto {
    justify-content: center;
  }
}
.cid-tMHEkbPRsD .form-control,
.cid-tMHEkbPRsD .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #bbbbbb !important;
  color: #000000;
  border-radius: 0;
  transition: 0s;
  box-shadow: none;
  outline: none;
}
.cid-tMHEkbPRsD .form-control::-webkit-input-placeholder,
.cid-tMHEkbPRsD .field-input::-webkit-input-placeholder,
.cid-tMHEkbPRsD .form-control::-webkit-input-placeholder,
.cid-tMHEkbPRsD .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tMHEkbPRsD .form-control:-moz-placeholder,
.cid-tMHEkbPRsD .field-input:-moz-placeholder,
.cid-tMHEkbPRsD .form-control:-moz-placeholder,
.cid-tMHEkbPRsD .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tMHEkbPRsD .form-control:hover,
.cid-tMHEkbPRsD .field-input:hover,
.cid-tMHEkbPRsD .form-control:focus,
.cid-tMHEkbPRsD .field-input:focus {
  background-color: #ffffff;
  border: none !important;
  border-bottom: 1px solid #bbbbbb !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-tMHEkbPRsD .form-control:hover::-webkit-input-placeholder,
.cid-tMHEkbPRsD .field-input:hover::-webkit-input-placeholder,
.cid-tMHEkbPRsD .form-control:focus::-webkit-input-placeholder,
.cid-tMHEkbPRsD .field-input:focus::-webkit-input-placeholder,
.cid-tMHEkbPRsD .form-control:hover::-webkit-input-placeholder,
.cid-tMHEkbPRsD .field-input:hover::-webkit-input-placeholder,
.cid-tMHEkbPRsD .form-control:focus::-webkit-input-placeholder,
.cid-tMHEkbPRsD .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tMHEkbPRsD .form-control:hover:-moz-placeholder,
.cid-tMHEkbPRsD .field-input:hover:-moz-placeholder,
.cid-tMHEkbPRsD .form-control:focus:-moz-placeholder,
.cid-tMHEkbPRsD .field-input:focus:-moz-placeholder,
.cid-tMHEkbPRsD .form-control:hover:-moz-placeholder,
.cid-tMHEkbPRsD .field-input:hover:-moz-placeholder,
.cid-tMHEkbPRsD .form-control:focus:-moz-placeholder,
.cid-tMHEkbPRsD .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tMHEkbPRsD .jq-number__spin:hover,
.cid-tMHEkbPRsD .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #bbbbbb;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tMHEkbPRsD .jq-number__spin {
  background-color: #ffffff;
  border-color: #bbbbbb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tMHEkbPRsD .jq-selectbox li,
.cid-tMHEkbPRsD .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tMHEkbPRsD .jq-selectbox li:hover,
.cid-tMHEkbPRsD .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tMHEkbPRsD .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tMHEkbPRsD .jq-number__spin.minus:hover:after,
.cid-tMHEkbPRsD .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tMHEkbPRsD .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tMHEkbPRsD .jq-number__spin.minus:after,
.cid-tMHEkbPRsD .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tMHEkbPRsD input::-webkit-clear-button {
  display: none;
}
.cid-tMHEkbPRsD input::-webkit-inner-spin-button {
  display: none;
}
.cid-tMHEkbPRsD input::-webkit-outer-spin-button {
  display: none;
}
.cid-tMHEkbPRsD input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tMHEkbPRsD H4 {
  color: #b61709;
}
.cid-tMHEkbPRsD .mbr-text-title {
  color: #a3190d;
}
.cid-ufJAmDNsOS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dbd4de;
}
.cid-ufJAmDNsOS .container-fluid,
.cid-ufJAmDNsOS .container {
  position: relative;
}
.cid-ufJAmDNsOS .container-fluid::before,
.cid-ufJAmDNsOS .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #a79691;
  border-radius: 550px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ufJAmDNsOS .container-fluid::before,
  .cid-ufJAmDNsOS .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .container-fluid::before,
  .cid-ufJAmDNsOS .container::before {
    display: none;
  }
}
.cid-ufJAmDNsOS .media-wrap {
  height: 300px;
}
.cid-ufJAmDNsOS .media-wrap a img {
  max-width: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ufJAmDNsOS .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-ufJAmDNsOS .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ufJAmDNsOS .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper {
    background-color: #a79691;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-ufJAmDNsOS .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-ufJAmDNsOS .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-ufJAmDNsOS .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .list {
    background-color: #a79691;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-ufJAmDNsOS .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-ufJAmDNsOS .list .item-wrap:hover {
  opacity: .7;
}
.cid-ufJAmDNsOS .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .copyright {
    background-color: #a79691;
  }
}
.cid-ufJAmDNsOS .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .mbr-text {
  color: #bcbfca;
}
.cid-ufJAmDNsOS .mbr-desc {
  color: #ffffff;
}
.cid-ufJAmDNsOS .mbr-link {
  color: #ffffff;
}
.cid-ufJAmDNsOS .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uUbTAt4P0E {
  z-index: 1000;
  width: 100%;
}
.cid-uUbTAt4P0E .navbar-dropdown {
  background-color: #a79691 !important;
  padding: 0;
  position: fixed;
}
.cid-uUbTAt4P0E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a79691 !important;
  background: #a79691;
}
.cid-uUbTAt4P0E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .menu_box .navbar.opened,
  .cid-uUbTAt4P0E .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUbTAt4P0E nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uUbTAt4P0E .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 1220px) {
  .cid-uUbTAt4P0E .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUbTAt4P0E .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUbTAt4P0E .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUbTAt4P0E .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #a79691;
  }
  .cid-uUbTAt4P0E .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uUbTAt4P0E .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uUbTAt4P0E .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uUbTAt4P0E .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uUbTAt4P0E .offcanvas-body .mbr-text,
  .cid-uUbTAt4P0E .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uUbTAt4P0E .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #af9d98;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uUbTAt4P0E ul.navbar-nav {
    padding-bottom: 1.5rem;
    padding-left: 3.5rem;
  }
  .cid-uUbTAt4P0E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUbTAt4P0E .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uUbTAt4P0E .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUbTAt4P0E li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uUbTAt4P0E li.nav-item:hover {
    opacity: .8;
  }
  .cid-uUbTAt4P0E .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uUbTAt4P0E .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uUbTAt4P0E .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .nav-item {
    margin: 0 !important;
  }
}
.cid-uUbTAt4P0E .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUbTAt4P0E .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uUbTAt4P0E .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUbTAt4P0E .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUbTAt4P0E .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUbTAt4P0E .offcanvas_box {
    display: none;
  }
}
.cid-uUbTAt4P0E .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uUbTAt4P0E .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUbTAt4P0E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUbTAt4P0E .nav-link {
  position: relative;
  color: #1e4381;
}
.cid-uUbTAt4P0E .container {
  display: flex;
  margin: auto;
}
.cid-uUbTAt4P0E .iconfont-wrapper {
  color: #f3722f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uUbTAt4P0E .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUbTAt4P0E .iconfont-wrapper:hover {
  color: #0e3172;
}
.cid-uUbTAt4P0E .navbar-caption {
  color: #1e4381;
}
.cid-uUbTAt4P0E .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUbTAt4P0E .navbar-nav {
    margin: 0;
  }
}
.cid-uUbTAt4P0E .dropdown-menu,
.cid-uUbTAt4P0E .navbar.opened {
  background-color: false !important;
}
.cid-uUbTAt4P0E .nav-item:focus,
.cid-uUbTAt4P0E .nav-link:focus {
  outline: none;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUbTAt4P0E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUbTAt4P0E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUbTAt4P0E .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uUbTAt4P0E .navbar.opened {
  transition: all 0.3s;
}
.cid-uUbTAt4P0E .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUbTAt4P0E .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-uUbTAt4P0E .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUbTAt4P0E .navbar.collapsed {
  justify-content: center;
}
.cid-uUbTAt4P0E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUbTAt4P0E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUbTAt4P0E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUbTAt4P0E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUbTAt4P0E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUbTAt4P0E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUbTAt4P0E .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUbTAt4P0E .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uUbTAt4P0E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUbTAt4P0E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUbTAt4P0E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUbTAt4P0E .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUbTAt4P0E .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUbTAt4P0E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUbTAt4P0E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUbTAt4P0E .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUbTAt4P0E .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUbTAt4P0E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUbTAt4P0E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUbTAt4P0E .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUbTAt4P0E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUbTAt4P0E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUbTAt4P0E .dropdown-item.active,
.cid-uUbTAt4P0E .dropdown-item:active {
  background-color: transparent;
}
.cid-uUbTAt4P0E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUbTAt4P0E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUbTAt4P0E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUbTAt4P0E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUbTAt4P0E ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uUbTAt4P0E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUbTAt4P0E button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a79691;
  background: #ffffff;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #af9d98;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUbTAt4P0E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: none) {
  .cid-uUbTAt4P0E .navbar {
    height: 70px;
  }
  .cid-uUbTAt4P0E .navbar.opened {
    height: auto;
  }
  .cid-uUbTAt4P0E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUbTAt4P0E .mbr-section-btn .btn,
.cid-uUbTAt4P0E .mbr-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #e5cfca !important;
  box-shadow: none;
}
.cid-uUbTAt4P0E .mbr-section-btn .btn:hover,
.cid-uUbTAt4P0E .mbr-section-btn-main .btn:hover {
  color: #e5cfca !important;
  border: 1px solid #e5cfca !important;
  box-shadow: none !important;
  opacity: .8;
}
.cid-uUbTAt4P0E .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uUbTAt4P0E .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uUbTAt4P0E .navbar-caption:hover {
  color: #0e3172;
}
.cid-uUbTAt4P0E .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUbTAt4P0E .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uUbTAt4P0E .text_widget {
  color: #ffffff;
}
.cid-uUbTAt4P0E .mbr-section-subtitle,
.cid-uUbTAt4P0E .text_widget {
  text-align: left;
}
.cid-uUbTAt4P0E a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tM0MnHzsim {
  padding-top: 17rem;
  padding-bottom: 13rem;
  background-image: url("../../../assets/images/image7.jpg");
}
.cid-tM0MnHzsim .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM0MnHzsim .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM0MnHzsim .mbr-section-title {
  color: #fcf3f3;
  text-align: center;
}
.cid-tM0MnHzsim .mbr-section-subtitle {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tM0MnHzsim .mbr-section-subtitle {
    margin-top: 18px;
  }
}
.cid-tM0MnHzsim .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tM0MnHzsim .mbr-text {
    margin-top: 18px;
  }
}
.cid-tM0MnHzsim .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-tM0MnHzsim .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tM0MnHzsim .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tM0MnHzsim .mbr-text,
.cid-tM0MnHzsim .mbr-section-btn {
  text-align: center;
  color: #f6f5ef;
}
.cid-tQh5Ul6nAY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d5bab3;
}
.cid-tQh5Ul6nAY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQh5Ul6nAY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQh5Ul6nAY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tQh5Ul6nAY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tQh5Ul6nAY .container {
    padding: 0 30px;
  }
}
.cid-tQh5Ul6nAY .image-wrapper {
  padding-right: 18px;
  padding-right: 0;
  padding-left: 18px;
}
@media (max-width: 992px) {
  .cid-tQh5Ul6nAY .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tQh5Ul6nAY .image-wrapper {
    padding: 0;
    margin-bottom: 50px;
  }
}
.cid-tQh5Ul6nAY .image-wrapper img {
  height: 700px;
  object-fit: cover;
  border-bottom-right-radius: 3em;
  border-bottom-left-radius: 3em;
  border-top-right-radius: 3em;
  border-top-left-radius: 3em;
}
@media (max-width: 992px) {
  .cid-tQh5Ul6nAY .image-wrapper img {
    height: 350px;
  }
}
.cid-tQh5Ul6nAY .title-wrapper {
  padding-right: 50px;
  padding-right: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-tQh5Ul6nAY .title-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tQh5Ul6nAY .title-wrapper {
    padding: 0 30px;
  }
}
.cid-tQh5Ul6nAY .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tQh5Ul6nAY .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tQh5Ul6nAY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tQh5Ul6nAY .mbr-section-title {
  color: #ffffff;
}
.cid-tQh5Ul6nAY .mbr-text {
  color: #ffffff;
}
.cid-tQh5Ul6nAY .mbr-section-btn {
  text-align: right;
}
.cid-uVddkRrkQZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #af9d98;
}
.cid-uVddkRrkQZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVddkRrkQZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVddkRrkQZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVddkRrkQZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVddkRrkQZ .container {
    padding: 0 24px;
  }
}
.cid-uVddkRrkQZ .row {
  justify-content: center;
}
.cid-uVddkRrkQZ .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVddkRrkQZ .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVddkRrkQZ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #ffffff;
  border-radius: .75rem;
}
.cid-uVddkRrkQZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVddkRrkQZ .mbr-section-title {
  color: #141414;
}
.cid-uVddkRrkQZ .mbr-text {
  color: #141414;
}
.cid-uVddkRrkQZ .mbr-desc,
.cid-uVddkRrkQZ .desc-wrapper {
  text-align: right;
}
.cid-uVddkRrkQZ .mbr-text P {
  text-align: center;
}
.cid-uVdbu3hEM2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1-1920x1281.jpeg");
}
.cid-uVdbu3hEM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVdbu3hEM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVdbu3hEM2 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uVdbu3hEM2 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVdbu3hEM2 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVdbu3hEM2 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVdbu3hEM2 .card-title {
  background-image: url("../../../assets/images/mbr-1-1920x1281.jpeg");
  color: #af9d98;
  text-align: center;
}
.cid-uVdbu3hEM2 .mbr-text,
.cid-uVdbu3hEM2 .mbr-section-btn {
  text-align: center;
}
.cid-uVddqFWUk8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #af9d98;
}
.cid-uVddqFWUk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVddqFWUk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVddqFWUk8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVddqFWUk8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVddqFWUk8 .container {
    padding: 0 24px;
  }
}
.cid-uVddqFWUk8 .row {
  justify-content: center;
}
.cid-uVddqFWUk8 .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVddqFWUk8 .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVddqFWUk8 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #ffffff;
  border-radius: .75rem;
}
.cid-uVddqFWUk8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVddqFWUk8 .mbr-section-title {
  color: #141414;
}
.cid-uVddqFWUk8 .mbr-text {
  color: #141414;
}
.cid-uVddqFWUk8 .mbr-desc,
.cid-uVddqFWUk8 .desc-wrapper {
  text-align: right;
}
.cid-uVddqFWUk8 .mbr-text P {
  text-align: center;
}
.cid-tMHR7x70bh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tMHR7x70bh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tMHR7x70bh input::-webkit-clear-button {
  display: none;
}
.cid-tMHR7x70bh input::-webkit-inner-spin-button {
  display: none;
}
.cid-tMHR7x70bh input::-webkit-outer-spin-button {
  display: none;
}
.cid-tMHR7x70bh input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tMHR7x70bh H4 {
  color: #111213;
}
.cid-uSZ1MiOiFB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d5bab3;
}
.cid-uSZ1MiOiFB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZ1MiOiFB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZ1MiOiFB .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSZ1MiOiFB .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSZ1MiOiFB .container {
    padding: 0 30px;
  }
}
.cid-uSZ1MiOiFB .image-wrapper {
  padding-right: 18px;
  padding-right: 0;
  padding-left: 18px;
}
@media (max-width: 992px) {
  .cid-uSZ1MiOiFB .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSZ1MiOiFB .image-wrapper {
    padding: 0;
    margin-bottom: 50px;
  }
}
.cid-uSZ1MiOiFB .image-wrapper img {
  height: 700px;
  object-fit: cover;
  border-bottom-right-radius: 3em;
  border-bottom-left-radius: 3em;
  border-top-right-radius: 3em;
  border-top-left-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uSZ1MiOiFB .image-wrapper img {
    height: 350px;
  }
}
.cid-uSZ1MiOiFB .title-wrapper {
  padding-right: 50px;
  padding-right: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uSZ1MiOiFB .title-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSZ1MiOiFB .title-wrapper {
    padding: 0 30px;
  }
}
.cid-uSZ1MiOiFB .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSZ1MiOiFB .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uSZ1MiOiFB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSZ1MiOiFB .mbr-section-title {
  color: #ffffff;
}
.cid-uSZ1MiOiFB .mbr-text {
  color: #ffffff;
}
.cid-uSZ1MiOiFB .mbr-section-btn {
  text-align: right;
}
.cid-uSO05vXsik {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/treeswithgradient-1920x1280.png");
}
.cid-uSO05vXsik .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSO05vXsik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSO05vXsik .col-12 {
  position: relative;
}
.cid-uSO05vXsik img {
  margin: auto;
}
.cid-uSO05vXsik .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uSO05vXsik .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSO05vXsik .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uSO05vXsik .image-wrapper {
    padding: 1rem;
  }
}
.cid-uSO05vXsik .mbr-section-title {
  color: #ffffff;
}
.cid-uSO05vXsik .mbr-text,
.cid-uSO05vXsik .mbr-section-btn {
  color: #ffffff;
}
.cid-ufJAmDNsOS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dbd4de;
}
.cid-ufJAmDNsOS .container-fluid,
.cid-ufJAmDNsOS .container {
  position: relative;
}
.cid-ufJAmDNsOS .container-fluid::before,
.cid-ufJAmDNsOS .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #a79691;
  border-radius: 550px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ufJAmDNsOS .container-fluid::before,
  .cid-ufJAmDNsOS .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .container-fluid::before,
  .cid-ufJAmDNsOS .container::before {
    display: none;
  }
}
.cid-ufJAmDNsOS .media-wrap {
  height: 300px;
}
.cid-ufJAmDNsOS .media-wrap a img {
  max-width: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ufJAmDNsOS .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-ufJAmDNsOS .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ufJAmDNsOS .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper {
    background-color: #a79691;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-ufJAmDNsOS .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-ufJAmDNsOS .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-ufJAmDNsOS .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .list {
    background-color: #a79691;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-ufJAmDNsOS .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-ufJAmDNsOS .list .item-wrap:hover {
  opacity: .7;
}
.cid-ufJAmDNsOS .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .copyright {
    background-color: #a79691;
  }
}
.cid-ufJAmDNsOS .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .mbr-text {
  color: #bcbfca;
}
.cid-ufJAmDNsOS .mbr-desc {
  color: #ffffff;
}
.cid-ufJAmDNsOS .mbr-link {
  color: #ffffff;
}
.cid-ufJAmDNsOS .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uUbTAt4P0E {
  z-index: 1000;
  width: 100%;
}
.cid-uUbTAt4P0E .navbar-dropdown {
  background-color: #a79691 !important;
  padding: 0;
  position: fixed;
}
.cid-uUbTAt4P0E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a79691 !important;
  background: #a79691;
}
.cid-uUbTAt4P0E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .menu_box .navbar.opened,
  .cid-uUbTAt4P0E .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUbTAt4P0E nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uUbTAt4P0E .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 1220px) {
  .cid-uUbTAt4P0E .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUbTAt4P0E .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUbTAt4P0E .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUbTAt4P0E .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #a79691;
  }
  .cid-uUbTAt4P0E .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uUbTAt4P0E .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uUbTAt4P0E .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uUbTAt4P0E .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uUbTAt4P0E .offcanvas-body .mbr-text,
  .cid-uUbTAt4P0E .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uUbTAt4P0E .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #af9d98;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uUbTAt4P0E ul.navbar-nav {
    padding-bottom: 1.5rem;
    padding-left: 3.5rem;
  }
  .cid-uUbTAt4P0E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUbTAt4P0E .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uUbTAt4P0E .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUbTAt4P0E li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uUbTAt4P0E li.nav-item:hover {
    opacity: .8;
  }
  .cid-uUbTAt4P0E .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uUbTAt4P0E .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uUbTAt4P0E .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .nav-item {
    margin: 0 !important;
  }
}
.cid-uUbTAt4P0E .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUbTAt4P0E .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uUbTAt4P0E .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUbTAt4P0E .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUbTAt4P0E .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUbTAt4P0E .offcanvas_box {
    display: none;
  }
}
.cid-uUbTAt4P0E .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uUbTAt4P0E .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUbTAt4P0E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUbTAt4P0E .nav-link {
  position: relative;
  color: #1e4381;
}
.cid-uUbTAt4P0E .container {
  display: flex;
  margin: auto;
}
.cid-uUbTAt4P0E .iconfont-wrapper {
  color: #f3722f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uUbTAt4P0E .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUbTAt4P0E .iconfont-wrapper:hover {
  color: #0e3172;
}
.cid-uUbTAt4P0E .navbar-caption {
  color: #1e4381;
}
.cid-uUbTAt4P0E .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUbTAt4P0E .navbar-nav {
    margin: 0;
  }
}
.cid-uUbTAt4P0E .dropdown-menu,
.cid-uUbTAt4P0E .navbar.opened {
  background-color: false !important;
}
.cid-uUbTAt4P0E .nav-item:focus,
.cid-uUbTAt4P0E .nav-link:focus {
  outline: none;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUbTAt4P0E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUbTAt4P0E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUbTAt4P0E .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uUbTAt4P0E .navbar.opened {
  transition: all 0.3s;
}
.cid-uUbTAt4P0E .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUbTAt4P0E .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-uUbTAt4P0E .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUbTAt4P0E .navbar.collapsed {
  justify-content: center;
}
.cid-uUbTAt4P0E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUbTAt4P0E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUbTAt4P0E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUbTAt4P0E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUbTAt4P0E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUbTAt4P0E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUbTAt4P0E .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUbTAt4P0E .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uUbTAt4P0E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUbTAt4P0E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUbTAt4P0E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUbTAt4P0E .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUbTAt4P0E .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUbTAt4P0E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUbTAt4P0E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUbTAt4P0E .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUbTAt4P0E .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUbTAt4P0E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUbTAt4P0E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUbTAt4P0E .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUbTAt4P0E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUbTAt4P0E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUbTAt4P0E .dropdown-item.active,
.cid-uUbTAt4P0E .dropdown-item:active {
  background-color: transparent;
}
.cid-uUbTAt4P0E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUbTAt4P0E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUbTAt4P0E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUbTAt4P0E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUbTAt4P0E ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uUbTAt4P0E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUbTAt4P0E button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a79691;
  background: #ffffff;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #af9d98;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUbTAt4P0E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: none) {
  .cid-uUbTAt4P0E .navbar {
    height: 70px;
  }
  .cid-uUbTAt4P0E .navbar.opened {
    height: auto;
  }
  .cid-uUbTAt4P0E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUbTAt4P0E .mbr-section-btn .btn,
.cid-uUbTAt4P0E .mbr-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #e5cfca !important;
  box-shadow: none;
}
.cid-uUbTAt4P0E .mbr-section-btn .btn:hover,
.cid-uUbTAt4P0E .mbr-section-btn-main .btn:hover {
  color: #e5cfca !important;
  border: 1px solid #e5cfca !important;
  box-shadow: none !important;
  opacity: .8;
}
.cid-uUbTAt4P0E .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uUbTAt4P0E .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uUbTAt4P0E .navbar-caption:hover {
  color: #0e3172;
}
.cid-uUbTAt4P0E .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUbTAt4P0E .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uUbTAt4P0E .text_widget {
  color: #ffffff;
}
.cid-uUbTAt4P0E .mbr-section-subtitle,
.cid-uUbTAt4P0E .text_widget {
  text-align: left;
}
.cid-uUbTAt4P0E a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVMHi64vkP {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVMHi64vkP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVMHi64vkP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVMHi64vkP .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uVMHi64vkP .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVMHi64vkP .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVMHi64vkP .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVMHi64vkP .card-title {
  color: #b8bcd2;
}
.cid-uVMHdrM6KD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1281.jpeg");
}
.cid-uVMHdrM6KD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVMHdrM6KD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVMHdrM6KD .row {
  margin: 0 -6px;
}
.cid-uVMHdrM6KD .card {
  padding: 0 6px;
}
.cid-uVMHdrM6KD .image-wrapper {
  position: relative;
  height: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .cid-uVMHdrM6KD .image-wrapper {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 400px;
  }
}
.cid-uVMHdrM6KD .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVMHdrM6KD .card-wrapper {
  height: 100%;
  padding: 54px 100px;
  background-color: #f5f8ff;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .cid-uVMHdrM6KD .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uVMHdrM6KD .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.cid-uVMHdrM6KD .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 200px;
}
@media (max-width: 1440px) {
  .cid-uVMHdrM6KD .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uVMHdrM6KD .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uVMHdrM6KD .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVMHdrM6KD .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVMHdrM6KD .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 200px;
}
@media (max-width: 1440px) {
  .cid-uVMHdrM6KD .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uVMHdrM6KD .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uVMHdrM6KD .card-wrapper .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVMHdrM6KD .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uVMHdrM6KD .mbr-section-title {
  color: #000000;
}
.cid-uVMHdrM6KD .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVMHdrM6KD .mbr-section-title,
.cid-uVMHdrM6KD .mbr-section-btn {
  text-align: center;
}
.cid-uVMHEYac1o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4cc9f0;
}
.cid-uVMHEYac1o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVMHEYac1o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVMHEYac1o .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVMHEYac1o .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVMHEYac1o .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVMHEYac1o .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVMHEYac1o .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVMHEYac1o .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVMHEYac1o .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVMHEYac1o .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVMHEYac1o .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uVMHEYac1o .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uVMHEYac1o .items-wrapper .card .card-wrapper .mbr-figure {
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
@media (max-width: 992px) {
  .cid-uVMHEYac1o .items-wrapper .card .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVMHEYac1o .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVMHEYac1o .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uVMHEYac1o .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVMHEYac1o .mbr-label,
.cid-uVMHEYac1o .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVMHEYac1o .mbr-section-title,
.cid-uVMHEYac1o .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVMHEYac1o .mbr-text {
  color: #515151;
}
.cid-uVMHkBCPsl {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVMHkBCPsl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVMHkBCPsl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVMHkBCPsl .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uVMHkBCPsl .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVMHkBCPsl .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVMHkBCPsl .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVMHkBCPsl .card-title {
  color: #af9d98;
  text-align: center;
}
.cid-uVMHkBCPsl .mbr-text,
.cid-uVMHkBCPsl .mbr-section-btn {
  text-align: center;
}
.cid-uVMHSECGhM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVMHSECGhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVMHSECGhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVMHSECGhM .container {
    padding: 0 30px;
  }
}
.cid-uVMHSECGhM .row {
  justify-content: center;
}
.cid-uVMHSECGhM .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVMHSECGhM .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVMHSECGhM .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVMHSECGhM .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uVMHSECGhM .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uVMHSECGhM .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uVMHSECGhM .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVMHSECGhM .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uVMHSECGhM .mbr-section-title {
  color: #22654E;
}
.cid-uVMHSECGhM .mbr-text {
  color: #144031;
}
.cid-uVMHQEOfdg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVMHQEOfdg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVMHQEOfdg .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uVMHQEOfdg .card-margin {
    margin-top: -1px;
  }
}
@media (min-width: 992px) {
  .cid-uVMHQEOfdg .card1 {
    margin-top: 20rem;
  }
  .cid-uVMHQEOfdg .card2 {
    margin-top: 10rem;
  }
}
@media (max-width: 767px) {
  .cid-uVMHQEOfdg .card1,
  .cid-uVMHQEOfdg .card2 {
    margin-bottom: 4rem;
  }
}
.cid-uVMHQEOfdg .item {
  border-bottom: 1px solid #0e3172;
  max-width: 300px;
}
.cid-uVMHQEOfdg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVMHQEOfdg .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uVMHQEOfdg .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uVMHQEOfdg .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uVMHQEOfdg .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uVMHQEOfdg .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uVMHQEOfdg .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVMHQEOfdg .image-wrapper {
    padding: 1rem;
  }
}
.cid-uVMHQEOfdg .mbr-section-title {
  color: #221b35;
  text-align: left;
}
.cid-uVMHQEOfdg .mbr-text,
.cid-uVMHQEOfdg .mbr-section-btn {
  color: #221b35;
  text-align: left;
}
.cid-ufJAmDNsOS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dbd4de;
}
.cid-ufJAmDNsOS .container-fluid,
.cid-ufJAmDNsOS .container {
  position: relative;
}
.cid-ufJAmDNsOS .container-fluid::before,
.cid-ufJAmDNsOS .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #a79691;
  border-radius: 550px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ufJAmDNsOS .container-fluid::before,
  .cid-ufJAmDNsOS .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .container-fluid::before,
  .cid-ufJAmDNsOS .container::before {
    display: none;
  }
}
.cid-ufJAmDNsOS .media-wrap {
  height: 300px;
}
.cid-ufJAmDNsOS .media-wrap a img {
  max-width: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ufJAmDNsOS .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-ufJAmDNsOS .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ufJAmDNsOS .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper {
    background-color: #a79691;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-ufJAmDNsOS .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-ufJAmDNsOS .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-ufJAmDNsOS .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .list {
    background-color: #a79691;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-ufJAmDNsOS .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-ufJAmDNsOS .list .item-wrap:hover {
  opacity: .7;
}
.cid-ufJAmDNsOS .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .copyright {
    background-color: #a79691;
  }
}
.cid-ufJAmDNsOS .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ufJAmDNsOS .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-ufJAmDNsOS .mbr-text {
  color: #bcbfca;
}
.cid-ufJAmDNsOS .mbr-desc {
  color: #ffffff;
}
.cid-ufJAmDNsOS .mbr-link {
  color: #ffffff;
}
.cid-ufJAmDNsOS .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uUbTAt4P0E {
  z-index: 1000;
  width: 100%;
}
.cid-uUbTAt4P0E .navbar-dropdown {
  background-color: #a79691 !important;
  padding: 0;
  position: fixed;
}
.cid-uUbTAt4P0E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a79691 !important;
  background: #a79691;
}
.cid-uUbTAt4P0E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .menu_box .navbar.opened,
  .cid-uUbTAt4P0E .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUbTAt4P0E nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uUbTAt4P0E .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 1220px) {
  .cid-uUbTAt4P0E .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUbTAt4P0E .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUbTAt4P0E .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUbTAt4P0E .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #a79691;
  }
  .cid-uUbTAt4P0E .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uUbTAt4P0E .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uUbTAt4P0E .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uUbTAt4P0E .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uUbTAt4P0E .offcanvas-body .mbr-text,
  .cid-uUbTAt4P0E .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uUbTAt4P0E .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #af9d98;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uUbTAt4P0E .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uUbTAt4P0E ul.navbar-nav {
    padding-bottom: 1.5rem;
    padding-left: 3.5rem;
  }
  .cid-uUbTAt4P0E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUbTAt4P0E .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uUbTAt4P0E .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUbTAt4P0E li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uUbTAt4P0E li.nav-item:hover {
    opacity: .8;
  }
  .cid-uUbTAt4P0E .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uUbTAt4P0E .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uUbTAt4P0E .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .nav-item {
    margin: 0 !important;
  }
}
.cid-uUbTAt4P0E .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUbTAt4P0E .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uUbTAt4P0E .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUbTAt4P0E .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUbTAt4P0E .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUbTAt4P0E .offcanvas_box {
    display: none;
  }
}
.cid-uUbTAt4P0E .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uUbTAt4P0E .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUbTAt4P0E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUbTAt4P0E .nav-link {
  position: relative;
  color: #1e4381;
}
.cid-uUbTAt4P0E .container {
  display: flex;
  margin: auto;
}
.cid-uUbTAt4P0E .iconfont-wrapper {
  color: #f3722f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uUbTAt4P0E .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUbTAt4P0E .iconfont-wrapper:hover {
  color: #0e3172;
}
.cid-uUbTAt4P0E .navbar-caption {
  color: #1e4381;
}
.cid-uUbTAt4P0E .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUbTAt4P0E .navbar-nav {
    margin: 0;
  }
}
.cid-uUbTAt4P0E .dropdown-menu,
.cid-uUbTAt4P0E .navbar.opened {
  background-color: false !important;
}
.cid-uUbTAt4P0E .nav-item:focus,
.cid-uUbTAt4P0E .nav-link:focus {
  outline: none;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUbTAt4P0E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUbTAt4P0E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUbTAt4P0E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUbTAt4P0E .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uUbTAt4P0E .navbar.opened {
  transition: all 0.3s;
}
.cid-uUbTAt4P0E .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUbTAt4P0E .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-uUbTAt4P0E .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUbTAt4P0E .navbar.collapsed {
  justify-content: center;
}
.cid-uUbTAt4P0E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUbTAt4P0E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUbTAt4P0E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUbTAt4P0E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUbTAt4P0E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUbTAt4P0E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUbTAt4P0E .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUbTAt4P0E .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUbTAt4P0E .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uUbTAt4P0E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUbTAt4P0E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUbTAt4P0E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUbTAt4P0E .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUbTAt4P0E .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUbTAt4P0E .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUbTAt4P0E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUbTAt4P0E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUbTAt4P0E .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUbTAt4P0E .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUbTAt4P0E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUbTAt4P0E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUbTAt4P0E .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUbTAt4P0E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUbTAt4P0E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUbTAt4P0E .dropdown-item.active,
.cid-uUbTAt4P0E .dropdown-item:active {
  background-color: transparent;
}
.cid-uUbTAt4P0E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUbTAt4P0E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUbTAt4P0E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUbTAt4P0E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUbTAt4P0E ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uUbTAt4P0E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUbTAt4P0E button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a79691;
  background: #ffffff;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #af9d98;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUbTAt4P0E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUbTAt4P0E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUbTAt4P0E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUbTAt4P0E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: none) {
  .cid-uUbTAt4P0E .navbar {
    height: 70px;
  }
  .cid-uUbTAt4P0E .navbar.opened {
    height: auto;
  }
  .cid-uUbTAt4P0E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUbTAt4P0E .mbr-section-btn .btn,
.cid-uUbTAt4P0E .mbr-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #e5cfca !important;
  box-shadow: none;
}
.cid-uUbTAt4P0E .mbr-section-btn .btn:hover,
.cid-uUbTAt4P0E .mbr-section-btn-main .btn:hover {
  color: #e5cfca !important;
  border: 1px solid #e5cfca !important;
  box-shadow: none !important;
  opacity: .8;
}
.cid-uUbTAt4P0E .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uUbTAt4P0E .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uUbTAt4P0E .navbar-caption:hover {
  color: #0e3172;
}
.cid-uUbTAt4P0E .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUbTAt4P0E .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uUbTAt4P0E .text_widget {
  color: #ffffff;
}
.cid-uUbTAt4P0E .mbr-section-subtitle,
.cid-uUbTAt4P0E .text_widget {
  text-align: left;
}
.cid-uUbTAt4P0E a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVMIgZzLgj {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVMIgZzLgj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVMIgZzLgj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVMIgZzLgj .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uVMIgZzLgj .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVMIgZzLgj .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVMIgZzLgj .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVMIgZzLgj .card-title {
  color: #b8bcd2;
}
.cid-uVMIh0v1U0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1281.jpeg");
}
.cid-uVMIh0v1U0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVMIh0v1U0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVMIh0v1U0 .row {
  margin: 0 -6px;
}
.cid-uVMIh0v1U0 .card {
  padding: 0 6px;
}
.cid-uVMIh0v1U0 .image-wrapper {
  position: relative;
  height: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .cid-uVMIh0v1U0 .image-wrapper {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 400px;
  }
}
.cid-uVMIh0v1U0 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVMIh0v1U0 .card-wrapper {
  height: 100%;
  padding: 54px 100px;
  background-color: #f5f8ff;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .cid-uVMIh0v1U0 .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uVMIh0v1U0 .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.cid-uVMIh0v1U0 .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 200px;
}
@media (max-width: 1440px) {
  .cid-uVMIh0v1U0 .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uVMIh0v1U0 .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uVMIh0v1U0 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVMIh0v1U0 .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVMIh0v1U0 .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 200px;
}
@media (max-width: 1440px) {
  .cid-uVMIh0v1U0 .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uVMIh0v1U0 .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uVMIh0v1U0 .card-wrapper .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVMIh0v1U0 .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uVMIh0v1U0 .mbr-section-title {
  color: #000000;
}
.cid-uVMIh0v1U0 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVMIh0v1U0 .mbr-section-title,
.cid-uVMIh0v1U0 .mbr-section-btn {
  text-align: center;
}
.cid-uVMIh0RZOq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4cc9f0;
}
.cid-uVMIh0RZOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVMIh0RZOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVMIh0RZOq .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVMIh0RZOq .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVMIh0RZOq .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVMIh0RZOq .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVMIh0RZOq .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVMIh0RZOq .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVMIh0RZOq .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVMIh0RZOq .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVMIh0RZOq .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uVMIh0RZOq .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uVMIh0RZOq .items-wrapper .card .card-wrapper .mbr-figure {
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
@media (max-width: 992px) {
  .cid-uVMIh0RZOq .items-wrapper .card .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVMIh0RZOq .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVMIh0RZOq .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uVMIh0RZOq .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVMIh0RZOq .mbr-label,
.cid-uVMIh0RZOq .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVMIh0RZOq .mbr-section-title,
.cid-uVMIh0RZOq .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVMIh0RZOq .mbr-text {
  color: #515151;
}
.cid-uVMIh1bqM5 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVMIh1bqM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVMIh1bqM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVMIh1bqM5 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uVMIh1bqM5 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVMIh1bqM5 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVMIh1bqM5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVMIh1bqM5 .card-title {
  color: #af9d98;
  text-align: center;
}
.cid-uVMIh1bqM5 .mbr-text,
.cid-uVMIh1bqM5 .mbr-section-btn {
  text-align: center;
}
.cid-uVMIh1tBdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVMIh1tBdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVMIh1tBdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVMIh1tBdG .container {
    padding: 0 30px;
  }
}
.cid-uVMIh1tBdG .row {
  justify-content: center;
}
.cid-uVMIh1tBdG .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVMIh1tBdG .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVMIh1tBdG .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVMIh1tBdG .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uVMIh1tBdG .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uVMIh1tBdG .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uVMIh1tBdG .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVMIh1tBdG .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uVMIh1tBdG .mbr-section-title {
  color: #22654E;
}
.cid-uVMIh1tBdG .mbr-text {
  color: #144031;
}
.cid-uVMIh1KpYj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVMIh1KpYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVMIh1KpYj .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uVMIh1KpYj .card-margin {
    margin-top: -1px;
  }
}
@media (min-width: 992px) {
  .cid-uVMIh1KpYj .card1 {
    margin-top: 20rem;
  }
  .cid-uVMIh1KpYj .card2 {
    margin-top: 10rem;
  }
}
@media (max-width: 767px) {
  .cid-uVMIh1KpYj .card1,
  .cid-uVMIh1KpYj .card2 {
    margin-bottom: 4rem;
  }
}
.cid-uVMIh1KpYj .item {
  border-bottom: 1px solid #0e3172;
  max-width: 300px;
}
.cid-uVMIh1KpYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVMIh1KpYj .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uVMIh1KpYj .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uVMIh1KpYj .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uVMIh1KpYj .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uVMIh1KpYj .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uVMIh1KpYj .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVMIh1KpYj .image-wrapper {
    padding: 1rem;
  }
}
.cid-uVMIh1KpYj .mbr-section-title {
  color: #221b35;
  text-align: left;
}
.cid-uVMIh1KpYj .mbr-text,
.cid-uVMIh1KpYj .mbr-section-btn {
  color: #221b35;
  text-align: left;
}
.cid-uVMIh2bjou {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dbd4de;
}
.cid-uVMIh2bjou .container-fluid,
.cid-uVMIh2bjou .container {
  position: relative;
}
.cid-uVMIh2bjou .container-fluid::before,
.cid-uVMIh2bjou .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #a79691;
  border-radius: 550px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uVMIh2bjou .container-fluid::before,
  .cid-uVMIh2bjou .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uVMIh2bjou .container-fluid::before,
  .cid-uVMIh2bjou .container::before {
    display: none;
  }
}
.cid-uVMIh2bjou .media-wrap {
  height: 300px;
}
.cid-uVMIh2bjou .media-wrap a img {
  max-width: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uVMIh2bjou .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uVMIh2bjou .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uVMIh2bjou .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uVMIh2bjou .text-wrapper {
    background-color: #a79691;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uVMIh2bjou .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uVMIh2bjou .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uVMIh2bjou .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uVMIh2bjou .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uVMIh2bjou .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uVMIh2bjou .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uVMIh2bjou .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uVMIh2bjou .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uVMIh2bjou .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uVMIh2bjou .list {
    background-color: #a79691;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uVMIh2bjou .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uVMIh2bjou .list .item-wrap:hover {
  opacity: .7;
}
.cid-uVMIh2bjou .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uVMIh2bjou .copyright {
    background-color: #a79691;
  }
}
.cid-uVMIh2bjou .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uVMIh2bjou .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uVMIh2bjou .mbr-text {
  color: #bcbfca;
}
.cid-uVMIh2bjou .mbr-desc {
  color: #ffffff;
}
.cid-uVMIh2bjou .mbr-link {
  color: #ffffff;
}
.cid-uVMIh2bjou .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uVMIh2D3Vl {
  z-index: 1000;
  width: 100%;
}
.cid-uVMIh2D3Vl .navbar-dropdown {
  background-color: #a79691 !important;
  padding: 0;
  position: fixed;
}
.cid-uVMIh2D3Vl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a79691 !important;
  background: #a79691;
}
.cid-uVMIh2D3Vl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uVMIh2D3Vl .menu_box .navbar.opened,
  .cid-uVMIh2D3Vl .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVMIh2D3Vl nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uVMIh2D3Vl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 1220px) {
  .cid-uVMIh2D3Vl .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVMIh2D3Vl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uVMIh2D3Vl .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVMIh2D3Vl .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVMIh2D3Vl .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #a79691;
  }
  .cid-uVMIh2D3Vl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uVMIh2D3Vl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uVMIh2D3Vl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uVMIh2D3Vl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uVMIh2D3Vl .offcanvas-body .mbr-text,
  .cid-uVMIh2D3Vl .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uVMIh2D3Vl .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uVMIh2D3Vl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uVMIh2D3Vl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #af9d98;
  }
  .cid-uVMIh2D3Vl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uVMIh2D3Vl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uVMIh2D3Vl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uVMIh2D3Vl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uVMIh2D3Vl ul.navbar-nav {
    padding-bottom: 1.5rem;
    padding-left: 3.5rem;
  }
  .cid-uVMIh2D3Vl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVMIh2D3Vl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uVMIh2D3Vl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVMIh2D3Vl li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uVMIh2D3Vl li.nav-item:hover {
    opacity: .8;
  }
  .cid-uVMIh2D3Vl .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uVMIh2D3Vl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uVMIh2D3Vl .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uVMIh2D3Vl .nav-item {
    margin: 0 !important;
  }
}
.cid-uVMIh2D3Vl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVMIh2D3Vl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uVMIh2D3Vl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVMIh2D3Vl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVMIh2D3Vl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uVMIh2D3Vl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVMIh2D3Vl .offcanvas_box {
    display: none;
  }
}
.cid-uVMIh2D3Vl .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uVMIh2D3Vl .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVMIh2D3Vl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVMIh2D3Vl .nav-link {
  position: relative;
  color: #1e4381;
}
.cid-uVMIh2D3Vl .container {
  display: flex;
  margin: auto;
}
.cid-uVMIh2D3Vl .iconfont-wrapper {
  color: #f3722f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uVMIh2D3Vl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVMIh2D3Vl .iconfont-wrapper:hover {
  color: #0e3172;
}
.cid-uVMIh2D3Vl .navbar-caption {
  color: #1e4381;
}
.cid-uVMIh2D3Vl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVMIh2D3Vl .navbar-nav {
    margin: 0;
  }
}
.cid-uVMIh2D3Vl .dropdown-menu,
.cid-uVMIh2D3Vl .navbar.opened {
  background-color: false !important;
}
.cid-uVMIh2D3Vl .nav-item:focus,
.cid-uVMIh2D3Vl .nav-link:focus {
  outline: none;
}
.cid-uVMIh2D3Vl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVMIh2D3Vl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVMIh2D3Vl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVMIh2D3Vl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVMIh2D3Vl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVMIh2D3Vl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVMIh2D3Vl .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uVMIh2D3Vl .navbar.opened {
  transition: all 0.3s;
}
.cid-uVMIh2D3Vl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVMIh2D3Vl .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-uVMIh2D3Vl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVMIh2D3Vl .navbar.collapsed {
  justify-content: center;
}
.cid-uVMIh2D3Vl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVMIh2D3Vl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVMIh2D3Vl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVMIh2D3Vl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVMIh2D3Vl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVMIh2D3Vl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVMIh2D3Vl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVMIh2D3Vl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uVMIh2D3Vl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uVMIh2D3Vl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVMIh2D3Vl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVMIh2D3Vl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVMIh2D3Vl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVMIh2D3Vl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVMIh2D3Vl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVMIh2D3Vl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVMIh2D3Vl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVMIh2D3Vl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVMIh2D3Vl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVMIh2D3Vl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVMIh2D3Vl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVMIh2D3Vl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVMIh2D3Vl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVMIh2D3Vl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVMIh2D3Vl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVMIh2D3Vl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVMIh2D3Vl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVMIh2D3Vl .dropdown-item.active,
.cid-uVMIh2D3Vl .dropdown-item:active {
  background-color: transparent;
}
.cid-uVMIh2D3Vl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVMIh2D3Vl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVMIh2D3Vl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVMIh2D3Vl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVMIh2D3Vl ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uVMIh2D3Vl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVMIh2D3Vl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a79691;
  background: #ffffff;
}
.cid-uVMIh2D3Vl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #af9d98;
}
.cid-uVMIh2D3Vl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVMIh2D3Vl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVMIh2D3Vl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVMIh2D3Vl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVMIh2D3Vl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVMIh2D3Vl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVMIh2D3Vl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVMIh2D3Vl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVMIh2D3Vl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVMIh2D3Vl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: none) {
  .cid-uVMIh2D3Vl .navbar {
    height: 70px;
  }
  .cid-uVMIh2D3Vl .navbar.opened {
    height: auto;
  }
  .cid-uVMIh2D3Vl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVMIh2D3Vl .mbr-section-btn .btn,
.cid-uVMIh2D3Vl .mbr-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #e5cfca !important;
  box-shadow: none;
}
.cid-uVMIh2D3Vl .mbr-section-btn .btn:hover,
.cid-uVMIh2D3Vl .mbr-section-btn-main .btn:hover {
  color: #e5cfca !important;
  border: 1px solid #e5cfca !important;
  box-shadow: none !important;
  opacity: .8;
}
.cid-uVMIh2D3Vl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uVMIh2D3Vl .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uVMIh2D3Vl .navbar-caption:hover {
  color: #0e3172;
}
.cid-uVMIh2D3Vl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVMIh2D3Vl .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uVMIh2D3Vl .text_widget {
  color: #ffffff;
}
.cid-uVMIh2D3Vl .mbr-section-subtitle,
.cid-uVMIh2D3Vl .text_widget {
  text-align: left;
}
.cid-uVMIh2D3Vl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVMIiISHhE {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVMIiISHhE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVMIiISHhE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVMIiISHhE .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uVMIiISHhE .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVMIiISHhE .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVMIiISHhE .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVMIiISHhE .card-title {
  color: #b8bcd2;
}
.cid-uVMIiJloWp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1281.jpeg");
}
.cid-uVMIiJloWp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVMIiJloWp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVMIiJloWp .row {
  margin: 0 -6px;
}
.cid-uVMIiJloWp .card {
  padding: 0 6px;
}
.cid-uVMIiJloWp .image-wrapper {
  position: relative;
  height: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .cid-uVMIiJloWp .image-wrapper {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 400px;
  }
}
.cid-uVMIiJloWp .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVMIiJloWp .card-wrapper {
  height: 100%;
  padding: 54px 100px;
  background-color: #f5f8ff;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .cid-uVMIiJloWp .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uVMIiJloWp .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.cid-uVMIiJloWp .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 200px;
}
@media (max-width: 1440px) {
  .cid-uVMIiJloWp .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uVMIiJloWp .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uVMIiJloWp .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVMIiJloWp .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVMIiJloWp .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 200px;
}
@media (max-width: 1440px) {
  .cid-uVMIiJloWp .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uVMIiJloWp .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uVMIiJloWp .card-wrapper .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVMIiJloWp .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uVMIiJloWp .mbr-section-title {
  color: #000000;
}
.cid-uVMIiJloWp .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVMIiJloWp .mbr-section-title,
.cid-uVMIiJloWp .mbr-section-btn {
  text-align: center;
}
.cid-uVMKCLPSEX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVMKCLPSEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVMKCLPSEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVMKCLPSEX .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uVMKCLPSEX .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uVMKCLPSEX .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uVMKCLPSEX .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uVMKCLPSEX .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uVMKCLPSEX .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uVMKCLPSEX .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uVMKCLPSEX .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uVMKCLPSEX .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uVMKCLPSEX .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uVMKCLPSEX .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uVMKCLPSEX .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-uVMKCLPSEX .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uVMKCLPSEX .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uVMKCLPSEX .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uVMKCLPSEX .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uVMKCLPSEX .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uVMKCLPSEX .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uVMKCLPSEX .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uVMKCLPSEX .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uVMKCLPSEX .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uVMKCLPSEX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVMKCLPSEX .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uVMKCLPSEX .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uVMKCLPSEX .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uVMKCLPSEX .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uVMKCLPSEX .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVMKCLPSEX .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uVMKCLPSEX .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uVMKCLPSEX .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uVMKCLPSEX .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #e4ed64;
  border-radius: 100%;
}
.cid-uVMKCLPSEX .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVMKCLPSEX .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uVMKCLPSEX .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVMKCLPSEX .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uVMKCLPSEX .mbr-label,
.cid-uVMKCLPSEX .label-wrapper {
  color: #000000;
}
.cid-uVMKCLPSEX .mbr-section-title {
  color: #000000;
}
.cid-uVMKCLPSEX .mbr-text {
  color: #8a8a8a;
}
.cid-uVMKCLPSEX .card-title {
  color: #000000;
}
.cid-uVMKCLPSEX .card-text {
  color: #8a8a8a;
}
.cid-uVMKCLPSEX .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uVMKCLPSEX .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVMKCLPSEX .item-star,
.cid-uVMKCLPSEX .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uVMKCLPSEX .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uVMKIAxv1z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uVMKIAxv1z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVMKIAxv1z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVMKIAxv1z .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uVMKIAxv1z .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uVMKIAxv1z .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uVMKIAxv1z .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVMKIAxv1z .item {
    margin-bottom: 16px;
  }
}
.cid-uVMKIAxv1z .item:last-child {
  margin-bottom: 0;
}
.cid-uVMKIAxv1z .item:hover .item-wrapper .item-img img,
.cid-uVMKIAxv1z .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uVMKIAxv1z .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVMKIAxv1z .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-uVMKIAxv1z .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uVMKIAxv1z .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uVMKIAxv1z .item .item-wrapper .item-content .item-title_1,
.cid-uVMKIAxv1z .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uVMKIAxv1z .item .item-wrapper .item-content .item-text_1,
.cid-uVMKIAxv1z .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uVMKIAxv1z .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVMKIAxv1z .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVMKIAxv1z .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uVMKIAxv1z .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uVMKIAxv1z .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVMKIAxv1z .item .card_1 {
  background-color: #ffeed4;
}
.cid-uVMKIAxv1z .item .card_2 {
  background-color: #ffe2d4;
}
.cid-uVMKIAxv1z .mbr-section-title {
  color: #212529;
}
.cid-uVMKIAxv1z .item-title_1 {
  color: #f5a11b;
}
.cid-uVMKIAxv1z .item-title_2 {
  color: #ff543d;
}
.cid-uVMKIAxv1z .item-text_1 {
  color: #f5a11b;
}
.cid-uVMKIAxv1z .item-text_2 {
  color: #ff543d;
}
.cid-uVMIiJBiOI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4cc9f0;
}
.cid-uVMIiJBiOI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVMIiJBiOI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVMIiJBiOI .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVMIiJBiOI .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVMIiJBiOI .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVMIiJBiOI .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVMIiJBiOI .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVMIiJBiOI .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVMIiJBiOI .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVMIiJBiOI .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVMIiJBiOI .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uVMIiJBiOI .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uVMIiJBiOI .items-wrapper .card .card-wrapper .mbr-figure {
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
@media (max-width: 992px) {
  .cid-uVMIiJBiOI .items-wrapper .card .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVMIiJBiOI .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVMIiJBiOI .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uVMIiJBiOI .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVMIiJBiOI .mbr-label,
.cid-uVMIiJBiOI .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVMIiJBiOI .mbr-section-title,
.cid-uVMIiJBiOI .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVMIiJBiOI .mbr-text {
  color: #515151;
}
.cid-uVMIiJZp3u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVMIiJZp3u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVMIiJZp3u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVMIiJZp3u .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uVMIiJZp3u .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVMIiJZp3u .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVMIiJZp3u .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVMIiJZp3u .card-title {
  color: #af9d98;
  text-align: center;
}
.cid-uVMIiJZp3u .mbr-text,
.cid-uVMIiJZp3u .mbr-section-btn {
  text-align: center;
}
.cid-uVMIiKev5Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVMIiKev5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVMIiKev5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVMIiKev5Z .container {
    padding: 0 30px;
  }
}
.cid-uVMIiKev5Z .row {
  justify-content: center;
}
.cid-uVMIiKev5Z .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVMIiKev5Z .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVMIiKev5Z .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVMIiKev5Z .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uVMIiKev5Z .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uVMIiKev5Z .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uVMIiKev5Z .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVMIiKev5Z .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uVMIiKev5Z .mbr-section-title {
  color: #22654E;
}
.cid-uVMIiKev5Z .mbr-text {
  color: #144031;
}
.cid-uVMIiKsRdV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVMIiKsRdV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVMIiKsRdV .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uVMIiKsRdV .card-margin {
    margin-top: -1px;
  }
}
@media (min-width: 992px) {
  .cid-uVMIiKsRdV .card1 {
    margin-top: 20rem;
  }
  .cid-uVMIiKsRdV .card2 {
    margin-top: 10rem;
  }
}
@media (max-width: 767px) {
  .cid-uVMIiKsRdV .card1,
  .cid-uVMIiKsRdV .card2 {
    margin-bottom: 4rem;
  }
}
.cid-uVMIiKsRdV .item {
  border-bottom: 1px solid #0e3172;
  max-width: 300px;
}
.cid-uVMIiKsRdV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVMIiKsRdV .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uVMIiKsRdV .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uVMIiKsRdV .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uVMIiKsRdV .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uVMIiKsRdV .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uVMIiKsRdV .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVMIiKsRdV .image-wrapper {
    padding: 1rem;
  }
}
.cid-uVMIiKsRdV .mbr-section-title {
  color: #221b35;
  text-align: left;
}
.cid-uVMIiKsRdV .mbr-text,
.cid-uVMIiKsRdV .mbr-section-btn {
  color: #221b35;
  text-align: left;
}
.cid-uVMIiKPB1m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dbd4de;
}
.cid-uVMIiKPB1m .container-fluid,
.cid-uVMIiKPB1m .container {
  position: relative;
}
.cid-uVMIiKPB1m .container-fluid::before,
.cid-uVMIiKPB1m .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #a79691;
  border-radius: 550px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uVMIiKPB1m .container-fluid::before,
  .cid-uVMIiKPB1m .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uVMIiKPB1m .container-fluid::before,
  .cid-uVMIiKPB1m .container::before {
    display: none;
  }
}
.cid-uVMIiKPB1m .media-wrap {
  height: 300px;
}
.cid-uVMIiKPB1m .media-wrap a img {
  max-width: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uVMIiKPB1m .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uVMIiKPB1m .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uVMIiKPB1m .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uVMIiKPB1m .text-wrapper {
    background-color: #a79691;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uVMIiKPB1m .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uVMIiKPB1m .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uVMIiKPB1m .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uVMIiKPB1m .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uVMIiKPB1m .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uVMIiKPB1m .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uVMIiKPB1m .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uVMIiKPB1m .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uVMIiKPB1m .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uVMIiKPB1m .list {
    background-color: #a79691;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uVMIiKPB1m .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uVMIiKPB1m .list .item-wrap:hover {
  opacity: .7;
}
.cid-uVMIiKPB1m .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uVMIiKPB1m .copyright {
    background-color: #a79691;
  }
}
.cid-uVMIiKPB1m .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uVMIiKPB1m .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uVMIiKPB1m .mbr-text {
  color: #bcbfca;
}
.cid-uVMIiKPB1m .mbr-desc {
  color: #ffffff;
}
.cid-uVMIiKPB1m .mbr-link {
  color: #ffffff;
}
.cid-uVMIiKPB1m .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uVMIiL8Rq9 {
  z-index: 1000;
  width: 100%;
}
.cid-uVMIiL8Rq9 .navbar-dropdown {
  background-color: #a79691 !important;
  padding: 0;
  position: fixed;
}
.cid-uVMIiL8Rq9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a79691 !important;
  background: #a79691;
}
.cid-uVMIiL8Rq9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uVMIiL8Rq9 .menu_box .navbar.opened,
  .cid-uVMIiL8Rq9 .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVMIiL8Rq9 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uVMIiL8Rq9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 1220px) {
  .cid-uVMIiL8Rq9 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVMIiL8Rq9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uVMIiL8Rq9 .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVMIiL8Rq9 .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVMIiL8Rq9 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #a79691;
  }
  .cid-uVMIiL8Rq9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uVMIiL8Rq9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uVMIiL8Rq9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uVMIiL8Rq9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uVMIiL8Rq9 .offcanvas-body .mbr-text,
  .cid-uVMIiL8Rq9 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uVMIiL8Rq9 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uVMIiL8Rq9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uVMIiL8Rq9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #af9d98;
  }
  .cid-uVMIiL8Rq9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uVMIiL8Rq9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uVMIiL8Rq9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uVMIiL8Rq9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uVMIiL8Rq9 ul.navbar-nav {
    padding-bottom: 1.5rem;
    padding-left: 3.5rem;
  }
  .cid-uVMIiL8Rq9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVMIiL8Rq9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uVMIiL8Rq9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVMIiL8Rq9 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uVMIiL8Rq9 li.nav-item:hover {
    opacity: .8;
  }
  .cid-uVMIiL8Rq9 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uVMIiL8Rq9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uVMIiL8Rq9 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uVMIiL8Rq9 .nav-item {
    margin: 0 !important;
  }
}
.cid-uVMIiL8Rq9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVMIiL8Rq9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uVMIiL8Rq9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVMIiL8Rq9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVMIiL8Rq9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uVMIiL8Rq9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVMIiL8Rq9 .offcanvas_box {
    display: none;
  }
}
.cid-uVMIiL8Rq9 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uVMIiL8Rq9 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVMIiL8Rq9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVMIiL8Rq9 .nav-link {
  position: relative;
  color: #1e4381;
}
.cid-uVMIiL8Rq9 .container {
  display: flex;
  margin: auto;
}
.cid-uVMIiL8Rq9 .iconfont-wrapper {
  color: #f3722f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uVMIiL8Rq9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVMIiL8Rq9 .iconfont-wrapper:hover {
  color: #0e3172;
}
.cid-uVMIiL8Rq9 .navbar-caption {
  color: #1e4381;
}
.cid-uVMIiL8Rq9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVMIiL8Rq9 .navbar-nav {
    margin: 0;
  }
}
.cid-uVMIiL8Rq9 .dropdown-menu,
.cid-uVMIiL8Rq9 .navbar.opened {
  background-color: false !important;
}
.cid-uVMIiL8Rq9 .nav-item:focus,
.cid-uVMIiL8Rq9 .nav-link:focus {
  outline: none;
}
.cid-uVMIiL8Rq9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVMIiL8Rq9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVMIiL8Rq9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVMIiL8Rq9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVMIiL8Rq9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVMIiL8Rq9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVMIiL8Rq9 .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uVMIiL8Rq9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVMIiL8Rq9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVMIiL8Rq9 .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-uVMIiL8Rq9 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVMIiL8Rq9 .navbar.collapsed {
  justify-content: center;
}
.cid-uVMIiL8Rq9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVMIiL8Rq9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVMIiL8Rq9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVMIiL8Rq9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVMIiL8Rq9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVMIiL8Rq9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVMIiL8Rq9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVMIiL8Rq9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uVMIiL8Rq9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uVMIiL8Rq9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVMIiL8Rq9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVMIiL8Rq9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVMIiL8Rq9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVMIiL8Rq9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVMIiL8Rq9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVMIiL8Rq9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVMIiL8Rq9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVMIiL8Rq9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVMIiL8Rq9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVMIiL8Rq9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVMIiL8Rq9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVMIiL8Rq9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVMIiL8Rq9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVMIiL8Rq9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVMIiL8Rq9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVMIiL8Rq9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVMIiL8Rq9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVMIiL8Rq9 .dropdown-item.active,
.cid-uVMIiL8Rq9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVMIiL8Rq9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVMIiL8Rq9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVMIiL8Rq9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVMIiL8Rq9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVMIiL8Rq9 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uVMIiL8Rq9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVMIiL8Rq9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a79691;
  background: #ffffff;
}
.cid-uVMIiL8Rq9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #af9d98;
}
.cid-uVMIiL8Rq9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVMIiL8Rq9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVMIiL8Rq9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVMIiL8Rq9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVMIiL8Rq9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVMIiL8Rq9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVMIiL8Rq9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVMIiL8Rq9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVMIiL8Rq9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVMIiL8Rq9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: none) {
  .cid-uVMIiL8Rq9 .navbar {
    height: 70px;
  }
  .cid-uVMIiL8Rq9 .navbar.opened {
    height: auto;
  }
  .cid-uVMIiL8Rq9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVMIiL8Rq9 .mbr-section-btn .btn,
.cid-uVMIiL8Rq9 .mbr-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #e5cfca !important;
  box-shadow: none;
}
.cid-uVMIiL8Rq9 .mbr-section-btn .btn:hover,
.cid-uVMIiL8Rq9 .mbr-section-btn-main .btn:hover {
  color: #e5cfca !important;
  border: 1px solid #e5cfca !important;
  box-shadow: none !important;
  opacity: .8;
}
.cid-uVMIiL8Rq9 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uVMIiL8Rq9 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uVMIiL8Rq9 .navbar-caption:hover {
  color: #0e3172;
}
.cid-uVMIiL8Rq9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVMIiL8Rq9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uVMIiL8Rq9 .text_widget {
  color: #ffffff;
}
.cid-uVMIiL8Rq9 .mbr-section-subtitle,
.cid-uVMIiL8Rq9 .text_widget {
  text-align: left;
}
.cid-uVMIiL8Rq9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
