.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 5rem;
  line-height: .8;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 4rem;
  line-height: 1.1em;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Instrument Serif', serif;
  font-size: 3rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #dcd4cb !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffdfc7 !important;
}
.bg-danger {
  background-color: #e6b4ce !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f7f1e3 !important;
  border-color: #f7f1e3 !important;
  color: #aa8631 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #aa8631 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #dcd4cb !important;
  border-color: #dcd4cb !important;
  color: #645544 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f1ede9 !important;
  border-color: #f1ede9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #645544 !important;
  background-color: #f1ede9 !important;
  border-color: #f1ede9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffdfc7 !important;
  border-color: #ffdfc7 !important;
  color: #c75500 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fffcfa !important;
  border-color: #fffcfa !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #c75500 !important;
  background-color: #fffcfa !important;
  border-color: #fffcfa !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e6b4ce !important;
  border-color: #e6b4ce !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f3dae7 !important;
  border-color: #f3dae7 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f3dae7 !important;
  border-color: #f3dae7 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f7f1e3;
  color: #f7f1e3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e4cfa0 !important;
  background-color: transparent !important;
  border-color: #e4cfa0 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #aa8631 !important;
  background-color: #f7f1e3 !important;
  border-color: #f7f1e3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  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: #d4d4d4 !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: #dcd4cb;
  color: #dcd4cb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b9a997 !important;
  background-color: transparent !important;
  border-color: #b9a997 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #645544 !important;
  background-color: #dcd4cb !important;
  border-color: #dcd4cb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffdfc7;
  color: #ffdfc7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffad70 !important;
  background-color: transparent !important;
  border-color: #ffad70 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #c75500 !important;
  background-color: #ffdfc7 !important;
  border-color: #ffdfc7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e6b4ce;
  color: #e6b4ce;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d073a4 !important;
  background-color: transparent !important;
  border-color: #d073a4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e6b4ce !important;
  border-color: #e6b4ce !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #f7f1e3 !important;
}
.text-success {
  color: #dcd4cb !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffdfc7 !important;
}
.text-danger {
  color: #e6b4ce !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e0c994 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b3a28e !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: #ffa561 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cc689c !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffdfc7;
}
.alert-danger {
  background-color: #e6b4ce;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f7f1e3 !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='%23000000' %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,
.mbr-section-btn-main {
  width: 100%;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 8px 50px;
  border-radius: 5px !important;
  font-weight: 400;
  border-width: 1px !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 15px;
    width: 100%;
  }
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: transparent !important;
  color: #f7f1e3 !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: transparent !important;
  color: #dcd4cb !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: transparent !important;
  color: #ffdfc7 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: transparent !important;
  color: #e6b4ce !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  background-color: #f7f1e3 !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  background-color: #dcd4cb !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  background-color: #ffdfc7 !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  background-color: #e6b4ce !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 20px !important;
}
.cid-u6kyoksNxH {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-u6kyoksNxH .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-u6kyoksNxH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-u6kyoksNxH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6kyoksNxH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6kyoksNxH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u6kyoksNxH .menu_box .navbar.opened,
  .cid-u6kyoksNxH .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u6kyoksNxH nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u6kyoksNxH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u6kyoksNxH .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u6kyoksNxH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u6kyoksNxH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u6kyoksNxH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u6kyoksNxH .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #dcd4cb;
  }
  .cid-u6kyoksNxH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u6kyoksNxH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u6kyoksNxH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u6kyoksNxH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u6kyoksNxH .offcanvas-body .mbr-text,
  .cid-u6kyoksNxH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u6kyoksNxH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u6kyoksNxH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u6kyoksNxH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u6kyoksNxH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u6kyoksNxH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u6kyoksNxH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u6kyoksNxH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u6kyoksNxH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u6kyoksNxH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u6kyoksNxH .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-u6kyoksNxH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u6kyoksNxH 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-u6kyoksNxH .lg_brand {
    margin: 0 1rem;
  }
  .cid-u6kyoksNxH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-u6kyoksNxH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u6kyoksNxH .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u6kyoksNxH .nav-item {
    margin: 0 !important;
  }
}
.cid-u6kyoksNxH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-u6kyoksNxH .nav-item .nav-link:hover,
.cid-u6kyoksNxH .nav-item .nav-link:focus {
  color: #baab99 !important;
}
.cid-u6kyoksNxH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u6kyoksNxH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u6kyoksNxH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u6kyoksNxH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u6kyoksNxH .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-u6kyoksNxH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u6kyoksNxH .offcanvas_box {
    display: none;
  }
}
.cid-u6kyoksNxH .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-u6kyoksNxH .dropdown-item:hover,
.cid-u6kyoksNxH .dropdown-item:focus {
  color: #baab99 !important;
}
.cid-u6kyoksNxH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u6kyoksNxH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-u6kyoksNxH .container {
  display: flex;
  margin: auto;
}
.cid-u6kyoksNxH .iconfont-wrapper {
  color: #000000;
  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-u6kyoksNxH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u6kyoksNxH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u6kyoksNxH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u6kyoksNxH .navbar-nav {
    margin: 0;
  }
}
.cid-u6kyoksNxH .dropdown-menu,
.cid-u6kyoksNxH .navbar.opened {
  background-color: true !important;
}
.cid-u6kyoksNxH .nav-item:focus,
.cid-u6kyoksNxH .nav-link:focus {
  outline: none;
}
.cid-u6kyoksNxH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6kyoksNxH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6kyoksNxH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6kyoksNxH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6kyoksNxH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6kyoksNxH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6kyoksNxH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u6kyoksNxH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u6kyoksNxH .navbar.opened {
  transition: all 0.3s;
}
.cid-u6kyoksNxH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u6kyoksNxH .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-u6kyoksNxH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u6kyoksNxH .navbar.collapsed {
  justify-content: center;
}
.cid-u6kyoksNxH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6kyoksNxH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6kyoksNxH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6kyoksNxH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6kyoksNxH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6kyoksNxH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u6kyoksNxH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u6kyoksNxH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u6kyoksNxH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u6kyoksNxH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6kyoksNxH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6kyoksNxH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u6kyoksNxH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6kyoksNxH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u6kyoksNxH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6kyoksNxH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u6kyoksNxH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u6kyoksNxH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u6kyoksNxH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u6kyoksNxH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6kyoksNxH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u6kyoksNxH .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6kyoksNxH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6kyoksNxH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6kyoksNxH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6kyoksNxH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u6kyoksNxH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6kyoksNxH .dropdown-item.active,
.cid-u6kyoksNxH .dropdown-item:active {
  background-color: transparent;
}
.cid-u6kyoksNxH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u6kyoksNxH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6kyoksNxH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6kyoksNxH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6kyoksNxH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u6kyoksNxH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6kyoksNxH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-u6kyoksNxH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u6kyoksNxH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6kyoksNxH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6kyoksNxH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6kyoksNxH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6kyoksNxH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6kyoksNxH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6kyoksNxH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6kyoksNxH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6kyoksNxH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u6kyoksNxH .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-u6kyoksNxH .navbar {
    height: 70px;
  }
  .cid-u6kyoksNxH .navbar.opened {
    height: auto;
  }
  .cid-u6kyoksNxH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6kyoksNxH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u6kyoksNxH .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-u6kyoksNxH .mbr-section-btn-main {
  width: fit-content;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u6kyoksNxH .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u6kyoksNxH .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-u6kyoksNxH .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-u6kyoksNxH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u6kyoksNxH .text_widget {
  margin-bottom: 32px;
}
.cid-u6kyoksNxH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u6kyoksNxH .text_widget a:hover,
.cid-u6kyoksNxH .text_widget a:focus {
  opacity: .8;
}
.cid-u6kyoksNxH .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-u6kyoksNxH .navbar-caption {
  color: #30262b;
}
.cid-u6kyoksNxH .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-u6kyoksNxH .mbr-section-subtitle,
.cid-u6kyoksNxH .text_widget,
.cid-u6kyoksNxH .mbr-section-btn {
  text-align: center;
}
.cid-u6kyoksNxH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLEU1US9nh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLEU1US9nh img,
.cid-uLEU1US9nh .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uLEU1US9nh .item:focus,
.cid-uLEU1US9nh span:focus {
  outline: none;
}
.cid-uLEU1US9nh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLEU1US9nh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLEU1US9nh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLEU1US9nh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLEU1US9nh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLEU1US9nh .mbr-section-title {
  color: #ffffff;
}
.cid-uLEU1US9nh .mbr-text,
.cid-uLEU1US9nh .mbr-section-btn {
  text-align: left;
}
.cid-uLEU1US9nh .item-title {
  text-align: left;
  color: #05386b;
}
.cid-uLEU1US9nh .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uLEU1US9nh .mbr-section-subtitle {
  color: #05386b;
}
.cid-uR65HvOA3N {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uR65HvOA3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR65HvOA3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR65HvOA3N .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uR65HvOA3N .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uR65HvOA3N .container {
    padding: 0 26px;
  }
}
.cid-uR65HvOA3N .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 1000px;
  padding: 45px;
}
@media (max-width: 1440px) {
  .cid-uR65HvOA3N .content-wrapper {
    height: 800px;
  }
}
@media (max-width: 992px) {
  .cid-uR65HvOA3N .content-wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uR65HvOA3N .content-wrapper {
    height: auto;
  }
}
.cid-uR65HvOA3N .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uR65HvOA3N .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-uR65HvOA3N .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uR65HvOA3N .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR65HvOA3N .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uR65HvOA3N .mbr-section-title {
  color: #000000;
}
.cid-uR65HvOA3N .mbr-text,
.cid-uR65HvOA3N .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uR65HvOA3N .mbr-section-title,
.cid-uR65HvOA3N .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uR65HvOA3N .mbr-section-title,
.cid-uR65HvOA3N .mbr-section-btn DIV {
  text-align: left;
}
.cid-u6kyDEioZ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6kyDEioZ3 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u6kyDEioZ3 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-u6kyDEioZ3 .container {
    padding: 0 26px;
  }
}
.cid-u6kyDEioZ3 .row {
  justify-content: center;
}
.cid-u6kyDEioZ3 .content-wrapper {
  padding: 200px 0 200px 60px;
  background-color: #ebebeb;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 200px 60px 200px 0;
}
@media (max-width: 992px) {
  .cid-u6kyDEioZ3 .content-wrapper {
    padding: 100px 20px;
  }
}
@media (max-width: 992px) {
  .cid-u6kyDEioZ3 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-u6kyDEioZ3 .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-u6kyDEioZ3 .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-u6kyDEioZ3 .content-wrapper .content-wrap {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .cid-u6kyDEioZ3 .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-u6kyDEioZ3 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u6kyDEioZ3 .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-u6kyDEioZ3 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u6kyDEioZ3 .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-u6kyDEioZ3 .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  padding-top: 20px;
}
.cid-u6kyDEioZ3 .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 50px;
  height: 50px;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-u6kyDEioZ3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 767px) {
  .cid-u6kyDEioZ3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6kyDEioZ3 .embla__slide .slide-content {
  width: 100%;
}
.cid-u6kyDEioZ3 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u6kyDEioZ3 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u6kyDEioZ3 .embla__button--next,
.cid-u6kyDEioZ3 .embla__button--prev {
  display: flex;
}
.cid-u6kyDEioZ3 .embla__button {
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-u6kyDEioZ3 .embla__button:hover {
  opacity: .6 !important;
}
.cid-u6kyDEioZ3 .embla__button.embla__button--prev {
  left: 0;
}
.cid-u6kyDEioZ3 .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-u6kyDEioZ3 .embla__button {
    top: 0;
  }
}
.cid-u6kyDEioZ3 .embla {
  position: relative;
  width: 55%;
}
@media (max-width: 1440px) {
  .cid-u6kyDEioZ3 .embla {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-u6kyDEioZ3 .embla {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-u6kyDEioZ3 .embla {
    padding-top: 25px;
  }
}
.cid-u6kyDEioZ3 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u6kyDEioZ3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6kyDEioZ3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6kyDEioZ3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6kyDEioZ3 .mbr-section-title {
  color: #000000;
}
.cid-u6kyDEioZ3 .mbr-section-subtitle {
  color: #000000;
}
.cid-u6kyDEioZ3 .mbr-text {
  color: #000000;
}
.cid-u6kyDEioZ3 .icon-wrapper {
  text-align: center;
}
.cid-uMvVwJkaJ4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMvVwJkaJ4 img,
.cid-uMvVwJkaJ4 .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uMvVwJkaJ4 .item:focus,
.cid-uMvVwJkaJ4 span:focus {
  outline: none;
}
.cid-uMvVwJkaJ4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMvVwJkaJ4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f4f1f1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMvVwJkaJ4 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uMvVwJkaJ4 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMvVwJkaJ4 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uMvVwJkaJ4 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uMvVwJkaJ4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMvVwJkaJ4 .mbr-section-title {
  color: #232323;
}
.cid-uMvVwJkaJ4 .mbr-text,
.cid-uMvVwJkaJ4 .mbr-section-btn {
  text-align: center;
}
.cid-uMvVwJkaJ4 .item-title {
  text-align: center;
}
.cid-uMvVwJkaJ4 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uMvVvqHgog {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMvVvqHgog img,
.cid-uMvVvqHgog .item-img {
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-uMvVvqHgog .item:focus,
.cid-uMvVvqHgog span:focus {
  outline: none;
}
.cid-uMvVvqHgog .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMvVvqHgog .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f7f1e3;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMvVvqHgog .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uMvVvqHgog .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMvVvqHgog .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uMvVvqHgog .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uMvVvqHgog .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMvVvqHgog .mbr-section-title {
  color: #232323;
}
.cid-uMvVvqHgog .mbr-text,
.cid-uMvVvqHgog .mbr-section-btn {
  text-align: center;
}
.cid-uMvVvqHgog .item-title {
  text-align: center;
}
.cid-uMvVvqHgog .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-u6kyCVfeRY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6kyCVfeRY .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u6kyCVfeRY .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-u6kyCVfeRY .container {
    padding: 0 26px;
  }
}
.cid-u6kyCVfeRY .row {
  justify-content: center;
}
.cid-u6kyCVfeRY .content-wrapper {
  padding: 100px 60px;
  background-color: #fdfbf7;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u6kyCVfeRY .content-wrapper {
    padding: 100px 20px;
  }
}
.cid-u6kyCVfeRY .content-wrapper .content-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u6kyCVfeRY .content-wrapper .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-u6kyCVfeRY .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u6kyCVfeRY .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-u6kyCVfeRY .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u6kyCVfeRY .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u6kyCVfeRY .content-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-u6kyCVfeRY .content-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u6kyCVfeRY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 767px) {
  .cid-u6kyCVfeRY .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6kyCVfeRY .embla__slide .slide-content {
  width: 100%;
}
.cid-u6kyCVfeRY .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 440px;
  border-radius: 20px;
  overflow: hidden;
}
.cid-u6kyCVfeRY .embla__slide .slide-content .item-wrapper .item-img:hover .item-title,
.cid-u6kyCVfeRY .embla__slide .slide-content .item-wrapper .item-img:focus .item-title {
  opacity: 1;
  transform: translateY(0);
}
.cid-u6kyCVfeRY .embla__slide .slide-content .item-wrapper .item-img:hover:before,
.cid-u6kyCVfeRY .embla__slide .slide-content .item-wrapper .item-img:focus:before {
  opacity: .3;
}
.cid-u6kyCVfeRY .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-u6kyCVfeRY .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1);
}
.cid-u6kyCVfeRY .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
  transition: all 0.3s ease-in-out;
}
.cid-u6kyCVfeRY .embla__slide .slide-content .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-u6kyCVfeRY .embla__slide .slide-content .item-wrapper .item-img .item-title {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(16px);
  padding: 0 16px;
  transition: all 0.3s ease-in-out;
}
.cid-u6kyCVfeRY .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.cid-u6kyCVfeRY .embla__button--next,
.cid-u6kyCVfeRY .embla__button--prev {
  display: flex;
}
.cid-u6kyCVfeRY .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-u6kyCVfeRY .embla__button:hover {
  opacity: .6 !important;
}
.cid-u6kyCVfeRY .embla__button.embla__button--prev {
  left: 0;
}
.cid-u6kyCVfeRY .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 768px) {
  .cid-u6kyCVfeRY .embla__button {
    top: 0;
  }
}
.cid-u6kyCVfeRY .embla {
  position: relative;
  width: 100%;
  padding-top: 2rem;
}
.cid-u6kyCVfeRY .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u6kyCVfeRY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6kyCVfeRY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6kyCVfeRY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6kyCVfeRY .mbr-section-title {
  color: #000000;
}
.cid-u6kyCVfeRY .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u6kyCVfeRY .mbr-text,
.cid-u6kyCVfeRY .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-u6kyCVfeRY .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6kyCVfeRY .mbr-section-title,
.cid-u6kyCVfeRY .mbr-section-btn {
  text-align: center;
}
.cid-uMjkhS3B0N {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMjkhS3B0N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjkhS3B0N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjkhS3B0N .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uMjkhS3B0N .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uMjkhS3B0N .container {
    padding: 0 26px;
  }
}
.cid-uMjkhS3B0N .row {
  justify-content: center;
}
.cid-uMjkhS3B0N .content-wrapper {
  display: flex;
  padding: 200px 60px;
  background-color: #d3c9b1;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uMjkhS3B0N .content-wrapper {
    padding: 100px 20px;
    display: block;
    height: auto;
  }
}
.cid-uMjkhS3B0N .content-wrapper .mbr-section-title {
  width: 50%;
  padding-right: 45px;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uMjkhS3B0N .content-wrapper .mbr-section-title {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMjkhS3B0N .content-wrapper .mbr-section-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uMjkhS3B0N .content-wrapper .text-wrapper {
  width: 50%;
  padding-right: 150px;
  padding-right: 0;
  padding-left: 150px;
}
@media (max-width: 1440px) {
  .cid-uMjkhS3B0N .content-wrapper .text-wrapper {
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uMjkhS3B0N .content-wrapper .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uMjkhS3B0N .content-wrapper .text-wrapper {
    padding-left: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uMjkhS3B0N .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMjkhS3B0N .content-wrapper .text-wrapper .text-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMjkhS3B0N .content-wrapper .text-wrapper .text-wrap {
    margin-bottom: 40px;
  }
}
.cid-uMjkhS3B0N .content-wrapper .text-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uMjkhS3B0N .content-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uMjkhS3B0N .mbr-section-title {
  color: #000000;
}
.cid-uMjkhS3B0N .mbr-section-subtitle {
  color: #000000;
}
.cid-uMjkhS3B0N .mbr-text {
  color: #000000;
}
.cid-uNlxSPSVUY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/les-maisons-secretes-x-maison-kalos-avril-2025-51.jpg-2000x3000.jpeg");
}
.cid-uNlxSPSVUY .row {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uNlxSPSVUY .row {
    height: 350px;
  }
}
.cid-uNlxSPSVUY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNlxSPSVUY .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-uNlxSPSVUY .container {
    padding: 0 26px;
  }
}
.cid-u6kyt2VTxr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6kyt2VTxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6kyt2VTxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6kyt2VTxr .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u6kyt2VTxr .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-u6kyt2VTxr .container {
    padding: 0 26px;
  }
}
.cid-u6kyt2VTxr .row {
  justify-content: center;
}
.cid-u6kyt2VTxr .content-wrapper {
  display: flex;
  padding: 200px 60px;
  background-color: #fdfbf7;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u6kyt2VTxr .content-wrapper {
    padding: 100px 20px;
    display: block;
    height: auto;
  }
}
.cid-u6kyt2VTxr .content-wrapper .mbr-section-title {
  width: 50%;
  padding-right: 45px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u6kyt2VTxr .content-wrapper .mbr-section-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-u6kyt2VTxr .content-wrapper .text-wrapper {
  width: 50%;
  padding-right: 150px;
}
@media (max-width: 1440px) {
  .cid-u6kyt2VTxr .content-wrapper .text-wrapper {
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-u6kyt2VTxr .content-wrapper .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-u6kyt2VTxr .content-wrapper .text-wrapper .text-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u6kyt2VTxr .content-wrapper .text-wrapper .text-wrap {
    margin-bottom: 40px;
  }
}
.cid-u6kyt2VTxr .content-wrapper .text-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-u6kyt2VTxr .content-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u6kyt2VTxr .mbr-section-title {
  color: #000000;
}
.cid-u6kyt2VTxr .mbr-section-subtitle {
  color: #000000;
}
.cid-u6kyt2VTxr .mbr-text {
  color: #000000;
}
.cid-u6kyt2VTxr .mbr-text,
.cid-u6kyt2VTxr .mbr-section-btn {
  text-align: left;
}
.cid-uMjpJw2ZdM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d3c9b1;
}
.cid-uMjpJw2ZdM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjpJw2ZdM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjpJw2ZdM .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uMjpJw2ZdM .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uMjpGCJr2P {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMjpGCJr2P .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uMjpGCJr2P form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uMjpGCJr2P form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uMjpGCJr2P form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uN8WIGWnGt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uN8WIGWnGt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN8WIGWnGt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN8WIGWnGt .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uN8WIGWnGt .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uN8WIGWnGt .container {
    padding: 0 26px;
  }
}
.cid-uN8WIGWnGt .row {
  justify-content: center;
}
.cid-uN8WIGWnGt .content-wrapper {
  display: flex;
  padding: 200px 60px;
  background-color: #ffffff;
  align-items: center;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-uN8WIGWnGt .content-wrapper {
    padding: 100px 20px;
    display: block;
    height: auto;
  }
}
.cid-uN8WIGWnGt .content-wrapper .mbr-section-title {
  width: 50%;
  padding-right: 45px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uN8WIGWnGt .content-wrapper .mbr-section-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uN8WIGWnGt .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-uN8WIGWnGt .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uN8WIGWnGt .content-wrapper .text-wrapper .text-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uN8WIGWnGt .content-wrapper .text-wrapper .text-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uN8WIGWnGt .mbr-section-title {
  color: #000000;
}
.cid-uN8WIGWnGt .list {
  color: #000000;
}
.cid-uNkBOjLKaP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNkBOjLKaP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkBOjLKaP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkBOjLKaP .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uNkBOjLKaP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uNkBOjLKaP .container {
    padding: 0 26px;
  }
}
.cid-uNkBOjLKaP .row {
  justify-content: center;
}
.cid-uNkBOjLKaP .google-map iframe {
  border-radius: 20px !important;
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uNkBOjLKaP .google-map iframe {
    height: 400px;
  }
}
.cid-u6kyx6blOo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #988774;
}
.cid-u6kyx6blOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6kyx6blOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6kyx6blOo .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .container {
    padding: 0 26px;
  }
}
.cid-u6kyx6blOo .row {
  justify-content: center;
}
.cid-u6kyx6blOo .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u6kyx6blOo .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u6kyx6blOo .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u6kyx6blOo .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u6kyx6blOo .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u6kyx6blOo .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u6kyx6blOo .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-u6kyx6blOo .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6kyx6blOo .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-u6kyx6blOo .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-u6kyx6blOo .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-u6kyx6blOo .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-u6kyx6blOo .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u6kyx6blOo .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-u6kyx6blOo .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-u6kyx6blOo .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-u6kyx6blOo .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #988774;
}
.cid-u6kyx6blOo .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-u6kyx6blOo .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6kyx6blOo .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-u6kyx6blOo .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u6kyx6blOo .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u6kyx6blOo .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #988774;
}
.cid-u6kyx6blOo .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-u6kyx6blOo .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-u6kyx6blOo .mbr-section-title {
  color: #ffffff;
}
.cid-u6kyx6blOo .mbr-text {
  color: #ffffff;
}
.cid-u6kyx6blOo .list {
  color: #ffffff;
}
.cid-u6kyx6blOo .list,
.cid-u6kyx6blOo .nav-wrapper,
.cid-u6kyx6blOo .social-wrapper {
  text-align: right;
}
.cid-u6kyx6blOo .list,
.cid-u6kyx6blOo .item-wrap,
.cid-u6kyx6blOo .social-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u6kyoksNxH {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-u6kyoksNxH .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-u6kyoksNxH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-u6kyoksNxH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6kyoksNxH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6kyoksNxH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u6kyoksNxH .menu_box .navbar.opened,
  .cid-u6kyoksNxH .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u6kyoksNxH nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u6kyoksNxH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u6kyoksNxH .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u6kyoksNxH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u6kyoksNxH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u6kyoksNxH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u6kyoksNxH .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #dcd4cb;
  }
  .cid-u6kyoksNxH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u6kyoksNxH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u6kyoksNxH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u6kyoksNxH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u6kyoksNxH .offcanvas-body .mbr-text,
  .cid-u6kyoksNxH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u6kyoksNxH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u6kyoksNxH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u6kyoksNxH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u6kyoksNxH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u6kyoksNxH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u6kyoksNxH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u6kyoksNxH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u6kyoksNxH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u6kyoksNxH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u6kyoksNxH .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-u6kyoksNxH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u6kyoksNxH 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-u6kyoksNxH .lg_brand {
    margin: 0 1rem;
  }
  .cid-u6kyoksNxH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-u6kyoksNxH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u6kyoksNxH .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u6kyoksNxH .nav-item {
    margin: 0 !important;
  }
}
.cid-u6kyoksNxH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-u6kyoksNxH .nav-item .nav-link:hover,
.cid-u6kyoksNxH .nav-item .nav-link:focus {
  color: #baab99 !important;
}
.cid-u6kyoksNxH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u6kyoksNxH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u6kyoksNxH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u6kyoksNxH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u6kyoksNxH .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-u6kyoksNxH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u6kyoksNxH .offcanvas_box {
    display: none;
  }
}
.cid-u6kyoksNxH .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-u6kyoksNxH .dropdown-item:hover,
.cid-u6kyoksNxH .dropdown-item:focus {
  color: #baab99 !important;
}
.cid-u6kyoksNxH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u6kyoksNxH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-u6kyoksNxH .container {
  display: flex;
  margin: auto;
}
.cid-u6kyoksNxH .iconfont-wrapper {
  color: #000000;
  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-u6kyoksNxH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u6kyoksNxH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u6kyoksNxH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u6kyoksNxH .navbar-nav {
    margin: 0;
  }
}
.cid-u6kyoksNxH .dropdown-menu,
.cid-u6kyoksNxH .navbar.opened {
  background-color: true !important;
}
.cid-u6kyoksNxH .nav-item:focus,
.cid-u6kyoksNxH .nav-link:focus {
  outline: none;
}
.cid-u6kyoksNxH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6kyoksNxH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6kyoksNxH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6kyoksNxH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6kyoksNxH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6kyoksNxH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6kyoksNxH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u6kyoksNxH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u6kyoksNxH .navbar.opened {
  transition: all 0.3s;
}
.cid-u6kyoksNxH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u6kyoksNxH .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-u6kyoksNxH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u6kyoksNxH .navbar.collapsed {
  justify-content: center;
}
.cid-u6kyoksNxH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6kyoksNxH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6kyoksNxH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6kyoksNxH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6kyoksNxH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6kyoksNxH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u6kyoksNxH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u6kyoksNxH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u6kyoksNxH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u6kyoksNxH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6kyoksNxH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6kyoksNxH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u6kyoksNxH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6kyoksNxH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u6kyoksNxH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6kyoksNxH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u6kyoksNxH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u6kyoksNxH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u6kyoksNxH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u6kyoksNxH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6kyoksNxH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u6kyoksNxH .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6kyoksNxH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6kyoksNxH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6kyoksNxH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6kyoksNxH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u6kyoksNxH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6kyoksNxH .dropdown-item.active,
.cid-u6kyoksNxH .dropdown-item:active {
  background-color: transparent;
}
.cid-u6kyoksNxH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u6kyoksNxH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6kyoksNxH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6kyoksNxH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6kyoksNxH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u6kyoksNxH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6kyoksNxH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-u6kyoksNxH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u6kyoksNxH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6kyoksNxH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6kyoksNxH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6kyoksNxH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6kyoksNxH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6kyoksNxH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6kyoksNxH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6kyoksNxH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6kyoksNxH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u6kyoksNxH .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-u6kyoksNxH .navbar {
    height: 70px;
  }
  .cid-u6kyoksNxH .navbar.opened {
    height: auto;
  }
  .cid-u6kyoksNxH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6kyoksNxH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u6kyoksNxH .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-u6kyoksNxH .mbr-section-btn-main {
  width: fit-content;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u6kyoksNxH .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u6kyoksNxH .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-u6kyoksNxH .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-u6kyoksNxH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u6kyoksNxH .text_widget {
  margin-bottom: 32px;
}
.cid-u6kyoksNxH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u6kyoksNxH .text_widget a:hover,
.cid-u6kyoksNxH .text_widget a:focus {
  opacity: .8;
}
.cid-u6kyoksNxH .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-u6kyoksNxH .navbar-caption {
  color: #30262b;
}
.cid-u6kyoksNxH .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-u6kyoksNxH .mbr-section-subtitle,
.cid-u6kyoksNxH .text_widget,
.cid-u6kyoksNxH .mbr-section-btn {
  text-align: center;
}
.cid-u6kyoksNxH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u6kyvn8mjq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/les-maisons-secretes-x-maison-kalos-avril-2025-24.jpg-2000x3000.jpeg");
}
.cid-u6kyvn8mjq .row {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-u6kyvn8mjq .row {
    height: 350px;
  }
}
.cid-u6kyvn8mjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6kyvn8mjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6kyvn8mjq .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u6kyvn8mjq .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-u6kyvn8mjq .container {
    padding: 0 26px;
  }
}
.cid-uMpD39Zs2O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMpD39Zs2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpD39Zs2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpD39Zs2O .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uMpD39Zs2O .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uMpD39Zs2O .container {
    padding: 0 26px;
  }
}
.cid-uMpD39Zs2O .row {
  justify-content: center;
}
.cid-uMpD39Zs2O .content-wrapper {
  padding: 200px 60px;
  background-color: #fdfbf7;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uMpD39Zs2O .content-wrapper {
    padding: 100px 20px;
  }
}
.cid-uMpD39Zs2O .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMpD39Zs2O .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMpD39Zs2O .content-wrapper .title-wrapper .mbr-title {
  margin-bottom: 30px;
}
.cid-uMpD39Zs2O .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMpD39Zs2O .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMpD39Zs2O .content-wrapper .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uMpD39Zs2O .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uMpD39Zs2O .content-wrapper .content-wrap .contacts-wrapper {
  width: 50%;
  padding-right: 45px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMpD39Zs2O .content-wrapper .content-wrap .contacts-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uMpD39Zs2O .content-wrapper .content-wrap .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMpD39Zs2O .content-wrapper .content-wrap .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMpD39Zs2O .content-wrapper .content-wrap .contacts-wrapper .list .item-wrap {
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
  cursor: pointer;
}
.cid-uMpD39Zs2O .content-wrapper .content-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-uMpD39Zs2O .content-wrapper .content-wrap .contacts-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-uMpD39Zs2O .content-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMpD39Zs2O .content-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uMpD39Zs2O .content-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uMpD39Zs2O .content-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px !important;
}
.cid-uMpD39Zs2O .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
  padding: 0 8px;
}
.cid-uMpD39Zs2O .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uMpD39Zs2O .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 8px 16px;
  border: 1px solid #69727d !important;
  box-shadow: none;
  border-radius: 3px !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
