body {
  font-family: Cormorant Upright;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 9.4rem;
  line-height: .7em;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 11.75rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 4.5rem;
  line-height: 71px;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.06rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.325rem;
}
.display-5 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2rem;
  line-height: 25px;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.375rem;
  line-height: 1.59em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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: 7.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.58rem;
    font-size: calc( 3.9399999999999995rem + (9.4 - 3.9399999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.9399999999999995rem + (9.4 - 3.9399999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.848rem;
    font-size: calc( 1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #269a9e !important;
}
.bg-success {
  background-color: #747474 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #b492a5 !important;
}
.bg-danger {
  background-color: #4f3e59 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #269a9e !important;
  border-color: #269a9e !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: #155658 !important;
  border-color: #155658 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #155658 !important;
  border-color: #155658 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #474747 !important;
  border-color: #474747 !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: #1c1c1c !important;
  border-color: #1c1c1c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #747474 !important;
  border-color: #747474 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #494949 !important;
  border-color: #494949 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #494949 !important;
  border-color: #494949 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b492a5 !important;
  border-color: #b492a5 !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: #8e627a !important;
  border-color: #8e627a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8e627a !important;
  border-color: #8e627a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4f3e59 !important;
  border-color: #4f3e59 !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: #221a26 !important;
  border-color: #221a26 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #221a26 !important;
  border-color: #221a26 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #269a9e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #155658 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #269a9e !important;
  border-color: #269a9e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #474747;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1c1c1c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #474747 !important;
  border-color: #474747 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #747474;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #494949 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #747474 !important;
  border-color: #747474 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b492a5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8e627a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b492a5 !important;
  border-color: #b492a5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4f3e59;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #221a26 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4f3e59 !important;
  border-color: #4f3e59 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #269a9e !important;
}
.text-secondary {
  color: #474747 !important;
}
.text-success {
  color: #747474 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #b492a5 !important;
}
.text-danger {
  color: #4f3e59 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #124a4c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #141414 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #414141 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #855b72 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1a141d !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #269a9e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #b492a5;
}
.alert-danger {
  background-color: #4f3e59;
}
.mbr-gallery-filter li.active .btn {
  background-color: #269a9e;
  border-color: #269a9e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #269a9e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #69d7db;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b4b4b4;
}
.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: #e8dee3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9177a0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.375rem;
  line-height: 1.59em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #269a9e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.375rem;
  line-height: 1.59em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #269a9e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #269a9e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #269a9e;
}
.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: #269a9e;
  border-bottom-color: #269a9e;
}
.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: #269a9e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #474747 !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='%23269a9e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  position: relative;
  padding: 0 14px 0 0;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 83%;
  height: 1px;
  background-color: #269a9e;
}
.mbr-section-btn .btn::after,
.mbr-section-btn-main .btn::after {
  content: '';
  position: absolute;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #269a9e;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  padding: 14px;
}
.mbr-section-btn .btn-primary::after,
.mbr-section-btn-main .btn-primary::after,
.mbr-section-btn .btn-secondary::after,
.mbr-section-btn-main .btn-secondary::after,
.mbr-section-btn .btn-success::after,
.mbr-section-btn-main .btn-success::after,
.mbr-section-btn .btn-info::after,
.mbr-section-btn-main .btn-info::after,
.mbr-section-btn .btn-danger::after,
.mbr-section-btn-main .btn-danger::after,
.mbr-section-btn .btn-warning::after,
.mbr-section-btn-main .btn-warning::after,
.mbr-section-btn .btn-black::after,
.mbr-section-btn-main .btn-black::after,
.mbr-section-btn .btn-white::after,
.mbr-section-btn-main .btn-white::after {
  display: none;
}
.mbr-section-btn .btn-primary::before,
.mbr-section-btn-main .btn-primary::before,
.mbr-section-btn .btn-secondary::before,
.mbr-section-btn-main .btn-secondary::before,
.mbr-section-btn .btn-success::before,
.mbr-section-btn-main .btn-success::before,
.mbr-section-btn .btn-info::before,
.mbr-section-btn-main .btn-info::before,
.mbr-section-btn .btn-danger::before,
.mbr-section-btn-main .btn-danger::before,
.mbr-section-btn .btn-warning::before,
.mbr-section-btn-main .btn-warning::before,
.mbr-section-btn .btn-black::before,
.mbr-section-btn-main .btn-black::before,
.mbr-section-btn .btn-white::before,
.mbr-section-btn-main .btn-white::before {
  display: none;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before {
  animation: ani-button 0.8s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
}
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn-main .btn-info-outline::after {
  background-color: #ffffff;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #269a9e;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #269a9e !important;
}
.mbr-section-btn .btn-secondary-outline:before,
.mbr-section-btn-main .btn-secondary-outline:before {
  background-color: #474747;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  color: #474747 !important;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #747474;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  color: #747474 !important;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  color: #ffffff !important;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #4f3e59;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  color: #4f3e59 !important;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #b492a5;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  color: #b492a5 !important;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #232323;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover {
  color: #232323 !important;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #fff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover {
  color: #ffffff !important;
}
@keyframes ani-button {
  from {
    transform: scale(0);
    transform-origin: center;
  }
  to {
    transform: scale(1);
    transform-origin: center;
  }
}
.cid-uA6VwLuqZE {
  background-color: transparent;
}
.cid-uA6VwLuqZE .navbar-dropdown {
  background-color: #e0bdb6 !important;
  padding: 0;
}
.cid-uA6VwLuqZE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e0bdb6 !important;
  background: #e0bdb6;
}
.cid-uA6VwLuqZE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA6VwLuqZE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA6VwLuqZE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uA6VwLuqZE .menu_box .navbar.opened,
  .cid-uA6VwLuqZE .menu_box .navbar-collapse {
    background-color: #e0bdb6 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uA6VwLuqZE .navbar-dropdown {
  position: relative !important;
}
.cid-uA6VwLuqZE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uA6VwLuqZE .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uA6VwLuqZE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uA6VwLuqZE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uA6VwLuqZE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uA6VwLuqZE .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uA6VwLuqZE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uA6VwLuqZE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uA6VwLuqZE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uA6VwLuqZE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uA6VwLuqZE .offcanvas-body .mbr-text,
  .cid-uA6VwLuqZE .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uA6VwLuqZE .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uA6VwLuqZE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uA6VwLuqZE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uA6VwLuqZE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uA6VwLuqZE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uA6VwLuqZE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uA6VwLuqZE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uA6VwLuqZE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uA6VwLuqZE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uA6VwLuqZE .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-uA6VwLuqZE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uA6VwLuqZE li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uA6VwLuqZE .lg_brand {
    margin: 0 1rem;
  }
  .cid-uA6VwLuqZE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uA6VwLuqZE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uA6VwLuqZE .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uA6VwLuqZE .nav-item {
    margin: 0 !important;
  }
}
.cid-uA6VwLuqZE .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uA6VwLuqZE .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uA6VwLuqZE .nav-item .nav-link:hover,
.cid-uA6VwLuqZE .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uA6VwLuqZE .nav-item .nav-link:hover:before,
.cid-uA6VwLuqZE .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uA6VwLuqZE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uA6VwLuqZE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uA6VwLuqZE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uA6VwLuqZE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uA6VwLuqZE .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-uA6VwLuqZE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uA6VwLuqZE .offcanvas_box {
    display: none;
  }
}
.cid-uA6VwLuqZE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uA6VwLuqZE .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uA6VwLuqZE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uA6VwLuqZE .container {
  display: flex;
  margin: auto;
}
.cid-uA6VwLuqZE .iconfont-wrapper {
  color: #ffffff;
  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-uA6VwLuqZE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uA6VwLuqZE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uA6VwLuqZE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uA6VwLuqZE .navbar-nav {
    margin: 0;
  }
}
.cid-uA6VwLuqZE .dropdown-menu,
.cid-uA6VwLuqZE .navbar.opened {
  background-color: false !important;
}
.cid-uA6VwLuqZE .nav-item:focus,
.cid-uA6VwLuqZE .nav-link:focus {
  outline: none;
}
.cid-uA6VwLuqZE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA6VwLuqZE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA6VwLuqZE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA6VwLuqZE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA6VwLuqZE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA6VwLuqZE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA6VwLuqZE .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uA6VwLuqZE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uA6VwLuqZE .navbar.opened {
  transition: all 0.3s;
}
.cid-uA6VwLuqZE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uA6VwLuqZE .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uA6VwLuqZE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uA6VwLuqZE .navbar.collapsed {
  justify-content: center;
}
.cid-uA6VwLuqZE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA6VwLuqZE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uA6VwLuqZE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA6VwLuqZE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA6VwLuqZE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA6VwLuqZE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uA6VwLuqZE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA6VwLuqZE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uA6VwLuqZE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uA6VwLuqZE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA6VwLuqZE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA6VwLuqZE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uA6VwLuqZE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA6VwLuqZE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uA6VwLuqZE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA6VwLuqZE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uA6VwLuqZE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uA6VwLuqZE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uA6VwLuqZE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uA6VwLuqZE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA6VwLuqZE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uA6VwLuqZE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA6VwLuqZE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA6VwLuqZE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA6VwLuqZE .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;
}
@media (min-width: 1440px) {
  .cid-uA6VwLuqZE .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uA6VwLuqZE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uA6VwLuqZE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA6VwLuqZE .dropdown-item.active,
.cid-uA6VwLuqZE .dropdown-item:active {
  background-color: transparent;
}
.cid-uA6VwLuqZE .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uA6VwLuqZE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA6VwLuqZE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA6VwLuqZE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA6VwLuqZE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uA6VwLuqZE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA6VwLuqZE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e0bdb6;
  background: #c7fcb5;
}
.cid-uA6VwLuqZE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uA6VwLuqZE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA6VwLuqZE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA6VwLuqZE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA6VwLuqZE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA6VwLuqZE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA6VwLuqZE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA6VwLuqZE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA6VwLuqZE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA6VwLuqZE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uA6VwLuqZE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA6VwLuqZE .navbar {
    height: 70px;
  }
  .cid-uA6VwLuqZE .navbar.opened {
    height: auto;
  }
  .cid-uA6VwLuqZE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA6VwLuqZE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uA6VwLuqZE .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uA6VwLuqZE .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA6VwLuqZE .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uA6VwLuqZE .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uA6VwLuqZE .navbar-caption:hover {
  color: #747474;
}
@media (min-width: 992px) {
  .cid-uA6VwLuqZE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uA6VwLuqZE .text_widget {
  margin-bottom: 32px;
}
.cid-uA6VwLuqZE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uA6VwLuqZE .text_widget a:hover,
.cid-uA6VwLuqZE .text_widget a:focus {
  opacity: .8;
}
.cid-uA6VwLuqZE .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uA6VwLuqZE .contacts-wrapper {
    display: none;
  }
}
.cid-uA6VwLuqZE .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uA6VwLuqZE .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uA6VwLuqZE .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uA6VwLuqZE .contacts-wrapper a .mbr-contact:hover:before,
.cid-uA6VwLuqZE .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uA6VwLuqZE .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uA6VwLuqZE .navbar-caption {
  color: #c7fcb5;
}
.cid-uA6VwLuqZE .mbr-contact {
  color: #ffffff;
}
.cid-uA6VwLuqZE .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uA6VwLuqZE .mbr-section-subtitle,
.cid-uA6VwLuqZE .text_widget,
.cid-uA6VwLuqZE .mbr-section-btn {
  text-align: center;
}
.cid-uA6VwLuqZE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-trf9o2kpj1 {
  background-color: #ffffff;
}
.cid-trf9o2kpj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9o2kpj1 .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-trf9o2kpj1 .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-trf9o2kpj1 .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-trf9o2kpj1 .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-trf9o2kpj1 .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-trf9o2kpj1 .mbr-section-title {
  color: #E0BDB6;
}
.cid-trf9o2kpj1 .mbr-text {
  color: #747474;
}
.cid-trf9o2kpj1 .mbr-section-title,
.cid-trf9o2kpj1 .mbr-section-btn {
  color: #050000;
}
.cid-trf9FawOqR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-trf9FawOqR .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9FawOqR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9FawOqR .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-trf9FawOqR .card {
    padding: 0;
    border-left: 1px solid #050000;
  }
  .cid-trf9FawOqR .card:first-child {
    border: none;
  }
  .cid-trf9FawOqR .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-trf9FawOqR .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-trf9FawOqR .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-trf9FawOqR .card-wrapper .mbr-text,
