.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: 20px !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Afacad;
}
.display-1 {
  font-family: 'Lora', serif;
  font-size: 4rem;
  line-height: 108%;
  letter-spacing: -5.2px;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Lora', serif;
  font-size: 3rem;
  line-height: 76px;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  line-height: 26px;
  letter-spacing: -0.04em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Lora', serif;
  font-size: 1.8rem;
  line-height: 128%;
  letter-spacing: -1.68px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  line-height: 35px;
  letter-spacing: -0.04px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #ff796f !important;
}
.bg-success {
  background-color: #ff44c2 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #533633 !important;
}
.bg-danger {
  background-color: #f5fa12 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff796f !important;
  border-color: #ff796f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffa8a2 !important;
  border-color: #ffa8a2 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffa8a2 !important;
  border-color: #ffa8a2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f3f6f9 !important;
  border-color: #f3f6f9 !important;
  color: #4f779e !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: #4f779e !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: #ff44c2 !important;
  border-color: #ff44c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ff77d3 !important;
  border-color: #ff77d3 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff77d3 !important;
  border-color: #ff77d3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #533633 !important;
  border-color: #533633 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #734b46 !important;
  border-color: #734b46 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #734b46 !important;
  border-color: #734b46 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f5fa12 !important;
  border-color: #f5fa12 !important;
  color: #0c0d00 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f7fb44 !important;
  border-color: #f7fb44 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0c0d00 !important;
  background-color: #f7fb44 !important;
  border-color: #f7fb44 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !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: #7a7a7a !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: #ff796f;
  color: #ff796f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff2818 !important;
  background-color: transparent !important;
  border-color: #ff2818 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff796f !important;
  border-color: #ff796f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f3f6f9;
  color: #f3f6f9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b9cbdc !important;
  background-color: transparent !important;
  border-color: #b9cbdc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4f779e !important;
  background-color: #f3f6f9 !important;
  border-color: #f3f6f9 !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: #ff44c2;
  color: #ff44c2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ec009f !important;
  background-color: transparent !important;
  border-color: #ec009f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff44c2 !important;
  border-color: #ff44c2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #533633;
  color: #533633;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1d1312 !important;
  background-color: transparent !important;
  border-color: #1d1312 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #533633 !important;
  border-color: #533633 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f5fa12;
  color: #f5fa12;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #aeb204 !important;
  background-color: transparent !important;
  border-color: #aeb204 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #0c0d00 !important;
  background-color: #f5fa12 !important;
  border-color: #f5fa12 !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: #ff796f !important;
}
.text-secondary {
  color: #f3f6f9 !important;
}
.text-success {
  color: #ff44c2 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #533633 !important;
}
.text-danger {
  color: #f5fa12 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff1a09 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #afc3d7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #dd0095 !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: #140d0c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9fa303 !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: #ff796f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #533633;
}
.alert-danger {
  background-color: #f5fa12;
}
.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: #ff796f;
  border-color: #ff796f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff796f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #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: #c7a8a4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdfeda;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  line-height: 35px;
  letter-spacing: -0.04px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.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: #ff796f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  line-height: 35px;
  letter-spacing: -0.04px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ff796f;
}
/* 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: #ff796f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff796f;
}
.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: #ff796f;
  border-bottom-color: #ff796f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff796f !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: #f3f6f9 !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='%23ff796f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 4px 20px;
  border-radius: 110px !important;
  flex-direction: row-reverse;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  opacity: .8;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: none;
}
.cid-u1INmVOdLk {
  background-color: transparent;
}
.cid-u1INmVOdLk .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u1INmVOdLk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u1INmVOdLk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1INmVOdLk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u1INmVOdLk .menu_box .navbar.opened,
  .cid-u1INmVOdLk .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u1INmVOdLk .navbar-dropdown {
  position: relative !important;
}
.cid-u1INmVOdLk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-u1INmVOdLk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u1INmVOdLk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u1INmVOdLk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-u1INmVOdLk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1INmVOdLk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u1INmVOdLk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1INmVOdLk .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-u1INmVOdLk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u1INmVOdLk 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-u1INmVOdLk .lg_brand {
    margin: 0 1rem;
  }
  .cid-u1INmVOdLk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u1INmVOdLk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u1INmVOdLk .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .nav-item {
    margin: 0 !important;
  }
}
.cid-u1INmVOdLk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-u1INmVOdLk .nav-item .nav-link:hover,
.cid-u1INmVOdLk .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-u1INmVOdLk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u1INmVOdLk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1INmVOdLk .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-u1INmVOdLk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-u1INmVOdLk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u1INmVOdLk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u1INmVOdLk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u1INmVOdLk .container {
  display: flex;
  margin: auto;
}
.cid-u1INmVOdLk .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-u1INmVOdLk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u1INmVOdLk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u1INmVOdLk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .navbar-nav {
    margin: 0;
  }
}
.cid-u1INmVOdLk .dropdown-menu,
.cid-u1INmVOdLk .navbar.opened {
  background-color: false !important;
}
.cid-u1INmVOdLk .nav-item:focus,
.cid-u1INmVOdLk .nav-link:focus {
  outline: none;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1INmVOdLk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1INmVOdLk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1INmVOdLk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u1INmVOdLk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u1INmVOdLk .navbar.opened {
  transition: all 0.3s;
}
.cid-u1INmVOdLk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u1INmVOdLk .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u1INmVOdLk .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1INmVOdLk .navbar.collapsed {
  justify-content: center;
}
.cid-u1INmVOdLk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1INmVOdLk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1INmVOdLk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1INmVOdLk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1INmVOdLk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1INmVOdLk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1INmVOdLk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u1INmVOdLk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u1INmVOdLk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1INmVOdLk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u1INmVOdLk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1INmVOdLk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u1INmVOdLk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u1INmVOdLk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u1INmVOdLk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1INmVOdLk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u1INmVOdLk .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1INmVOdLk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1INmVOdLk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1INmVOdLk .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-u1INmVOdLk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u1INmVOdLk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1INmVOdLk .dropdown-item.active,
.cid-u1INmVOdLk .dropdown-item:active {
  background-color: transparent;
}
.cid-u1INmVOdLk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u1INmVOdLk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1INmVOdLk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1INmVOdLk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1INmVOdLk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u1INmVOdLk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1INmVOdLk 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: #dcdde0;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1INmVOdLk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u1INmVOdLk .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-u1INmVOdLk .navbar {
    height: 70px;
  }
  .cid-u1INmVOdLk .navbar.opened {
    height: auto;
  }
  .cid-u1INmVOdLk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1INmVOdLk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u1INmVOdLk .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u1INmVOdLk .navbar-caption:hover {
  color: #ff796f;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u1INmVOdLk .text_widget {
  margin-bottom: 32px;
}
.cid-u1INmVOdLk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u1INmVOdLk .text_widget a:hover,
.cid-u1INmVOdLk .text_widget a:focus {
  opacity: .8;
}
.cid-u1INmVOdLk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u1INmVOdLk .navbar-caption {
  color: #000000;
}
.cid-u1INmVOdLk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1INmVOdLk .mbr-section-subtitle,
.cid-u1INmVOdLk .text_widget,
.cid-u1INmVOdLk .mbr-section-btn {
  text-align: center;
}
.cid-u1INmVOdLk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uS3gLf3qfg {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS3gLf3qfg {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.cid-uS3gLf3qfg .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-uS3gLf3qfg .mbr-section-btn {
  animation-delay: .4s;
}
.cid-uS3gLf3qfg .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  margin-right: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uS3gLf3qfg .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uS3gLf3qfg .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-uS3gLf3qfg .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 90%;
  background-color: #533633;
}
@media (max-width: 991px) {
  .cid-uS3gLf3qfg .back {
    width: 100%;
    height: 100%;
  }
}
.cid-uS3gLf3qfg section {
  position: relative;
}
.cid-uS3gLf3qfg .box {
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uS3gLf3qfg .box {
    padding-top: 8rem;
  }
}
.cid-uS3gLf3qfg .box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 767px) {
  .cid-uS3gLf3qfg {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .cid-uS3gLf3qfg .row {
    padding: 1rem!important;
  }
}
.cid-uS3gLf3qfg H1 {
  text-align: left;
}
.cid-uS3gLf3qfg .mbr-section-subtitle,
.cid-uS3gLf3qfg .mbr-section-btn {
  text-align: left;
}
.cid-uS3gLf3qfg .mbr-section-text,
.cid-uS3gLf3qfg .mbr-section-btn {
  text-align: left;
}
.cid-uS3fvyBo2K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS3fvyBo2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3fvyBo2K .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-uS3fvyBo2K .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS3fvyBo2K .container {
    padding: 0 12px;
  }
}
.cid-uS3fvyBo2K .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uS3fvyBo2K .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uS3fvyBo2K .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uS3fvyBo2K .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #533633;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uS3fvyBo2K .mbr-section-title {
  color: #222222;
}
.cid-uS2oWzw67U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #533633;
}
.cid-uS2oWzw67U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS2oWzw67U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS2oWzw67U .content-wrapper {
  padding: 10px;
  border-top: 10px solid #533633;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #533633;
}
.cid-uS2oWzw67U .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-uS2oWzw67U .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-uS2oWzw67U .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uS2oWzw67U .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS2oWzw67U .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS2oWzw67U .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-uS2oWzw67U .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uS2oWzw67U .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS2oWzw67U .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uS2oWzw67U .mbr-section-title {
  color: #000c3f;
}
.cid-uS2oWzw67U .mbr-text {
  color: #000c3f;
}
.cid-uS2oWzw67U .mbr-text,
.cid-uS2oWzw67U .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uS2oWzw67U .mbr-section-title,
.cid-uS2oWzw67U .mbr-section-btn {
  color: #000000;
}
.cid-uS33ROSscq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS33ROSscq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS33ROSscq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS33ROSscq .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uS33ROSscq .container-fluid {
    padding: 0;
  }
}
.cid-uS33ROSscq .container-fluid .row {
  padding: 0;
}
.cid-uS33ROSscq .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uS33ROSscq .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uS33ROSscq .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-uS33ROSscq .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uS33ROSscq .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uS33ROSscq .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-uS33ROSscq .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uS33ROSscq .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS33ROSscq .image-wrapper img {
    height: 400px;
  }
}
.cid-uS33ROSscq .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-uS33ROSscq .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uS33ROSscq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uS33ROSscq .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uS2s8NIuqE {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #fbf1f7;
}
.cid-uS2s8NIuqE .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-uS2s8NIuqE .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uS2s8NIuqE .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uS2s8NIuqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS2s8NIuqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3pyeQUzc {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #533633;
}
.cid-uS3pyeQUzc .card-wrapper {
  margin-top: 3rem;
}
.cid-uS3pyeQUzc .row {
  justify-content: center;
}
.cid-uS3pyeQUzc .card-text {
  text-align: left;
  color: #fafafa;
}
.cid-uS3pyeQUzc .card-title,
.cid-uS3pyeQUzc .iconfont-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-uS33WtMu0F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS33WtMu0F .wrapper {
  max-width: 760px;
  margin: 0 auto;
}
.cid-uS33WtMu0F .card {
  background: transparent;
}
.cid-uS33WtMu0F .card-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-uS33WtMu0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS33WtMu0F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRZ7HAE7fv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uRZ7HAE7fv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRZ7HAE7fv .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-uRZ7HAE7fv .container {
    padding: 0 20px;
  }
}
.cid-uRZ7HAE7fv .row {
  margin: 0;
}
.cid-uRZ7HAE7fv .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRZ7HAE7fv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRZ7HAE7fv .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uRZ7HAE7fv .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uRZ7HAE7fv .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uRZ7HAE7fv .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uRZ7HAE7fv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRZ7UyF35l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uRZ7UyF35l .wrapper {
  background: #533633;
}
.cid-uRZ7UyF35l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRZ7UyF35l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRZ7UyF35l .mbr-section-title {
  color: #ffffff;
}
.cid-uRZ7UyF35l .mbr-text {
  color: #ffffff;
}
.cid-uS3j71oN8Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
  position: relative;
  overflow: hidden;
}
.cid-uS3j71oN8Y::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #000000 -10%, transparent 70%);
}
.cid-uS3j71oN8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3j71oN8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS3j71oN8Y .container {
    padding: 0 16px;
  }
}
.cid-uS3j71oN8Y .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uS3j71oN8Y .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uS3j71oN8Y .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS3j71oN8Y .mbr-section-title {
  color: #111111;
}
.cid-uS3j71oN8Y .mbr-text {
  color: #000000;
}
.cid-uS3rJLkx98 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #533633;
}
.cid-uS3rJLkx98 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3rJLkx98 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3rJLkx98 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uS3rJLkx98 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uS3rJLkx98 .container {
    padding: 0 20px;
  }
}
.cid-uS3rJLkx98 .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #fbf1f7;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uS3rJLkx98 .row {
    padding: 46px 4px 46px;
  }
}
.cid-uS3rJLkx98 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uS3rJLkx98 .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uS3rJLkx98 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uS3rJLkx98 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uS3rJLkx98 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS3rJLkx98 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS3rJLkx98 .item {
  margin-bottom: 40px;
}
.cid-uS3rJLkx98 .item:first-child {
  margin-bottom: 0;
}
.cid-uS3rJLkx98 .item:hover .item-wrapper .item-img img,
.cid-uS3rJLkx98 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uS3rJLkx98 .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-uS3rJLkx98 .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uS3rJLkx98 .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-uS3rJLkx98 .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uS3rJLkx98 .item a {
  display: block;
}
.cid-uS3rJLkx98 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uS3rJLkx98 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uS3rJLkx98 .mbr-text,
.cid-uS3rJLkx98 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uS3rJLkx98 .card-title {
  color: #000000;
}
.cid-uS3rJLkx98 .card-desc {
  color: #616161;
}
.cid-uS3jG3ypfP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbf1f7;
}
.cid-uS3jG3ypfP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3jG3ypfP .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-uS3jG3ypfP .container {
    padding: 0 30px;
  }
}
.cid-uS3jG3ypfP .row {
  position: relative;
}
.cid-uS3jG3ypfP .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uS3jG3ypfP .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uS3jG3ypfP .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #533633;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uS3jG3ypfP .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uS3jG3ypfP .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uS3jG3ypfP .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS3jG3ypfP .mbr-text {
  color: #ffffff;
}
.cid-uS3jG3ypfP .mbr-link,
.cid-uS3jG3ypfP .mbr-iconfont {
  color: #212529;
}
.cid-uS3jG3ypfP .mbr-section-title {
  color: #ffffff;
}
.cid-uS2qCxEwX7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS2qCxEwX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS2qCxEwX7 .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-uS2qCxEwX7 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS2qCxEwX7 .container {
    padding: 0 12px;
  }
}
.cid-uS2qCxEwX7 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uS2qCxEwX7 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS2qCxEwX7 .tabs-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uS2qCxEwX7 .tabs-wrap {
    margin-bottom: 24px;
  }
}
.cid-uS2qCxEwX7 .tabs-wrap .nav.nav-tabs {
  display: block;
  border: none;
  width: 100%;
}
.cid-uS2qCxEwX7 .tabs-wrap .nav.nav-tabs .nav-item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uS2qCxEwX7 .tabs-wrap .nav.nav-tabs .nav-item {
    margin-bottom: 16px;
  }
}
.cid-uS2qCxEwX7 .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  color: #222222;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  padding: 6px 12px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uS2qCxEwX7 .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    border-radius: 12px;
  }
}
.cid-uS2qCxEwX7 .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #000000;
  background-color: #fbf1f7;
}
.cid-uS2qCxEwX7 .tab-content {
  padding: 60px;
  border-radius: 50px;
  border: 3px solid #fbf1f7;
  box-shadow: 4px 4px #fbf1f7;
}
@media (max-width: 992px) {
  .cid-uS2qCxEwX7 .tab-content {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uS2qCxEwX7 .tab-content .tab-pane img {
  height: 500px;
  object-fit: cover;
  border-radius: 50px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uS2qCxEwX7 .tab-content .tab-pane img {
    height: 300px;
    border-radius: 24px;
  }
}
.cid-uS2qCxEwX7 .tab-content .tab-pane .mbr-desc {
  margin-bottom: 16px;
}
.cid-uS2qCxEwX7 .mbr-section-title {
  color: #222222;
}
.cid-uS2qCxEwX7 .mbr-desc {
  color: #222222;
}
.cid-uS2qCxEwX7 .mbr-desc,
.cid-uS2qCxEwX7 .mbr-section-btn {
  text-align: center;
}
.cid-uS2qCxEwX7 .mbr-section-title,
.cid-uS2qCxEwX7 .nav-item {
  color: #000000;
}
.cid-uS3k17k2eF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS3k17k2eF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3k17k2eF .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-uS3k17k2eF .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS3k17k2eF .container {
    padding: 0 12px;
  }
}
.cid-uS3k17k2eF .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uS3k17k2eF .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS3k17k2eF .mbr-section-title {
  color: #222222;
}
.cid-uS3k17k2eF .mbr-text {
  color: #222222;
}
.cid-uS3dGbqDzr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fbf1f7;
  overflow: hidden;
}
.cid-uS3dGbqDzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3dGbqDzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3dGbqDzr .row {
  position: relative;
  z-index: 10;
}
.cid-uS3dGbqDzr .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uS3dGbqDzr .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-uS3dGbqDzr .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uS3dGbqDzr .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uS3dGbqDzr .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uS3dGbqDzr .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uS3dGbqDzr .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-uS3dGbqDzr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uS3dGbqDzr .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uS3dGbqDzr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uS3dGbqDzr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uS3dGbqDzr .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uS3dGbqDzr .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-uS3dGbqDzr .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-uS3dGbqDzr .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-uS3dGbqDzr .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uS3dGbqDzr .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-uS3dGbqDzr .container,
.cid-uS3dGbqDzr .container-fluid {
  position: relative;
}
.cid-uS3dGbqDzr .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uS3dGbqDzr .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uS3dGbqDzr .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uS3dGbqDzr .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uS37O4dvdf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #533633;
}
.cid-uS37O4dvdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS37O4dvdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS37O4dvdf .row {
  justify-content: space-between;
}
.cid-uS37O4dvdf .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uS37O4dvdf .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uS37O4dvdf .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS37O4dvdf .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uS37O4dvdf .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uS37O4dvdf .list li {
  margin-bottom: 25px;
}
.cid-uS37O4dvdf .list li:last-child {
  margin-bottom: 0;
}
.cid-uS37O4dvdf .mbr-desc {
  margin-bottom: 8px;
}
.cid-uS37O4dvdf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uS37O4dvdf .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uS37O4dvdf .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uS37O4dvdf .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uS37O4dvdf .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uS37O4dvdf .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uS37O4dvdf .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uS37O4dvdf .mbr-desc,
.cid-uS37O4dvdf .mbr-iconfont {
  color: #ffffff;
}
.cid-uS3mio4rSr {
  background-color: transparent;
}
.cid-uS3mio4rSr .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uS3mio4rSr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uS3mio4rSr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS3mio4rSr .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uS3mio4rSr .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uS3mio4rSr .menu_box .navbar.opened,
  .cid-uS3mio4rSr .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uS3mio4rSr .navbar-dropdown {
  position: relative !important;
}
.cid-uS3mio4rSr .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uS3mio4rSr .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uS3mio4rSr .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uS3mio4rSr .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uS3mio4rSr .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-uS3mio4rSr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uS3mio4rSr .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uS3mio4rSr ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uS3mio4rSr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uS3mio4rSr .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-uS3mio4rSr .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uS3mio4rSr 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-uS3mio4rSr .lg_brand {
    margin: 0 1rem;
  }
  .cid-uS3mio4rSr .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uS3mio4rSr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uS3mio4rSr .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uS3mio4rSr .nav-item {
    margin: 0 !important;
  }
}
.cid-uS3mio4rSr .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uS3mio4rSr .nav-item .nav-link:hover,
.cid-uS3mio4rSr .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-uS3mio4rSr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uS3mio4rSr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uS3mio4rSr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uS3mio4rSr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uS3mio4rSr .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-uS3mio4rSr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uS3mio4rSr .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uS3mio4rSr .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uS3mio4rSr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uS3mio4rSr .container {
  display: flex;
  margin: auto;
}
.cid-uS3mio4rSr .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-uS3mio4rSr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uS3mio4rSr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uS3mio4rSr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uS3mio4rSr .navbar-nav {
    margin: 0;
  }
}
.cid-uS3mio4rSr .dropdown-menu,
.cid-uS3mio4rSr .navbar.opened {
  background-color: false !important;
}
.cid-uS3mio4rSr .nav-item:focus,
.cid-uS3mio4rSr .nav-link:focus {
  outline: none;
}
.cid-uS3mio4rSr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS3mio4rSr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS3mio4rSr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS3mio4rSr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS3mio4rSr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS3mio4rSr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS3mio4rSr .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uS3mio4rSr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uS3mio4rSr .navbar.opened {
  transition: all 0.3s;
}
.cid-uS3mio4rSr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uS3mio4rSr .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uS3mio4rSr .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS3mio4rSr .navbar.collapsed {
  justify-content: center;
}
.cid-uS3mio4rSr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS3mio4rSr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uS3mio4rSr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS3mio4rSr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS3mio4rSr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS3mio4rSr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uS3mio4rSr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uS3mio4rSr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uS3mio4rSr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uS3mio4rSr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS3mio4rSr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS3mio4rSr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uS3mio4rSr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS3mio4rSr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uS3mio4rSr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS3mio4rSr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uS3mio4rSr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uS3mio4rSr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uS3mio4rSr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uS3mio4rSr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS3mio4rSr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uS3mio4rSr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uS3mio4rSr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uS3mio4rSr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uS3mio4rSr .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-uS3mio4rSr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uS3mio4rSr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS3mio4rSr .dropdown-item.active,
.cid-uS3mio4rSr .dropdown-item:active {
  background-color: transparent;
}
.cid-uS3mio4rSr .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uS3mio4rSr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS3mio4rSr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS3mio4rSr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS3mio4rSr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uS3mio4rSr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uS3mio4rSr 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: #dcdde0;
}
.cid-uS3mio4rSr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uS3mio4rSr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uS3mio4rSr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS3mio4rSr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS3mio4rSr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uS3mio4rSr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS3mio4rSr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS3mio4rSr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS3mio4rSr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS3mio4rSr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uS3mio4rSr .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-uS3mio4rSr .navbar {
    height: 70px;
  }
  .cid-uS3mio4rSr .navbar.opened {
    height: auto;
  }
  .cid-uS3mio4rSr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS3mio4rSr .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uS3mio4rSr .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uS3mio4rSr .navbar-caption:hover {
  color: #ff796f;
}
@media (min-width: 992px) {
  .cid-uS3mio4rSr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uS3mio4rSr .text_widget {
  margin-bottom: 32px;
}
.cid-uS3mio4rSr .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uS3mio4rSr .text_widget a:hover,
.cid-uS3mio4rSr .text_widget a:focus {
  opacity: .8;
}
.cid-uS3mio4rSr .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uS3mio4rSr .navbar-caption {
  color: #000000;
}
.cid-uS3mio4rSr .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uS3mio4rSr .mbr-section-subtitle,
.cid-uS3mio4rSr .text_widget,
.cid-uS3mio4rSr .mbr-section-btn {
  text-align: center;
}
.cid-uS3mio4rSr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uS3miq4tFm {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #fbf1f7;
}
@media (max-width: 992px) {
  .cid-uS3miq4tFm {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.cid-uS3miq4tFm .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-uS3miq4tFm .mbr-section-btn {
  animation-delay: .4s;
}
.cid-uS3miq4tFm .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #fbf1f7;
  padding: 3rem 2.5rem;
  margin-right: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uS3miq4tFm .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uS3miq4tFm .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-uS3miq4tFm .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 90%;
  background-color: #533633;
}
@media (max-width: 991px) {
  .cid-uS3miq4tFm .back {
    width: 100%;
    height: 100%;
  }
}
.cid-uS3miq4tFm section {
  position: relative;
}
.cid-uS3miq4tFm .box {
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uS3miq4tFm .box {
    padding-top: 8rem;
  }
}
.cid-uS3miq4tFm .box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 767px) {
  .cid-uS3miq4tFm {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .cid-uS3miq4tFm .row {
    padding: 1rem!important;
  }
}
.cid-uS3miq4tFm H1 {
  text-align: left;
}
.cid-uS3miq4tFm .mbr-section-subtitle,
.cid-uS3miq4tFm .mbr-section-btn {
  text-align: left;
}
.cid-uS3miq4tFm .mbr-section-text,
.cid-uS3miq4tFm .mbr-section-btn {
  text-align: left;
}
.cid-uS3miwyMGe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS3miwyMGe .wrapper {
  background: #533633;
}
.cid-uS3miwyMGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3miwyMGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3miwyMGe .mbr-section-title {
  color: #ffffff;
}
.cid-uS3miwyMGe .mbr-text {
  color: #ffffff;
}
.cid-uS3miBHqsS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fbf1f7;
  overflow: hidden;
}
.cid-uS3miBHqsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3miBHqsS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3miBHqsS .row {
  position: relative;
  z-index: 10;
}
.cid-uS3miBHqsS .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uS3miBHqsS .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-uS3miBHqsS .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uS3miBHqsS .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uS3miBHqsS .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uS3miBHqsS .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uS3miBHqsS .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-uS3miBHqsS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uS3miBHqsS .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uS3miBHqsS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uS3miBHqsS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uS3miBHqsS .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uS3miBHqsS .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-uS3miBHqsS .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-uS3miBHqsS .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-uS3miBHqsS .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uS3miBHqsS .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-uS3miBHqsS .container,
.cid-uS3miBHqsS .container-fluid {
  position: relative;
}
.cid-uS3miBHqsS .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uS3miBHqsS .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uS3miBHqsS .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uS3miBHqsS .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uS3miCSJiX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #533633;
}
.cid-uS3miCSJiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3miCSJiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3miCSJiX .row {
  justify-content: space-between;
}
.cid-uS3miCSJiX .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uS3miCSJiX .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uS3miCSJiX .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS3miCSJiX .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uS3miCSJiX .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uS3miCSJiX .list li {
  margin-bottom: 25px;
}
.cid-uS3miCSJiX .list li:last-child {
  margin-bottom: 0;
}
.cid-uS3miCSJiX .mbr-desc {
  margin-bottom: 8px;
}
.cid-uS3miCSJiX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uS3miCSJiX .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uS3miCSJiX .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uS3miCSJiX .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uS3miCSJiX .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uS3miCSJiX .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uS3miCSJiX .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uS3miCSJiX .mbr-desc,
.cid-uS3miCSJiX .mbr-iconfont {
  color: #ffffff;
}
.cid-uS3nIQqDzU {
  background-color: transparent;
}
.cid-uS3nIQqDzU .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uS3nIQqDzU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uS3nIQqDzU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS3nIQqDzU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uS3nIQqDzU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uS3nIQqDzU .menu_box .navbar.opened,
  .cid-uS3nIQqDzU .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uS3nIQqDzU .navbar-dropdown {
  position: relative !important;
}
.cid-uS3nIQqDzU .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uS3nIQqDzU .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uS3nIQqDzU .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uS3nIQqDzU .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uS3nIQqDzU .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-uS3nIQqDzU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uS3nIQqDzU .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uS3nIQqDzU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uS3nIQqDzU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uS3nIQqDzU .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-uS3nIQqDzU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uS3nIQqDzU 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-uS3nIQqDzU .lg_brand {
    margin: 0 1rem;
  }
  .cid-uS3nIQqDzU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uS3nIQqDzU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uS3nIQqDzU .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uS3nIQqDzU .nav-item {
    margin: 0 !important;
  }
}
.cid-uS3nIQqDzU .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uS3nIQqDzU .nav-item .nav-link:hover,
.cid-uS3nIQqDzU .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-uS3nIQqDzU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uS3nIQqDzU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uS3nIQqDzU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uS3nIQqDzU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uS3nIQqDzU .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-uS3nIQqDzU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uS3nIQqDzU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uS3nIQqDzU .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uS3nIQqDzU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uS3nIQqDzU .container {
  display: flex;
  margin: auto;
}
.cid-uS3nIQqDzU .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-uS3nIQqDzU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uS3nIQqDzU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uS3nIQqDzU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uS3nIQqDzU .navbar-nav {
    margin: 0;
  }
}
.cid-uS3nIQqDzU .dropdown-menu,
.cid-uS3nIQqDzU .navbar.opened {
  background-color: false !important;
}
.cid-uS3nIQqDzU .nav-item:focus,
.cid-uS3nIQqDzU .nav-link:focus {
  outline: none;
}
.cid-uS3nIQqDzU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS3nIQqDzU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS3nIQqDzU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS3nIQqDzU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS3nIQqDzU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS3nIQqDzU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS3nIQqDzU .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uS3nIQqDzU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uS3nIQqDzU .navbar.opened {
  transition: all 0.3s;
}
.cid-uS3nIQqDzU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uS3nIQqDzU .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uS3nIQqDzU .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS3nIQqDzU .navbar.collapsed {
  justify-content: center;
}
.cid-uS3nIQqDzU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS3nIQqDzU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uS3nIQqDzU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS3nIQqDzU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS3nIQqDzU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS3nIQqDzU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uS3nIQqDzU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uS3nIQqDzU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uS3nIQqDzU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uS3nIQqDzU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS3nIQqDzU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS3nIQqDzU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uS3nIQqDzU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS3nIQqDzU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uS3nIQqDzU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS3nIQqDzU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uS3nIQqDzU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uS3nIQqDzU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uS3nIQqDzU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uS3nIQqDzU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS3nIQqDzU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uS3nIQqDzU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uS3nIQqDzU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uS3nIQqDzU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uS3nIQqDzU .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-uS3nIQqDzU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uS3nIQqDzU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS3nIQqDzU .dropdown-item.active,
.cid-uS3nIQqDzU .dropdown-item:active {
  background-color: transparent;
}
.cid-uS3nIQqDzU .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uS3nIQqDzU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS3nIQqDzU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS3nIQqDzU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS3nIQqDzU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uS3nIQqDzU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uS3nIQqDzU 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: #dcdde0;
}
.cid-uS3nIQqDzU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uS3nIQqDzU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uS3nIQqDzU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS3nIQqDzU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS3nIQqDzU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uS3nIQqDzU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS3nIQqDzU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS3nIQqDzU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS3nIQqDzU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS3nIQqDzU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uS3nIQqDzU .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-uS3nIQqDzU .navbar {
    height: 70px;
  }
  .cid-uS3nIQqDzU .navbar.opened {
    height: auto;
  }
  .cid-uS3nIQqDzU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS3nIQqDzU .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uS3nIQqDzU .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uS3nIQqDzU .navbar-caption:hover {
  color: #ff796f;
}
@media (min-width: 992px) {
  .cid-uS3nIQqDzU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uS3nIQqDzU .text_widget {
  margin-bottom: 32px;
}
.cid-uS3nIQqDzU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uS3nIQqDzU .text_widget a:hover,
.cid-uS3nIQqDzU .text_widget a:focus {
  opacity: .8;
}
.cid-uS3nIQqDzU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uS3nIQqDzU .navbar-caption {
  color: #000000;
}
.cid-uS3nIQqDzU .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uS3nIQqDzU .mbr-section-subtitle,
.cid-uS3nIQqDzU .text_widget,
.cid-uS3nIQqDzU .mbr-section-btn {
  text-align: center;
}
.cid-uS3nIQqDzU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uS3nIRJP70 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #fbf1f7;
}
@media (max-width: 992px) {
  .cid-uS3nIRJP70 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.cid-uS3nIRJP70 .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-uS3nIRJP70 .mbr-section-btn {
  animation-delay: .4s;
}
.cid-uS3nIRJP70 .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #fbf1f7;
  padding: 3rem 2.5rem;
  margin-right: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uS3nIRJP70 .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uS3nIRJP70 .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-uS3nIRJP70 .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 90%;
  background-color: #533633;
}
@media (max-width: 991px) {
  .cid-uS3nIRJP70 .back {
    width: 100%;
    height: 100%;
  }
}
.cid-uS3nIRJP70 section {
  position: relative;
}
.cid-uS3nIRJP70 .box {
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uS3nIRJP70 .box {
    padding-top: 8rem;
  }
}
.cid-uS3nIRJP70 .box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 767px) {
  .cid-uS3nIRJP70 {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .cid-uS3nIRJP70 .row {
    padding: 1rem!important;
  }
}
.cid-uS3nIRJP70 H1 {
  text-align: left;
}
.cid-uS3nIRJP70 .mbr-section-subtitle,
.cid-uS3nIRJP70 .mbr-section-btn {
  text-align: left;
}
.cid-uS3nIRJP70 .mbr-section-text,
.cid-uS3nIRJP70 .mbr-section-btn {
  text-align: left;
}
.cid-uS3nISTwOl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS3nISTwOl .wrapper {
  background: #533633;
}
.cid-uS3nISTwOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3nISTwOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3nISTwOl .mbr-section-title {
  color: #ffffff;
}
.cid-uS3nISTwOl .mbr-text {
  color: #ffffff;
}
.cid-uS3nITUt3x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fbf1f7;
  overflow: hidden;
}
.cid-uS3nITUt3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3nITUt3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3nITUt3x .row {
  position: relative;
  z-index: 10;
}
.cid-uS3nITUt3x .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uS3nITUt3x .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-uS3nITUt3x .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uS3nITUt3x .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uS3nITUt3x .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uS3nITUt3x .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uS3nITUt3x .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-uS3nITUt3x .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uS3nITUt3x .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uS3nITUt3x .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uS3nITUt3x .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uS3nITUt3x .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uS3nITUt3x .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-uS3nITUt3x .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-uS3nITUt3x .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-uS3nITUt3x .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uS3nITUt3x .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-uS3nITUt3x .container,
.cid-uS3nITUt3x .container-fluid {
  position: relative;
}
.cid-uS3nITUt3x .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uS3nITUt3x .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uS3nITUt3x .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uS3nITUt3x .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uS3nIUVX2K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #533633;
}
.cid-uS3nIUVX2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3nIUVX2K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3nIUVX2K .row {
  justify-content: space-between;
}
.cid-uS3nIUVX2K .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uS3nIUVX2K .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uS3nIUVX2K .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS3nIUVX2K .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uS3nIUVX2K .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uS3nIUVX2K .list li {
  margin-bottom: 25px;
}
.cid-uS3nIUVX2K .list li:last-child {
  margin-bottom: 0;
}
.cid-uS3nIUVX2K .mbr-desc {
  margin-bottom: 8px;
}
.cid-uS3nIUVX2K .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uS3nIUVX2K .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uS3nIUVX2K .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uS3nIUVX2K .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uS3nIUVX2K .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uS3nIUVX2K .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uS3nIUVX2K .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uS3nIUVX2K .mbr-desc,
.cid-uS3nIUVX2K .mbr-iconfont {
  color: #ffffff;
}
.cid-uS3vYCMxcR {
  background-color: transparent;
}
.cid-uS3vYCMxcR .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uS3vYCMxcR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uS3vYCMxcR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS3vYCMxcR .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uS3vYCMxcR .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uS3vYCMxcR .menu_box .navbar.opened,
  .cid-uS3vYCMxcR .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uS3vYCMxcR .navbar-dropdown {
  position: relative !important;
}
.cid-uS3vYCMxcR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uS3vYCMxcR .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uS3vYCMxcR .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uS3vYCMxcR .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uS3vYCMxcR .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-uS3vYCMxcR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uS3vYCMxcR .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uS3vYCMxcR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uS3vYCMxcR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uS3vYCMxcR .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-uS3vYCMxcR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uS3vYCMxcR 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-uS3vYCMxcR .lg_brand {
    margin: 0 1rem;
  }
  .cid-uS3vYCMxcR .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uS3vYCMxcR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uS3vYCMxcR .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uS3vYCMxcR .nav-item {
    margin: 0 !important;
  }
}
.cid-uS3vYCMxcR .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uS3vYCMxcR .nav-item .nav-link:hover,
.cid-uS3vYCMxcR .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-uS3vYCMxcR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uS3vYCMxcR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uS3vYCMxcR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uS3vYCMxcR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uS3vYCMxcR .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-uS3vYCMxcR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uS3vYCMxcR .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uS3vYCMxcR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uS3vYCMxcR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uS3vYCMxcR .container {
  display: flex;
  margin: auto;
}
.cid-uS3vYCMxcR .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-uS3vYCMxcR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uS3vYCMxcR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uS3vYCMxcR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uS3vYCMxcR .navbar-nav {
    margin: 0;
  }
}
.cid-uS3vYCMxcR .dropdown-menu,
.cid-uS3vYCMxcR .navbar.opened {
  background-color: false !important;
}
.cid-uS3vYCMxcR .nav-item:focus,
.cid-uS3vYCMxcR .nav-link:focus {
  outline: none;
}
.cid-uS3vYCMxcR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS3vYCMxcR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS3vYCMxcR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS3vYCMxcR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS3vYCMxcR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS3vYCMxcR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS3vYCMxcR .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uS3vYCMxcR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uS3vYCMxcR .navbar.opened {
  transition: all 0.3s;
}
.cid-uS3vYCMxcR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uS3vYCMxcR .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uS3vYCMxcR .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS3vYCMxcR .navbar.collapsed {
  justify-content: center;
}
.cid-uS3vYCMxcR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS3vYCMxcR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uS3vYCMxcR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS3vYCMxcR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS3vYCMxcR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS3vYCMxcR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uS3vYCMxcR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uS3vYCMxcR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uS3vYCMxcR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uS3vYCMxcR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS3vYCMxcR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS3vYCMxcR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uS3vYCMxcR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS3vYCMxcR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uS3vYCMxcR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS3vYCMxcR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uS3vYCMxcR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uS3vYCMxcR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uS3vYCMxcR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uS3vYCMxcR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS3vYCMxcR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uS3vYCMxcR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uS3vYCMxcR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uS3vYCMxcR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uS3vYCMxcR .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-uS3vYCMxcR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uS3vYCMxcR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS3vYCMxcR .dropdown-item.active,
.cid-uS3vYCMxcR .dropdown-item:active {
  background-color: transparent;
}
.cid-uS3vYCMxcR .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uS3vYCMxcR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS3vYCMxcR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS3vYCMxcR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS3vYCMxcR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uS3vYCMxcR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uS3vYCMxcR 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: #dcdde0;
}
.cid-uS3vYCMxcR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uS3vYCMxcR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uS3vYCMxcR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS3vYCMxcR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS3vYCMxcR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uS3vYCMxcR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS3vYCMxcR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS3vYCMxcR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS3vYCMxcR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS3vYCMxcR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uS3vYCMxcR .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-uS3vYCMxcR .navbar {
    height: 70px;
  }
  .cid-uS3vYCMxcR .navbar.opened {
    height: auto;
  }
  .cid-uS3vYCMxcR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS3vYCMxcR .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uS3vYCMxcR .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uS3vYCMxcR .navbar-caption:hover {
  color: #ff796f;
}
@media (min-width: 992px) {
  .cid-uS3vYCMxcR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uS3vYCMxcR .text_widget {
  margin-bottom: 32px;
}
.cid-uS3vYCMxcR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uS3vYCMxcR .text_widget a:hover,
.cid-uS3vYCMxcR .text_widget a:focus {
  opacity: .8;
}
.cid-uS3vYCMxcR .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uS3vYCMxcR .navbar-caption {
  color: #000000;
}
.cid-uS3vYCMxcR .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uS3vYCMxcR .mbr-section-subtitle,
.cid-uS3vYCMxcR .text_widget,
.cid-uS3vYCMxcR .mbr-section-btn {
  text-align: center;
}
.cid-uS3vYCMxcR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uS3vYEJdcI {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS3vYEJdcI {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.cid-uS3vYEJdcI .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-uS3vYEJdcI .mbr-section-btn {
  animation-delay: .4s;
}
.cid-uS3vYEJdcI .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  margin-right: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uS3vYEJdcI .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uS3vYEJdcI .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-uS3vYEJdcI .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 90%;
  background-color: #533633;
}
@media (max-width: 991px) {
  .cid-uS3vYEJdcI .back {
    width: 100%;
    height: 100%;
  }
}
.cid-uS3vYEJdcI section {
  position: relative;
}
.cid-uS3vYEJdcI .box {
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uS3vYEJdcI .box {
    padding-top: 8rem;
  }
}
.cid-uS3vYEJdcI .box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 767px) {
  .cid-uS3vYEJdcI {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .cid-uS3vYEJdcI .row {
    padding: 1rem!important;
  }
}
.cid-uS3vYEJdcI H1 {
  text-align: left;
}
.cid-uS3vYEJdcI .mbr-section-subtitle,
.cid-uS3vYEJdcI .mbr-section-btn {
  text-align: left;
}
.cid-uS3vYEJdcI .mbr-section-text,
.cid-uS3vYEJdcI .mbr-section-btn {
  text-align: left;
}
.cid-uS3vYFKDYJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS3vYFKDYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3vYFKDYJ .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-uS3vYFKDYJ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS3vYFKDYJ .container {
    padding: 0 12px;
  }
}
.cid-uS3vYFKDYJ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uS3vYFKDYJ .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uS3vYFKDYJ .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uS3vYFKDYJ .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #533633;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uS3vYFKDYJ .mbr-section-title {
  color: #222222;
}
.cid-uS3vYGIiBb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #533633;
}
.cid-uS3vYGIiBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3vYGIiBb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3vYGIiBb .content-wrapper {
  padding: 10px;
  border-top: 10px solid #533633;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #533633;
}
.cid-uS3vYGIiBb .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-uS3vYGIiBb .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-uS3vYGIiBb .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uS3vYGIiBb .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS3vYGIiBb .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS3vYGIiBb .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-uS3vYGIiBb .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uS3vYGIiBb .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS3vYGIiBb .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uS3vYGIiBb .mbr-section-title {
  color: #000c3f;
}
.cid-uS3vYGIiBb .mbr-text {
  color: #000c3f;
}
.cid-uS3vYGIiBb .mbr-text,
.cid-uS3vYGIiBb .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uS3vYGIiBb .mbr-section-title,
.cid-uS3vYGIiBb .mbr-section-btn {
  color: #000000;
}
.cid-uS3vYHMLMz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS3vYHMLMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3vYHMLMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3vYHMLMz .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uS3vYHMLMz .container-fluid {
    padding: 0;
  }
}
.cid-uS3vYHMLMz .container-fluid .row {
  padding: 0;
}
.cid-uS3vYHMLMz .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uS3vYHMLMz .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uS3vYHMLMz .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-uS3vYHMLMz .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uS3vYHMLMz .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uS3vYHMLMz .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-uS3vYHMLMz .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uS3vYHMLMz .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS3vYHMLMz .image-wrapper img {
    height: 400px;
  }
}
.cid-uS3vYHMLMz .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-uS3vYHMLMz .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uS3vYHMLMz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uS3vYHMLMz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uS3vYIWwJP {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #fbf1f7;
}
.cid-uS3vYIWwJP .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-uS3vYIWwJP .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uS3vYIWwJP .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uS3vYIWwJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3vYIWwJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3vYJYXyD {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #533633;
}
.cid-uS3vYJYXyD .card-wrapper {
  margin-top: 3rem;
}
.cid-uS3vYJYXyD .row {
  justify-content: center;
}
.cid-uS3vYJYXyD .card-text {
  text-align: left;
  color: #fafafa;
}
.cid-uS3vYJYXyD .card-title,
.cid-uS3vYJYXyD .iconfont-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-uS3vYLcOPu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS3vYLcOPu .wrapper {
  max-width: 760px;
  margin: 0 auto;
}
.cid-uS3vYLcOPu .card {
  background: transparent;
}
.cid-uS3vYLcOPu .card-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-uS3vYLcOPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3vYLcOPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3vYMrbMN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS3vYMrbMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3vYMrbMN .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-uS3vYMrbMN .container {
    padding: 0 20px;
  }
}
.cid-uS3vYMrbMN .row {
  margin: 0;
}
.cid-uS3vYMrbMN .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS3vYMrbMN .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS3vYMrbMN .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uS3vYMrbMN .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uS3vYMrbMN .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uS3vYMrbMN .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uS3vYMrbMN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uS3vYNACjk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS3vYNACjk .wrapper {
  background: #533633;
}
.cid-uS3vYNACjk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3vYNACjk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3vYNACjk .mbr-section-title {
  color: #ffffff;
}
.cid-uS3vYNACjk .mbr-text {
  color: #ffffff;
}
.cid-uS3vYOChnz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
  position: relative;
  overflow: hidden;
}
.cid-uS3vYOChnz::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #000000 -10%, transparent 70%);
}
.cid-uS3vYOChnz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3vYOChnz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS3vYOChnz .container {
    padding: 0 16px;
  }
}
.cid-uS3vYOChnz .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uS3vYOChnz .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uS3vYOChnz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS3vYOChnz .mbr-section-title {
  color: #111111;
}
.cid-uS3vYOChnz .mbr-text {
  color: #000000;
}
.cid-uS3vYPKu8s {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #533633;
}
.cid-uS3vYPKu8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3vYPKu8s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3vYPKu8s .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uS3vYPKu8s .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uS3vYPKu8s .container {
    padding: 0 20px;
  }
}
.cid-uS3vYPKu8s .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #fbf1f7;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uS3vYPKu8s .row {
    padding: 46px 4px 46px;
  }
}
.cid-uS3vYPKu8s .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uS3vYPKu8s .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uS3vYPKu8s .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uS3vYPKu8s .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uS3vYPKu8s .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS3vYPKu8s .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS3vYPKu8s .item {
  margin-bottom: 40px;
}
.cid-uS3vYPKu8s .item:first-child {
  margin-bottom: 0;
}
.cid-uS3vYPKu8s .item:hover .item-wrapper .item-img img,
.cid-uS3vYPKu8s .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uS3vYPKu8s .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-uS3vYPKu8s .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uS3vYPKu8s .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-uS3vYPKu8s .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uS3vYPKu8s .item a {
  display: block;
}
.cid-uS3vYPKu8s .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uS3vYPKu8s .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uS3vYPKu8s .mbr-text,
.cid-uS3vYPKu8s .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uS3vYPKu8s .card-title {
  color: #000000;
}
.cid-uS3vYPKu8s .card-desc {
  color: #616161;
}
.cid-uS3vYRavuN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbf1f7;
}
.cid-uS3vYRavuN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3vYRavuN .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-uS3vYRavuN .container {
    padding: 0 30px;
  }
}
.cid-uS3vYRavuN .row {
  position: relative;
}
.cid-uS3vYRavuN .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uS3vYRavuN .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uS3vYRavuN .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #533633;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uS3vYRavuN .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uS3vYRavuN .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uS3vYRavuN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS3vYRavuN .mbr-text {
  color: #ffffff;
}
.cid-uS3vYRavuN .mbr-link,
.cid-uS3vYRavuN .mbr-iconfont {
  color: #212529;
}
.cid-uS3vYRavuN .mbr-section-title {
  color: #ffffff;
}
.cid-uS3vYShN2x {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS3vYShN2x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3vYShN2x .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-uS3vYShN2x .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS3vYShN2x .container {
    padding: 0 12px;
  }
}
.cid-uS3vYShN2x .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uS3vYShN2x .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS3vYShN2x .tabs-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uS3vYShN2x .tabs-wrap {
    margin-bottom: 24px;
  }
}
.cid-uS3vYShN2x .tabs-wrap .nav.nav-tabs {
  display: block;
  border: none;
  width: 100%;
}
.cid-uS3vYShN2x .tabs-wrap .nav.nav-tabs .nav-item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uS3vYShN2x .tabs-wrap .nav.nav-tabs .nav-item {
    margin-bottom: 16px;
  }
}
.cid-uS3vYShN2x .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  color: #222222;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  padding: 6px 12px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uS3vYShN2x .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    border-radius: 12px;
  }
}
.cid-uS3vYShN2x .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #000000;
  background-color: #fbf1f7;
}
.cid-uS3vYShN2x .tab-content {
  padding: 60px;
  border-radius: 50px;
  border: 3px solid #fbf1f7;
  box-shadow: 4px 4px #fbf1f7;
}
@media (max-width: 992px) {
  .cid-uS3vYShN2x .tab-content {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uS3vYShN2x .tab-content .tab-pane img {
  height: 500px;
  object-fit: cover;
  border-radius: 50px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uS3vYShN2x .tab-content .tab-pane img {
    height: 300px;
    border-radius: 24px;
  }
}
.cid-uS3vYShN2x .tab-content .tab-pane .mbr-desc {
  margin-bottom: 16px;
}
.cid-uS3vYShN2x .mbr-section-title {
  color: #222222;
}
.cid-uS3vYShN2x .mbr-desc {
  color: #222222;
}
.cid-uS3vYShN2x .mbr-desc,
.cid-uS3vYShN2x .mbr-section-btn {
  text-align: center;
}
.cid-uS3vYShN2x .mbr-section-title,
.cid-uS3vYShN2x .nav-item {
  color: #000000;
}
.cid-uS3vYTXWGp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS3vYTXWGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3vYTXWGp .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-uS3vYTXWGp .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS3vYTXWGp .container {
    padding: 0 12px;
  }
}
.cid-uS3vYTXWGp .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uS3vYTXWGp .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS3vYTXWGp .mbr-section-title {
  color: #222222;
}
.cid-uS3vYTXWGp .mbr-text {
  color: #222222;
}
.cid-uS3vYV6LCd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS3vYV6LCd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3vYV6LCd .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-uS3vYV6LCd .container {
    padding: 0 30px;
  }
}
.cid-uS3vYV6LCd .row {
  justify-content: center;
}
.cid-uS3vYV6LCd .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uS3vYV6LCd .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #212529;
  padding: 30px 0 40px;
}
.cid-uS3vYV6LCd .panel-group .card:first-child {
  border-top: 1px solid #212529;
}
.cid-uS3vYV6LCd .panel-group .card .card-header {
  padding: 10px 0;
  background-color: transparent;
  border: none;
}
.cid-uS3vYV6LCd .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uS3vYV6LCd .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS3vYV6LCd .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  color: #212529;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-uS3vYV6LCd .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uS3vYV6LCd .mbr-section-btn {
  text-align: center;
}
.cid-uS3vYV6LCd .mbr-section-btn .btn {
  text-decoration: none;
}
.cid-uS3vYV6LCd .mbr-section-btn .btn:hover,
.cid-uS3vYV6LCd .mbr-section-btn .btn:focus {
  opacity: .75;
}
.cid-uS3vYV6LCd .mbr-section-title {
  color: #212529;
}
.cid-uS3vYV6LCd .panel-title-edit {
  color: #212529;
}
.cid-uS3vYV6LCd .panel-text {
  color: #212529;
}
.cid-uS3vYWyBL2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fbf1f7;
  overflow: hidden;
}
.cid-uS3vYWyBL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3vYWyBL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3vYWyBL2 .row {
  position: relative;
  z-index: 10;
}
.cid-uS3vYWyBL2 .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uS3vYWyBL2 .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-uS3vYWyBL2 .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uS3vYWyBL2 .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uS3vYWyBL2 .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uS3vYWyBL2 .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uS3vYWyBL2 .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-uS3vYWyBL2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uS3vYWyBL2 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uS3vYWyBL2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uS3vYWyBL2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uS3vYWyBL2 .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uS3vYWyBL2 .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-uS3vYWyBL2 .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-uS3vYWyBL2 .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-uS3vYWyBL2 .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uS3vYWyBL2 .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-uS3vYWyBL2 .container,
.cid-uS3vYWyBL2 .container-fluid {
  position: relative;
}
.cid-uS3vYWyBL2 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uS3vYWyBL2 .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uS3vYWyBL2 .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uS3vYWyBL2 .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uS3vYXZ9vL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #533633;
}
.cid-uS3vYXZ9vL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3vYXZ9vL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3vYXZ9vL .row {
  justify-content: space-between;
}
.cid-uS3vYXZ9vL .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uS3vYXZ9vL .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uS3vYXZ9vL .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS3vYXZ9vL .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uS3vYXZ9vL .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uS3vYXZ9vL .list li {
  margin-bottom: 25px;
}
.cid-uS3vYXZ9vL .list li:last-child {
  margin-bottom: 0;
}
.cid-uS3vYXZ9vL .mbr-desc {
  margin-bottom: 8px;
}
.cid-uS3vYXZ9vL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uS3vYXZ9vL .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uS3vYXZ9vL .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uS3vYXZ9vL .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uS3vYXZ9vL .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uS3vYXZ9vL .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uS3vYXZ9vL .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uS3vYXZ9vL .mbr-desc,
.cid-uS3vYXZ9vL .mbr-iconfont {
  color: #ffffff;
}
.cid-uS3ymRLPBN {
  background-color: transparent;
}
.cid-uS3ymRLPBN .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uS3ymRLPBN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uS3ymRLPBN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS3ymRLPBN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uS3ymRLPBN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uS3ymRLPBN .menu_box .navbar.opened,
  .cid-uS3ymRLPBN .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uS3ymRLPBN .navbar-dropdown {
  position: relative !important;
}
.cid-uS3ymRLPBN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uS3ymRLPBN .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uS3ymRLPBN .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uS3ymRLPBN .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uS3ymRLPBN .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-uS3ymRLPBN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uS3ymRLPBN .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uS3ymRLPBN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uS3ymRLPBN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uS3ymRLPBN .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-uS3ymRLPBN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uS3ymRLPBN 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-uS3ymRLPBN .lg_brand {
    margin: 0 1rem;
  }
  .cid-uS3ymRLPBN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uS3ymRLPBN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uS3ymRLPBN .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uS3ymRLPBN .nav-item {
    margin: 0 !important;
  }
}
.cid-uS3ymRLPBN .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uS3ymRLPBN .nav-item .nav-link:hover,
.cid-uS3ymRLPBN .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-uS3ymRLPBN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uS3ymRLPBN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uS3ymRLPBN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uS3ymRLPBN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uS3ymRLPBN .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-uS3ymRLPBN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uS3ymRLPBN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uS3ymRLPBN .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uS3ymRLPBN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uS3ymRLPBN .container {
  display: flex;
  margin: auto;
}
.cid-uS3ymRLPBN .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-uS3ymRLPBN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uS3ymRLPBN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uS3ymRLPBN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uS3ymRLPBN .navbar-nav {
    margin: 0;
  }
}
.cid-uS3ymRLPBN .dropdown-menu,
.cid-uS3ymRLPBN .navbar.opened {
  background-color: false !important;
}
.cid-uS3ymRLPBN .nav-item:focus,
.cid-uS3ymRLPBN .nav-link:focus {
  outline: none;
}
.cid-uS3ymRLPBN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS3ymRLPBN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS3ymRLPBN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS3ymRLPBN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS3ymRLPBN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS3ymRLPBN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS3ymRLPBN .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uS3ymRLPBN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uS3ymRLPBN .navbar.opened {
  transition: all 0.3s;
}
.cid-uS3ymRLPBN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uS3ymRLPBN .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uS3ymRLPBN .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS3ymRLPBN .navbar.collapsed {
  justify-content: center;
}
.cid-uS3ymRLPBN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS3ymRLPBN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uS3ymRLPBN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS3ymRLPBN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS3ymRLPBN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS3ymRLPBN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uS3ymRLPBN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uS3ymRLPBN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uS3ymRLPBN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uS3ymRLPBN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS3ymRLPBN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS3ymRLPBN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uS3ymRLPBN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS3ymRLPBN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uS3ymRLPBN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS3ymRLPBN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uS3ymRLPBN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uS3ymRLPBN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uS3ymRLPBN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uS3ymRLPBN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS3ymRLPBN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uS3ymRLPBN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uS3ymRLPBN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uS3ymRLPBN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uS3ymRLPBN .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-uS3ymRLPBN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uS3ymRLPBN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS3ymRLPBN .dropdown-item.active,
.cid-uS3ymRLPBN .dropdown-item:active {
  background-color: transparent;
}
.cid-uS3ymRLPBN .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uS3ymRLPBN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS3ymRLPBN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS3ymRLPBN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS3ymRLPBN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uS3ymRLPBN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uS3ymRLPBN 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: #dcdde0;
}
.cid-uS3ymRLPBN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uS3ymRLPBN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uS3ymRLPBN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS3ymRLPBN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS3ymRLPBN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uS3ymRLPBN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS3ymRLPBN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS3ymRLPBN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS3ymRLPBN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS3ymRLPBN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uS3ymRLPBN .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-uS3ymRLPBN .navbar {
    height: 70px;
  }
  .cid-uS3ymRLPBN .navbar.opened {
    height: auto;
  }
  .cid-uS3ymRLPBN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS3ymRLPBN .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uS3ymRLPBN .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uS3ymRLPBN .navbar-caption:hover {
  color: #ff796f;
}
@media (min-width: 992px) {
  .cid-uS3ymRLPBN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uS3ymRLPBN .text_widget {
  margin-bottom: 32px;
}
.cid-uS3ymRLPBN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uS3ymRLPBN .text_widget a:hover,
.cid-uS3ymRLPBN .text_widget a:focus {
  opacity: .8;
}
.cid-uS3ymRLPBN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uS3ymRLPBN .navbar-caption {
  color: #000000;
}
.cid-uS3ymRLPBN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uS3ymRLPBN .mbr-section-subtitle,
.cid-uS3ymRLPBN .text_widget,
.cid-uS3ymRLPBN .mbr-section-btn {
  text-align: center;
}
.cid-uS3ymRLPBN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uS3ymSFNiS {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS3ymSFNiS {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.cid-uS3ymSFNiS .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-uS3ymSFNiS .mbr-section-btn {
  animation-delay: .4s;
}
.cid-uS3ymSFNiS .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  margin-right: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uS3ymSFNiS .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uS3ymSFNiS .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-uS3ymSFNiS .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 90%;
  background-color: #533633;
}
@media (max-width: 991px) {
  .cid-uS3ymSFNiS .back {
    width: 100%;
    height: 100%;
  }
}
.cid-uS3ymSFNiS section {
  position: relative;
}
.cid-uS3ymSFNiS .box {
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uS3ymSFNiS .box {
    padding-top: 8rem;
  }
}
.cid-uS3ymSFNiS .box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 767px) {
  .cid-uS3ymSFNiS {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .cid-uS3ymSFNiS .row {
    padding: 1rem!important;
  }
}
.cid-uS3ymSFNiS H1 {
  text-align: left;
}
.cid-uS3ymSFNiS .mbr-section-subtitle,
.cid-uS3ymSFNiS .mbr-section-btn {
  text-align: left;
}
.cid-uS3ymSFNiS .mbr-section-text,
.cid-uS3ymSFNiS .mbr-section-btn {
  text-align: left;
}
.cid-uS3ymTCJ0Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS3ymTCJ0Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3ymTCJ0Q .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-uS3ymTCJ0Q .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS3ymTCJ0Q .container {
    padding: 0 12px;
  }
}
.cid-uS3ymTCJ0Q .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uS3ymTCJ0Q .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uS3ymTCJ0Q .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uS3ymTCJ0Q .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #533633;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uS3ymTCJ0Q .mbr-section-title {
  color: #222222;
}
.cid-uS3ymUiDvg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #533633;
}
.cid-uS3ymUiDvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3ymUiDvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3ymUiDvg .content-wrapper {
  padding: 10px;
  border-top: 10px solid #533633;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #533633;
}
.cid-uS3ymUiDvg .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-uS3ymUiDvg .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-uS3ymUiDvg .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uS3ymUiDvg .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS3ymUiDvg .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS3ymUiDvg .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-uS3ymUiDvg .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uS3ymUiDvg .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS3ymUiDvg .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uS3ymUiDvg .mbr-section-title {
  color: #000c3f;
}
.cid-uS3ymUiDvg .mbr-text {
  color: #000c3f;
}
.cid-uS3ymUiDvg .mbr-text,
.cid-uS3ymUiDvg .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uS3ymUiDvg .mbr-section-title,
.cid-uS3ymUiDvg .mbr-section-btn {
  color: #000000;
}
.cid-uS3ymV0Es3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS3ymV0Es3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3ymV0Es3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3ymV0Es3 .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uS3ymV0Es3 .container-fluid {
    padding: 0;
  }
}
.cid-uS3ymV0Es3 .container-fluid .row {
  padding: 0;
}
.cid-uS3ymV0Es3 .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uS3ymV0Es3 .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uS3ymV0Es3 .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-uS3ymV0Es3 .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uS3ymV0Es3 .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uS3ymV0Es3 .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-uS3ymV0Es3 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uS3ymV0Es3 .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS3ymV0Es3 .image-wrapper img {
    height: 400px;
  }
}
.cid-uS3ymV0Es3 .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-uS3ymV0Es3 .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uS3ymV0Es3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uS3ymV0Es3 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uS3ymVKXum {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #fbf1f7;
}
.cid-uS3ymVKXum .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-uS3ymVKXum .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uS3ymVKXum .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uS3ymVKXum .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3ymVKXum .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3ymWxjNN {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #533633;
}
.cid-uS3ymWxjNN .card-wrapper {
  margin-top: 3rem;
}
.cid-uS3ymWxjNN .row {
  justify-content: center;
}
.cid-uS3ymWxjNN .card-text {
  text-align: left;
  color: #fafafa;
}
.cid-uS3ymWxjNN .card-title,
.cid-uS3ymWxjNN .iconfont-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-uS3ymXp2JY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS3ymXp2JY .wrapper {
  max-width: 760px;
  margin: 0 auto;
}
.cid-uS3ymXp2JY .card {
  background: transparent;
}
.cid-uS3ymXp2JY .card-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-uS3ymXp2JY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3ymXp2JY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3ymYbLCp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS3ymYbLCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3ymYbLCp .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-uS3ymYbLCp .container {
    padding: 0 20px;
  }
}
.cid-uS3ymYbLCp .row {
  margin: 0;
}
.cid-uS3ymYbLCp .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS3ymYbLCp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS3ymYbLCp .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uS3ymYbLCp .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uS3ymYbLCp .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uS3ymYbLCp .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uS3ymYbLCp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uS3ymYYbGD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS3ymYYbGD .wrapper {
  background: #533633;
}
.cid-uS3ymYYbGD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3ymYYbGD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3ymYYbGD .mbr-section-title {
  color: #ffffff;
}
.cid-uS3ymYYbGD .mbr-text {
  color: #ffffff;
}
.cid-uS3ymZJbju {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
  position: relative;
  overflow: hidden;
}
.cid-uS3ymZJbju::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #000000 -10%, transparent 70%);
}
.cid-uS3ymZJbju .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3ymZJbju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS3ymZJbju .container {
    padding: 0 16px;
  }
}
.cid-uS3ymZJbju .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uS3ymZJbju .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uS3ymZJbju .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS3ymZJbju .mbr-section-title {
  color: #111111;
}
.cid-uS3ymZJbju .mbr-text {
  color: #000000;
}
.cid-uS3yn0yp1G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #533633;
}
.cid-uS3yn0yp1G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3yn0yp1G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3yn0yp1G .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uS3yn0yp1G .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uS3yn0yp1G .container {
    padding: 0 20px;
  }
}
.cid-uS3yn0yp1G .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #fbf1f7;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uS3yn0yp1G .row {
    padding: 46px 4px 46px;
  }
}
.cid-uS3yn0yp1G .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uS3yn0yp1G .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uS3yn0yp1G .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uS3yn0yp1G .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uS3yn0yp1G .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS3yn0yp1G .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS3yn0yp1G .item {
  margin-bottom: 40px;
}
.cid-uS3yn0yp1G .item:first-child {
  margin-bottom: 0;
}
.cid-uS3yn0yp1G .item:hover .item-wrapper .item-img img,
.cid-uS3yn0yp1G .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uS3yn0yp1G .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-uS3yn0yp1G .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uS3yn0yp1G .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-uS3yn0yp1G .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uS3yn0yp1G .item a {
  display: block;
}
.cid-uS3yn0yp1G .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uS3yn0yp1G .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uS3yn0yp1G .mbr-text,
.cid-uS3yn0yp1G .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uS3yn0yp1G .card-title {
  color: #000000;
}
.cid-uS3yn0yp1G .card-desc {
  color: #616161;
}
.cid-uS3yn1DNX6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbf1f7;
}
.cid-uS3yn1DNX6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3yn1DNX6 .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-uS3yn1DNX6 .container {
    padding: 0 30px;
  }
}
.cid-uS3yn1DNX6 .row {
  position: relative;
}
.cid-uS3yn1DNX6 .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uS3yn1DNX6 .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uS3yn1DNX6 .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #533633;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uS3yn1DNX6 .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uS3yn1DNX6 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uS3yn1DNX6 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS3yn1DNX6 .mbr-text {
  color: #ffffff;
}
.cid-uS3yn1DNX6 .mbr-link,
.cid-uS3yn1DNX6 .mbr-iconfont {
  color: #212529;
}
.cid-uS3yn1DNX6 .mbr-section-title {
  color: #ffffff;
}
.cid-uS3yn2EBq2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS3yn2EBq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3yn2EBq2 .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-uS3yn2EBq2 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS3yn2EBq2 .container {
    padding: 0 12px;
  }
}
.cid-uS3yn2EBq2 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uS3yn2EBq2 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS3yn2EBq2 .tabs-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uS3yn2EBq2 .tabs-wrap {
    margin-bottom: 24px;
  }
}
.cid-uS3yn2EBq2 .tabs-wrap .nav.nav-tabs {
  display: block;
  border: none;
  width: 100%;
}
.cid-uS3yn2EBq2 .tabs-wrap .nav.nav-tabs .nav-item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uS3yn2EBq2 .tabs-wrap .nav.nav-tabs .nav-item {
    margin-bottom: 16px;
  }
}
.cid-uS3yn2EBq2 .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  color: #222222;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  padding: 6px 12px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uS3yn2EBq2 .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    border-radius: 12px;
  }
}
.cid-uS3yn2EBq2 .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #000000;
  background-color: #fbf1f7;
}
.cid-uS3yn2EBq2 .tab-content {
  padding: 60px;
  border-radius: 50px;
  border: 3px solid #fbf1f7;
  box-shadow: 4px 4px #fbf1f7;
}
@media (max-width: 992px) {
  .cid-uS3yn2EBq2 .tab-content {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uS3yn2EBq2 .tab-content .tab-pane img {
  height: 500px;
  object-fit: cover;
  border-radius: 50px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uS3yn2EBq2 .tab-content .tab-pane img {
    height: 300px;
    border-radius: 24px;
  }
}
.cid-uS3yn2EBq2 .tab-content .tab-pane .mbr-desc {
  margin-bottom: 16px;
}
.cid-uS3yn2EBq2 .mbr-section-title {
  color: #222222;
}
.cid-uS3yn2EBq2 .mbr-desc {
  color: #222222;
}
.cid-uS3yn2EBq2 .mbr-desc,
.cid-uS3yn2EBq2 .mbr-section-btn {
  text-align: center;
}
.cid-uS3yn2EBq2 .mbr-section-title,
.cid-uS3yn2EBq2 .nav-item {
  color: #000000;
}
.cid-uS3yn43iB2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS3yn43iB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3yn43iB2 .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-uS3yn43iB2 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS3yn43iB2 .container {
    padding: 0 12px;
  }
}
.cid-uS3yn43iB2 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uS3yn43iB2 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS3yn43iB2 .mbr-section-title {
  color: #222222;
}
.cid-uS3yn43iB2 .mbr-text {
  color: #222222;
}
.cid-uS3yn598oX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS3yn598oX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3yn598oX .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-uS3yn598oX .container {
    padding: 0 30px;
  }
}
.cid-uS3yn598oX .row {
  justify-content: center;
}
.cid-uS3yn598oX .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uS3yn598oX .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #212529;
  padding: 30px 0 40px;
}
.cid-uS3yn598oX .panel-group .card:first-child {
  border-top: 1px solid #212529;
}
.cid-uS3yn598oX .panel-group .card .card-header {
  padding: 10px 0;
  background-color: transparent;
  border: none;
}
.cid-uS3yn598oX .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uS3yn598oX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS3yn598oX .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  color: #212529;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-uS3yn598oX .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uS3yn598oX .mbr-section-btn {
  text-align: center;
}
.cid-uS3yn598oX .mbr-section-btn .btn {
  text-decoration: none;
}
.cid-uS3yn598oX .mbr-section-btn .btn:hover,
.cid-uS3yn598oX .mbr-section-btn .btn:focus {
  opacity: .75;
}
.cid-uS3yn598oX .mbr-section-title {
  color: #212529;
}
.cid-uS3yn598oX .panel-title-edit {
  color: #212529;
}
.cid-uS3yn598oX .panel-text {
  color: #212529;
}
.cid-uS3yn67rdA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fbf1f7;
  overflow: hidden;
}
.cid-uS3yn67rdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3yn67rdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3yn67rdA .row {
  position: relative;
  z-index: 10;
}
.cid-uS3yn67rdA .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uS3yn67rdA .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-uS3yn67rdA .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uS3yn67rdA .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uS3yn67rdA .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uS3yn67rdA .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uS3yn67rdA .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-uS3yn67rdA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uS3yn67rdA .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uS3yn67rdA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uS3yn67rdA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uS3yn67rdA .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uS3yn67rdA .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-uS3yn67rdA .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-uS3yn67rdA .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-uS3yn67rdA .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uS3yn67rdA .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-uS3yn67rdA .container,
.cid-uS3yn67rdA .container-fluid {
  position: relative;
}
.cid-uS3yn67rdA .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uS3yn67rdA .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uS3yn67rdA .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uS3yn67rdA .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uS3yn74OZA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #533633;
}
.cid-uS3yn74OZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3yn74OZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3yn74OZA .row {
  justify-content: space-between;
}
.cid-uS3yn74OZA .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uS3yn74OZA .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uS3yn74OZA .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS3yn74OZA .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uS3yn74OZA .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uS3yn74OZA .list li {
  margin-bottom: 25px;
}
.cid-uS3yn74OZA .list li:last-child {
  margin-bottom: 0;
}
.cid-uS3yn74OZA .mbr-desc {
  margin-bottom: 8px;
}
.cid-uS3yn74OZA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uS3yn74OZA .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uS3yn74OZA .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uS3yn74OZA .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uS3yn74OZA .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uS3yn74OZA .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uS3yn74OZA .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uS3yn74OZA .mbr-desc,
.cid-uS3yn74OZA .mbr-iconfont {
  color: #ffffff;
}
.cid-uS3sK1nklb {
  background-color: transparent;
}
.cid-uS3sK1nklb .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uS3sK1nklb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uS3sK1nklb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS3sK1nklb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uS3sK1nklb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uS3sK1nklb .menu_box .navbar.opened,
  .cid-uS3sK1nklb .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uS3sK1nklb .navbar-dropdown {
  position: relative !important;
}
.cid-uS3sK1nklb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uS3sK1nklb .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uS3sK1nklb .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uS3sK1nklb .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uS3sK1nklb .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-uS3sK1nklb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uS3sK1nklb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uS3sK1nklb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uS3sK1nklb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uS3sK1nklb .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-uS3sK1nklb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uS3sK1nklb 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-uS3sK1nklb .lg_brand {
    margin: 0 1rem;
  }
  .cid-uS3sK1nklb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uS3sK1nklb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uS3sK1nklb .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uS3sK1nklb .nav-item {
    margin: 0 !important;
  }
}
.cid-uS3sK1nklb .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uS3sK1nklb .nav-item .nav-link:hover,
.cid-uS3sK1nklb .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-uS3sK1nklb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uS3sK1nklb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uS3sK1nklb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uS3sK1nklb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uS3sK1nklb .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-uS3sK1nklb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uS3sK1nklb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uS3sK1nklb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uS3sK1nklb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uS3sK1nklb .container {
  display: flex;
  margin: auto;
}
.cid-uS3sK1nklb .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-uS3sK1nklb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uS3sK1nklb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uS3sK1nklb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uS3sK1nklb .navbar-nav {
    margin: 0;
  }
}
.cid-uS3sK1nklb .dropdown-menu,
.cid-uS3sK1nklb .navbar.opened {
  background-color: false !important;
}
.cid-uS3sK1nklb .nav-item:focus,
.cid-uS3sK1nklb .nav-link:focus {
  outline: none;
}
.cid-uS3sK1nklb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS3sK1nklb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS3sK1nklb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS3sK1nklb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS3sK1nklb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS3sK1nklb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS3sK1nklb .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uS3sK1nklb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uS3sK1nklb .navbar.opened {
  transition: all 0.3s;
}
.cid-uS3sK1nklb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uS3sK1nklb .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uS3sK1nklb .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS3sK1nklb .navbar.collapsed {
  justify-content: center;
}
.cid-uS3sK1nklb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS3sK1nklb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uS3sK1nklb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS3sK1nklb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS3sK1nklb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS3sK1nklb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uS3sK1nklb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uS3sK1nklb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uS3sK1nklb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uS3sK1nklb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS3sK1nklb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS3sK1nklb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uS3sK1nklb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS3sK1nklb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uS3sK1nklb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS3sK1nklb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uS3sK1nklb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uS3sK1nklb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uS3sK1nklb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uS3sK1nklb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS3sK1nklb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uS3sK1nklb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uS3sK1nklb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uS3sK1nklb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uS3sK1nklb .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-uS3sK1nklb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uS3sK1nklb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS3sK1nklb .dropdown-item.active,
.cid-uS3sK1nklb .dropdown-item:active {
  background-color: transparent;
}
.cid-uS3sK1nklb .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uS3sK1nklb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS3sK1nklb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS3sK1nklb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS3sK1nklb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uS3sK1nklb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uS3sK1nklb 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: #dcdde0;
}
.cid-uS3sK1nklb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uS3sK1nklb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uS3sK1nklb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS3sK1nklb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS3sK1nklb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uS3sK1nklb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS3sK1nklb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS3sK1nklb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS3sK1nklb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS3sK1nklb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uS3sK1nklb .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-uS3sK1nklb .navbar {
    height: 70px;
  }
  .cid-uS3sK1nklb .navbar.opened {
    height: auto;
  }
  .cid-uS3sK1nklb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS3sK1nklb .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uS3sK1nklb .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uS3sK1nklb .navbar-caption:hover {
  color: #ff796f;
}
@media (min-width: 992px) {
  .cid-uS3sK1nklb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uS3sK1nklb .text_widget {
  margin-bottom: 32px;
}
.cid-uS3sK1nklb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uS3sK1nklb .text_widget a:hover,
.cid-uS3sK1nklb .text_widget a:focus {
  opacity: .8;
}
.cid-uS3sK1nklb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uS3sK1nklb .navbar-caption {
  color: #000000;
}
.cid-uS3sK1nklb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uS3sK1nklb .mbr-section-subtitle,
.cid-uS3sK1nklb .text_widget,
.cid-uS3sK1nklb .mbr-section-btn {
  text-align: center;
}
.cid-uS3sK1nklb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uS3sK3btXs {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS3sK3btXs {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.cid-uS3sK3btXs .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-uS3sK3btXs .mbr-section-btn {
  animation-delay: .4s;
}
.cid-uS3sK3btXs .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  margin-right: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uS3sK3btXs .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uS3sK3btXs .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-uS3sK3btXs .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 90%;
  background-color: #533633;
}
@media (max-width: 991px) {
  .cid-uS3sK3btXs .back {
    width: 100%;
    height: 100%;
  }
}
.cid-uS3sK3btXs section {
  position: relative;
}
.cid-uS3sK3btXs .box {
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uS3sK3btXs .box {
    padding-top: 8rem;
  }
}
.cid-uS3sK3btXs .box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 767px) {
  .cid-uS3sK3btXs {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .cid-uS3sK3btXs .row {
    padding: 1rem!important;
  }
}
.cid-uS3sK3btXs H1 {
  text-align: left;
}
.cid-uS3sK3btXs .mbr-section-subtitle,
.cid-uS3sK3btXs .mbr-section-btn {
  text-align: left;
}
.cid-uS3sK3btXs .mbr-section-text,
.cid-uS3sK3btXs .mbr-section-btn {
  text-align: left;
}
.cid-uS3sK46l4Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS3sK46l4Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3sK46l4Q .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-uS3sK46l4Q .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS3sK46l4Q .container {
    padding: 0 12px;
  }
}
.cid-uS3sK46l4Q .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uS3sK46l4Q .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uS3sK46l4Q .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uS3sK46l4Q .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #533633;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uS3sK46l4Q .mbr-section-title {
  color: #222222;
}
.cid-uS3sK54ExY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #533633;
}
.cid-uS3sK54ExY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3sK54ExY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3sK54ExY .content-wrapper {
  padding: 10px;
  border-top: 10px solid #533633;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #533633;
}
.cid-uS3sK54ExY .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-uS3sK54ExY .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-uS3sK54ExY .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uS3sK54ExY .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS3sK54ExY .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS3sK54ExY .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-uS3sK54ExY .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uS3sK54ExY .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS3sK54ExY .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uS3sK54ExY .mbr-section-title {
  color: #000c3f;
}
.cid-uS3sK54ExY .mbr-text {
  color: #000c3f;
}
.cid-uS3sK54ExY .mbr-text,
.cid-uS3sK54ExY .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uS3sK54ExY .mbr-section-title,
.cid-uS3sK54ExY .mbr-section-btn {
  color: #000000;
}
.cid-uS3sK660xc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS3sK660xc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3sK660xc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3sK660xc .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uS3sK660xc .container-fluid {
    padding: 0;
  }
}
.cid-uS3sK660xc .container-fluid .row {
  padding: 0;
}
.cid-uS3sK660xc .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uS3sK660xc .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uS3sK660xc .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-uS3sK660xc .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uS3sK660xc .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uS3sK660xc .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-uS3sK660xc .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uS3sK660xc .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS3sK660xc .image-wrapper img {
    height: 400px;
  }
}
.cid-uS3sK660xc .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-uS3sK660xc .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uS3sK660xc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uS3sK660xc .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uS3sK7feGk {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #fbf1f7;
}
.cid-uS3sK7feGk .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-uS3sK7feGk .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uS3sK7feGk .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uS3sK7feGk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3sK7feGk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3sK8ngOM {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #533633;
}
.cid-uS3sK8ngOM .card-wrapper {
  margin-top: 3rem;
}
.cid-uS3sK8ngOM .row {
  justify-content: center;
}
.cid-uS3sK8ngOM .card-text {
  text-align: left;
  color: #fafafa;
}
.cid-uS3sK8ngOM .card-title,
.cid-uS3sK8ngOM .iconfont-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-uS3sK9JFzw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS3sK9JFzw .wrapper {
  max-width: 760px;
  margin: 0 auto;
}
.cid-uS3sK9JFzw .card {
  background: transparent;
}
.cid-uS3sK9JFzw .card-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-uS3sK9JFzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3sK9JFzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3sKaSkBU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS3sKaSkBU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3sKaSkBU .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-uS3sKaSkBU .container {
    padding: 0 20px;
  }
}
.cid-uS3sKaSkBU .row {
  margin: 0;
}
.cid-uS3sKaSkBU .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS3sKaSkBU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS3sKaSkBU .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uS3sKaSkBU .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uS3sKaSkBU .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uS3sKaSkBU .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uS3sKaSkBU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uS3sKc4sXS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS3sKc4sXS .wrapper {
  background: #533633;
}
.cid-uS3sKc4sXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3sKc4sXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3sKc4sXS .mbr-section-title {
  color: #ffffff;
}
.cid-uS3sKc4sXS .mbr-text {
  color: #ffffff;
}
.cid-uS3sKdf5Hv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
  position: relative;
  overflow: hidden;
}
.cid-uS3sKdf5Hv::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #000000 -10%, transparent 70%);
}
.cid-uS3sKdf5Hv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3sKdf5Hv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS3sKdf5Hv .container {
    padding: 0 16px;
  }
}
.cid-uS3sKdf5Hv .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uS3sKdf5Hv .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uS3sKdf5Hv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS3sKdf5Hv .mbr-section-title {
  color: #111111;
}
.cid-uS3sKdf5Hv .mbr-text {
  color: #000000;
}
.cid-uS3sKemA1n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #533633;
}
.cid-uS3sKemA1n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3sKemA1n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3sKemA1n .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uS3sKemA1n .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uS3sKemA1n .container {
    padding: 0 20px;
  }
}
.cid-uS3sKemA1n .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #fbf1f7;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uS3sKemA1n .row {
    padding: 46px 4px 46px;
  }
}
.cid-uS3sKemA1n .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uS3sKemA1n .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uS3sKemA1n .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uS3sKemA1n .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uS3sKemA1n .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS3sKemA1n .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS3sKemA1n .item {
  margin-bottom: 40px;
}
.cid-uS3sKemA1n .item:first-child {
  margin-bottom: 0;
}
.cid-uS3sKemA1n .item:hover .item-wrapper .item-img img,
.cid-uS3sKemA1n .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uS3sKemA1n .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-uS3sKemA1n .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uS3sKemA1n .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-uS3sKemA1n .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uS3sKemA1n .item a {
  display: block;
}
.cid-uS3sKemA1n .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uS3sKemA1n .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uS3sKemA1n .mbr-text,
.cid-uS3sKemA1n .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uS3sKemA1n .card-title {
  color: #000000;
}
.cid-uS3sKemA1n .card-desc {
  color: #616161;
}
.cid-uS3sKfQJWJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbf1f7;
}
.cid-uS3sKfQJWJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3sKfQJWJ .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-uS3sKfQJWJ .container {
    padding: 0 30px;
  }
}
.cid-uS3sKfQJWJ .row {
  position: relative;
}
.cid-uS3sKfQJWJ .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uS3sKfQJWJ .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uS3sKfQJWJ .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #533633;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uS3sKfQJWJ .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uS3sKfQJWJ .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uS3sKfQJWJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS3sKfQJWJ .mbr-text {
  color: #ffffff;
}
.cid-uS3sKfQJWJ .mbr-link,
.cid-uS3sKfQJWJ .mbr-iconfont {
  color: #212529;
}
.cid-uS3sKfQJWJ .mbr-section-title {
  color: #ffffff;
}
.cid-uS3sKh4YQR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS3sKh4YQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3sKh4YQR .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-uS3sKh4YQR .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS3sKh4YQR .container {
    padding: 0 12px;
  }
}
.cid-uS3sKh4YQR .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uS3sKh4YQR .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS3sKh4YQR .tabs-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uS3sKh4YQR .tabs-wrap {
    margin-bottom: 24px;
  }
}
.cid-uS3sKh4YQR .tabs-wrap .nav.nav-tabs {
  display: block;
  border: none;
  width: 100%;
}
.cid-uS3sKh4YQR .tabs-wrap .nav.nav-tabs .nav-item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uS3sKh4YQR .tabs-wrap .nav.nav-tabs .nav-item {
    margin-bottom: 16px;
  }
}
.cid-uS3sKh4YQR .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  color: #222222;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  padding: 6px 12px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uS3sKh4YQR .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    border-radius: 12px;
  }
}
.cid-uS3sKh4YQR .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #000000;
  background-color: #fbf1f7;
}
.cid-uS3sKh4YQR .tab-content {
  padding: 60px;
  border-radius: 50px;
  border: 3px solid #fbf1f7;
  box-shadow: 4px 4px #fbf1f7;
}
@media (max-width: 992px) {
  .cid-uS3sKh4YQR .tab-content {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uS3sKh4YQR .tab-content .tab-pane img {
  height: 500px;
  object-fit: cover;
  border-radius: 50px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uS3sKh4YQR .tab-content .tab-pane img {
    height: 300px;
    border-radius: 24px;
  }
}
.cid-uS3sKh4YQR .tab-content .tab-pane .mbr-desc {
  margin-bottom: 16px;
}
.cid-uS3sKh4YQR .mbr-section-title {
  color: #222222;
}
.cid-uS3sKh4YQR .mbr-desc {
  color: #222222;
}
.cid-uS3sKh4YQR .mbr-desc,
.cid-uS3sKh4YQR .mbr-section-btn {
  text-align: center;
}
.cid-uS3sKh4YQR .mbr-section-title,
.cid-uS3sKh4YQR .nav-item {
  color: #000000;
}
.cid-uS3sKiZ33E {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS3sKiZ33E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3sKiZ33E .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-uS3sKiZ33E .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS3sKiZ33E .container {
    padding: 0 12px;
  }
}
.cid-uS3sKiZ33E .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uS3sKiZ33E .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS3sKiZ33E .mbr-section-title {
  color: #222222;
}
.cid-uS3sKiZ33E .mbr-text {
  color: #222222;
}
.cid-uS3vuhCAh0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fbf1f7;
}
.cid-uS3vuhCAh0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3vuhCAh0 .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-uS3vuhCAh0 .container {
    padding: 0 30px;
  }
}
.cid-uS3vuhCAh0 .row {
  justify-content: center;
}
.cid-uS3vuhCAh0 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uS3vuhCAh0 .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #212529;
  padding: 30px 0 40px;
}
.cid-uS3vuhCAh0 .panel-group .card:first-child {
  border-top: 1px solid #212529;
}
.cid-uS3vuhCAh0 .panel-group .card .card-header {
  padding: 10px 0;
  background-color: transparent;
  border: none;
}
.cid-uS3vuhCAh0 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uS3vuhCAh0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS3vuhCAh0 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  color: #212529;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-uS3vuhCAh0 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uS3vuhCAh0 .mbr-section-btn {
  text-align: center;
}
.cid-uS3vuhCAh0 .mbr-section-btn .btn {
  text-decoration: none;
}
.cid-uS3vuhCAh0 .mbr-section-btn .btn:hover,
.cid-uS3vuhCAh0 .mbr-section-btn .btn:focus {
  opacity: .75;
}
.cid-uS3vuhCAh0 .mbr-section-title {
  color: #212529;
}
.cid-uS3vuhCAh0 .panel-title-edit {
  color: #212529;
}
.cid-uS3vuhCAh0 .panel-text {
  color: #212529;
}
.cid-uS3sKkflwv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fbf1f7;
  overflow: hidden;
}
.cid-uS3sKkflwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3sKkflwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3sKkflwv .row {
  position: relative;
  z-index: 10;
}
.cid-uS3sKkflwv .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uS3sKkflwv .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-uS3sKkflwv .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uS3sKkflwv .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uS3sKkflwv .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uS3sKkflwv .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uS3sKkflwv .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-uS3sKkflwv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uS3sKkflwv .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uS3sKkflwv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uS3sKkflwv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uS3sKkflwv .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uS3sKkflwv .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-uS3sKkflwv .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-uS3sKkflwv .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-uS3sKkflwv .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uS3sKkflwv .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-uS3sKkflwv .container,
.cid-uS3sKkflwv .container-fluid {
  position: relative;
}
.cid-uS3sKkflwv .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uS3sKkflwv .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uS3sKkflwv .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uS3sKkflwv .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uS3sKlCbX6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #533633;
}
.cid-uS3sKlCbX6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3sKlCbX6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3sKlCbX6 .row {
  justify-content: space-between;
}
.cid-uS3sKlCbX6 .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uS3sKlCbX6 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uS3sKlCbX6 .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS3sKlCbX6 .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uS3sKlCbX6 .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uS3sKlCbX6 .list li {
  margin-bottom: 25px;
}
.cid-uS3sKlCbX6 .list li:last-child {
  margin-bottom: 0;
}
.cid-uS3sKlCbX6 .mbr-desc {
  margin-bottom: 8px;
}
.cid-uS3sKlCbX6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uS3sKlCbX6 .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uS3sKlCbX6 .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uS3sKlCbX6 .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uS3sKlCbX6 .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uS3sKlCbX6 .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uS3sKlCbX6 .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uS3sKlCbX6 .mbr-desc,
.cid-uS3sKlCbX6 .mbr-iconfont {
  color: #ffffff;
}