.cid-uMpD39Zs2O .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uMpD39Zs2O .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-uMpD39Zs2O .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  font-size: 18px;
  opacity: .5;
}
.cid-uMpD39Zs2O .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 50px;
}
.cid-uMpD39Zs2O .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uMpD39Zs2O .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: transparent;
  border-color: #69727d;
  border-radius: 3px;
  margin-top: 2px;
}
.cid-uMpD39Zs2O .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cid-uMpD39Zs2O .mbr-title {
  color: #000000;
  text-align: center;
}
.cid-uMpD39Zs2O .mbr-section-title {
  color: #000000;
}
.cid-uMpD39Zs2O .mbr-section-subtitle {
  color: #000000;
}
.cid-uMpD39Zs2O .mbr-text,
.cid-uMpD39Zs2O .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uMpD39Zs2O .list {
  color: #000000;
}
.cid-uMpD39Zs2O label {
  color: #000000;
}
.cid-uMpD39Zs2O .mbr-section-btn {
  text-align: center;
}
.cid-uMpD39Zs2O .mbr-title,
.cid-uMpD39Zs2O .mbr-section-btn {
  text-align: left;
}
.cid-uMpEffQT21 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMpEffQT21 img,
.cid-uMpEffQT21 .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uMpEffQT21 .item:focus,
.cid-uMpEffQT21 span:focus {
  outline: none;
}
.cid-uMpEffQT21 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMpEffQT21 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMpEffQT21 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uMpEffQT21 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMpEffQT21 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uMpEffQT21 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uMpEffQT21 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMpEffQT21 .mbr-section-title {
  color: #232323;
}
.cid-uMpEffQT21 .mbr-text,
.cid-uMpEffQT21 .mbr-section-btn {
  text-align: center;
}
.cid-uMpEffQT21 .item-title {
  text-align: center;
}
.cid-uMpEffQT21 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uMpDSVFpJU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMpDSVFpJU img,
.cid-uMpDSVFpJU .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uMpDSVFpJU .item:focus,
.cid-uMpDSVFpJU span:focus {
  outline: none;
}
.cid-uMpDSVFpJU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMpDSVFpJU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMpDSVFpJU .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uMpDSVFpJU .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMpDSVFpJU .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uMpDSVFpJU .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uMpDSVFpJU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMpDSVFpJU .mbr-section-title {
  color: #232323;
}
.cid-uMpDSVFpJU .mbr-text,
.cid-uMpDSVFpJU .mbr-section-btn {
  text-align: center;
}
.cid-uMpDSVFpJU .item-title {
  text-align: center;
}
.cid-uMpDSVFpJU .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-u6kyx6blOo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #988774;
}
.cid-u6kyx6blOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6kyx6blOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6kyx6blOo .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .container {
    padding: 0 26px;
  }
}
.cid-u6kyx6blOo .row {
  justify-content: center;
}
.cid-u6kyx6blOo .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u6kyx6blOo .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u6kyx6blOo .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u6kyx6blOo .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u6kyx6blOo .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u6kyx6blOo .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u6kyx6blOo .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-u6kyx6blOo .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6kyx6blOo .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-u6kyx6blOo .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-u6kyx6blOo .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-u6kyx6blOo .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-u6kyx6blOo .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u6kyx6blOo .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-u6kyx6blOo .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-u6kyx6blOo .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-u6kyx6blOo .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #988774;
}
.cid-u6kyx6blOo .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-u6kyx6blOo .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6kyx6blOo .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-u6kyx6blOo .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u6kyx6blOo .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u6kyx6blOo .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #988774;
}
.cid-u6kyx6blOo .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-u6kyx6blOo .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-u6kyx6blOo .mbr-section-title {
  color: #ffffff;
}
.cid-u6kyx6blOo .mbr-text {
  color: #ffffff;
}
.cid-u6kyx6blOo .list {
  color: #ffffff;
}
.cid-u6kyx6blOo .list,
.cid-u6kyx6blOo .nav-wrapper,
.cid-u6kyx6blOo .social-wrapper {
  text-align: right;
}
.cid-u6kyx6blOo .list,
.cid-u6kyx6blOo .item-wrap,
.cid-u6kyx6blOo .social-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uNC0l4UyGE {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uNC0l4UyGE .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-uNC0l4UyGE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-uNC0l4UyGE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNC0l4UyGE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNC0l4UyGE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNC0l4UyGE .menu_box .navbar.opened,
  .cid-uNC0l4UyGE .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNC0l4UyGE nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNC0l4UyGE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNC0l4UyGE .btn:hover {
  box-shadow: none;
}
.cid-uNC0l4UyGE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNC0l4UyGE .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uNC0l4UyGE .nav-item {
    margin: 0 !important;
  }
}
.cid-uNC0l4UyGE .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uNC0l4UyGE .nav-item .nav-link:hover,
.cid-uNC0l4UyGE .nav-item .nav-link:focus {
  color: #baab99 !important;
}
.cid-uNC0l4UyGE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNC0l4UyGE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNC0l4UyGE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNC0l4UyGE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNC0l4UyGE .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-uNC0l4UyGE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNC0l4UyGE .offcanvas_box {
    display: none;
  }
}
.cid-uNC0l4UyGE .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uNC0l4UyGE .dropdown-item:hover,
.cid-uNC0l4UyGE .dropdown-item:focus {
  color: #baab99 !important;
}
.cid-uNC0l4UyGE .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNC0l4UyGE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uNC0l4UyGE .container {
  display: flex;
  margin: auto;
}
.cid-uNC0l4UyGE .iconfont-wrapper {
  color: #000000;
  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-uNC0l4UyGE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNC0l4UyGE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNC0l4UyGE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNC0l4UyGE .navbar-nav {
    margin: 0;
  }
}
.cid-uNC0l4UyGE .dropdown-menu,
.cid-uNC0l4UyGE .navbar.opened {
  background-color: true !important;
}
.cid-uNC0l4UyGE .nav-item:focus,
.cid-uNC0l4UyGE .nav-link:focus {
  outline: none;
}
.cid-uNC0l4UyGE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNC0l4UyGE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNC0l4UyGE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNC0l4UyGE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNC0l4UyGE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNC0l4UyGE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNC0l4UyGE .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uNC0l4UyGE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNC0l4UyGE .navbar.opened {
  transition: all 0.3s;
}
.cid-uNC0l4UyGE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNC0l4UyGE .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uNC0l4UyGE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNC0l4UyGE .navbar.collapsed {
  justify-content: center;
}
.cid-uNC0l4UyGE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNC0l4UyGE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNC0l4UyGE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNC0l4UyGE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNC0l4UyGE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNC0l4UyGE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNC0l4UyGE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNC0l4UyGE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNC0l4UyGE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uNC0l4UyGE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNC0l4UyGE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNC0l4UyGE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNC0l4UyGE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNC0l4UyGE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNC0l4UyGE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNC0l4UyGE .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uNC0l4UyGE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNC0l4UyGE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNC0l4UyGE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNC0l4UyGE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNC0l4UyGE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNC0l4UyGE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNC0l4UyGE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNC0l4UyGE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNC0l4UyGE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNC0l4UyGE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNC0l4UyGE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNC0l4UyGE .dropdown-item.active,
.cid-uNC0l4UyGE .dropdown-item:active {
  background-color: transparent;
}
.cid-uNC0l4UyGE .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uNC0l4UyGE .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-uNC0l4UyGE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNC0l4UyGE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNC0l4UyGE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNC0l4UyGE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNC0l4UyGE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNC0l4UyGE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-uNC0l4UyGE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNC0l4UyGE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNC0l4UyGE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNC0l4UyGE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNC0l4UyGE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNC0l4UyGE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNC0l4UyGE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNC0l4UyGE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNC0l4UyGE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNC0l4UyGE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNC0l4UyGE .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-uNC0l4UyGE .navbar {
    height: 70px;
  }
  .cid-uNC0l4UyGE .navbar.opened {
    height: auto;
  }
  .cid-uNC0l4UyGE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNC0l4UyGE .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uNC0l4UyGE .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uNC0l4UyGE .mbr-section-btn-main {
  width: fit-content;
}
.cid-uNC0l4UyGE .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uNC0l4UyGE .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uNC0l4UyGE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNC0l4UyGE .text_widget {
  margin-bottom: 32px;
}
.cid-uNC0l4UyGE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNC0l4UyGE .text_widget a:hover,
.cid-uNC0l4UyGE .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uNC0l4UyGE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uNC0l4UyGE .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uNC0l4UyGE .navbar-caption {
  color: #30262b;
}
.cid-uNC0l4UyGE .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uNC0l4UyGE .icons-menu-main {
  display: flex;
}
.cid-uNC0l4UyGE .mbr-section-subtitle,
.cid-uNC0l4UyGE .text_widget,
.cid-uNC0l4UyGE .mbr-section-btn {
  text-align: center;
}
.cid-uNC0l4UyGE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNC0l5nbw4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNC0l5nbw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC0l5nbw4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC0l5nbw4 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uNC0l5nbw4 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uNC0l5nbw4 .container {
    padding: 0 26px;
  }
}
.cid-uNC0l5nbw4 .row {
  justify-content: center;
}
.cid-uNC0l5nbw4 .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 90vh;
  padding: 100px;
}
@media (max-width: 1440px) {
  .cid-uNC0l5nbw4 .content-wrapper {
    padding: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uNC0l5nbw4 .content-wrapper {
    padding: 20px;
  }
}
.cid-uNC0l5nbw4 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uNC0l5nbw4 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
  background-color: #000000;
  opacity: .5;
}
.cid-uNC0l5nbw4 .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uNC0l5nbw4 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uNC0l5nbw4 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNC0l5nbw4 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNC0l5nbw4 .mbr-section-title {
  color: #ffffff;
}
.cid-uNC0l5nbw4 .mbr-text,
.cid-uNC0l5nbw4 .text-wrapper {
  color: #ffffff;
}
.cid-uNC0l5BvgE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNC0l5BvgE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC0l5BvgE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC0l5BvgE .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uNC0l5BvgE .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uNC0l5BvgE .container {
    padding: 0 26px;
  }
}
.cid-uNC0l5BvgE .row {
  justify-content: center;
}
.cid-uNC0l5BvgE .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uNC0l5BvgE .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uNC0l5BvgE .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uNC0l5BvgE .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNC0l5BvgE .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uNC0l5BvgE .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uNC0l5BvgE .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uNC0l5BvgE .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uNC0l5BvgE .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uNC0l5BvgE .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uNC0l5BvgE .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uNC0l5BvgE .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uNC0l5BvgE .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uNC0l5BvgE .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNC0l5BvgE .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uNC0l5BvgE .mbr-section-title {
  color: #000000;
}
.cid-uNC0l5BvgE .mbr-section-subtitle {
  color: #000000;
}
.cid-uNC0l5BvgE .mbr-text {
  color: #000000;
}
.cid-uNC0l5QhMg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNC0l5QhMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC0l5QhMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC0l5QhMg .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uNC0l5QhMg .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uNC0l5QhMg .container {
    padding: 0 26px;
  }
}
.cid-uNC0l5QhMg .row {
  justify-content: center;
}
.cid-uNC0l5QhMg .title-wrapper {
  margin-bottom: 40px;
}
.cid-uNC0l5QhMg .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uNC0l5QhMg .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uNC0l5QhMg .items-wrapper {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-uNC0l5QhMg .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNC0l5QhMg .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uNC0l5QhMg .items-wrapper .item:focus .item-wrapper .item-img::before,
.cid-uNC0l5QhMg .items-wrapper .item:hover .item-wrapper .item-img::before {
  opacity: .2;
}
.cid-uNC0l5QhMg .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uNC0l5QhMg .items-wrapper .item .item-wrapper .item-img img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNC0l5QhMg .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uNC0l5QhMg .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.cid-uNC0l5QhMg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNC0l5QhMg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPMnrIi75g {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPMnrIi75g img,
.cid-uPMnrIi75g .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uPMnrIi75g .item:focus,
.cid-uPMnrIi75g span:focus {
  outline: none;
}
.cid-uPMnrIi75g .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uPMnrIi75g .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uPMnrIi75g .item {
  padding: 0;
  margin: 0;
}
.cid-uPMnrIi75g .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uPMnrIi75g .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uPMnrIi75g .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPMnrIi75g .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uPMnrIi75g .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uPMnrIi75g .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uPMnrIi75g .mbr-section-title {
  color: #ffffff;
}
.cid-uPMnrIi75g .mbr-text,
.cid-uPMnrIi75g .mbr-section-btn {
  text-align: left;
}
.cid-uPMnrIi75g .item-title {
  text-align: center;
  color: #000000;
}
.cid-uPMnrIi75g .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uPMnrIi75g .mbr-section-subtitle {
  color: #05386b;
}
.cid-uPSnV0H2Nc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPSnV0H2Nc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPSnV0H2Nc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPSnV0H2Nc .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uPSnV0H2Nc .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uPSnV0H2Nc .container {
    padding: 0 26px;
  }
}
.cid-uPSnV0H2Nc .row {
  justify-content: center;
}
.cid-uPSnV0H2Nc .tabs-wrapper {
  text-align: center;
}
.cid-uPSnV0H2Nc .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPSnV0H2Nc .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 40px;
  }
}
.cid-uPSnV0H2Nc .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 10px;
}
.cid-uPSnV0H2Nc .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 8px 20px;
  margin-bottom: 0;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uPSnV0H2Nc .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #000000;
}
.cid-uPSnV0H2Nc .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #dcd4cb;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uPSnV0H2Nc .tab-content .tab-pane .content-wrap {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uPSnV0H2Nc .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uPSnV0H2Nc .tab-content .tab-pane .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPSnV0H2Nc .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uPSnV0H2Nc .tab-content .tab-pane .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPSnV0H2Nc .tab-content .tab-pane .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPSnV0H2Nc .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPSnV0H2Nc .tab-content .tab-pane .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uPSnV0H2Nc .tab-content .tab-pane .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPSnV0H2Nc .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uPSnV0H2Nc .item-title {
  color: #000000;
}
.cid-uPSnV0H2Nc .item-text {
  color: #000000;
}
.cid-uNC0l6QTmB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #988774;
}
.cid-uNC0l6QTmB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC0l6QTmB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC0l6QTmB .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uNC0l6QTmB .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uNC0l6QTmB .container {
    padding: 0 26px;
  }
}
.cid-uNC0l6QTmB .row {
  justify-content: center;
}
.cid-uNC0l6QTmB .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uNC0l6QTmB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNC0l6QTmB .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uNC0l6QTmB .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNC0l6QTmB .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uNC0l6QTmB .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uNC0l6QTmB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uNC0l6QTmB .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNC0l6QTmB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNC0l6QTmB .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNC0l6QTmB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNC0l6QTmB .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uNC0l6QTmB .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uNC0l6QTmB .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uNC0l6QTmB .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uNC0l6QTmB .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uNC0l6QTmB .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uNC0l6QTmB .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uNC0l6QTmB .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uNC0l6QTmB .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uNC0l6QTmB .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNC0l6QTmB .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uNC0l6QTmB .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uNC0l6QTmB .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uNC0l6QTmB .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uNC0l6QTmB .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #988774;
}
.cid-uNC0l6QTmB .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNC0l6QTmB .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uNC0l6QTmB .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uNC0l6QTmB .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uNC0l6QTmB .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNC0l6QTmB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNC0l6QTmB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #988774;
}
.cid-uNC0l6QTmB .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uNC0l6QTmB .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNC0l6QTmB .mbr-section-title {
  color: #ffffff;
}
.cid-uNC0l6QTmB .mbr-text {
  color: #ffffff;
}
.cid-uNC0l6QTmB .list {
  color: #ffffff;
}
.cid-uNC0l6QTmB .list,
.cid-uNC0l6QTmB .nav-wrapper,
.cid-uNC0l6QTmB .social-wrapper {
  text-align: right;
}
.cid-uNC0l6QTmB .list,
.cid-uNC0l6QTmB .item-wrap,
.cid-uNC0l6QTmB .social-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uNC0ps3EQs {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uNC0ps3EQs .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-uNC0ps3EQs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-uNC0ps3EQs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNC0ps3EQs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNC0ps3EQs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNC0ps3EQs .menu_box .navbar.opened,
  .cid-uNC0ps3EQs .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNC0ps3EQs nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNC0ps3EQs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNC0ps3EQs .btn:hover {
  box-shadow: none;
}
.cid-uNC0ps3EQs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNC0ps3EQs .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uNC0ps3EQs .nav-item {
    margin: 0 !important;
  }
}
.cid-uNC0ps3EQs .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uNC0ps3EQs .nav-item .nav-link:hover,
.cid-uNC0ps3EQs .nav-item .nav-link:focus {
  color: #baab99 !important;
}
.cid-uNC0ps3EQs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNC0ps3EQs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNC0ps3EQs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNC0ps3EQs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNC0ps3EQs .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-uNC0ps3EQs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNC0ps3EQs .offcanvas_box {
    display: none;
  }
}
.cid-uNC0ps3EQs .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uNC0ps3EQs .dropdown-item:hover,
.cid-uNC0ps3EQs .dropdown-item:focus {
  color: #baab99 !important;
}
.cid-uNC0ps3EQs .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNC0ps3EQs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uNC0ps3EQs .container {
  display: flex;
  margin: auto;
}
.cid-uNC0ps3EQs .iconfont-wrapper {
  color: #000000;
  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-uNC0ps3EQs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNC0ps3EQs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNC0ps3EQs .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNC0ps3EQs .navbar-nav {
    margin: 0;
  }
}
.cid-uNC0ps3EQs .dropdown-menu,
.cid-uNC0ps3EQs .navbar.opened {
  background-color: true !important;
}
.cid-uNC0ps3EQs .nav-item:focus,
.cid-uNC0ps3EQs .nav-link:focus {
  outline: none;
}
.cid-uNC0ps3EQs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNC0ps3EQs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNC0ps3EQs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNC0ps3EQs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNC0ps3EQs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNC0ps3EQs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNC0ps3EQs .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uNC0ps3EQs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNC0ps3EQs .navbar.opened {
  transition: all 0.3s;
}
.cid-uNC0ps3EQs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNC0ps3EQs .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uNC0ps3EQs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNC0ps3EQs .navbar.collapsed {
  justify-content: center;
}
.cid-uNC0ps3EQs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNC0ps3EQs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNC0ps3EQs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNC0ps3EQs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNC0ps3EQs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNC0ps3EQs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNC0ps3EQs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNC0ps3EQs .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNC0ps3EQs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uNC0ps3EQs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNC0ps3EQs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNC0ps3EQs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNC0ps3EQs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNC0ps3EQs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNC0ps3EQs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNC0ps3EQs .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uNC0ps3EQs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNC0ps3EQs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNC0ps3EQs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNC0ps3EQs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNC0ps3EQs .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNC0ps3EQs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNC0ps3EQs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNC0ps3EQs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNC0ps3EQs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNC0ps3EQs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNC0ps3EQs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNC0ps3EQs .dropdown-item.active,
.cid-uNC0ps3EQs .dropdown-item:active {
  background-color: transparent;
}
.cid-uNC0ps3EQs .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uNC0ps3EQs .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-uNC0ps3EQs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNC0ps3EQs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNC0ps3EQs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNC0ps3EQs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNC0ps3EQs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNC0ps3EQs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-uNC0ps3EQs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNC0ps3EQs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNC0ps3EQs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNC0ps3EQs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNC0ps3EQs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNC0ps3EQs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNC0ps3EQs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNC0ps3EQs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNC0ps3EQs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNC0ps3EQs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNC0ps3EQs .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-uNC0ps3EQs .navbar {
    height: 70px;
  }
  .cid-uNC0ps3EQs .navbar.opened {
    height: auto;
  }
  .cid-uNC0ps3EQs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNC0ps3EQs .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uNC0ps3EQs .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uNC0ps3EQs .mbr-section-btn-main {
  width: fit-content;
}
.cid-uNC0ps3EQs .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uNC0ps3EQs .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uNC0ps3EQs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNC0ps3EQs .text_widget {
  margin-bottom: 32px;
}
.cid-uNC0ps3EQs .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNC0ps3EQs .text_widget a:hover,
.cid-uNC0ps3EQs .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uNC0ps3EQs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uNC0ps3EQs .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uNC0ps3EQs .navbar-caption {
  color: #30262b;
}
.cid-uNC0ps3EQs .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uNC0ps3EQs .icons-menu-main {
  display: flex;
}
.cid-uNC0ps3EQs .mbr-section-subtitle,
.cid-uNC0ps3EQs .text_widget,
.cid-uNC0ps3EQs .mbr-section-btn {
  text-align: center;
}
.cid-uNC0ps3EQs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNC0pssCVk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNC0pssCVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC0pssCVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC0pssCVk .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uNC0pssCVk .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uNC0pssCVk .container {
    padding: 0 26px;
  }
}
.cid-uNC0pssCVk .row {
  justify-content: center;
}
.cid-uNC0pssCVk .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 90vh;
  padding: 100px;
}
@media (max-width: 1440px) {
  .cid-uNC0pssCVk .content-wrapper {
    padding: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uNC0pssCVk .content-wrapper {
    padding: 20px;
  }
}
.cid-uNC0pssCVk .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uNC0pssCVk .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
  background-color: #000000;
  opacity: .5;
}
.cid-uNC0pssCVk .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uNC0pssCVk .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uNC0pssCVk .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNC0pssCVk .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNC0pssCVk .mbr-section-title {
  color: #ffffff;
}
.cid-uNC0pssCVk .mbr-text,
.cid-uNC0pssCVk .text-wrapper {
  color: #ffffff;
}
.cid-uNC0psDWSC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNC0psDWSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC0psDWSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC0psDWSC .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uNC0psDWSC .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uNC0psDWSC .container {
    padding: 0 26px;
  }
}
.cid-uNC0psDWSC .row {
  justify-content: center;
}
.cid-uNC0psDWSC .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uNC0psDWSC .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uNC0psDWSC .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uNC0psDWSC .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNC0psDWSC .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uNC0psDWSC .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uNC0psDWSC .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uNC0psDWSC .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uNC0psDWSC .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uNC0psDWSC .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uNC0psDWSC .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uNC0psDWSC .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uNC0psDWSC .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uNC0psDWSC .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNC0psDWSC .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uNC0psDWSC .mbr-section-title {
  color: #000000;
}
.cid-uNC0psDWSC .mbr-section-subtitle {
  color: #000000;
}
.cid-uNC0psDWSC .mbr-text {
  color: #000000;
}
.cid-uNC0psPVTC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNC0psPVTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC0psPVTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC0psPVTC .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uNC0psPVTC .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uNC0psPVTC .container {
    padding: 0 26px;
  }
}
.cid-uNC0psPVTC .row {
  justify-content: center;
}
.cid-uNC0psPVTC .title-wrapper {
  margin-bottom: 40px;
}
.cid-uNC0psPVTC .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uNC0psPVTC .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uNC0psPVTC .items-wrapper {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-uNC0psPVTC .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNC0psPVTC .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uNC0psPVTC .items-wrapper .item:focus .item-wrapper .item-img::before,
.cid-uNC0psPVTC .items-wrapper .item:hover .item-wrapper .item-img::before {
  opacity: .2;
}
.cid-uNC0psPVTC .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uNC0psPVTC .items-wrapper .item .item-wrapper .item-img img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNC0psPVTC .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uNC0psPVTC .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.cid-uNC0psPVTC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNC0psPVTC .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPMk9qIFup {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPMk9qIFup img,
.cid-uPMk9qIFup .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uPMk9qIFup .item:focus,
.cid-uPMk9qIFup span:focus {
  outline: none;
}
.cid-uPMk9qIFup .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uPMk9qIFup .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uPMk9qIFup .item {
  padding: 0;
  margin: 0;
}
.cid-uPMk9qIFup .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uPMk9qIFup .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uPMk9qIFup .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPMk9qIFup .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uPMk9qIFup .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uPMk9qIFup .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uPMk9qIFup .mbr-section-title {
  color: #ffffff;
}
.cid-uPMk9qIFup .mbr-text,
.cid-uPMk9qIFup .mbr-section-btn {
  text-align: left;
}
.cid-uPMk9qIFup .item-title {
  text-align: center;
  color: #000000;
}
.cid-uPMk9qIFup .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uPMk9qIFup .mbr-section-subtitle {
  color: #05386b;
}
.cid-uNC0ptqHcR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNC0ptqHcR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC0ptqHcR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC0ptqHcR .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uNC0ptqHcR .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uNC0ptqHcR .container {
    padding: 0 26px;
  }
}
.cid-uNC0ptqHcR .row {
  justify-content: center;
}
.cid-uNC0ptqHcR .tabs-wrapper {
  text-align: center;
}
.cid-uNC0ptqHcR .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNC0ptqHcR .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 40px;
  }
}
.cid-uNC0ptqHcR .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 10px;
}
.cid-uNC0ptqHcR .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 8px 20px;
  margin-bottom: 0;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uNC0ptqHcR .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #000000;
}
.cid-uNC0ptqHcR .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #dcd4cb;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uNC0ptqHcR .tab-content .tab-pane .content-wrap {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uNC0ptqHcR .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uNC0ptqHcR .tab-content .tab-pane .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNC0ptqHcR .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uNC0ptqHcR .tab-content .tab-pane .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uNC0ptqHcR .tab-content .tab-pane .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNC0ptqHcR .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uNC0ptqHcR .tab-content .tab-pane .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uNC0ptqHcR .tab-content .tab-pane .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNC0ptqHcR .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uNC0ptqHcR .item-title {
  color: #000000;
}
.cid-uNC0ptqHcR .item-text {
  color: #000000;
}
.cid-uNC0ptJjM1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #988774;
}
.cid-uNC0ptJjM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC0ptJjM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC0ptJjM1 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uNC0ptJjM1 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uNC0ptJjM1 .container {
    padding: 0 26px;
  }
}
.cid-uNC0ptJjM1 .row {
  justify-content: center;
}
.cid-uNC0ptJjM1 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uNC0ptJjM1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNC0ptJjM1 .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uNC0ptJjM1 .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNC0ptJjM1 .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uNC0ptJjM1 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uNC0ptJjM1 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uNC0ptJjM1 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNC0ptJjM1 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNC0ptJjM1 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNC0ptJjM1 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNC0ptJjM1 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uNC0ptJjM1 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uNC0ptJjM1 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uNC0ptJjM1 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uNC0ptJjM1 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uNC0ptJjM1 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uNC0ptJjM1 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uNC0ptJjM1 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uNC0ptJjM1 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uNC0ptJjM1 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNC0ptJjM1 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uNC0ptJjM1 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uNC0ptJjM1 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uNC0ptJjM1 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uNC0ptJjM1 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #988774;
}
.cid-uNC0ptJjM1 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNC0ptJjM1 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uNC0ptJjM1 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uNC0ptJjM1 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uNC0ptJjM1 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNC0ptJjM1 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNC0ptJjM1 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #988774;
}
.cid-uNC0ptJjM1 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uNC0ptJjM1 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNC0ptJjM1 .mbr-section-title {
  color: #ffffff;
}
.cid-uNC0ptJjM1 .mbr-text {
  color: #ffffff;
}
.cid-uNC0ptJjM1 .list {
  color: #ffffff;
}
.cid-uNC0ptJjM1 .list,
.cid-uNC0ptJjM1 .nav-wrapper,
.cid-uNC0ptJjM1 .social-wrapper {
  text-align: right;
}
.cid-uNC0ptJjM1 .list,
.cid-uNC0ptJjM1 .item-wrap,
.cid-uNC0ptJjM1 .social-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uNC0sTxa25 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uNC0sTxa25 .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-uNC0sTxa25 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-uNC0sTxa25 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNC0sTxa25 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNC0sTxa25 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNC0sTxa25 .menu_box .navbar.opened,
  .cid-uNC0sTxa25 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNC0sTxa25 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNC0sTxa25 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNC0sTxa25 .btn:hover {
  box-shadow: none;
}
.cid-uNC0sTxa25 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNC0sTxa25 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uNC0sTxa25 .nav-item {
    margin: 0 !important;
  }
}
.cid-uNC0sTxa25 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uNC0sTxa25 .nav-item .nav-link:hover,
.cid-uNC0sTxa25 .nav-item .nav-link:focus {
  color: #baab99 !important;
}
.cid-uNC0sTxa25 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNC0sTxa25 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNC0sTxa25 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNC0sTxa25 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNC0sTxa25 .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-uNC0sTxa25 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNC0sTxa25 .offcanvas_box {
    display: none;
  }
}
.cid-uNC0sTxa25 .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uNC0sTxa25 .dropdown-item:hover,
.cid-uNC0sTxa25 .dropdown-item:focus {
  color: #baab99 !important;
}
.cid-uNC0sTxa25 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNC0sTxa25 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uNC0sTxa25 .container {
  display: flex;
  margin: auto;
}
.cid-uNC0sTxa25 .iconfont-wrapper {
  color: #000000;
  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-uNC0sTxa25 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNC0sTxa25 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNC0sTxa25 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNC0sTxa25 .navbar-nav {
    margin: 0;
  }
}
.cid-uNC0sTxa25 .dropdown-menu,
.cid-uNC0sTxa25 .navbar.opened {
  background-color: true !important;
}
.cid-uNC0sTxa25 .nav-item:focus,
.cid-uNC0sTxa25 .nav-link:focus {
  outline: none;
}
.cid-uNC0sTxa25 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNC0sTxa25 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNC0sTxa25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNC0sTxa25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNC0sTxa25 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNC0sTxa25 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNC0sTxa25 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uNC0sTxa25 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNC0sTxa25 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNC0sTxa25 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNC0sTxa25 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uNC0sTxa25 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNC0sTxa25 .navbar.collapsed {
  justify-content: center;
}
.cid-uNC0sTxa25 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNC0sTxa25 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNC0sTxa25 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNC0sTxa25 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNC0sTxa25 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNC0sTxa25 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNC0sTxa25 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNC0sTxa25 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNC0sTxa25 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uNC0sTxa25 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNC0sTxa25 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNC0sTxa25 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNC0sTxa25 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNC0sTxa25 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNC0sTxa25 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNC0sTxa25 .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uNC0sTxa25 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNC0sTxa25 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNC0sTxa25 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNC0sTxa25 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNC0sTxa25 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNC0sTxa25 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNC0sTxa25 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNC0sTxa25 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNC0sTxa25 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNC0sTxa25 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNC0sTxa25 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNC0sTxa25 .dropdown-item.active,
.cid-uNC0sTxa25 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNC0sTxa25 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uNC0sTxa25 .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-uNC0sTxa25 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNC0sTxa25 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNC0sTxa25 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNC0sTxa25 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNC0sTxa25 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNC0sTxa25 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-uNC0sTxa25 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNC0sTxa25 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNC0sTxa25 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNC0sTxa25 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNC0sTxa25 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNC0sTxa25 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNC0sTxa25 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNC0sTxa25 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNC0sTxa25 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNC0sTxa25 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNC0sTxa25 .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-uNC0sTxa25 .navbar {
    height: 70px;
  }
  .cid-uNC0sTxa25 .navbar.opened {
    height: auto;
  }
  .cid-uNC0sTxa25 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNC0sTxa25 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uNC0sTxa25 .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uNC0sTxa25 .mbr-section-btn-main {
  width: fit-content;
}
.cid-uNC0sTxa25 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uNC0sTxa25 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uNC0sTxa25 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNC0sTxa25 .text_widget {
  margin-bottom: 32px;
}
.cid-uNC0sTxa25 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNC0sTxa25 .text_widget a:hover,
.cid-uNC0sTxa25 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uNC0sTxa25 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uNC0sTxa25 .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uNC0sTxa25 .navbar-caption {
  color: #30262b;
}
.cid-uNC0sTxa25 .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uNC0sTxa25 .icons-menu-main {
  display: flex;
}
.cid-uNC0sTxa25 .mbr-section-subtitle,
.cid-uNC0sTxa25 .text_widget,
.cid-uNC0sTxa25 .mbr-section-btn {
  text-align: center;
}
.cid-uNC0sTxa25 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNC0sTUUdz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNC0sTUUdz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC0sTUUdz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC0sTUUdz .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uNC0sTUUdz .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uNC0sTUUdz .container {
    padding: 0 26px;
  }
}
.cid-uNC0sTUUdz .row {
  justify-content: center;
}
.cid-uNC0sTUUdz .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 90vh;
  padding: 100px;
}
@media (max-width: 1440px) {
  .cid-uNC0sTUUdz .content-wrapper {
    padding: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uNC0sTUUdz .content-wrapper {
    padding: 20px;
  }
}
.cid-uNC0sTUUdz .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uNC0sTUUdz .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
  background-color: #000000;
  opacity: .5;
}
.cid-uNC0sTUUdz .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uNC0sTUUdz .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uNC0sTUUdz .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNC0sTUUdz .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNC0sTUUdz .mbr-section-title {
  color: #ffffff;
}
.cid-uNC0sTUUdz .mbr-text,
.cid-uNC0sTUUdz .text-wrapper {
  color: #ffffff;
}
.cid-uNC0sU5oFA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNC0sU5oFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC0sU5oFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC0sU5oFA .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uNC0sU5oFA .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uNC0sU5oFA .container {
    padding: 0 26px;
  }
}
.cid-uNC0sU5oFA .row {
  justify-content: center;
}
.cid-uNC0sU5oFA .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uNC0sU5oFA .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uNC0sU5oFA .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uNC0sU5oFA .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNC0sU5oFA .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uNC0sU5oFA .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uNC0sU5oFA .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uNC0sU5oFA .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uNC0sU5oFA .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uNC0sU5oFA .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uNC0sU5oFA .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uNC0sU5oFA .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uNC0sU5oFA .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uNC0sU5oFA .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNC0sU5oFA .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uNC0sU5oFA .mbr-section-title {
  color: #000000;
}
.cid-uNC0sU5oFA .mbr-section-subtitle {
  color: #000000;
}
.cid-uNC0sU5oFA .mbr-text {
  color: #000000;
}
.cid-uNC0sUh2cN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNC0sUh2cN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC0sUh2cN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC0sUh2cN .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uNC0sUh2cN .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uNC0sUh2cN .container {
    padding: 0 26px;
  }
}
.cid-uNC0sUh2cN .row {
  justify-content: center;
}
.cid-uNC0sUh2cN .title-wrapper {
  margin-bottom: 40px;
}
.cid-uNC0sUh2cN .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uNC0sUh2cN .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uNC0sUh2cN .items-wrapper {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-uNC0sUh2cN .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNC0sUh2cN .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uNC0sUh2cN .items-wrapper .item:focus .item-wrapper .item-img::before,
.cid-uNC0sUh2cN .items-wrapper .item:hover .item-wrapper .item-img::before {
  opacity: .2;
}
.cid-uNC0sUh2cN .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uNC0sUh2cN .items-wrapper .item .item-wrapper .item-img img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNC0sUh2cN .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uNC0sUh2cN .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.cid-uNC0sUh2cN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNC0sUh2cN .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uNC0sUuv9S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNC0sUuv9S img,
.cid-uNC0sUuv9S .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uNC0sUuv9S .item:focus,
.cid-uNC0sUuv9S span:focus {
  outline: none;
}
.cid-uNC0sUuv9S .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uNC0sUuv9S .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uNC0sUuv9S .item {
  padding: 0;
  margin: 0;
}
.cid-uNC0sUuv9S .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uNC0sUuv9S .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uNC0sUuv9S .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNC0sUuv9S .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uNC0sUuv9S .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uNC0sUuv9S .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNC0sUuv9S .mbr-section-title {
  color: #ffffff;
}
.cid-uNC0sUuv9S .mbr-text,
.cid-uNC0sUuv9S .mbr-section-btn {
  text-align: left;
}
.cid-uNC0sUuv9S .item-title {
  text-align: center;
  color: #000000;
}
.cid-uNC0sUuv9S .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uNC0sUuv9S .mbr-section-subtitle {
  color: #05386b;
}
.cid-uNC0sULL5s {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNC0sULL5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC0sULL5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC0sULL5s .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uNC0sULL5s .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uNC0sULL5s .container {
    padding: 0 26px;
  }
}
.cid-uNC0sULL5s .row {
  justify-content: center;
}
.cid-uNC0sULL5s .tabs-wrapper {
  text-align: center;
}
.cid-uNC0sULL5s .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNC0sULL5s .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 40px;
  }
}
.cid-uNC0sULL5s .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 10px;
}
.cid-uNC0sULL5s .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 8px 20px;
  margin-bottom: 0;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uNC0sULL5s .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #000000;
}
.cid-uNC0sULL5s .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #dcd4cb;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uNC0sULL5s .tab-content .tab-pane .content-wrap {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uNC0sULL5s .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uNC0sULL5s .tab-content .tab-pane .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNC0sULL5s .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uNC0sULL5s .tab-content .tab-pane .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uNC0sULL5s .tab-content .tab-pane .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNC0sULL5s .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uNC0sULL5s .tab-content .tab-pane .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uNC0sULL5s .tab-content .tab-pane .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNC0sULL5s .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uNC0sULL5s .item-title {
  color: #000000;
}
.cid-uNC0sULL5s .item-text {
  color: #000000;
}
.cid-uNC0y0nJ0s {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uNC0y0nJ0s .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-uNC0y0nJ0s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-uNC0y0nJ0s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNC0y0nJ0s .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNC0y0nJ0s .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNC0y0nJ0s .menu_box .navbar.opened,
  .cid-uNC0y0nJ0s .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNC0y0nJ0s nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNC0y0nJ0s .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNC0y0nJ0s .btn:hover {
  box-shadow: none;
}
.cid-uNC0y0nJ0s .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNC0y0nJ0s .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uNC0y0nJ0s .nav-item {
    margin: 0 !important;
  }
}
.cid-uNC0y0nJ0s .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uNC0y0nJ0s .nav-item .nav-link:hover,
.cid-uNC0y0nJ0s .nav-item .nav-link:focus {
  color: #baab99 !important;
}
.cid-uNC0y0nJ0s .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNC0y0nJ0s .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNC0y0nJ0s .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNC0y0nJ0s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNC0y0nJ0s .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-uNC0y0nJ0s .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNC0y0nJ0s .offcanvas_box {
    display: none;
  }
}
.cid-uNC0y0nJ0s .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uNC0y0nJ0s .dropdown-item:hover,
.cid-uNC0y0nJ0s .dropdown-item:focus {
  color: #baab99 !important;
}
.cid-uNC0y0nJ0s .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNC0y0nJ0s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uNC0y0nJ0s .container {
  display: flex;
  margin: auto;
}
.cid-uNC0y0nJ0s .iconfont-wrapper {
  color: #000000;
  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-uNC0y0nJ0s .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNC0y0nJ0s .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNC0y0nJ0s .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNC0y0nJ0s .navbar-nav {
    margin: 0;
  }
}
.cid-uNC0y0nJ0s .dropdown-menu,
.cid-uNC0y0nJ0s .navbar.opened {
  background-color: true !important;
}
.cid-uNC0y0nJ0s .nav-item:focus,
.cid-uNC0y0nJ0s .nav-link:focus {
  outline: none;
}
.cid-uNC0y0nJ0s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNC0y0nJ0s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNC0y0nJ0s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNC0y0nJ0s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNC0y0nJ0s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNC0y0nJ0s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNC0y0nJ0s .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uNC0y0nJ0s .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNC0y0nJ0s .navbar.opened {
  transition: all 0.3s;
}
.cid-uNC0y0nJ0s .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNC0y0nJ0s .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uNC0y0nJ0s .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNC0y0nJ0s .navbar.collapsed {
  justify-content: center;
}
.cid-uNC0y0nJ0s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNC0y0nJ0s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNC0y0nJ0s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNC0y0nJ0s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNC0y0nJ0s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNC0y0nJ0s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNC0y0nJ0s .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNC0y0nJ0s .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNC0y0nJ0s .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uNC0y0nJ0s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNC0y0nJ0s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNC0y0nJ0s .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNC0y0nJ0s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNC0y0nJ0s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNC0y0nJ0s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNC0y0nJ0s .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uNC0y0nJ0s .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNC0y0nJ0s .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNC0y0nJ0s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNC0y0nJ0s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNC0y0nJ0s .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNC0y0nJ0s .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNC0y0nJ0s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNC0y0nJ0s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNC0y0nJ0s .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNC0y0nJ0s .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNC0y0nJ0s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNC0y0nJ0s .dropdown-item.active,
.cid-uNC0y0nJ0s .dropdown-item:active {
  background-color: transparent;
}
.cid-uNC0y0nJ0s .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uNC0y0nJ0s .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-uNC0y0nJ0s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNC0y0nJ0s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNC0y0nJ0s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNC0y0nJ0s ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNC0y0nJ0s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNC0y0nJ0s button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-uNC0y0nJ0s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNC0y0nJ0s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNC0y0nJ0s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNC0y0nJ0s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNC0y0nJ0s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNC0y0nJ0s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNC0y0nJ0s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNC0y0nJ0s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNC0y0nJ0s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNC0y0nJ0s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNC0y0nJ0s .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-uNC0y0nJ0s .navbar {
    height: 70px;
  }
  .cid-uNC0y0nJ0s .navbar.opened {
    height: auto;
  }
  .cid-uNC0y0nJ0s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNC0y0nJ0s .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uNC0y0nJ0s .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uNC0y0nJ0s .mbr-section-btn-main {
  width: fit-content;
}
.cid-uNC0y0nJ0s .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uNC0y0nJ0s .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uNC0y0nJ0s .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNC0y0nJ0s .text_widget {
  margin-bottom: 32px;
}
.cid-uNC0y0nJ0s .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNC0y0nJ0s .text_widget a:hover,
.cid-uNC0y0nJ0s .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uNC0y0nJ0s .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uNC0y0nJ0s .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uNC0y0nJ0s .navbar-caption {
  color: #30262b;
}
.cid-uNC0y0nJ0s .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uNC0y0nJ0s .icons-menu-main {
  display: flex;
}
.cid-uNC0y0nJ0s .mbr-section-subtitle,
.cid-uNC0y0nJ0s .text_widget,
.cid-uNC0y0nJ0s .mbr-section-btn {
  text-align: center;
}
.cid-uNC0y0nJ0s a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNC0y0Lq79 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNC0y0Lq79 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC0y0Lq79 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC0y0Lq79 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uNC0y0Lq79 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uNC0y0Lq79 .container {
    padding: 0 26px;
  }
}
.cid-uNC0y0Lq79 .row {
  justify-content: center;
}
.cid-uNC0y0Lq79 .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 90vh;
  padding: 100px;
}
@media (max-width: 1440px) {
  .cid-uNC0y0Lq79 .content-wrapper {
    padding: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uNC0y0Lq79 .content-wrapper {
    padding: 20px;
  }
}
.cid-uNC0y0Lq79 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uNC0y0Lq79 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
  background-color: #000000;
  opacity: .5;
}
.cid-uNC0y0Lq79 .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uNC0y0Lq79 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uNC0y0Lq79 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNC0y0Lq79 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNC0y0Lq79 .mbr-section-title {
  color: #ffffff;
}
.cid-uNC0y0Lq79 .mbr-text,
.cid-uNC0y0Lq79 .text-wrapper {
  color: #ffffff;
}
.cid-uNC0y10Q8v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNC0y10Q8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC0y10Q8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC0y10Q8v .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uNC0y10Q8v .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uNC0y10Q8v .container {
    padding: 0 26px;
  }
}
.cid-uNC0y10Q8v .row {
  justify-content: center;
}
.cid-uNC0y10Q8v .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uNC0y10Q8v .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uNC0y10Q8v .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uNC0y10Q8v .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNC0y10Q8v .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uNC0y10Q8v .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uNC0y10Q8v .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uNC0y10Q8v .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uNC0y10Q8v .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uNC0y10Q8v .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uNC0y10Q8v .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uNC0y10Q8v .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uNC0y10Q8v .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uNC0y10Q8v .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNC0y10Q8v .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uNC0y10Q8v .mbr-section-title {
  color: #000000;
}
.cid-uNC0y10Q8v .mbr-section-subtitle {
  color: #000000;
}
.cid-uNC0y10Q8v .mbr-text {
  color: #000000;
}
.cid-uNC0y1aETR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNC0y1aETR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC0y1aETR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC0y1aETR .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uNC0y1aETR .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uNC0y1aETR .container {
    padding: 0 26px;
  }
}
.cid-uNC0y1aETR .row {
  justify-content: center;
}
.cid-uNC0y1aETR .title-wrapper {
  margin-bottom: 40px;
}
.cid-uNC0y1aETR .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uNC0y1aETR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uNC0y1aETR .items-wrapper {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-uNC0y1aETR .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNC0y1aETR .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uNC0y1aETR .items-wrapper .item:focus .item-wrapper .item-img::before,
.cid-uNC0y1aETR .items-wrapper .item:hover .item-wrapper .item-img::before {
  opacity: .2;
}
.cid-uNC0y1aETR .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uNC0y1aETR .items-wrapper .item .item-wrapper .item-img img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNC0y1aETR .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uNC0y1aETR .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.cid-uNC0y1aETR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNC0y1aETR .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uNC0y1qbFF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNC0y1qbFF img,
.cid-uNC0y1qbFF .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uNC0y1qbFF .item:focus,
.cid-uNC0y1qbFF span:focus {
  outline: none;
}
.cid-uNC0y1qbFF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uNC0y1qbFF .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uNC0y1qbFF .item {
  padding: 0;
  margin: 0;
}
.cid-uNC0y1qbFF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uNC0y1qbFF .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uNC0y1qbFF .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNC0y1qbFF .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uNC0y1qbFF .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uNC0y1qbFF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNC0y1qbFF .mbr-section-title {
  color: #ffffff;
}
.cid-uNC0y1qbFF .mbr-text,
.cid-uNC0y1qbFF .mbr-section-btn {
  text-align: left;
}
.cid-uNC0y1qbFF .item-title {
  text-align: center;
  color: #000000;
}
.cid-uNC0y1qbFF .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uNC0y1qbFF .mbr-section-subtitle {
  color: #05386b;
}
.cid-uPSo1yZW4j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPSo1yZW4j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPSo1yZW4j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPSo1yZW4j .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uPSo1yZW4j .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uPSo1yZW4j .container {
    padding: 0 26px;
  }
}
.cid-uPSo1yZW4j .row {
  justify-content: center;
}
.cid-uPSo1yZW4j .tabs-wrapper {
  text-align: center;
}
.cid-uPSo1yZW4j .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPSo1yZW4j .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 40px;
  }
}
.cid-uPSo1yZW4j .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 10px;
}
.cid-uPSo1yZW4j .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 8px 20px;
  margin-bottom: 0;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uPSo1yZW4j .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #000000;
}
.cid-uPSo1yZW4j .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #dcd4cb;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uPSo1yZW4j .tab-content .tab-pane .content-wrap {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uPSo1yZW4j .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uPSo1yZW4j .tab-content .tab-pane .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPSo1yZW4j .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uPSo1yZW4j .tab-content .tab-pane .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPSo1yZW4j .tab-content .tab-pane .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPSo1yZW4j .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPSo1yZW4j .tab-content .tab-pane .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uPSo1yZW4j .tab-content .tab-pane .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPSo1yZW4j .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uPSo1yZW4j .item-title {
  color: #000000;
}
.cid-uPSo1yZW4j .item-text {
  color: #000000;
}
.cid-uNC0y24QhW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #988774;
}
.cid-uNC0y24QhW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC0y24QhW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC0y24QhW .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uNC0y24QhW .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uNC0y24QhW .container {
    padding: 0 26px;
  }
}
.cid-uNC0y24QhW .row {
  justify-content: center;
}
.cid-uNC0y24QhW .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uNC0y24QhW .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNC0y24QhW .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uNC0y24QhW .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNC0y24QhW .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uNC0y24QhW .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uNC0y24QhW .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uNC0y24QhW .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNC0y24QhW .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNC0y24QhW .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNC0y24QhW .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNC0y24QhW .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uNC0y24QhW .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uNC0y24QhW .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uNC0y24QhW .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uNC0y24QhW .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uNC0y24QhW .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uNC0y24QhW .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uNC0y24QhW .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uNC0y24QhW .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uNC0y24QhW .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNC0y24QhW .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uNC0y24QhW .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uNC0y24QhW .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uNC0y24QhW .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uNC0y24QhW .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #988774;
}
.cid-uNC0y24QhW .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNC0y24QhW .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uNC0y24QhW .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uNC0y24QhW .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uNC0y24QhW .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNC0y24QhW .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNC0y24QhW .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #988774;
}
.cid-uNC0y24QhW .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uNC0y24QhW .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNC0y24QhW .mbr-section-title {
  color: #ffffff;
}
.cid-uNC0y24QhW .mbr-text {
  color: #ffffff;
}
.cid-uNC0y24QhW .list {
  color: #ffffff;
}
.cid-uNC0y24QhW .list,
.cid-uNC0y24QhW .nav-wrapper,
.cid-uNC0y24QhW .social-wrapper {
  text-align: right;
}
.cid-uNC0y24QhW .list,
.cid-uNC0y24QhW .item-wrap,
.cid-uNC0y24QhW .social-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uMjHkkDpfs {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uMjHkkDpfs .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-uMjHkkDpfs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-uMjHkkDpfs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMjHkkDpfs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMjHkkDpfs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMjHkkDpfs .menu_box .navbar.opened,
  .cid-uMjHkkDpfs .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMjHkkDpfs nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uMjHkkDpfs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMjHkkDpfs .btn:hover {
  box-shadow: none;
}
.cid-uMjHkkDpfs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMjHkkDpfs .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uMjHkkDpfs .nav-item {
    margin: 0 !important;
  }
}
.cid-uMjHkkDpfs .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uMjHkkDpfs .nav-item .nav-link:hover,
.cid-uMjHkkDpfs .nav-item .nav-link:focus {
  color: #baab99 !important;
}
.cid-uMjHkkDpfs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMjHkkDpfs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMjHkkDpfs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMjHkkDpfs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMjHkkDpfs .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-uMjHkkDpfs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMjHkkDpfs .offcanvas_box {
    display: none;
  }
}
.cid-uMjHkkDpfs .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uMjHkkDpfs .dropdown-item:hover,
.cid-uMjHkkDpfs .dropdown-item:focus {
  color: #baab99 !important;
}
.cid-uMjHkkDpfs .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMjHkkDpfs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uMjHkkDpfs .container {
  display: flex;
  margin: auto;
}
.cid-uMjHkkDpfs .iconfont-wrapper {
  color: #000000;
  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-uMjHkkDpfs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMjHkkDpfs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMjHkkDpfs .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMjHkkDpfs .navbar-nav {
    margin: 0;
  }
}
.cid-uMjHkkDpfs .dropdown-menu,
.cid-uMjHkkDpfs .navbar.opened {
  background-color: true !important;
}
.cid-uMjHkkDpfs .nav-item:focus,
.cid-uMjHkkDpfs .nav-link:focus {
  outline: none;
}
.cid-uMjHkkDpfs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMjHkkDpfs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMjHkkDpfs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMjHkkDpfs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMjHkkDpfs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMjHkkDpfs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMjHkkDpfs .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMjHkkDpfs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMjHkkDpfs .navbar.opened {
  transition: all 0.3s;
}
.cid-uMjHkkDpfs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMjHkkDpfs .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uMjHkkDpfs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMjHkkDpfs .navbar.collapsed {
  justify-content: center;
}
.cid-uMjHkkDpfs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMjHkkDpfs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMjHkkDpfs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMjHkkDpfs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMjHkkDpfs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMjHkkDpfs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMjHkkDpfs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMjHkkDpfs .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMjHkkDpfs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uMjHkkDpfs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMjHkkDpfs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMjHkkDpfs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMjHkkDpfs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMjHkkDpfs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMjHkkDpfs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMjHkkDpfs .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uMjHkkDpfs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMjHkkDpfs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMjHkkDpfs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMjHkkDpfs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMjHkkDpfs .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMjHkkDpfs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMjHkkDpfs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMjHkkDpfs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMjHkkDpfs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMjHkkDpfs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uMjHkkDpfs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMjHkkDpfs .dropdown-item.active,
.cid-uMjHkkDpfs .dropdown-item:active {
  background-color: transparent;
}
.cid-uMjHkkDpfs .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uMjHkkDpfs .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-uMjHkkDpfs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMjHkkDpfs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMjHkkDpfs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMjHkkDpfs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMjHkkDpfs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMjHkkDpfs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-uMjHkkDpfs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMjHkkDpfs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMjHkkDpfs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMjHkkDpfs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMjHkkDpfs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMjHkkDpfs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMjHkkDpfs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMjHkkDpfs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMjHkkDpfs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMjHkkDpfs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMjHkkDpfs .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-uMjHkkDpfs .navbar {
    height: 70px;
  }
  .cid-uMjHkkDpfs .navbar.opened {
    height: auto;
  }
  .cid-uMjHkkDpfs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMjHkkDpfs .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uMjHkkDpfs .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uMjHkkDpfs .mbr-section-btn-main {
  width: fit-content;
}
.cid-uMjHkkDpfs .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uMjHkkDpfs .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uMjHkkDpfs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMjHkkDpfs .text_widget {
  margin-bottom: 32px;
}
.cid-uMjHkkDpfs .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMjHkkDpfs .text_widget a:hover,
.cid-uMjHkkDpfs .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uMjHkkDpfs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uMjHkkDpfs .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uMjHkkDpfs .navbar-caption {
  color: #30262b;
}
.cid-uMjHkkDpfs .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uMjHkkDpfs .icons-menu-main {
  display: flex;
}
.cid-uMjHkkDpfs .mbr-section-subtitle,
.cid-uMjHkkDpfs .text_widget,
.cid-uMjHkkDpfs .mbr-section-btn {
  text-align: center;
}
.cid-uMjHkkDpfs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u6kBfTA05b {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6kBfTA05b .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6kBfTA05b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6kBfTA05b .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u6kBfTA05b .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-u6kBfTA05b .container {
    padding: 0 26px;
  }
}
.cid-u6kBfTA05b .row {
  justify-content: center;
}
.cid-u6kBfTA05b .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 90vh;
  padding: 100px;
}
@media (max-width: 1440px) {
  .cid-u6kBfTA05b .content-wrapper {
    padding: 45px;
  }
}
@media (max-width: 992px) {
  .cid-u6kBfTA05b .content-wrapper {
    padding: 20px;
  }
}
.cid-u6kBfTA05b .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-u6kBfTA05b .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
  background-color: #544534;
  opacity: .5;
}
.cid-u6kBfTA05b .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-u6kBfTA05b .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u6kBfTA05b .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6kBfTA05b .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u6kBfTA05b .mbr-section-title {
  color: #ffffff;
}
.cid-u6kBfTA05b .mbr-text,
.cid-u6kBfTA05b .text-wrapper {
  color: #ffffff;
}
.cid-uNBXYDMMw4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNBXYDMMw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNBXYDMMw4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNBXYDMMw4 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uNBXYDMMw4 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uNBXYDMMw4 .container {
    padding: 0 26px;
  }
}
.cid-uNBXYDMMw4 .row {
  justify-content: center;
}
.cid-uNBXYDMMw4 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #fdfbf7;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uNBXYDMMw4 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uNBXYDMMw4 .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uNBXYDMMw4 .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNBXYDMMw4 .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uNBXYDMMw4 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uNBXYDMMw4 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uNBXYDMMw4 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uNBXYDMMw4 .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uNBXYDMMw4 .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uNBXYDMMw4 .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uNBXYDMMw4 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uNBXYDMMw4 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uNBXYDMMw4 .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNBXYDMMw4 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uNBXYDMMw4 .mbr-section-title {
  color: #000000;
}
.cid-uNBXYDMMw4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uNBXYDMMw4 .mbr-text {
  color: #000000;
}
.cid-u6kBg7t9Eu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6kBg7t9Eu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6kBg7t9Eu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6kBg7t9Eu .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u6kBg7t9Eu .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-u6kBg7t9Eu .container {
    padding: 0 26px;
  }
}
.cid-u6kBg7t9Eu .row {
  justify-content: center;
}
.cid-u6kBg7t9Eu .title-wrapper {
  margin-bottom: 40px;
}
.cid-u6kBg7t9Eu .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u6kBg7t9Eu .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u6kBg7t9Eu .items-wrapper {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-u6kBg7t9Eu .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u6kBg7t9Eu .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-u6kBg7t9Eu .items-wrapper .item:focus .item-wrapper .item-img::before,
.cid-u6kBg7t9Eu .items-wrapper .item:hover .item-wrapper .item-img::before {
  opacity: .2;
}
.cid-u6kBg7t9Eu .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-u6kBg7t9Eu .items-wrapper .item .item-wrapper .item-img img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u6kBg7t9Eu .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u6kBg7t9Eu .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.cid-u6kBg7t9Eu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u6kBg7t9Eu .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMjD6gqiP0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMjD6gqiP0 img,
.cid-uMjD6gqiP0 .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uMjD6gqiP0 .item:focus,
.cid-uMjD6gqiP0 span:focus {
  outline: none;
}
.cid-uMjD6gqiP0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMjD6gqiP0 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uMjD6gqiP0 .item {
  padding: 0;
  margin: 0;
}
.cid-uMjD6gqiP0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMjD6gqiP0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uMjD6gqiP0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMjD6gqiP0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uMjD6gqiP0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uMjD6gqiP0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMjD6gqiP0 .mbr-section-title {
  color: #ffffff;
}
.cid-uMjD6gqiP0 .mbr-text,
.cid-uMjD6gqiP0 .mbr-section-btn {
  text-align: left;
}
.cid-uMjD6gqiP0 .item-title {
  text-align: center;
  color: #000000;
}
.cid-uMjD6gqiP0 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uMjD6gqiP0 .mbr-section-subtitle {
  color: #05386b;
}
.cid-uPSnMf9k8U {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPSnMf9k8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPSnMf9k8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPSnMf9k8U .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uPSnMf9k8U .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uPSnMf9k8U .container {
    padding: 0 26px;
  }
}
.cid-uPSnMf9k8U .row {
  justify-content: center;
}
.cid-uPSnMf9k8U .tabs-wrapper {
  text-align: center;
}
.cid-uPSnMf9k8U .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPSnMf9k8U .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 40px;
  }
}
.cid-uPSnMf9k8U .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 10px;
}
.cid-uPSnMf9k8U .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 8px 20px;
  margin-bottom: 0;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uPSnMf9k8U .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #000000;
}
.cid-uPSnMf9k8U .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #dcd4cb;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uPSnMf9k8U .tab-content .tab-pane .content-wrap {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uPSnMf9k8U .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uPSnMf9k8U .tab-content .tab-pane .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPSnMf9k8U .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uPSnMf9k8U .tab-content .tab-pane .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPSnMf9k8U .tab-content .tab-pane .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPSnMf9k8U .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPSnMf9k8U .tab-content .tab-pane .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uPSnMf9k8U .tab-content .tab-pane .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPSnMf9k8U .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uPSnMf9k8U .item-title {
  color: #000000;
}
.cid-uPSnMf9k8U .item-text {
  color: #000000;
}
.cid-u6kBuNP5V8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #988774;
}
.cid-u6kBuNP5V8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6kBuNP5V8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6kBuNP5V8 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u6kBuNP5V8 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-u6kBuNP5V8 .container {
    padding: 0 26px;
  }
}
.cid-u6kBuNP5V8 .row {
  justify-content: center;
}
.cid-u6kBuNP5V8 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6kBuNP5V8 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u6kBuNP5V8 .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6kBuNP5V8 .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u6kBuNP5V8 .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u6kBuNP5V8 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6kBuNP5V8 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u6kBuNP5V8 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u6kBuNP5V8 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u6kBuNP5V8 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u6kBuNP5V8 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u6kBuNP5V8 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6kBuNP5V8 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-u6kBuNP5V8 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6kBuNP5V8 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-u6kBuNP5V8 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-u6kBuNP5V8 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-u6kBuNP5V8 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-u6kBuNP5V8 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-u6kBuNP5V8 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6kBuNP5V8 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u6kBuNP5V8 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u6kBuNP5V8 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-u6kBuNP5V8 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-u6kBuNP5V8 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-u6kBuNP5V8 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #988774;
}
.cid-u6kBuNP5V8 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u6kBuNP5V8 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-u6kBuNP5V8 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6kBuNP5V8 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-u6kBuNP5V8 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u6kBuNP5V8 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u6kBuNP5V8 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #988774;
}
.cid-u6kBuNP5V8 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-u6kBuNP5V8 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-u6kBuNP5V8 .mbr-section-title {
  color: #ffffff;
}
.cid-u6kBuNP5V8 .mbr-text {
  color: #ffffff;
}
.cid-u6kBuNP5V8 .list {
  color: #ffffff;
}
.cid-u6kBuNP5V8 .list,
.cid-u6kBuNP5V8 .nav-wrapper,
.cid-u6kBuNP5V8 .social-wrapper {
  text-align: right;
}
.cid-u6kBuNP5V8 .list,
.cid-u6kBuNP5V8 .item-wrap,
.cid-u6kBuNP5V8 .social-wrapper {
  color: #232323;
  text-align: center;
}