.cid-trf9FawOqR .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-trf9FawOqR .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-trf9FawOqR .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-trf9FawOqR .mbr-text_2 {
  color: #000000;
  text-align: left;
}
.cid-trf9xCuGg8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-trf9xCuGg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9xCuGg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9xCuGg8 .row {
  justify-content: center;
}
.cid-trf9xCuGg8 .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-trf9xCuGg8 .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-trf9xCuGg8 .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-trf9xCuGg8 .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-trf9xCuGg8 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-trf9xCuGg8 .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-trf9xCuGg8 .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-trf9xCuGg8 .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-trf9xCuGg8 .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-trf9xCuGg8 .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-trf9IH2WBI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-trf9IH2WBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9IH2WBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9IH2WBI .row {
  justify-content: center;
}
.cid-trf9IH2WBI .border-wrapper_1 {
  background-color: #ffffff;
  height: 1px;
  margin-bottom: 90px;
}
.cid-trf9IH2WBI .border-wrapper_2 {
  background-color: #ffffff;
  height: 1px;
  margin-top: 60px;
}
.cid-trf9IH2WBI .card-wrapper {
  margin-bottom: 30px;
}
.cid-trf9IH2WBI .card-wrapper .mbr-date {
  margin-bottom: 12px;
}
.cid-trf9IH2WBI .card-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-trf9IH2WBI .mbr-section-title {
  color: #ffffff;
}
.cid-trf9IH2WBI .mbr-date {
  color: #ffffff;
  text-align: center;
}
.cid-uA73IPkIE2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uA73IPkIE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA73IPkIE2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA73IPkIE2 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uA73IPkIE2 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uA73IPkIE2 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uA73IPkIE2 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uA73IPkIE2 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffffff;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uA73IPkIE2 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uA73IPkIE2 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA73IPkIE2 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA73IPkIE2 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA73IPkIE2 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uA73IPkIE2 .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uA73IPkIE2 .mbr-section-title,
.cid-uA73IPkIE2 .mbr-section-btn {
  color: #050000;
}
.cid-trf9DOfjI8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trf9DOfjI8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9DOfjI8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9DOfjI8 .row {
  justify-content: space-between;
}
.cid-trf9DOfjI8 .item {
  margin-bottom: 90px;
}
@media (min-width: 992px) {
  .cid-trf9DOfjI8 .item {
    padding-right: 60px;
  }
  .cid-trf9DOfjI8 .item:nth-child(2n) {
    padding-right: 16px;
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .cid-trf9DOfjI8 .item {
    margin-top: 60px;
  }
}
.cid-trf9DOfjI8 .item:nth-child(2n) {
  margin-top: 134px;
}
@media (max-width: 768px) {
  .cid-trf9DOfjI8 .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-trf9DOfjI8 .item .item-wrapper {
  position: relative;
}
.cid-trf9DOfjI8 .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-trf9DOfjI8 .item .item-wrapper .item-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-trf9DOfjI8 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-trf9DOfjI8 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 18px;
}
.cid-trf9DOfjI8 .mbr-section-title {
  color: #747474;
}
.cid-trf9DOfjI8 .mbr-text {
  color: #747474;
}
.cid-trf9DOfjI8 .mbr-price {
  color: #E0BDB6;
}
.cid-trf9DOfjI8 .mbr-text,
.cid-trf9DOfjI8 .mbr-section-btn {
  text-align: center;
}
.cid-uA73zkxpzC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA73zkxpzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA73zkxpzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA73zkxpzC .row {
  justify-content: center;
}
.cid-uA73zkxpzC .title-wrapper {
  padding: 71px;
  background-color: #e0bdb6;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uA73zkxpzC .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uA73zkxpzC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA73zkxpzC .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uA73zkxpzC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA73zkxpzC .mbr-text {
  color: #747474;
}
.cid-uA73zkxpzC .mbr-text,
.cid-uA73zkxpzC .mbr-section-btn {
  text-align: center;
  color: #050000;
}
.cid-uA73zkxpzC .mbr-section-title,
.cid-uA73zkxpzC .mbr-iconfont {
  color: #050000;
}
.cid-trfafwSCBE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e0bdb6;
}
.cid-trfafwSCBE .image_1 {
  position: absolute;
  top: 120px;
  left: -6rem;
  max-width: 420px;
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 1400px) {
  .cid-trfafwSCBE .image_1 {
    max-width: 380px;
  }
}
@media (max-width: 1200px) {
  .cid-trfafwSCBE .image_1 {
    max-width: 340px;
  }
}
@media (max-width: 992px) {
  .cid-trfafwSCBE .image_1 {
    max-width: 100%;
    position: static;
    margin-bottom: 50px;
  }
}
.cid-trfafwSCBE .image_2 {
  position: absolute;
  top: 215px;
  right: -6rem;
  max-width: 300px;
  height: 350px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-trfafwSCBE .image_2 {
    display: none;
  }
}
.cid-trfafwSCBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-trfafwSCBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trfafwSCBE .row {
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-trfafwSCBE .border-wrapper_1 {
  background-color: #ffffff;
  height: 1px;
  margin-bottom: 210px;
}
@media (max-width: 992px) {
  .cid-trfafwSCBE .border-wrapper_1 {
    margin-bottom: 140px;
  }
}
.cid-trfafwSCBE .border-wrapper_2 {
  background-color: #ffffff;
  height: 1px;
  margin-top: 210px;
}
@media (max-width: 992px) {
  .cid-trfafwSCBE .border-wrapper_2 {
    margin-top: 140px;
  }
}
.cid-trfafwSCBE .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-trfafwSCBE .title-wrapper .mbr-text {
  margin-bottom: 26px;
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-trfafwSCBE .title-wrapper .mbr-text {
    padding-left: 0;
  }
}
.cid-trfafwSCBE .title-wrapper .mbr-section-btn {
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-trfafwSCBE .title-wrapper .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-trfafwSCBE .mbr-section-title {
  color: #050000;
  text-align: center;
}
.cid-trfafwSCBE .mbr-text {
  color: #ffffff;
}
.cid-trfafwSCBE .mbr-text,
.cid-trfafwSCBE .mbr-section-btn {
  color: #050000;
}
.cid-uA74lf3aDS {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uA74lf3aDS .mbr-text {
  color: #050000;
}
.cid-uA74lf3aDS .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uA74lf3aDS h5,
.cid-uA74lf3aDS h6 {
  background: #269a9e;
  display: inline;
}
.cid-uA74lf3aDS h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uA74lf3aDS h6 {
  line-height: 1.3 !important;
}
.cid-uA74lf3aDS h6 span {
  padding-right: 2rem;
}
.cid-uA74lf3aDS .mbr-section-title,
.cid-uA74lf3aDS .align {
  color: #ffffff;
}
.cid-uA74lf3aDS .mbr-section-subtitle,
.cid-uA74lf3aDS .align {
  color: #ffffff;
  text-align: center;
}
.cid-uA76wYlvIS {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uA76wYlvIS .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uA76wYlvIS .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uA76wYlvIS .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #e0bdb6;
  z-index: 1;
}
.cid-uA76wYlvIS .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #ffffff;
}
.cid-uA76wYlvIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA76wYlvIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA76wYlvIS .row {
  position: relative;
  z-index: 2;
}
.cid-uA76wYlvIS .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uA76wYlvIS .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uA76wYlvIS .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uA76wYlvIS .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uA76wYlvIS .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uA76wYlvIS .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA76wYlvIS .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA76wYlvIS .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uA76wYlvIS .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA76wYlvIS .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uA76wYlvIS .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uA76wYlvIS .mbr-text {
  color: #51565c;
}
.cid-uA76wYlvIS .mbr-text,
.cid-uA76wYlvIS .text-wrapper {
  color: #050000;
}
.cid-trf9ODSZbJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-trf9ODSZbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9ODSZbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9ODSZbJ .title-wrapper {
  padding: 96px 10px;
  background-color: #e0bdb6;
}
@media (max-width: 992px) {
  .cid-trf9ODSZbJ .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-trf9ODSZbJ .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-trf9ODSZbJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-trf9ODSZbJ .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-trf9ODSZbJ .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-trf9ODSZbJ .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-trf9ODSZbJ .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-trf9ODSZbJ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-trf9ODSZbJ .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-trf9ODSZbJ .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #e0bdb6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-trf9ODSZbJ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-trf9ODSZbJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-trf9ODSZbJ .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-trf9ODSZbJ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-trf9ODSZbJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-trf9ODSZbJ .panel-title-edit {
  color: #050000;
}
.cid-trf9ODSZbJ .panel-text {
  color: #747474;
}
.cid-uA74qDnRuE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uA74qDnRuE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA74qDnRuE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA74qDnRuE .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uA74qDnRuE .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA74qDnRuE .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uA74qDnRuE .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA74qDnRuE .image-wrapper img {
    height: 350px;
  }
}
.cid-uA74qDnRuE .mbr-section-title {
  color: #404349;
}
.cid-uA74qDnRuE .mbr-desc {
  color: #b19a7c;
}
.cid-uA74qDnRuE .mbr-text {
  color: #404349;
}
.cid-uA74qDnRuE .mbr-desc,
.cid-uA74qDnRuE .desc-wrapper {
  text-align: center;
  color: #050000;
}
.cid-uA74qDnRuE .mbr-section-title,
.cid-uA74qDnRuE .title-wrap {
  color: #050000;
}
.cid-uA77jvHsqz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA77jvHsqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA77jvHsqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA77jvHsqz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uA77jvHsqz .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA77jvHsqz .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA77jvHsqz .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA77jvHsqz .container {
    padding: 0 24px;
  }
}
.cid-uA77jvHsqz .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uA77jvHsqz .image-wrapper img {
    height: 400px;
  }
}
.cid-uA7ewgwABJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uA7ewgwABJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7ewgwABJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7ewgwABJ .row {
  justify-content: space-between;
}
.cid-uA7ewgwABJ .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uA7ewgwABJ .content-wrapper {
    padding: 0;
  }
}
.cid-uA7ewgwABJ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA7ewgwABJ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA7ewgwABJ .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA7ewgwABJ .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uA7ewgwABJ .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA7ewgwABJ .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uA7ewgwABJ .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uA7ewgwABJ .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uA7ewgwABJ .mbr-section-title {
  color: #000000;
}
.cid-uA7ewgwABJ .mbr-desc {
  color: #000000;
}
.cid-uA7ewgwABJ .mbr-text {
  color: #000000;
}
.cid-uA7ewgwABJ .mbr-section-title,
.cid-uA7ewgwABJ .mbr-section-btn {
  text-align: center;
}
.cid-uA7eyUPlDT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-uA7eyUPlDT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7eyUPlDT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7eyUPlDT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uA7eyUPlDT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uA7eyUPlDT .container {
    padding: 0 20px;
  }
}
.cid-uA7eyUPlDT .google-map iframe {
  height: 800px;
  filter: saturate(0.5);
}
@media (max-width: 992px) {
  .cid-uA7eyUPlDT .google-map iframe {
    height: 400px;
  }
}
.cid-trf9tzcwb8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e0bdb6;
}
.cid-trf9tzcwb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9tzcwb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9tzcwb8 .row {
  justify-content: space-between;
}
.cid-trf9tzcwb8 .mbr-section-title {
  margin: 0;
  color: #050000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-trf9tzcwb8 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-trf9tzcwb8 .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-trf9tzcwb8 .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-trf9tzcwb8 .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #050000;
}
.cid-trf9tzcwb8 .list li {
  margin-bottom: 25px;
}
.cid-trf9tzcwb8 .list li:last-child {
  margin-bottom: 0;
}
.cid-trf9tzcwb8 .mbr-desc {
  margin-bottom: 8px;
}
.cid-trf9tzcwb8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-trf9tzcwb8 .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-trf9tzcwb8 .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-trf9tzcwb8 .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-trf9tzcwb8 .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #050000;
  text-align: center;
}
.cid-trf9tzcwb8 .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-trf9tzcwb8 .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-trf9tzcwb8 .mbr-desc,
.cid-trf9tzcwb8 .mbr-iconfont {
  color: #050000;
}
.cid-trf9tzcwb8 .mbr-text,
.cid-trf9tzcwb8 .mbr-section-btn {
  color: #050000;
}
.cid-uA7i4Vew5l {
  background-color: transparent;
}
.cid-uA7i4Vew5l .navbar-dropdown {
  background-color: #e0bdb6 !important;
  padding: 0;
}
.cid-uA7i4Vew5l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e0bdb6 !important;
  background: #e0bdb6;
}
.cid-uA7i4Vew5l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA7i4Vew5l .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA7i4Vew5l .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uA7i4Vew5l .menu_box .navbar.opened,
  .cid-uA7i4Vew5l .menu_box .navbar-collapse {
    background-color: #e0bdb6 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uA7i4Vew5l .navbar-dropdown {
  position: relative !important;
}
.cid-uA7i4Vew5l .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uA7i4Vew5l .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uA7i4Vew5l .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uA7i4Vew5l .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uA7i4Vew5l .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uA7i4Vew5l .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uA7i4Vew5l .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uA7i4Vew5l .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uA7i4Vew5l .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uA7i4Vew5l .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uA7i4Vew5l .offcanvas-body .mbr-text,
  .cid-uA7i4Vew5l .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uA7i4Vew5l .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uA7i4Vew5l .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uA7i4Vew5l .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uA7i4Vew5l .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uA7i4Vew5l .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uA7i4Vew5l .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uA7i4Vew5l .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uA7i4Vew5l ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uA7i4Vew5l .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uA7i4Vew5l .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-uA7i4Vew5l .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uA7i4Vew5l li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uA7i4Vew5l .lg_brand {
    margin: 0 1rem;
  }
  .cid-uA7i4Vew5l .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uA7i4Vew5l .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uA7i4Vew5l .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uA7i4Vew5l .nav-item {
    margin: 0 !important;
  }
}
.cid-uA7i4Vew5l .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uA7i4Vew5l .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uA7i4Vew5l .nav-item .nav-link:hover,
.cid-uA7i4Vew5l .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uA7i4Vew5l .nav-item .nav-link:hover:before,
.cid-uA7i4Vew5l .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uA7i4Vew5l .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uA7i4Vew5l .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uA7i4Vew5l .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uA7i4Vew5l .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uA7i4Vew5l .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-uA7i4Vew5l .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uA7i4Vew5l .offcanvas_box {
    display: none;
  }
}
.cid-uA7i4Vew5l .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uA7i4Vew5l .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uA7i4Vew5l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uA7i4Vew5l .container {
  display: flex;
  margin: auto;
}
.cid-uA7i4Vew5l .iconfont-wrapper {
  color: #ffffff;
  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-uA7i4Vew5l .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uA7i4Vew5l .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uA7i4Vew5l .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uA7i4Vew5l .navbar-nav {
    margin: 0;
  }
}
.cid-uA7i4Vew5l .dropdown-menu,
.cid-uA7i4Vew5l .navbar.opened {
  background-color: false !important;
}
.cid-uA7i4Vew5l .nav-item:focus,
.cid-uA7i4Vew5l .nav-link:focus {
  outline: none;
}
.cid-uA7i4Vew5l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA7i4Vew5l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA7i4Vew5l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA7i4Vew5l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA7i4Vew5l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA7i4Vew5l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA7i4Vew5l .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uA7i4Vew5l .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uA7i4Vew5l .navbar.opened {
  transition: all 0.3s;
}
.cid-uA7i4Vew5l .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uA7i4Vew5l .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uA7i4Vew5l .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uA7i4Vew5l .navbar.collapsed {
  justify-content: center;
}
.cid-uA7i4Vew5l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA7i4Vew5l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uA7i4Vew5l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA7i4Vew5l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA7i4Vew5l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA7i4Vew5l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uA7i4Vew5l .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA7i4Vew5l .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uA7i4Vew5l .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uA7i4Vew5l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA7i4Vew5l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA7i4Vew5l .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uA7i4Vew5l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA7i4Vew5l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uA7i4Vew5l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA7i4Vew5l .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uA7i4Vew5l .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uA7i4Vew5l .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uA7i4Vew5l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uA7i4Vew5l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA7i4Vew5l .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uA7i4Vew5l .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA7i4Vew5l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA7i4Vew5l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA7i4Vew5l .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;
}
@media (min-width: 1440px) {
  .cid-uA7i4Vew5l .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uA7i4Vew5l .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uA7i4Vew5l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA7i4Vew5l .dropdown-item.active,
.cid-uA7i4Vew5l .dropdown-item:active {
  background-color: transparent;
}
.cid-uA7i4Vew5l .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uA7i4Vew5l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA7i4Vew5l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA7i4Vew5l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA7i4Vew5l ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uA7i4Vew5l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA7i4Vew5l button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e0bdb6;
  background: #c7fcb5;
}
.cid-uA7i4Vew5l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uA7i4Vew5l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA7i4Vew5l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA7i4Vew5l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA7i4Vew5l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA7i4Vew5l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA7i4Vew5l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA7i4Vew5l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA7i4Vew5l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA7i4Vew5l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uA7i4Vew5l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA7i4Vew5l .navbar {
    height: 70px;
  }
  .cid-uA7i4Vew5l .navbar.opened {
    height: auto;
  }
  .cid-uA7i4Vew5l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA7i4Vew5l .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uA7i4Vew5l .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uA7i4Vew5l .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA7i4Vew5l .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uA7i4Vew5l .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uA7i4Vew5l .navbar-caption:hover {
  color: #747474;
}
@media (min-width: 992px) {
  .cid-uA7i4Vew5l .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uA7i4Vew5l .text_widget {
  margin-bottom: 32px;
}
.cid-uA7i4Vew5l .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uA7i4Vew5l .text_widget a:hover,
.cid-uA7i4Vew5l .text_widget a:focus {
  opacity: .8;
}
.cid-uA7i4Vew5l .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uA7i4Vew5l .contacts-wrapper {
    display: none;
  }
}
.cid-uA7i4Vew5l .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uA7i4Vew5l .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uA7i4Vew5l .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uA7i4Vew5l .contacts-wrapper a .mbr-contact:hover:before,
.cid-uA7i4Vew5l .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uA7i4Vew5l .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uA7i4Vew5l .navbar-caption {
  color: #c7fcb5;
}
.cid-uA7i4Vew5l .mbr-contact {
  color: #ffffff;
}
.cid-uA7i4Vew5l .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uA7i4Vew5l .mbr-section-subtitle,
.cid-uA7i4Vew5l .text_widget,
.cid-uA7i4Vew5l .mbr-section-btn {
  text-align: center;
}
.cid-uA7i4Vew5l a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uA7i4WbCKO {
  background-color: #ffffff;
}
.cid-uA7i4WbCKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7i4WbCKO .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-uA7i4WbCKO .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uA7i4WbCKO .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uA7i4WbCKO .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uA7i4WbCKO .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uA7i4WbCKO .mbr-section-title {
  color: #E0BDB6;
}
.cid-uA7i4WbCKO .mbr-text {
  color: #747474;
}
.cid-uA7i4WbCKO .mbr-section-title,
.cid-uA7i4WbCKO .mbr-section-btn {
  color: #050000;
}
.cid-uA7i4XkYR7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uA7i4XkYR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7i4XkYR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7i4XkYR7 .row {
  justify-content: center;
}
.cid-uA7i4XkYR7 .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uA7i4XkYR7 .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uA7i4XkYR7 .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-uA7i4XkYR7 .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uA7i4XkYR7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA7i4XkYR7 .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uA7i4XkYR7 .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-uA7i4XkYR7 .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-uA7i4XkYR7 .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-uA7i4XkYR7 .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-uA7i55QUIj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-uA7i55QUIj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7i55QUIj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7i55QUIj .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uA7i55QUIj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uA7i55QUIj .container {
    padding: 0 20px;
  }
}
.cid-uA7i55QUIj .google-map iframe {
  height: 800px;
  filter: saturate(0.5);
}
@media (max-width: 992px) {
  .cid-uA7i55QUIj .google-map iframe {
    height: 400px;
  }
}
.cid-uA7i56Ndoq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e0bdb6;
}
.cid-uA7i56Ndoq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7i56Ndoq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7i56Ndoq .row {
  justify-content: space-between;
}
.cid-uA7i56Ndoq .mbr-section-title {
  margin: 0;
  color: #050000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA7i56Ndoq .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA7i56Ndoq .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA7i56Ndoq .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uA7i56Ndoq .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #050000;
}
.cid-uA7i56Ndoq .list li {
  margin-bottom: 25px;
}
.cid-uA7i56Ndoq .list li:last-child {
  margin-bottom: 0;
}
.cid-uA7i56Ndoq .mbr-desc {
  margin-bottom: 8px;
}
.cid-uA7i56Ndoq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uA7i56Ndoq .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uA7i56Ndoq .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uA7i56Ndoq .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uA7i56Ndoq .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #050000;
  text-align: center;
}
.cid-uA7i56Ndoq .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uA7i56Ndoq .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uA7i56Ndoq .mbr-desc,
.cid-uA7i56Ndoq .mbr-iconfont {
  color: #050000;
}
.cid-uA7i56Ndoq .mbr-text,
.cid-uA7i56Ndoq .mbr-section-btn {
  color: #050000;
}
.cid-uA7tVH6jZP {
  background-color: transparent;
}
.cid-uA7tVH6jZP .navbar-dropdown {
  background-color: #e0bdb6 !important;
  padding: 0;
}
.cid-uA7tVH6jZP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e0bdb6 !important;
  background: #e0bdb6;
}
.cid-uA7tVH6jZP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA7tVH6jZP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA7tVH6jZP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uA7tVH6jZP .menu_box .navbar.opened,
  .cid-uA7tVH6jZP .menu_box .navbar-collapse {
    background-color: #e0bdb6 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uA7tVH6jZP .navbar-dropdown {
  position: relative !important;
}
.cid-uA7tVH6jZP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uA7tVH6jZP .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uA7tVH6jZP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uA7tVH6jZP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uA7tVH6jZP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uA7tVH6jZP .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uA7tVH6jZP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uA7tVH6jZP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uA7tVH6jZP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uA7tVH6jZP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uA7tVH6jZP .offcanvas-body .mbr-text,
  .cid-uA7tVH6jZP .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uA7tVH6jZP .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uA7tVH6jZP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uA7tVH6jZP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uA7tVH6jZP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uA7tVH6jZP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uA7tVH6jZP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uA7tVH6jZP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uA7tVH6jZP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uA7tVH6jZP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uA7tVH6jZP .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-uA7tVH6jZP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uA7tVH6jZP li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uA7tVH6jZP .lg_brand {
    margin: 0 1rem;
  }
  .cid-uA7tVH6jZP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uA7tVH6jZP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uA7tVH6jZP .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uA7tVH6jZP .nav-item {
    margin: 0 !important;
  }
}
.cid-uA7tVH6jZP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uA7tVH6jZP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uA7tVH6jZP .nav-item .nav-link:hover,
.cid-uA7tVH6jZP .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uA7tVH6jZP .nav-item .nav-link:hover:before,
.cid-uA7tVH6jZP .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uA7tVH6jZP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uA7tVH6jZP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uA7tVH6jZP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uA7tVH6jZP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uA7tVH6jZP .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-uA7tVH6jZP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uA7tVH6jZP .offcanvas_box {
    display: none;
  }
}
.cid-uA7tVH6jZP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uA7tVH6jZP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uA7tVH6jZP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uA7tVH6jZP .container {
  display: flex;
  margin: auto;
}
.cid-uA7tVH6jZP .iconfont-wrapper {
  color: #ffffff;
  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-uA7tVH6jZP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uA7tVH6jZP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uA7tVH6jZP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uA7tVH6jZP .navbar-nav {
    margin: 0;
  }
}
.cid-uA7tVH6jZP .dropdown-menu,
.cid-uA7tVH6jZP .navbar.opened {
  background-color: false !important;
}
.cid-uA7tVH6jZP .nav-item:focus,
.cid-uA7tVH6jZP .nav-link:focus {
  outline: none;
}
.cid-uA7tVH6jZP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA7tVH6jZP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA7tVH6jZP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA7tVH6jZP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA7tVH6jZP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA7tVH6jZP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA7tVH6jZP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uA7tVH6jZP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uA7tVH6jZP .navbar.opened {
  transition: all 0.3s;
}
.cid-uA7tVH6jZP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uA7tVH6jZP .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uA7tVH6jZP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uA7tVH6jZP .navbar.collapsed {
  justify-content: center;
}
.cid-uA7tVH6jZP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA7tVH6jZP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uA7tVH6jZP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA7tVH6jZP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA7tVH6jZP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA7tVH6jZP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uA7tVH6jZP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA7tVH6jZP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uA7tVH6jZP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uA7tVH6jZP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA7tVH6jZP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA7tVH6jZP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uA7tVH6jZP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA7tVH6jZP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uA7tVH6jZP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA7tVH6jZP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uA7tVH6jZP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uA7tVH6jZP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uA7tVH6jZP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uA7tVH6jZP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA7tVH6jZP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uA7tVH6jZP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA7tVH6jZP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA7tVH6jZP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA7tVH6jZP .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;
}
@media (min-width: 1440px) {
  .cid-uA7tVH6jZP .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uA7tVH6jZP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uA7tVH6jZP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA7tVH6jZP .dropdown-item.active,
.cid-uA7tVH6jZP .dropdown-item:active {
  background-color: transparent;
}
.cid-uA7tVH6jZP .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uA7tVH6jZP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA7tVH6jZP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA7tVH6jZP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA7tVH6jZP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uA7tVH6jZP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA7tVH6jZP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e0bdb6;
  background: #c7fcb5;
}
.cid-uA7tVH6jZP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uA7tVH6jZP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA7tVH6jZP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA7tVH6jZP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA7tVH6jZP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA7tVH6jZP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA7tVH6jZP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA7tVH6jZP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA7tVH6jZP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA7tVH6jZP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uA7tVH6jZP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA7tVH6jZP .navbar {
    height: 70px;
  }
  .cid-uA7tVH6jZP .navbar.opened {
    height: auto;
  }
  .cid-uA7tVH6jZP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA7tVH6jZP .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uA7tVH6jZP .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uA7tVH6jZP .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA7tVH6jZP .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uA7tVH6jZP .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uA7tVH6jZP .navbar-caption:hover {
  color: #747474;
}
@media (min-width: 992px) {
  .cid-uA7tVH6jZP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uA7tVH6jZP .text_widget {
  margin-bottom: 32px;
}
.cid-uA7tVH6jZP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uA7tVH6jZP .text_widget a:hover,
.cid-uA7tVH6jZP .text_widget a:focus {
  opacity: .8;
}
.cid-uA7tVH6jZP .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uA7tVH6jZP .contacts-wrapper {
    display: none;
  }
}
.cid-uA7tVH6jZP .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uA7tVH6jZP .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uA7tVH6jZP .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uA7tVH6jZP .contacts-wrapper a .mbr-contact:hover:before,
.cid-uA7tVH6jZP .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uA7tVH6jZP .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uA7tVH6jZP .navbar-caption {
  color: #c7fcb5;
}
.cid-uA7tVH6jZP .mbr-contact {
  color: #ffffff;
}
.cid-uA7tVH6jZP .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uA7tVH6jZP .mbr-section-subtitle,
.cid-uA7tVH6jZP .text_widget,
.cid-uA7tVH6jZP .mbr-section-btn {
  text-align: center;
}
.cid-uA7tVH6jZP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uA7tVHMSHY {
  background-color: #ffffff;
}
.cid-uA7tVHMSHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7tVHMSHY .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-uA7tVHMSHY .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uA7tVHMSHY .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uA7tVHMSHY .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uA7tVHMSHY .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uA7tVHMSHY .mbr-section-title {
  color: #E0BDB6;
}
.cid-uA7tVHMSHY .mbr-text {
  color: #747474;
}
.cid-uA7tVHMSHY .mbr-section-title,
.cid-uA7tVHMSHY .mbr-section-btn {
  color: #050000;
}
.cid-uA7tVIjRUf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uA7tVIjRUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7tVIjRUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7tVIjRUf .row {
  justify-content: center;
}
.cid-uA7tVIjRUf .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uA7tVIjRUf .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uA7tVIjRUf .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-uA7tVIjRUf .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uA7tVIjRUf .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA7tVIjRUf .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uA7tVIjRUf .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-uA7tVIjRUf .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-uA7tVIjRUf .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-uA7tVIjRUf .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-uA7tVIKXCu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-uA7tVIKXCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7tVIKXCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7tVIKXCu .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uA7tVIKXCu .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uA7tVIKXCu .container {
    padding: 0 20px;
  }
}
.cid-uA7tVIKXCu .google-map iframe {
  height: 800px;
  filter: saturate(0.5);
}
@media (max-width: 992px) {
  .cid-uA7tVIKXCu .google-map iframe {
    height: 400px;
  }
}
.cid-uA7tVJhA96 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e0bdb6;
}
.cid-uA7tVJhA96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7tVJhA96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7tVJhA96 .row {
  justify-content: space-between;
}
.cid-uA7tVJhA96 .mbr-section-title {
  margin: 0;
  color: #050000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA7tVJhA96 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA7tVJhA96 .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA7tVJhA96 .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uA7tVJhA96 .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #050000;
}
.cid-uA7tVJhA96 .list li {
  margin-bottom: 25px;
}
.cid-uA7tVJhA96 .list li:last-child {
  margin-bottom: 0;
}
.cid-uA7tVJhA96 .mbr-desc {
  margin-bottom: 8px;
}
.cid-uA7tVJhA96 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uA7tVJhA96 .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uA7tVJhA96 .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uA7tVJhA96 .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uA7tVJhA96 .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #050000;
  text-align: center;
}
.cid-uA7tVJhA96 .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uA7tVJhA96 .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uA7tVJhA96 .mbr-desc,
.cid-uA7tVJhA96 .mbr-iconfont {
  color: #050000;
}
.cid-uA7tVJhA96 .mbr-text,
.cid-uA7tVJhA96 .mbr-section-btn {
  color: #050000;
}
.cid-uA7zcWSQvY {
  background-color: transparent;
}
.cid-uA7zcWSQvY .navbar-dropdown {
  background-color: #e0bdb6 !important;
  padding: 0;
}
.cid-uA7zcWSQvY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e0bdb6 !important;
  background: #e0bdb6;
}
.cid-uA7zcWSQvY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA7zcWSQvY .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA7zcWSQvY .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uA7zcWSQvY .menu_box .navbar.opened,
  .cid-uA7zcWSQvY .menu_box .navbar-collapse {
    background-color: #e0bdb6 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uA7zcWSQvY .navbar-dropdown {
  position: relative !important;
}
.cid-uA7zcWSQvY .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uA7zcWSQvY .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uA7zcWSQvY .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uA7zcWSQvY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uA7zcWSQvY .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uA7zcWSQvY .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uA7zcWSQvY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uA7zcWSQvY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uA7zcWSQvY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uA7zcWSQvY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uA7zcWSQvY .offcanvas-body .mbr-text,
  .cid-uA7zcWSQvY .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uA7zcWSQvY .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uA7zcWSQvY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uA7zcWSQvY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uA7zcWSQvY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uA7zcWSQvY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uA7zcWSQvY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uA7zcWSQvY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uA7zcWSQvY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uA7zcWSQvY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uA7zcWSQvY .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-uA7zcWSQvY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uA7zcWSQvY li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uA7zcWSQvY .lg_brand {
    margin: 0 1rem;
  }
  .cid-uA7zcWSQvY .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uA7zcWSQvY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uA7zcWSQvY .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uA7zcWSQvY .nav-item {
    margin: 0 !important;
  }
}
.cid-uA7zcWSQvY .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uA7zcWSQvY .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uA7zcWSQvY .nav-item .nav-link:hover,
.cid-uA7zcWSQvY .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uA7zcWSQvY .nav-item .nav-link:hover:before,
.cid-uA7zcWSQvY .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uA7zcWSQvY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uA7zcWSQvY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uA7zcWSQvY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uA7zcWSQvY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uA7zcWSQvY .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-uA7zcWSQvY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uA7zcWSQvY .offcanvas_box {
    display: none;
  }
}
.cid-uA7zcWSQvY .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uA7zcWSQvY .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uA7zcWSQvY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uA7zcWSQvY .container {
  display: flex;
  margin: auto;
}
.cid-uA7zcWSQvY .iconfont-wrapper {
  color: #ffffff;
  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-uA7zcWSQvY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uA7zcWSQvY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uA7zcWSQvY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uA7zcWSQvY .navbar-nav {
    margin: 0;
  }
}
.cid-uA7zcWSQvY .dropdown-menu,
.cid-uA7zcWSQvY .navbar.opened {
  background-color: false !important;
}
.cid-uA7zcWSQvY .nav-item:focus,
.cid-uA7zcWSQvY .nav-link:focus {
  outline: none;
}
.cid-uA7zcWSQvY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA7zcWSQvY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA7zcWSQvY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA7zcWSQvY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA7zcWSQvY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA7zcWSQvY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA7zcWSQvY .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uA7zcWSQvY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uA7zcWSQvY .navbar.opened {
  transition: all 0.3s;
}
.cid-uA7zcWSQvY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uA7zcWSQvY .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uA7zcWSQvY .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uA7zcWSQvY .navbar.collapsed {
  justify-content: center;
}
.cid-uA7zcWSQvY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA7zcWSQvY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uA7zcWSQvY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA7zcWSQvY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA7zcWSQvY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA7zcWSQvY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uA7zcWSQvY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA7zcWSQvY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uA7zcWSQvY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uA7zcWSQvY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA7zcWSQvY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA7zcWSQvY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uA7zcWSQvY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA7zcWSQvY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uA7zcWSQvY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA7zcWSQvY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uA7zcWSQvY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uA7zcWSQvY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uA7zcWSQvY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uA7zcWSQvY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA7zcWSQvY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uA7zcWSQvY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA7zcWSQvY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA7zcWSQvY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA7zcWSQvY .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;
}
@media (min-width: 1440px) {
  .cid-uA7zcWSQvY .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uA7zcWSQvY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uA7zcWSQvY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA7zcWSQvY .dropdown-item.active,
.cid-uA7zcWSQvY .dropdown-item:active {
  background-color: transparent;
}
.cid-uA7zcWSQvY .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uA7zcWSQvY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA7zcWSQvY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA7zcWSQvY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA7zcWSQvY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uA7zcWSQvY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA7zcWSQvY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e0bdb6;
  background: #c7fcb5;
}
.cid-uA7zcWSQvY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uA7zcWSQvY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA7zcWSQvY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA7zcWSQvY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA7zcWSQvY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA7zcWSQvY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA7zcWSQvY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA7zcWSQvY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA7zcWSQvY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA7zcWSQvY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uA7zcWSQvY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA7zcWSQvY .navbar {
    height: 70px;
  }
  .cid-uA7zcWSQvY .navbar.opened {
    height: auto;
  }
  .cid-uA7zcWSQvY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA7zcWSQvY .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uA7zcWSQvY .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uA7zcWSQvY .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA7zcWSQvY .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uA7zcWSQvY .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uA7zcWSQvY .navbar-caption:hover {
  color: #747474;
}
@media (min-width: 992px) {
  .cid-uA7zcWSQvY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uA7zcWSQvY .text_widget {
  margin-bottom: 32px;
}
.cid-uA7zcWSQvY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uA7zcWSQvY .text_widget a:hover,
.cid-uA7zcWSQvY .text_widget a:focus {
  opacity: .8;
}
.cid-uA7zcWSQvY .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uA7zcWSQvY .contacts-wrapper {
    display: none;
  }
}
.cid-uA7zcWSQvY .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uA7zcWSQvY .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uA7zcWSQvY .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uA7zcWSQvY .contacts-wrapper a .mbr-contact:hover:before,
.cid-uA7zcWSQvY .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uA7zcWSQvY .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uA7zcWSQvY .navbar-caption {
  color: #c7fcb5;
}
.cid-uA7zcWSQvY .mbr-contact {
  color: #ffffff;
}
.cid-uA7zcWSQvY .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uA7zcWSQvY .mbr-section-subtitle,
.cid-uA7zcWSQvY .text_widget,
.cid-uA7zcWSQvY .mbr-section-btn {
  text-align: center;
}
.cid-uA7zcWSQvY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uA7zcXMv7s {
  background-color: #ffffff;
}
.cid-uA7zcXMv7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7zcXMv7s .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-uA7zcXMv7s .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uA7zcXMv7s .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uA7zcXMv7s .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uA7zcXMv7s .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uA7zcXMv7s .mbr-section-title {
  color: #E0BDB6;
}
.cid-uA7zcXMv7s .mbr-text {
  color: #747474;
}
.cid-uA7zcXMv7s .mbr-section-title,
.cid-uA7zcXMv7s .mbr-section-btn {
  color: #050000;
}
.cid-uA7zcYhfFP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uA7zcYhfFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7zcYhfFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7zcYhfFP .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA7zcYhfFP .card {
    padding: 0;
    border-left: 1px solid #050000;
  }
  .cid-uA7zcYhfFP .card:first-child {
    border: none;
  }
  .cid-uA7zcYhfFP .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA7zcYhfFP .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA7zcYhfFP .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA7zcYhfFP .card-wrapper .mbr-text,
.cid-uA7zcYhfFP .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA7zcYhfFP .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA7zcYhfFP .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-uA7zcYhfFP .mbr-text_2 {
  color: #000000;
  text-align: left;
}
.cid-uA7zcYLKL9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7zcYLKL9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7zcYLKL9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7zcYLKL9 .row {
  justify-content: center;
}
.cid-uA7zcYLKL9 .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uA7zcYLKL9 .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uA7zcYLKL9 .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-uA7zcYLKL9 .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uA7zcYLKL9 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA7zcYLKL9 .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uA7zcYLKL9 .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-uA7zcYLKL9 .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-uA7zcYLKL9 .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-uA7zcYLKL9 .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-uA7zcZcF81 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uA7zcZcF81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7zcZcF81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7zcZcF81 .row {
  justify-content: center;
}
.cid-uA7zcZcF81 .border-wrapper_1 {
  background-color: #ffffff;
  height: 1px;
  margin-bottom: 90px;
}
.cid-uA7zcZcF81 .border-wrapper_2 {
  background-color: #ffffff;
  height: 1px;
  margin-top: 60px;
}
.cid-uA7zcZcF81 .card-wrapper {
  margin-bottom: 30px;
}
.cid-uA7zcZcF81 .card-wrapper .mbr-date {
  margin-bottom: 12px;
}
.cid-uA7zcZcF81 .card-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uA7zcZcF81 .mbr-section-title {
  color: #ffffff;
}
.cid-uA7zcZcF81 .mbr-date {
  color: #ffffff;
  text-align: center;
}
.cid-uA7zcZMXgX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uA7zcZMXgX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7zcZMXgX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7zcZMXgX .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uA7zcZMXgX .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uA7zcZMXgX .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uA7zcZMXgX .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uA7zcZMXgX .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffffff;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uA7zcZMXgX .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uA7zcZMXgX .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA7zcZMXgX .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA7zcZMXgX .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA7zcZMXgX .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uA7zcZMXgX .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uA7zcZMXgX .mbr-section-title,
.cid-uA7zcZMXgX .mbr-section-btn {
  color: #050000;
}
.cid-uA7zd0foZa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA7zd0foZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7zd0foZa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7zd0foZa .row {
  justify-content: space-between;
}
.cid-uA7zd0foZa .item {
  margin-bottom: 90px;
}
@media (min-width: 992px) {
  .cid-uA7zd0foZa .item {
    padding-right: 60px;
  }
  .cid-uA7zd0foZa .item:nth-child(2n) {
    padding-right: 16px;
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .cid-uA7zd0foZa .item {
    margin-top: 60px;
  }
}
.cid-uA7zd0foZa .item:nth-child(2n) {
  margin-top: 134px;
}
@media (max-width: 768px) {
  .cid-uA7zd0foZa .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uA7zd0foZa .item .item-wrapper {
  position: relative;
}
.cid-uA7zd0foZa .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uA7zd0foZa .item .item-wrapper .item-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA7zd0foZa .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uA7zd0foZa .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 18px;
}
.cid-uA7zd0foZa .mbr-section-title {
  color: #747474;
}
.cid-uA7zd0foZa .mbr-text {
  color: #747474;
}
.cid-uA7zd0foZa .mbr-price {
  color: #E0BDB6;
}
.cid-uA7zd0foZa .mbr-text,
.cid-uA7zd0foZa .mbr-section-btn {
  text-align: center;
}
.cid-uA7zd0LaUI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7zd0LaUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7zd0LaUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7zd0LaUI .row {
  justify-content: center;
}
.cid-uA7zd0LaUI .title-wrapper {
  padding: 71px;
  background-color: #e0bdb6;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uA7zd0LaUI .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uA7zd0LaUI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA7zd0LaUI .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uA7zd0LaUI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA7zd0LaUI .mbr-text {
  color: #747474;
}
.cid-uA7zd0LaUI .mbr-text,
.cid-uA7zd0LaUI .mbr-section-btn {
  text-align: center;
  color: #050000;
}
.cid-uA7zd0LaUI .mbr-section-title,
.cid-uA7zd0LaUI .mbr-iconfont {
  color: #050000;
}
.cid-uA7zd1fe4l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e0bdb6;
}
.cid-uA7zd1fe4l .image_1 {
  position: absolute;
  top: 120px;
  left: -6rem;
  max-width: 420px;
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 1400px) {
  .cid-uA7zd1fe4l .image_1 {
    max-width: 380px;
  }
}
@media (max-width: 1200px) {
  .cid-uA7zd1fe4l .image_1 {
    max-width: 340px;
  }
}
@media (max-width: 992px) {
  .cid-uA7zd1fe4l .image_1 {
    max-width: 100%;
    position: static;
    margin-bottom: 50px;
  }
}
.cid-uA7zd1fe4l .image_2 {
  position: absolute;
  top: 215px;
  right: -6rem;
  max-width: 300px;
  height: 350px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uA7zd1fe4l .image_2 {
    display: none;
  }
}
.cid-uA7zd1fe4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7zd1fe4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7zd1fe4l .row {
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uA7zd1fe4l .border-wrapper_1 {
  background-color: #ffffff;
  height: 1px;
  margin-bottom: 210px;
}
@media (max-width: 992px) {
  .cid-uA7zd1fe4l .border-wrapper_1 {
    margin-bottom: 140px;
  }
}
.cid-uA7zd1fe4l .border-wrapper_2 {
  background-color: #ffffff;
  height: 1px;
  margin-top: 210px;
}
@media (max-width: 992px) {
  .cid-uA7zd1fe4l .border-wrapper_2 {
    margin-top: 140px;
  }
}
.cid-uA7zd1fe4l .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uA7zd1fe4l .title-wrapper .mbr-text {
  margin-bottom: 26px;
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-uA7zd1fe4l .title-wrapper .mbr-text {
    padding-left: 0;
  }
}
.cid-uA7zd1fe4l .title-wrapper .mbr-section-btn {
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-uA7zd1fe4l .title-wrapper .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uA7zd1fe4l .mbr-section-title {
  color: #050000;
  text-align: center;
}
.cid-uA7zd1fe4l .mbr-text {
  color: #ffffff;
}
.cid-uA7zd1fe4l .mbr-text,
.cid-uA7zd1fe4l .mbr-section-btn {
  color: #050000;
}
.cid-uA7zd2fhLJ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uA7zd2fhLJ .mbr-text {
  color: #050000;
}
.cid-uA7zd2fhLJ .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uA7zd2fhLJ h5,
.cid-uA7zd2fhLJ h6 {
  background: #269a9e;
  display: inline;
}
.cid-uA7zd2fhLJ h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uA7zd2fhLJ h6 {
  line-height: 1.3 !important;
}
.cid-uA7zd2fhLJ h6 span {
  padding-right: 2rem;
}
.cid-uA7zd2fhLJ .mbr-section-title,
.cid-uA7zd2fhLJ .align {
  color: #ffffff;
  text-align: left;
}
.cid-uA7zd2fhLJ .mbr-section-subtitle,
.cid-uA7zd2fhLJ .align {
  color: #ffffff;
  text-align: center;
}
.cid-uA7zd33njW {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uA7zd33njW .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uA7zd33njW .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uA7zd33njW .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #e0bdb6;
  z-index: 1;
}
.cid-uA7zd33njW .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #ffffff;
}
.cid-uA7zd33njW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7zd33njW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7zd33njW .row {
  position: relative;
  z-index: 2;
}
.cid-uA7zd33njW .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uA7zd33njW .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uA7zd33njW .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uA7zd33njW .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uA7zd33njW .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uA7zd33njW .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA7zd33njW .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA7zd33njW .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uA7zd33njW .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA7zd33njW .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uA7zd33njW .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uA7zd33njW .mbr-text {
  color: #51565c;
}
.cid-uA7zd33njW .mbr-text,
.cid-uA7zd33njW .text-wrapper {
  color: #050000;
}
.cid-uA7zd3Jb5i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7zd3Jb5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7zd3Jb5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7zd3Jb5i .title-wrapper {
  padding: 96px 10px;
  background-color: #e0bdb6;
}
@media (max-width: 992px) {
  .cid-uA7zd3Jb5i .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-uA7zd3Jb5i .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-uA7zd3Jb5i .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA7zd3Jb5i .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-uA7zd3Jb5i .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uA7zd3Jb5i .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uA7zd3Jb5i .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uA7zd3Jb5i .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uA7zd3Jb5i .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uA7zd3Jb5i .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #e0bdb6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uA7zd3Jb5i .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uA7zd3Jb5i .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uA7zd3Jb5i .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uA7zd3Jb5i .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uA7zd3Jb5i .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA7zd3Jb5i .panel-title-edit {
  color: #050000;
}
.cid-uA7zd3Jb5i .panel-text {
  color: #747474;
}
.cid-uA7zd4IsOf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uA7zd4IsOf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7zd4IsOf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7zd4IsOf .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uA7zd4IsOf .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA7zd4IsOf .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uA7zd4IsOf .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA7zd4IsOf .image-wrapper img {
    height: 350px;
  }
}
.cid-uA7zd4IsOf .mbr-section-title {
  color: #404349;
}
.cid-uA7zd4IsOf .mbr-desc {
  color: #b19a7c;
}
.cid-uA7zd4IsOf .mbr-text {
  color: #404349;
}
.cid-uA7zd4IsOf .mbr-desc,
.cid-uA7zd4IsOf .desc-wrapper {
  text-align: center;
  color: #050000;
}
.cid-uA7zd4IsOf .mbr-section-title,
.cid-uA7zd4IsOf .title-wrap {
  color: #050000;
}
.cid-uA7zd5MqLB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7zd5MqLB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7zd5MqLB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7zd5MqLB .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uA7zd5MqLB .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA7zd5MqLB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA7zd5MqLB .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA7zd5MqLB .container {
    padding: 0 24px;
  }
}
.cid-uA7zd5MqLB .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uA7zd5MqLB .image-wrapper img {
    height: 400px;
  }
}
.cid-uA7zd6iRgJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uA7zd6iRgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7zd6iRgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7zd6iRgJ .row {
  justify-content: space-between;
}
.cid-uA7zd6iRgJ .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uA7zd6iRgJ .content-wrapper {
    padding: 0;
  }
}
.cid-uA7zd6iRgJ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA7zd6iRgJ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA7zd6iRgJ .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA7zd6iRgJ .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uA7zd6iRgJ .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA7zd6iRgJ .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uA7zd6iRgJ .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uA7zd6iRgJ .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uA7zd6iRgJ .mbr-section-title {
  color: #000000;
}
.cid-uA7zd6iRgJ .mbr-desc {
  color: #000000;
}
.cid-uA7zd6iRgJ .mbr-text {
  color: #000000;
}
.cid-uA7zd6iRgJ .mbr-section-title,
.cid-uA7zd6iRgJ .mbr-section-btn {
  text-align: center;
}
.cid-uA7zd6iRgJ .mbr-desc,
.cid-uA7zd6iRgJ .logo-wrapper {
  text-align: right;
}
.cid-uA7H3EXLYk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7H3EXLYk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7H3EXLYk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7H3EXLYk .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uA7H3EXLYk .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA7H3EXLYk .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA7H3EXLYk .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #e0bdb6;
}
@media (max-width: 992px) {
  .cid-uA7H3EXLYk .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uA7H3EXLYk .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uA7H3EXLYk .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uA7H3EXLYk .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uA7H3EXLYk .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uA7H3EXLYk .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uA7H3EXLYk .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uA7H3EXLYk .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #f24d4a;
}
.cid-uA7H3EXLYk .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uA7H3EXLYk .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uA7H3EXLYk .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uA7H3EXLYk .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uA7H3EXLYk .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uA7H3EXLYk .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA7H3EXLYk .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uA7H3EXLYk .card {
  justify-content: space-between;
}
.cid-uA7H3EXLYk .mbr-section-title {
  color: #050000;
  text-align: center;
}
.cid-uA7H3EXLYk .panel-title-edit {
  color: #f24d4a;
}
.cid-uA7H3EXLYk .panel-text {
  color: #f24d4a;
}
.cid-uA7zd6P1jI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-uA7zd6P1jI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7zd6P1jI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7zd6P1jI .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uA7zd6P1jI .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uA7zd6P1jI .container {
    padding: 0 20px;
  }
}
.cid-uA7zd6P1jI .google-map iframe {
  height: 800px;
  filter: saturate(0.5);
}
@media (max-width: 992px) {
  .cid-uA7zd6P1jI .google-map iframe {
    height: 400px;
  }
}
.cid-uA7zd7mrHL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e0bdb6;
}
.cid-uA7zd7mrHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7zd7mrHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7zd7mrHL .row {
  justify-content: space-between;
}
.cid-uA7zd7mrHL .mbr-section-title {
  margin: 0;
  color: #050000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA7zd7mrHL .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA7zd7mrHL .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA7zd7mrHL .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uA7zd7mrHL .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #050000;
}
.cid-uA7zd7mrHL .list li {
  margin-bottom: 25px;
}
.cid-uA7zd7mrHL .list li:last-child {
  margin-bottom: 0;
}
.cid-uA7zd7mrHL .mbr-desc {
  margin-bottom: 8px;
}
.cid-uA7zd7mrHL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uA7zd7mrHL .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uA7zd7mrHL .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uA7zd7mrHL .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uA7zd7mrHL .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #050000;
  text-align: center;
}
.cid-uA7zd7mrHL .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uA7zd7mrHL .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uA7zd7mrHL .mbr-desc,
.cid-uA7zd7mrHL .mbr-iconfont {
  color: #050000;
}
.cid-uA7zd7mrHL .mbr-text,
.cid-uA7zd7mrHL .mbr-section-btn {
  color: #050000;
}
.cid-uA7GF1aGRe {
  background-color: transparent;
}
.cid-uA7GF1aGRe .navbar-dropdown {
  background-color: #e0bdb6 !important;
  padding: 0;
}
.cid-uA7GF1aGRe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e0bdb6 !important;
  background: #e0bdb6;
}
.cid-uA7GF1aGRe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA7GF1aGRe .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA7GF1aGRe .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uA7GF1aGRe .menu_box .navbar.opened,
  .cid-uA7GF1aGRe .menu_box .navbar-collapse {
    background-color: #e0bdb6 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uA7GF1aGRe .navbar-dropdown {
  position: relative !important;
}
.cid-uA7GF1aGRe .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uA7GF1aGRe .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uA7GF1aGRe .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uA7GF1aGRe .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uA7GF1aGRe .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uA7GF1aGRe .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uA7GF1aGRe .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uA7GF1aGRe .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uA7GF1aGRe .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uA7GF1aGRe .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uA7GF1aGRe .offcanvas-body .mbr-text,
  .cid-uA7GF1aGRe .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uA7GF1aGRe .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uA7GF1aGRe .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uA7GF1aGRe .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uA7GF1aGRe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uA7GF1aGRe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uA7GF1aGRe .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uA7GF1aGRe .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uA7GF1aGRe ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uA7GF1aGRe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uA7GF1aGRe .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-uA7GF1aGRe .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uA7GF1aGRe li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uA7GF1aGRe .lg_brand {
    margin: 0 1rem;
  }
  .cid-uA7GF1aGRe .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uA7GF1aGRe .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uA7GF1aGRe .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uA7GF1aGRe .nav-item {
    margin: 0 !important;
  }
}
.cid-uA7GF1aGRe .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uA7GF1aGRe .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uA7GF1aGRe .nav-item .nav-link:hover,
.cid-uA7GF1aGRe .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uA7GF1aGRe .nav-item .nav-link:hover:before,
.cid-uA7GF1aGRe .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uA7GF1aGRe .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uA7GF1aGRe .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uA7GF1aGRe .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uA7GF1aGRe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uA7GF1aGRe .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-uA7GF1aGRe .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uA7GF1aGRe .offcanvas_box {
    display: none;
  }
}
.cid-uA7GF1aGRe .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uA7GF1aGRe .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uA7GF1aGRe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uA7GF1aGRe .container {
  display: flex;
  margin: auto;
}
.cid-uA7GF1aGRe .iconfont-wrapper {
  color: #ffffff;
  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-uA7GF1aGRe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uA7GF1aGRe .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uA7GF1aGRe .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uA7GF1aGRe .navbar-nav {
    margin: 0;
  }
}
.cid-uA7GF1aGRe .dropdown-menu,
.cid-uA7GF1aGRe .navbar.opened {
  background-color: false !important;
}
.cid-uA7GF1aGRe .nav-item:focus,
.cid-uA7GF1aGRe .nav-link:focus {
  outline: none;
}
.cid-uA7GF1aGRe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA7GF1aGRe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA7GF1aGRe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA7GF1aGRe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA7GF1aGRe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA7GF1aGRe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA7GF1aGRe .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uA7GF1aGRe .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uA7GF1aGRe .navbar.opened {
  transition: all 0.3s;
}
.cid-uA7GF1aGRe .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uA7GF1aGRe .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uA7GF1aGRe .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uA7GF1aGRe .navbar.collapsed {
  justify-content: center;
}
.cid-uA7GF1aGRe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA7GF1aGRe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uA7GF1aGRe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA7GF1aGRe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA7GF1aGRe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA7GF1aGRe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uA7GF1aGRe .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA7GF1aGRe .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uA7GF1aGRe .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uA7GF1aGRe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA7GF1aGRe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA7GF1aGRe .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uA7GF1aGRe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA7GF1aGRe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uA7GF1aGRe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA7GF1aGRe .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uA7GF1aGRe .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uA7GF1aGRe .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uA7GF1aGRe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uA7GF1aGRe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA7GF1aGRe .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uA7GF1aGRe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA7GF1aGRe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA7GF1aGRe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA7GF1aGRe .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;
}
@media (min-width: 1440px) {
  .cid-uA7GF1aGRe .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uA7GF1aGRe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uA7GF1aGRe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA7GF1aGRe .dropdown-item.active,
.cid-uA7GF1aGRe .dropdown-item:active {
  background-color: transparent;
}
.cid-uA7GF1aGRe .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uA7GF1aGRe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA7GF1aGRe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA7GF1aGRe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA7GF1aGRe ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uA7GF1aGRe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA7GF1aGRe button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e0bdb6;
  background: #c7fcb5;
}
.cid-uA7GF1aGRe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uA7GF1aGRe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA7GF1aGRe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA7GF1aGRe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA7GF1aGRe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA7GF1aGRe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA7GF1aGRe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA7GF1aGRe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA7GF1aGRe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA7GF1aGRe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uA7GF1aGRe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA7GF1aGRe .navbar {
    height: 70px;
  }
  .cid-uA7GF1aGRe .navbar.opened {
    height: auto;
  }
  .cid-uA7GF1aGRe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA7GF1aGRe .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uA7GF1aGRe .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uA7GF1aGRe .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA7GF1aGRe .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uA7GF1aGRe .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uA7GF1aGRe .navbar-caption:hover {
  color: #747474;
}
@media (min-width: 992px) {
  .cid-uA7GF1aGRe .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uA7GF1aGRe .text_widget {
  margin-bottom: 32px;
}
.cid-uA7GF1aGRe .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uA7GF1aGRe .text_widget a:hover,
.cid-uA7GF1aGRe .text_widget a:focus {
  opacity: .8;
}
.cid-uA7GF1aGRe .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uA7GF1aGRe .contacts-wrapper {
    display: none;
  }
}
.cid-uA7GF1aGRe .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uA7GF1aGRe .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uA7GF1aGRe .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uA7GF1aGRe .contacts-wrapper a .mbr-contact:hover:before,
.cid-uA7GF1aGRe .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uA7GF1aGRe .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uA7GF1aGRe .navbar-caption {
  color: #c7fcb5;
}
.cid-uA7GF1aGRe .mbr-contact {
  color: #ffffff;
}
.cid-uA7GF1aGRe .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uA7GF1aGRe .mbr-section-subtitle,
.cid-uA7GF1aGRe .text_widget,
.cid-uA7GF1aGRe .mbr-section-btn {
  text-align: center;
}
.cid-uA7GF1aGRe a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uA7GF23QBr {
  background-color: #ffffff;
}
.cid-uA7GF23QBr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7GF23QBr .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-uA7GF23QBr .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uA7GF23QBr .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uA7GF23QBr .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uA7GF23QBr .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uA7GF23QBr .mbr-section-title {
  color: #E0BDB6;
}
.cid-uA7GF23QBr .mbr-text {
  color: #000000;
}
.cid-uA7GF23QBr .mbr-section-title,
.cid-uA7GF23QBr .mbr-section-btn {
  color: #050000;
}
.cid-uA7GF2JKCG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uA7GF2JKCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7GF2JKCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7GF2JKCG .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA7GF2JKCG .card {
    padding: 0;
    border-left: 1px solid #050000;
  }
  .cid-uA7GF2JKCG .card:first-child {
    border: none;
  }
  .cid-uA7GF2JKCG .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA7GF2JKCG .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA7GF2JKCG .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA7GF2JKCG .card-wrapper .mbr-text,
.cid-uA7GF2JKCG .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA7GF2JKCG .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA7GF2JKCG .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-uA7GF2JKCG .mbr-text_2 {
  color: #000000;
  text-align: left;
}
.cid-uA7GF3fLiq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7GF3fLiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7GF3fLiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7GF3fLiq .row {
  justify-content: center;
}
.cid-uA7GF3fLiq .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uA7GF3fLiq .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uA7GF3fLiq .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-uA7GF3fLiq .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uA7GF3fLiq .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA7GF3fLiq .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uA7GF3fLiq .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-uA7GF3fLiq .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-uA7GF3fLiq .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-uA7GF3fLiq .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-uA7GF3Yqbg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uA7GF3Yqbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7GF3Yqbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7GF3Yqbg .row {
  justify-content: center;
}
.cid-uA7GF3Yqbg .border-wrapper_1 {
  background-color: #ffffff;
  height: 1px;
  margin-bottom: 90px;
}
.cid-uA7GF3Yqbg .border-wrapper_2 {
  background-color: #ffffff;
  height: 1px;
  margin-top: 60px;
}
.cid-uA7GF3Yqbg .card-wrapper {
  margin-bottom: 30px;
}
.cid-uA7GF3Yqbg .card-wrapper .mbr-date {
  margin-bottom: 12px;
}
.cid-uA7GF3Yqbg .card-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uA7GF3Yqbg .mbr-section-title {
  color: #ffffff;
}
.cid-uA7GF3Yqbg .mbr-date {
  color: #ffffff;
  text-align: center;
}
.cid-uA7GF4KHTn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uA7GF4KHTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7GF4KHTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7GF4KHTn .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uA7GF4KHTn .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uA7GF4KHTn .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uA7GF4KHTn .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uA7GF4KHTn .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffffff;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uA7GF4KHTn .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uA7GF4KHTn .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA7GF4KHTn .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA7GF4KHTn .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA7GF4KHTn .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uA7GF4KHTn .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uA7GF4KHTn .mbr-section-title,
.cid-uA7GF4KHTn .mbr-section-btn {
  color: #050000;
}
.cid-uA7GF5teFG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA7GF5teFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7GF5teFG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7GF5teFG .row {
  justify-content: space-between;
}
.cid-uA7GF5teFG .item {
  margin-bottom: 90px;
}
@media (min-width: 992px) {
  .cid-uA7GF5teFG .item {
    padding-right: 60px;
  }
  .cid-uA7GF5teFG .item:nth-child(2n) {
    padding-right: 16px;
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .cid-uA7GF5teFG .item {
    margin-top: 60px;
  }
}
.cid-uA7GF5teFG .item:nth-child(2n) {
  margin-top: 134px;
}
@media (max-width: 768px) {
  .cid-uA7GF5teFG .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uA7GF5teFG .item .item-wrapper {
  position: relative;
}
.cid-uA7GF5teFG .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uA7GF5teFG .item .item-wrapper .item-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA7GF5teFG .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uA7GF5teFG .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 18px;
}
.cid-uA7GF5teFG .mbr-section-title {
  color: #747474;
}
.cid-uA7GF5teFG .mbr-text {
  color: #747474;
}
.cid-uA7GF5teFG .mbr-price {
  color: #E0BDB6;
}
.cid-uA7GF5teFG .mbr-text,
.cid-uA7GF5teFG .mbr-section-btn {
  text-align: center;
}
.cid-uA7GF6daLm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7GF6daLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7GF6daLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7GF6daLm .row {
  justify-content: center;
}
.cid-uA7GF6daLm .title-wrapper {
  padding: 71px;
  background-color: #e0bdb6;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uA7GF6daLm .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uA7GF6daLm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA7GF6daLm .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uA7GF6daLm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA7GF6daLm .mbr-text {
  color: #747474;
}
.cid-uA7GF6daLm .mbr-text,
.cid-uA7GF6daLm .mbr-section-btn {
  text-align: center;
  color: #050000;
}
.cid-uA7GF6daLm .mbr-section-title,
.cid-uA7GF6daLm .mbr-iconfont {
  color: #050000;
}
.cid-uA7GF6Gbfe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e0bdb6;
}
.cid-uA7GF6Gbfe .image_1 {
  position: absolute;
  top: 120px;
  left: -6rem;
  max-width: 420px;
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 1400px) {
  .cid-uA7GF6Gbfe .image_1 {
    max-width: 380px;
  }
}
@media (max-width: 1200px) {
  .cid-uA7GF6Gbfe .image_1 {
    max-width: 340px;
  }
}
@media (max-width: 992px) {
  .cid-uA7GF6Gbfe .image_1 {
    max-width: 100%;
    position: static;
    margin-bottom: 50px;
  }
}
.cid-uA7GF6Gbfe .image_2 {
  position: absolute;
  top: 215px;
  right: -6rem;
  max-width: 300px;
  height: 350px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uA7GF6Gbfe .image_2 {
    display: none;
  }
}
.cid-uA7GF6Gbfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7GF6Gbfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7GF6Gbfe .row {
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uA7GF6Gbfe .border-wrapper_1 {
  background-color: #ffffff;
  height: 1px;
  margin-bottom: 210px;
}
@media (max-width: 992px) {
  .cid-uA7GF6Gbfe .border-wrapper_1 {
    margin-bottom: 140px;
  }
}
.cid-uA7GF6Gbfe .border-wrapper_2 {
  background-color: #ffffff;
  height: 1px;
  margin-top: 210px;
}
@media (max-width: 992px) {
  .cid-uA7GF6Gbfe .border-wrapper_2 {
    margin-top: 140px;
  }
}
.cid-uA7GF6Gbfe .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uA7GF6Gbfe .title-wrapper .mbr-text {
  margin-bottom: 26px;
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-uA7GF6Gbfe .title-wrapper .mbr-text {
    padding-left: 0;
  }
}
.cid-uA7GF6Gbfe .title-wrapper .mbr-section-btn {
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-uA7GF6Gbfe .title-wrapper .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uA7GF6Gbfe .mbr-section-title {
  color: #050000;
  text-align: center;
}
.cid-uA7GF6Gbfe .mbr-text {
  color: #ffffff;
}
.cid-uA7GF6Gbfe .mbr-text,
.cid-uA7GF6Gbfe .mbr-section-btn {
  color: #050000;
}
.cid-uA7GF7kqig {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uA7GF7kqig .mbr-text {
  color: #050000;
}
.cid-uA7GF7kqig .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uA7GF7kqig h5,
.cid-uA7GF7kqig h6 {
  background: #269a9e;
  display: inline;
}
.cid-uA7GF7kqig h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uA7GF7kqig h6 {
  line-height: 1.3 !important;
}
.cid-uA7GF7kqig h6 span {
  padding-right: 2rem;
}
.cid-uA7GF7kqig .mbr-section-title,
.cid-uA7GF7kqig .align {
  color: #ffffff;
  text-align: left;
}
.cid-uA7GF7kqig .mbr-section-subtitle,
.cid-uA7GF7kqig .align {
  color: #ffffff;
  text-align: center;
}
.cid-uA7GF8d7nL {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uA7GF8d7nL .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uA7GF8d7nL .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uA7GF8d7nL .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #e0bdb6;
  z-index: 1;
}
.cid-uA7GF8d7nL .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #ffffff;
}
.cid-uA7GF8d7nL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7GF8d7nL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7GF8d7nL .row {
  position: relative;
  z-index: 2;
}
.cid-uA7GF8d7nL .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uA7GF8d7nL .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uA7GF8d7nL .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uA7GF8d7nL .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uA7GF8d7nL .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uA7GF8d7nL .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA7GF8d7nL .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA7GF8d7nL .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uA7GF8d7nL .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA7GF8d7nL .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uA7GF8d7nL .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uA7GF8d7nL .mbr-text {
  color: #51565c;
}
.cid-uA7GF8d7nL .mbr-text,
.cid-uA7GF8d7nL .text-wrapper {
  color: #050000;
}
.cid-uA7GF9nCBM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7GF9nCBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7GF9nCBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7GF9nCBM .title-wrapper {
  padding: 96px 10px;
  background-color: #e0bdb6;
}
@media (max-width: 992px) {
  .cid-uA7GF9nCBM .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-uA7GF9nCBM .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-uA7GF9nCBM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA7GF9nCBM .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-uA7GF9nCBM .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uA7GF9nCBM .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uA7GF9nCBM .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uA7GF9nCBM .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uA7GF9nCBM .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uA7GF9nCBM .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #e0bdb6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uA7GF9nCBM .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uA7GF9nCBM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uA7GF9nCBM .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uA7GF9nCBM .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uA7GF9nCBM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA7GF9nCBM .panel-title-edit {
  color: #050000;
}
.cid-uA7GF9nCBM .panel-text {
  color: #747474;
}
.cid-uA7GFaGduy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uA7GFaGduy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7GFaGduy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7GFaGduy .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uA7GFaGduy .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA7GFaGduy .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uA7GFaGduy .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA7GFaGduy .image-wrapper img {
    height: 350px;
  }
}
.cid-uA7GFaGduy .mbr-section-title {
  color: #404349;
}
.cid-uA7GFaGduy .mbr-desc {
  color: #b19a7c;
}
.cid-uA7GFaGduy .mbr-text {
  color: #404349;
}
.cid-uA7GFaGduy .mbr-desc,
.cid-uA7GFaGduy .desc-wrapper {
  text-align: center;
  color: #050000;
}
.cid-uA7GFaGduy .mbr-section-title,
.cid-uA7GFaGduy .title-wrap {
  color: #050000;
}
.cid-uA7GFbyKub {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7GFbyKub .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7GFbyKub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7GFbyKub .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uA7GFbyKub .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA7GFbyKub .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA7GFbyKub .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA7GFbyKub .container {
    padding: 0 24px;
  }
}
.cid-uA7GFbyKub .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uA7GFbyKub .image-wrapper img {
    height: 400px;
  }
}
.cid-uA7GFcNrNO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uA7GFcNrNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7GFcNrNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7GFcNrNO .row {
  justify-content: space-between;
}
.cid-uA7GFcNrNO .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uA7GFcNrNO .content-wrapper {
    padding: 0;
  }
}
.cid-uA7GFcNrNO .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA7GFcNrNO .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA7GFcNrNO .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA7GFcNrNO .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uA7GFcNrNO .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA7GFcNrNO .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uA7GFcNrNO .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uA7GFcNrNO .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uA7GFcNrNO .mbr-section-title {
  color: #000000;
}
.cid-uA7GFcNrNO .mbr-desc {
  color: #000000;
}
.cid-uA7GFcNrNO .mbr-text {
  color: #000000;
}
.cid-uA7GFcNrNO .mbr-section-title,
.cid-uA7GFcNrNO .mbr-section-btn {
  text-align: center;
}
.cid-uA7GFcNrNO .mbr-desc,
.cid-uA7GFcNrNO .logo-wrapper {
  text-align: right;
}
.cid-uA7I1Mr32W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7I1Mr32W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7I1Mr32W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7I1Mr32W .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uA7I1Mr32W .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA7I1Mr32W .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA7I1Mr32W .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #e0bdb6;
}
@media (max-width: 992px) {
  .cid-uA7I1Mr32W .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uA7I1Mr32W .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uA7I1Mr32W .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uA7I1Mr32W .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uA7I1Mr32W .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uA7I1Mr32W .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uA7I1Mr32W .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uA7I1Mr32W .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #f24d4a;
}
.cid-uA7I1Mr32W .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uA7I1Mr32W .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uA7I1Mr32W .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uA7I1Mr32W .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uA7I1Mr32W .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uA7I1Mr32W .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA7I1Mr32W .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uA7I1Mr32W .card {
  justify-content: space-between;
}
.cid-uA7I1Mr32W .mbr-section-title {
  color: #050000;
  text-align: center;
}
.cid-uA7I1Mr32W .panel-title-edit {
  color: #f24d4a;
}
.cid-uA7I1Mr32W .panel-text {
  color: #f24d4a;
}
.cid-uA7GFdkBTT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-uA7GFdkBTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7GFdkBTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7GFdkBTT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uA7GFdkBTT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uA7GFdkBTT .container {
    padding: 0 20px;
  }
}
.cid-uA7GFdkBTT .google-map iframe {
  height: 800px;
  filter: saturate(0.5);
}
@media (max-width: 992px) {
  .cid-uA7GFdkBTT .google-map iframe {
    height: 400px;
  }
}
.cid-uA7GFdSVQV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e0bdb6;
}
.cid-uA7GFdSVQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7GFdSVQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7GFdSVQV .row {
  justify-content: space-between;
}
.cid-uA7GFdSVQV .mbr-section-title {
  margin: 0;
  color: #050000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA7GFdSVQV .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA7GFdSVQV .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA7GFdSVQV .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uA7GFdSVQV .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #050000;
}
.cid-uA7GFdSVQV .list li {
  margin-bottom: 25px;
}
.cid-uA7GFdSVQV .list li:last-child {
  margin-bottom: 0;
}
.cid-uA7GFdSVQV .mbr-desc {
  margin-bottom: 8px;
}
.cid-uA7GFdSVQV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uA7GFdSVQV .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uA7GFdSVQV .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uA7GFdSVQV .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uA7GFdSVQV .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #050000;
  text-align: center;
}
.cid-uA7GFdSVQV .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uA7GFdSVQV .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uA7GFdSVQV .mbr-desc,
.cid-uA7GFdSVQV .mbr-iconfont {
  color: #050000;
}
.cid-uA7GFdSVQV .mbr-text,
.cid-uA7GFdSVQV .mbr-section-btn {
  color: #050000;
}
.cid-uA7L9jQcgu {
  background-color: transparent;
}
.cid-uA7L9jQcgu .navbar-dropdown {
  background-color: #e0bdb6 !important;
  padding: 0;
}
.cid-uA7L9jQcgu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e0bdb6 !important;
  background: #e0bdb6;
}
.cid-uA7L9jQcgu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA7L9jQcgu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA7L9jQcgu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uA7L9jQcgu .menu_box .navbar.opened,
  .cid-uA7L9jQcgu .menu_box .navbar-collapse {
    background-color: #e0bdb6 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uA7L9jQcgu .navbar-dropdown {
  position: relative !important;
}
.cid-uA7L9jQcgu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uA7L9jQcgu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uA7L9jQcgu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uA7L9jQcgu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uA7L9jQcgu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uA7L9jQcgu .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uA7L9jQcgu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uA7L9jQcgu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uA7L9jQcgu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uA7L9jQcgu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uA7L9jQcgu .offcanvas-body .mbr-text,
  .cid-uA7L9jQcgu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uA7L9jQcgu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uA7L9jQcgu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uA7L9jQcgu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uA7L9jQcgu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uA7L9jQcgu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uA7L9jQcgu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uA7L9jQcgu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uA7L9jQcgu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uA7L9jQcgu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uA7L9jQcgu .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-uA7L9jQcgu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uA7L9jQcgu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uA7L9jQcgu .lg_brand {
    margin: 0 1rem;
  }
  .cid-uA7L9jQcgu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uA7L9jQcgu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uA7L9jQcgu .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uA7L9jQcgu .nav-item {
    margin: 0 !important;
  }
}
.cid-uA7L9jQcgu .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uA7L9jQcgu .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uA7L9jQcgu .nav-item .nav-link:hover,
.cid-uA7L9jQcgu .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uA7L9jQcgu .nav-item .nav-link:hover:before,
.cid-uA7L9jQcgu .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uA7L9jQcgu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uA7L9jQcgu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uA7L9jQcgu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uA7L9jQcgu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uA7L9jQcgu .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-uA7L9jQcgu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uA7L9jQcgu .offcanvas_box {
    display: none;
  }
}
.cid-uA7L9jQcgu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uA7L9jQcgu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uA7L9jQcgu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uA7L9jQcgu .container {
  display: flex;
  margin: auto;
}
.cid-uA7L9jQcgu .iconfont-wrapper {
  color: #ffffff;
  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-uA7L9jQcgu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uA7L9jQcgu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uA7L9jQcgu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uA7L9jQcgu .navbar-nav {
    margin: 0;
  }
}
.cid-uA7L9jQcgu .dropdown-menu,
.cid-uA7L9jQcgu .navbar.opened {
  background-color: false !important;
}
.cid-uA7L9jQcgu .nav-item:focus,
.cid-uA7L9jQcgu .nav-link:focus {
  outline: none;
}
.cid-uA7L9jQcgu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA7L9jQcgu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA7L9jQcgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA7L9jQcgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA7L9jQcgu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA7L9jQcgu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA7L9jQcgu .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uA7L9jQcgu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uA7L9jQcgu .navbar.opened {
  transition: all 0.3s;
}
.cid-uA7L9jQcgu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uA7L9jQcgu .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uA7L9jQcgu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uA7L9jQcgu .navbar.collapsed {
  justify-content: center;
}
.cid-uA7L9jQcgu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA7L9jQcgu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uA7L9jQcgu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA7L9jQcgu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA7L9jQcgu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA7L9jQcgu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uA7L9jQcgu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA7L9jQcgu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uA7L9jQcgu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uA7L9jQcgu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA7L9jQcgu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA7L9jQcgu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uA7L9jQcgu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA7L9jQcgu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uA7L9jQcgu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA7L9jQcgu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uA7L9jQcgu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uA7L9jQcgu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uA7L9jQcgu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uA7L9jQcgu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA7L9jQcgu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uA7L9jQcgu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA7L9jQcgu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA7L9jQcgu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA7L9jQcgu .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;
}
@media (min-width: 1440px) {
  .cid-uA7L9jQcgu .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uA7L9jQcgu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uA7L9jQcgu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA7L9jQcgu .dropdown-item.active,
.cid-uA7L9jQcgu .dropdown-item:active {
  background-color: transparent;
}
.cid-uA7L9jQcgu .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uA7L9jQcgu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA7L9jQcgu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA7L9jQcgu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA7L9jQcgu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uA7L9jQcgu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA7L9jQcgu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e0bdb6;
  background: #c7fcb5;
}
.cid-uA7L9jQcgu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uA7L9jQcgu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA7L9jQcgu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA7L9jQcgu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA7L9jQcgu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA7L9jQcgu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA7L9jQcgu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA7L9jQcgu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA7L9jQcgu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA7L9jQcgu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uA7L9jQcgu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA7L9jQcgu .navbar {
    height: 70px;
  }
  .cid-uA7L9jQcgu .navbar.opened {
    height: auto;
  }
  .cid-uA7L9jQcgu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA7L9jQcgu .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uA7L9jQcgu .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uA7L9jQcgu .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA7L9jQcgu .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uA7L9jQcgu .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uA7L9jQcgu .navbar-caption:hover {
  color: #747474;
}
@media (min-width: 992px) {
  .cid-uA7L9jQcgu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uA7L9jQcgu .text_widget {
  margin-bottom: 32px;
}
.cid-uA7L9jQcgu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uA7L9jQcgu .text_widget a:hover,
.cid-uA7L9jQcgu .text_widget a:focus {
  opacity: .8;
}
.cid-uA7L9jQcgu .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uA7L9jQcgu .contacts-wrapper {
    display: none;
  }
}
.cid-uA7L9jQcgu .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uA7L9jQcgu .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uA7L9jQcgu .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uA7L9jQcgu .contacts-wrapper a .mbr-contact:hover:before,
.cid-uA7L9jQcgu .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uA7L9jQcgu .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uA7L9jQcgu .navbar-caption {
  color: #c7fcb5;
}
.cid-uA7L9jQcgu .mbr-contact {
  color: #ffffff;
}
.cid-uA7L9jQcgu .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uA7L9jQcgu .mbr-section-subtitle,
.cid-uA7L9jQcgu .text_widget,
.cid-uA7L9jQcgu .mbr-section-btn {
  text-align: center;
}
.cid-uA7L9jQcgu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uA7L9kXB1D {
  background-color: #ffffff;
}
.cid-uA7L9kXB1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7L9kXB1D .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-uA7L9kXB1D .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uA7L9kXB1D .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uA7L9kXB1D .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uA7L9kXB1D .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uA7L9kXB1D .mbr-section-title {
  color: #E0BDB6;
}
.cid-uA7L9kXB1D .mbr-text {
  color: #000000;
}
.cid-uA7L9kXB1D .mbr-section-title,
.cid-uA7L9kXB1D .mbr-section-btn {
  color: #050000;
}
.cid-uA7L9lUDEu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uA7L9lUDEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7L9lUDEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7L9lUDEu .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA7L9lUDEu .card {
    padding: 0;
    border-left: 1px solid #050000;
  }
  .cid-uA7L9lUDEu .card:first-child {
    border: none;
  }
  .cid-uA7L9lUDEu .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA7L9lUDEu .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA7L9lUDEu .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA7L9lUDEu .card-wrapper .mbr-text,
.cid-uA7L9lUDEu .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA7L9lUDEu .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA7L9lUDEu .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-uA7L9lUDEu .mbr-text_2 {
  color: #000000;
  text-align: left;
}
.cid-uA7L9n6D5G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7L9n6D5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7L9n6D5G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7L9n6D5G .row {
  justify-content: center;
}
.cid-uA7L9n6D5G .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uA7L9n6D5G .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uA7L9n6D5G .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-uA7L9n6D5G .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uA7L9n6D5G .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA7L9n6D5G .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uA7L9n6D5G .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-uA7L9n6D5G .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-uA7L9n6D5G .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-uA7L9n6D5G .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-uA7L9okUEE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uA7L9okUEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7L9okUEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7L9okUEE .row {
  justify-content: center;
}
.cid-uA7L9okUEE .border-wrapper_1 {
  background-color: #ffffff;
  height: 1px;
  margin-bottom: 90px;
}
.cid-uA7L9okUEE .border-wrapper_2 {
  background-color: #ffffff;
  height: 1px;
  margin-top: 60px;
}
.cid-uA7L9okUEE .card-wrapper {
  margin-bottom: 30px;
}
.cid-uA7L9okUEE .card-wrapper .mbr-date {
  margin-bottom: 12px;
}
.cid-uA7L9okUEE .card-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uA7L9okUEE .mbr-section-title {
  color: #ffffff;
}
.cid-uA7L9okUEE .mbr-date {
  color: #ffffff;
  text-align: center;
}
.cid-uA7L9poaOc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uA7L9poaOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7L9poaOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7L9poaOc .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uA7L9poaOc .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uA7L9poaOc .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uA7L9poaOc .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uA7L9poaOc .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffffff;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uA7L9poaOc .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uA7L9poaOc .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA7L9poaOc .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA7L9poaOc .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA7L9poaOc .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uA7L9poaOc .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uA7L9poaOc .mbr-section-title,
.cid-uA7L9poaOc .mbr-section-btn {
  color: #050000;
}
.cid-uA7L9qa2I8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA7L9qa2I8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7L9qa2I8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7L9qa2I8 .row {
  justify-content: space-between;
}
.cid-uA7L9qa2I8 .item {
  margin-bottom: 90px;
}
@media (min-width: 992px) {
  .cid-uA7L9qa2I8 .item {
    padding-right: 60px;
  }
  .cid-uA7L9qa2I8 .item:nth-child(2n) {
    padding-right: 16px;
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .cid-uA7L9qa2I8 .item {
    margin-top: 60px;
  }
}
.cid-uA7L9qa2I8 .item:nth-child(2n) {
  margin-top: 134px;
}
@media (max-width: 768px) {
  .cid-uA7L9qa2I8 .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uA7L9qa2I8 .item .item-wrapper {
  position: relative;
}
.cid-uA7L9qa2I8 .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uA7L9qa2I8 .item .item-wrapper .item-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA7L9qa2I8 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uA7L9qa2I8 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 18px;
}
.cid-uA7L9qa2I8 .mbr-section-title {
  color: #747474;
}
.cid-uA7L9qa2I8 .mbr-text {
  color: #747474;
}
.cid-uA7L9qa2I8 .mbr-price {
  color: #E0BDB6;
}
.cid-uA7L9qa2I8 .mbr-text,
.cid-uA7L9qa2I8 .mbr-section-btn {
  text-align: center;
}
.cid-uA7L9r3hs3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7L9r3hs3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7L9r3hs3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7L9r3hs3 .row {
  justify-content: center;
}
.cid-uA7L9r3hs3 .title-wrapper {
  padding: 71px;
  background-color: #e0bdb6;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uA7L9r3hs3 .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uA7L9r3hs3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA7L9r3hs3 .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uA7L9r3hs3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA7L9r3hs3 .mbr-text {
  color: #747474;
}
.cid-uA7L9r3hs3 .mbr-text,
.cid-uA7L9r3hs3 .mbr-section-btn {
  text-align: center;
  color: #050000;
}
.cid-uA7L9r3hs3 .mbr-section-title,
.cid-uA7L9r3hs3 .mbr-iconfont {
  color: #050000;
}
.cid-uA7L9s9loS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e0bdb6;
}
.cid-uA7L9s9loS .image_1 {
  position: absolute;
  top: 120px;
  left: -6rem;
  max-width: 420px;
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 1400px) {
  .cid-uA7L9s9loS .image_1 {
    max-width: 380px;
  }
}
@media (max-width: 1200px) {
  .cid-uA7L9s9loS .image_1 {
    max-width: 340px;
  }
}
@media (max-width: 992px) {
  .cid-uA7L9s9loS .image_1 {
    max-width: 100%;
    position: static;
    margin-bottom: 50px;
  }
}
.cid-uA7L9s9loS .image_2 {
  position: absolute;
  top: 215px;
  right: -6rem;
  max-width: 300px;
  height: 350px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uA7L9s9loS .image_2 {
    display: none;
  }
}
.cid-uA7L9s9loS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7L9s9loS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7L9s9loS .row {
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uA7L9s9loS .border-wrapper_1 {
  background-color: #ffffff;
  height: 1px;
  margin-bottom: 210px;
}
@media (max-width: 992px) {
  .cid-uA7L9s9loS .border-wrapper_1 {
    margin-bottom: 140px;
  }
}
.cid-uA7L9s9loS .border-wrapper_2 {
  background-color: #ffffff;
  height: 1px;
  margin-top: 210px;
}
@media (max-width: 992px) {
  .cid-uA7L9s9loS .border-wrapper_2 {
    margin-top: 140px;
  }
}
.cid-uA7L9s9loS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uA7L9s9loS .title-wrapper .mbr-text {
  margin-bottom: 26px;
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-uA7L9s9loS .title-wrapper .mbr-text {
    padding-left: 0;
  }
}
.cid-uA7L9s9loS .title-wrapper .mbr-section-btn {
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-uA7L9s9loS .title-wrapper .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uA7L9s9loS .mbr-section-title {
  color: #050000;
  text-align: center;
}
.cid-uA7L9s9loS .mbr-text {
  color: #ffffff;
}
.cid-uA7L9s9loS .mbr-text,
.cid-uA7L9s9loS .mbr-section-btn {
  color: #050000;
}
.cid-uA7L9tdWvX {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uA7L9tdWvX .mbr-text {
  color: #050000;
}
.cid-uA7L9tdWvX .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uA7L9tdWvX h5,
.cid-uA7L9tdWvX h6 {
  background: #269a9e;
  display: inline;
}
.cid-uA7L9tdWvX h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uA7L9tdWvX h6 {
  line-height: 1.3 !important;
}
.cid-uA7L9tdWvX h6 span {
  padding-right: 2rem;
}
.cid-uA7L9tdWvX .mbr-section-title,
.cid-uA7L9tdWvX .align {
  color: #ffffff;
  text-align: left;
}
.cid-uA7L9tdWvX .mbr-section-subtitle,
.cid-uA7L9tdWvX .align {
  color: #ffffff;
  text-align: center;
}
.cid-uA7L9u3ZOB {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uA7L9u3ZOB .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uA7L9u3ZOB .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uA7L9u3ZOB .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #e0bdb6;
  z-index: 1;
}
.cid-uA7L9u3ZOB .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #ffffff;
}
.cid-uA7L9u3ZOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7L9u3ZOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7L9u3ZOB .row {
  position: relative;
  z-index: 2;
}
.cid-uA7L9u3ZOB .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uA7L9u3ZOB .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uA7L9u3ZOB .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uA7L9u3ZOB .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uA7L9u3ZOB .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uA7L9u3ZOB .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA7L9u3ZOB .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA7L9u3ZOB .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uA7L9u3ZOB .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA7L9u3ZOB .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uA7L9u3ZOB .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uA7L9u3ZOB .mbr-text {
  color: #51565c;
}
.cid-uA7L9u3ZOB .mbr-text,
.cid-uA7L9u3ZOB .text-wrapper {
  color: #050000;
}
.cid-uA7L9uZ2xp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7L9uZ2xp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7L9uZ2xp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7L9uZ2xp .title-wrapper {
  padding: 96px 10px;
  background-color: #e0bdb6;
}
@media (max-width: 992px) {
  .cid-uA7L9uZ2xp .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-uA7L9uZ2xp .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-uA7L9uZ2xp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA7L9uZ2xp .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-uA7L9uZ2xp .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uA7L9uZ2xp .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uA7L9uZ2xp .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uA7L9uZ2xp .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uA7L9uZ2xp .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uA7L9uZ2xp .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #e0bdb6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uA7L9uZ2xp .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uA7L9uZ2xp .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uA7L9uZ2xp .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uA7L9uZ2xp .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uA7L9uZ2xp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA7L9uZ2xp .panel-title-edit {
  color: #050000;
}
.cid-uA7L9uZ2xp .panel-text {
  color: #747474;
}
.cid-uA7L9w9jVO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uA7L9w9jVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7L9w9jVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7L9w9jVO .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uA7L9w9jVO .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA7L9w9jVO .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uA7L9w9jVO .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA7L9w9jVO .image-wrapper img {
    height: 350px;
  }
}
.cid-uA7L9w9jVO .mbr-section-title {
  color: #404349;
}
.cid-uA7L9w9jVO .mbr-desc {
  color: #b19a7c;
}
.cid-uA7L9w9jVO .mbr-text {
  color: #404349;
}
.cid-uA7L9w9jVO .mbr-desc,
.cid-uA7L9w9jVO .desc-wrapper {
  text-align: center;
  color: #050000;
}
.cid-uA7L9w9jVO .mbr-section-title,
.cid-uA7L9w9jVO .title-wrap {
  color: #050000;
}
.cid-uA7L9x3bKR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7L9x3bKR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7L9x3bKR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7L9x3bKR .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uA7L9x3bKR .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA7L9x3bKR .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA7L9x3bKR .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA7L9x3bKR .container {
    padding: 0 24px;
  }
}
.cid-uA7L9x3bKR .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uA7L9x3bKR .image-wrapper img {
    height: 400px;
  }
}
.cid-uA7L9y1Gum {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uA7L9y1Gum .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7L9y1Gum .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7L9y1Gum .row {
  justify-content: space-between;
}
.cid-uA7L9y1Gum .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uA7L9y1Gum .content-wrapper {
    padding: 0;
  }
}
.cid-uA7L9y1Gum .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA7L9y1Gum .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA7L9y1Gum .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA7L9y1Gum .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uA7L9y1Gum .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA7L9y1Gum .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uA7L9y1Gum .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uA7L9y1Gum .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uA7L9y1Gum .mbr-section-title {
  color: #000000;
}
.cid-uA7L9y1Gum .mbr-desc {
  color: #000000;
}
.cid-uA7L9y1Gum .mbr-text {
  color: #000000;
}
.cid-uA7L9y1Gum .mbr-section-title,
.cid-uA7L9y1Gum .mbr-section-btn {
  text-align: center;
}
.cid-uA7L9y1Gum .mbr-desc,
.cid-uA7L9y1Gum .logo-wrapper {
  text-align: right;
}
.cid-uA7L9z1oLM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7L9z1oLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7L9z1oLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7L9z1oLM .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uA7L9z1oLM .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA7L9z1oLM .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA7L9z1oLM .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #e0bdb6;
}
@media (max-width: 992px) {
  .cid-uA7L9z1oLM .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uA7L9z1oLM .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uA7L9z1oLM .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uA7L9z1oLM .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uA7L9z1oLM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uA7L9z1oLM .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uA7L9z1oLM .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uA7L9z1oLM .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #f24d4a;
}
.cid-uA7L9z1oLM .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uA7L9z1oLM .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uA7L9z1oLM .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uA7L9z1oLM .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uA7L9z1oLM .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uA7L9z1oLM .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA7L9z1oLM .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uA7L9z1oLM .card {
  justify-content: space-between;
}
.cid-uA7L9z1oLM .mbr-section-title {
  color: #050000;
  text-align: center;
}
.cid-uA7L9z1oLM .panel-title-edit {
  color: #f24d4a;
}
.cid-uA7L9z1oLM .panel-text {
  color: #f24d4a;
}
.cid-uA7L9zWWWc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-uA7L9zWWWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7L9zWWWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7L9zWWWc .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uA7L9zWWWc .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uA7L9zWWWc .container {
    padding: 0 20px;
  }
}
.cid-uA7L9zWWWc .google-map iframe {
  height: 800px;
  filter: saturate(0.5);
}
@media (max-width: 992px) {
  .cid-uA7L9zWWWc .google-map iframe {
    height: 400px;
  }
}
.cid-uA7L9AVPKg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e0bdb6;
}
.cid-uA7L9AVPKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7L9AVPKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7L9AVPKg .row {
  justify-content: space-between;
}
.cid-uA7L9AVPKg .mbr-section-title {
  margin: 0;
  color: #050000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA7L9AVPKg .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA7L9AVPKg .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA7L9AVPKg .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uA7L9AVPKg .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #050000;
}
.cid-uA7L9AVPKg .list li {
  margin-bottom: 25px;
}
.cid-uA7L9AVPKg .list li:last-child {
  margin-bottom: 0;
}
.cid-uA7L9AVPKg .mbr-desc {
  margin-bottom: 8px;
}
.cid-uA7L9AVPKg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uA7L9AVPKg .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uA7L9AVPKg .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uA7L9AVPKg .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uA7L9AVPKg .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #050000;
  text-align: center;
}
.cid-uA7L9AVPKg .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uA7L9AVPKg .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uA7L9AVPKg .mbr-desc,
.cid-uA7L9AVPKg .mbr-iconfont {
  color: #050000;
}
.cid-uA7L9AVPKg .mbr-text,
.cid-uA7L9AVPKg .mbr-section-btn {
  color: #050000;
}
