body {
  font-family: Cormorant Upright;
}
.display-1 {
  font-family: 'Cormorant Upright', serif;
  font-size: 5.2rem;
  line-height: .7em;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Cormorant Upright', serif;
  font-size: 3.2rem;
  line-height: 71px;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.06rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.325rem;
}
.display-5 {
  font-family: 'Cormorant Upright', serif;
  font-size: 2rem;
  line-height: 35px;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 0.9rem;
  line-height: 1.59em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- 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: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.848rem;
    font-size: calc( 1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #86726a !important;
}
.bg-success {
  background-color: #c9b5aa !important;
}
.bg-info {
  background-color: #d8c8c4 !important;
}
.bg-warning {
  background-color: #d1beb6 !important;
}
.bg-danger {
  background-color: #fafafa !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #86726a !important;
  border-color: #86726a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #564944 !important;
  border-color: #564944 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #564944 !important;
  border-color: #564944 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #938b83 !important;
  border-color: #938b83 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #666059 !important;
  border-color: #666059 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #666059 !important;
  border-color: #666059 !important;
}
.btn-info,
.btn-info:active {
  background-color: #d8c8c4 !important;
  border-color: #d8c8c4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b59790 !important;
  border-color: #b59790 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b59790 !important;
  border-color: #b59790 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c9b5aa !important;
  border-color: #c9b5aa !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a78775 !important;
  border-color: #a78775 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a78775 !important;
  border-color: #a78775 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d1beb6 !important;
  border-color: #d1beb6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #af8f81 !important;
  border-color: #af8f81 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #af8f81 !important;
  border-color: #af8f81 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #86726a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #564944 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #86726a !important;
  border-color: #86726a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #938b83;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #666059 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #938b83 !important;
  border-color: #938b83 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d8c8c4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b59790 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d8c8c4 !important;
  border-color: #d8c8c4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c9b5aa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a78775 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c9b5aa !important;
  border-color: #c9b5aa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d1beb6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #af8f81 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d1beb6 !important;
  border-color: #d1beb6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #86726a !important;
}
.text-secondary {
  color: #938b83 !important;
}
.text-success {
  color: #c9b5aa !important;
}
.text-info {
  color: #d8c8c4 !important;
}
.text-warning {
  color: #d1beb6 !important;
}
.text-danger {
  color: #fafafa !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4d423d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5e5852 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a17f6c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #af8f87 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #aa8677 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c7c7c7 !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: #86726a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d8c8c4;
}
.alert-warning {
  background-color: #d1beb6;
}
.alert-danger {
  background-color: #fafafa;
}
.mbr-gallery-filter li.active .btn {
  background-color: #86726a;
  border-color: #86726a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #86726a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c0b4af;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 0.9rem;
  line-height: 1.59em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #86726a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 0.9rem;
  line-height: 1.59em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #86726a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #86726a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #86726a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #86726a;
  border-bottom-color: #86726a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #86726a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #938b83 !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='%2386726a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  position: relative;
  padding: 0 14px 0 0;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 83%;
  height: 1px;
  background-color: #86726a;
}
.mbr-section-btn .btn::after,
.mbr-section-btn-main .btn::after {
  content: '';
  position: absolute;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #86726a;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  padding: 14px;
}
.mbr-section-btn .btn-primary::after,
.mbr-section-btn-main .btn-primary::after,
.mbr-section-btn .btn-secondary::after,
.mbr-section-btn-main .btn-secondary::after,
.mbr-section-btn .btn-success::after,
.mbr-section-btn-main .btn-success::after,
.mbr-section-btn .btn-info::after,
.mbr-section-btn-main .btn-info::after,
.mbr-section-btn .btn-danger::after,
.mbr-section-btn-main .btn-danger::after,
.mbr-section-btn .btn-warning::after,
.mbr-section-btn-main .btn-warning::after,
.mbr-section-btn .btn-black::after,
.mbr-section-btn-main .btn-black::after,
.mbr-section-btn .btn-white::after,
.mbr-section-btn-main .btn-white::after {
  display: none;
}
.mbr-section-btn .btn-primary::before,
.mbr-section-btn-main .btn-primary::before,
.mbr-section-btn .btn-secondary::before,
.mbr-section-btn-main .btn-secondary::before,
.mbr-section-btn .btn-success::before,
.mbr-section-btn-main .btn-success::before,
.mbr-section-btn .btn-info::before,
.mbr-section-btn-main .btn-info::before,
.mbr-section-btn .btn-danger::before,
.mbr-section-btn-main .btn-danger::before,
.mbr-section-btn .btn-warning::before,
.mbr-section-btn-main .btn-warning::before,
.mbr-section-btn .btn-black::before,
.mbr-section-btn-main .btn-black::before,
.mbr-section-btn .btn-white::before,
.mbr-section-btn-main .btn-white::before {
  display: none;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before {
  animation: ani-button 0.8s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
}
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn-main .btn-info-outline::after {
  background-color: #d8c8c4;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #86726a;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #86726a !important;
}
.mbr-section-btn .btn-secondary-outline:before,
.mbr-section-btn-main .btn-secondary-outline:before {
  background-color: #938b83;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  color: #938b83 !important;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #c9b5aa;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  color: #c9b5aa !important;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #d8c8c4;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  color: #d8c8c4 !important;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #fafafa;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  color: #fafafa !important;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #d1beb6;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  color: #d1beb6 !important;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #232323;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover {
  color: #232323 !important;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #fff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover {
  color: #ffffff !important;
}
@keyframes ani-button {
  from {
    transform: scale(0);
    transform-origin: center;
  }
  to {
    transform: scale(1);
    transform-origin: center;
  }
}
.cid-uGjScuKA1t {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGjScuKA1t .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uGjScuKA1t .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGjScuKA1t .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGjScuKA1t .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uGjScuKA1t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGjScuKA1t .navbar-brand .navbar-logo a {
  outline: none;
  height: 3.3rem !important;
}
.cid-uGjScuKA1t .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uGjScuKA1t .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uGjScuKA1t .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uGjScuKA1t .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGjScuKA1t .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGjScuKA1t .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGjScuKA1t .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uGjScuKA1t .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGjScuKA1t .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGjScuKA1t .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGjScuKA1t .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGjScuKA1t .navbar-logo {
    padding-left: 0;
  }
}
.cid-uGjScuKA1t .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGjScuKA1t .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGjScuKA1t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uGjScuKA1t .container {
  display: flex;
  height: 60px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uGjScuKA1t .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGjScuKA1t .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uGjScuKA1t .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGjScuKA1t .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uGjScuKA1t .nav-item:focus,
.cid-uGjScuKA1t .nav-link:focus {
  outline: none;
}
.cid-uGjScuKA1t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGjScuKA1t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGjScuKA1t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGjScuKA1t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGjScuKA1t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGjScuKA1t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGjScuKA1t .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uGjScuKA1t .navbar.opened {
  transition: all 0.3s;
}
.cid-uGjScuKA1t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGjScuKA1t .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-uGjScuKA1t .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGjScuKA1t .navbar.collapsed {
  justify-content: center;
}
.cid-uGjScuKA1t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGjScuKA1t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGjScuKA1t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGjScuKA1t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGjScuKA1t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGjScuKA1t .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGjScuKA1t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGjScuKA1t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGjScuKA1t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGjScuKA1t .navbar {
    min-height: 72px;
  }
  .cid-uGjScuKA1t .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGjScuKA1t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGjScuKA1t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGjScuKA1t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGjScuKA1t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGjScuKA1t .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGjScuKA1t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGjScuKA1t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGjScuKA1t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGjScuKA1t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGjScuKA1t .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGjScuKA1t .dropdown-item.active,
.cid-uGjScuKA1t .dropdown-item:active {
  background-color: transparent;
}
.cid-uGjScuKA1t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGjScuKA1t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGjScuKA1t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGjScuKA1t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGjScuKA1t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGjScuKA1t .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGjScuKA1t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGjScuKA1t .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGjScuKA1t .navbar-buttons {
    text-align: left;
  }
}
.cid-uGjScuKA1t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGjScuKA1t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGjScuKA1t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGjScuKA1t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGjScuKA1t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGjScuKA1t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGjScuKA1t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGjScuKA1t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGjScuKA1t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGjScuKA1t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGjScuKA1t .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGjScuKA1t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGjScuKA1t .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGjScuKA1t .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGjScuKA1t .navbar {
    height: 70px;
  }
  .cid-uGjScuKA1t .navbar.opened {
    height: auto;
  }
  .cid-uGjScuKA1t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGjScuKA1t .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGjScuKA1t .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGjScuKA1t .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGjScuKA1t .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uGjScuKA1t .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGjScuKA1t .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGjScuKA1t .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGjScuKA1t .navbar-brand {
    margin-right: auto;
  }
  .cid-uGjScuKA1t .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uGjScuKA1t .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGjScuKA1t .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGjScuKA1t .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uGjScuKA1t .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGjScuKA1t .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGjScuKA1t .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uGjScuKA1t .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGjScuKA1t .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uGjScuKA1t .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGjScuKA1t .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFufvPn97N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFufvPn97N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/ale-marco.jpg-2000x1333.jpg");
}
.cid-uFufvPn97N .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFufvPn97N .container-fluid {
    padding: 0 25px;
  }
}
.cid-uFufvPn97N .container-fluid .row {
  padding: 0;
}
.cid-uFufvPn97N .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-uFufvPn97N .title-wrapper .image-wrapper img {
  width: 270px;
  height: 240px;
  display: inline;
}
.cid-uFufvPn97N .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uFufvPn97N .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uFufvPn97N .title-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-uFufvPn97N .mbr-section-title {
  color: #ffffff;
}
.cid-uFufvPn97N .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFufvPn97N .mbr-section-title,
.cid-uFufvPn97N .mbr-section-btn,
.cid-uFufvPn97N .image-wrapper {
  text-align: center;
}
.cid-uG0abjeljc .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uG0abjeljc .number-wrap {
  color: #938b83;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uG0abjeljc .countdown-cont {
  margin: 0 auto;
}
.cid-uG0abjeljc .countdown-cont div:not(:last-child) {
  border-right: 2px solid lightgray;
}
.cid-uG0abjeljc .countdown-cont .row {
  -webkit-flex-wrap: nowrap;
}
.cid-uG0abjeljc .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #d1beb6;
}
.cid-uG0abjeljc .period {
  display: block;
  padding-top: 2px;
}
.cid-uG0abjeljc .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: none;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #d1beb6;
}
.cid-uG0abjeljc .full-count-container {
  background: #474747;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uG0abjeljc .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uG0abjeljc .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-uG0abjeljc .dot {
    display: none;
  }
  .cid-uG0abjeljc .number {
    white-space: nowrap;
  }
  .cid-uG0abjeljc .countdown-cont {
    margin: 0 auto;
  }
  .cid-uG0abjeljc .countdown-cont div:not(:last-child) {
    border-right: 0px solid lightgray;
  }
  .cid-uG0abjeljc .countdown-cont div {
    padding: 0;
  }
  .cid-uG0abjeljc .col-sm-3 {
    padding: 0;
  }
}
@media (max-width: 550px) {
  .cid-uG0abjeljc .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uG0abjeljc .number-wrap {
    padding: 5px 5px 13px 5px;
  }
  .cid-uG0abjeljc .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uG0abjeljc .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-uG0abjeljc .number {
    font-size: 25px;
  }
  .cid-uG0abjeljc .period {
    font-size: 0.7rem;
  }
}
.cid-uG0abjeljc H2 {
  color: #000000;
}
.cid-uFX8SYUkHX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #938b83;
}
.cid-uFX8SYUkHX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFX8SYUkHX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFX8SYUkHX .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFX8SYUkHX .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFX8SYUkHX .content-wrapper {
    padding: 0;
  }
}
.cid-uFX8SYUkHX .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFX8SYUkHX .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFX8SYUkHX .mbr-section-title,
.cid-uFX8SYUkHX .title-wrapper {
  color: #ffffff;
}
.cid-uFX8SYUkHX .mbr-section-title,
.cid-uFX8SYUkHX .mbr-section-btn,
.cid-uFX8SYUkHX .title-wrapper {
  text-align: center;
}
.cid-uG9NememyT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uG9NememyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG9NememyT .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-uG9NememyT .container {
    padding: 0 16px;
  }
}
.cid-uG9NememyT .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uG9NememyT .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uG9NememyT .content-wrapper {
  margin-bottom: 10px;
}
.cid-uG9NememyT .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uG9NememyT .content-wrapper .mbr-section-title span {
  color: #86726a;
}
.cid-uG9NememyT .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG9NememyT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG9NememyT .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uG9NememyT .item .item-wrapper {
  background-color: #d8c8c4;
  height: 100%;
  padding: 30px 30px 20px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uG9NememyT .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uG9NememyT .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-uG9NememyT .item .item-wrapper .card-box .item-title {
  margin-bottom: 14px;
}
.cid-uG9NememyT .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uG9NememyT .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uG9NememyT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uG9NememyT .mbr-text,
.cid-uG9NememyT .text-wrapper {
  color: #6f6f6f;
  text-align: center;
}
.cid-uG9NememyT .item-number {
  color: #000000;
  text-align: center;
}
.cid-uG9NememyT .item-title {
  color: #86726a;
  text-align: center;
}
.cid-uG9NememyT .item-text,
.cid-uG9NememyT .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-uGfUcsnCsl {
  position: relative;
  background-color: #938b83;
}
.cid-uGfUcsnCsl .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uGfUcsnCsl .image-wrap {
    padding: 16px;
  }
}
.cid-uGfUcsnCsl .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uGfUcsnCsl .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uGfUcsnCsl .image-overlay {
    padding: 16px;
  }
}
.cid-uGfUcsnCsl .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uGfUcsnCsl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGfUcsnCsl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGfUcsnCsl .row {
  justify-content: center;
}
.cid-uGfUcsnCsl .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uGfUcsnCsl .content-wrapper {
    padding: 150px 16px;
  }
}
.cid-uGfUcsnCsl .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
  margin-top: 400px;
  line-height: 1.1em;
}
@media (max-width: 992px) {
  .cid-uGfUcsnCsl .content-wrapper .mbr-section-title {
    margin-bottom: 10px;
    margin-top: 300px;
    line-height: 1.1em;
  }
}
.cid-uGfUcsnCsl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uGfUcsnCsl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGfUcsnCsl .mbr-section-title {
  color: #fff7ee;
}
.cid-uGfUcsnCsl .mbr-text,
.cid-uGfUcsnCsl .text-wrapper {
  text-align: center;
  color: #fff7ee;
}
.cid-uGfUcsnCsl .mbr-section-title,
.cid-uGfUcsnCsl .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-trf9xCuGg8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #d8c8c4;
}
.cid-trf9xCuGg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9xCuGg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9xCuGg8 .row {
  justify-content: center;
}
.cid-trf9xCuGg8 .text-wrapper .mbr-section-title {
  margin-bottom: 2px;
}
.cid-trf9xCuGg8 .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-trf9xCuGg8 .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-trf9xCuGg8 .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-trf9xCuGg8 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-trf9xCuGg8 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-trf9xCuGg8 .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-trf9xCuGg8 .mbr-date {
  color: #000000;
  text-align: center;
  line-height: 1em !important;
}
.cid-trf9xCuGg8 .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-trf9xCuGg8 .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-uGjXi2mJw6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #d8c8c4;
}
.cid-uGjXi2mJw6 .timeline-element {
  position: relative;
}
.cid-uGjXi2mJw6 .timelines-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uGjXi2mJw6 .timelines-container .timeline-element .nth-order {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
@media (max-width: 768px) {
  .cid-uGjXi2mJw6 .timelines-container .timeline-element .nth-order {
    align-items: flex-start;
  }
}
.cid-uGjXi2mJw6 .timelines-container .timeline-element:nth-child(2n) .nth-order {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .cid-uGjXi2mJw6 .timelines-container .timeline-element:nth-child(2n) .nth-order {
    order: 2;
  }
}
.cid-uGjXi2mJw6 .mbr-section-title,
.cid-uGjXi2mJw6 .mbr-section-subtitle,
.cid-uGjXi2mJw6 .timeline-date {
  text-align: center;
}
.cid-uGjXi2mJw6 .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uGjXi2mJw6 .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uGjXi2mJw6 .iconBackground {
    left: 50%;
  }
}
.cid-uGjXi2mJw6 .row:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-uGjXi2mJw6 .row:after {
    height: calc(100% + 30px);
    top: 20px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uGjXi2mJw6 .row:after {
    height: calc(100% - 20px);
    top: 20px;
    left: 50%;
  }
}
.cid-uGjXi2mJw6 .timeline-content {
  background: #ffffff;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-uGjXi2mJw6 .timeline-content {
    padding: 1rem;
  }
  .cid-uGjXi2mJw6 .timeline-date-wrapper,
  .cid-uGjXi2mJw6 .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-uGjXi2mJw6 .nth-order {
    margin: 4rem 0 1rem 0;
  }
  .cid-uGjXi2mJw6 .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-uGjXi2mJw6 .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGjXi2mJw6 .timeline-content {
    padding: 1rem;
  }
  .cid-uGjXi2mJw6 .timeline-date-wrapper,
  .cid-uGjXi2mJw6 .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uGjXi2mJw6 .timeline-content {
    padding: 2rem;
  }
  .cid-uGjXi2mJw6 .timeline-date-wrapper,
  .cid-uGjXi2mJw6 .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-uGjZQFEAM4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #d8c8c4;
}
.cid-uGjZQFEAM4 .timeline-element {
  position: relative;
}
.cid-uGjZQFEAM4 .timelines-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uGjZQFEAM4 .timelines-container .timeline-element .nth-order {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
@media (max-width: 768px) {
  .cid-uGjZQFEAM4 .timelines-container .timeline-element .nth-order {
    align-items: flex-start;
  }
}
.cid-uGjZQFEAM4 .timelines-container .timeline-element:nth-child(2n) .nth-order {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .cid-uGjZQFEAM4 .timelines-container .timeline-element:nth-child(2n) .nth-order {
    order: 2;
  }
}
.cid-uGjZQFEAM4 .mbr-section-title,
.cid-uGjZQFEAM4 .mbr-section-subtitle,
.cid-uGjZQFEAM4 .timeline-date {
  text-align: center;
}
.cid-uGjZQFEAM4 .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uGjZQFEAM4 .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uGjZQFEAM4 .iconBackground {
    left: 50%;
  }
}
.cid-uGjZQFEAM4 .row:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-uGjZQFEAM4 .row:after {
    height: calc(100% + 30px);
    top: 20px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uGjZQFEAM4 .row:after {
    height: calc(100% - 20px);
    top: 20px;
    left: 50%;
  }
}
.cid-uGjZQFEAM4 .timeline-content {
  background: #ffffff;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-uGjZQFEAM4 .timeline-content {
    padding: 1rem;
  }
  .cid-uGjZQFEAM4 .timeline-date-wrapper,
  .cid-uGjZQFEAM4 .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-uGjZQFEAM4 .nth-order {
    margin: 4rem 0 1rem 0;
  }
  .cid-uGjZQFEAM4 .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-uGjZQFEAM4 .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGjZQFEAM4 .timeline-content {
    padding: 1rem;
  }
  .cid-uGjZQFEAM4 .timeline-date-wrapper,
  .cid-uGjZQFEAM4 .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uGjZQFEAM4 .timeline-content {
    padding: 2rem;
  }
  .cid-uGjZQFEAM4 .timeline-date-wrapper,
  .cid-uGjZQFEAM4 .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-uGovUQGY0K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d1beb6;
}
.cid-uGovUQGY0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGovUQGY0K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGovUQGY0K .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGovUQGY0K .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGovUQGY0K .mbr-section-title {
  text-align: center;
  margin-bottom: -2rem !important;
}
.cid-uGovUQGY0K .mbr-section-subtitle {
  text-align: center;
}
.cid-uGovUQGY0K .image-wrapper {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uGovUQGY0K .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uGovUQGY0K .content-head {
  max-width: 800px;
}
.cid-uGovUQGY0K .img-box {
  display: flex;
  justify-content: center;
}
.cid-uGovUQGY0K .card-title {
  text-align: center;
}
.cid-uGovUQGY0K .card-text {
  text-align: center;
}
.cid-uGovUQGY0K .link {
  text-align: center;
}
.cid-uGkfsz5sYv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGkfsz5sYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGkfsz5sYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGkfsz5sYv .card-box {
  max-width: 700px;
}
.cid-uGkfsz5sYv .mbr-iconfont {
  display: block;
  font-size: 10rem;
  color: #d1beb6;
  padding: 0rem 8rem;
  margin-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uGkfsz5sYv .mbr-iconfont {
    padding: 2rem 2rem;
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uGkfsz5sYv .mbr-iconfont {
    margin-right: 0rem;
  }
}
.cid-uGkfsz5sYv .card-wrapper {
  min-height: auto;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1.5rem 1rem;
  background: #ffffff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 1rem;
  border: 1px dashed #8e8e8e !important;
}
@media (max-width: 767px) {
  .cid-uGkfsz5sYv .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1600px) {
  .cid-uGkfsz5sYv .card-wrapper {
    padding: 3rem 10rem;
  }
}
.cid-uGkfsz5sYv .row {
  justify-content: center;
}
.cid-uGkfsz5sYv .mbr-section-title {
  color: #000000;
}
.cid-uGkfsz5sYv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uGkfsz5sYv .card-title,
.cid-uGkfsz5sYv .iconfont-wrapper {
  color: #e43f3f;
}
.cid-uGkfsz5sYv .card-title,
.cid-uGkfsz5sYv .iconfont-wrapper,
.cid-uGkfsz5sYv .card-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uGkfsz5sYv .card-text {
  color: #353535;
}
.cid-uGkfsz5sYv .card-text,
.cid-uGkfsz5sYv .mbr-section-btn {
  text-align: center;
}
.cid-uGk0ldemvJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGk0ldemvJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGk0ldemvJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGk0ldemvJ .row {
  justify-content: center;
}
.cid-uGk0ldemvJ .text-wrapper .mbr-section-title {
  margin-bottom: 2px;
}
.cid-uGk0ldemvJ .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uGk0ldemvJ .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-uGk0ldemvJ .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uGk0ldemvJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGk0ldemvJ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uGk0ldemvJ .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-uGk0ldemvJ .mbr-date {
  color: #000000;
  text-align: center;
  line-height: 1em !important;
}
.cid-uGk0ldemvJ .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-uGk0ldemvJ .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-uGk9rOgiJo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGk9rOgiJo .row {
  justify-content: center;
}
.cid-uGk9rOgiJo img {
  transition: all 0.3s;
  object-fit: cover;
}
@media (min-width: 767px) {
  .cid-uGk9rOgiJo .card2 {
    margin-top: 10rem;
  }
}
@media (min-width: 1400px) {
  .cid-uGk9rOgiJo .card2 {
    margin-top: 10rem;
    padding: 0 3rem;
  }
  .cid-uGk9rOgiJo .card1 {
    padding: 0 3rem;
  }
}
.cid-uGk9rOgiJo .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-uGk9rOgiJo .image-wrapper {
    padding: 1rem;
  }
}
.cid-uGk9rOgiJo .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-uGk9rOgiJo .image-wrapper:hover .img-link {
  background: #86726a;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uGk9rOgiJo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uGk9rOgiJo .img-link {
  background: #000000;
  transition: all 0.3s;
  padding: 1rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uGk9rOgiJo .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uGk9rOgiJo p {
  max-width: 500px;
}
.cid-uGk9rOgiJo .mbr-text,
.cid-uGk9rOgiJo .mbr-section-btn {
  color: #ffffff;
}
.cid-uGk9rOgiJo .mbr-section-title {
  color: #ffffff;
}
.cid-uGk9rOgiJo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGk9rOgiJo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGkIoMSNs3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/mesa-de-regalos.jpg");
}
.cid-uGkIoMSNs3 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uGkIoMSNs3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGkIoMSNs3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGkIoMSNs3 .content-wrap {
  justify-content: center;
}
.cid-uGkIoMSNs3 .card-wrapper {
  padding: 15px 20px;
  background-color: #ffffff;
  opacity: 0.5 !important;
  border: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-uGkIoMSNs3 .card-wrapper {
    padding: 15px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uGkIoMSNs3 .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uGkIoMSNs3 .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGkIoMSNs3 .card-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uGkIoMSNs3 .card-wrapper .logo-wrapper img {
  width: 255px;
  height: auto;
  object-fit: contain;
  display: inline-flex;
}
.cid-uGkIoMSNs3 .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGkIoMSNs3 .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uGkIoMSNs3 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uGkIoMSNs3 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGkIoMSNs3 .mbr-section-title {
  color: #150764;
}
.cid-uGkIoMSNs3 .mbr-text,
.cid-uGkIoMSNs3 .text-wrapper {
  color: #150764;
  text-align: center;
}
.cid-uGkIoMSNs3 .mbr-section-title,
.cid-uGkIoMSNs3 .mbr-section-btn,
.cid-uGkIoMSNs3 .logo-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uGkQWTymYU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGkQWTymYU img,
.cid-uGkQWTymYU .item-img {
  width: 100%;
}
.cid-uGkQWTymYU .item:focus,
.cid-uGkQWTymYU span:focus {
  outline: none;
}
.cid-uGkQWTymYU .item-wrapper {
  position: relative;
}
.cid-uGkQWTymYU .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fbf3ee;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGkQWTymYU .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uGkQWTymYU .slide-content .item-footer {
    padding: 0rem 2rem 0rem 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGkQWTymYU .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uGkQWTymYU .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uGkQWTymYU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGkQWTymYU .mbr-section-title {
  color: #000000;
}
.cid-uGkQWTymYU .mbr-text,
.cid-uGkQWTymYU .mbr-section-btn {
  text-align: left;
}
.cid-uGkQWTymYU .item-title {
  text-align: left;
}
.cid-uGkQWTymYU .item-subtitle {
  text-align: left;
}
.cid-uGkQWTymYU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uGkQWTymYU .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uGkQWTymYU .embla__button--next,
.cid-uGkQWTymYU .embla__button--prev {
  display: flex;
}
.cid-uGkQWTymYU .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uGkQWTymYU .embla__button {
    display: none;
  }
}
.cid-uGkQWTymYU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGkQWTymYU .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uGkQWTymYU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGkQWTymYU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGkQWTymYU .embla__button {
    top: auto;
  }
}
.cid-uGkQWTymYU .embla {
  position: relative;
  width: 100%;
}
.cid-uGkQWTymYU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uGkQWTymYU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGkQWTymYU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGkQWTymYU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGlEqE9qvB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #938b83;
}
.cid-uGlEqE9qvB .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uGlEqE9qvB .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uGlEqE9qvB .container {
    padding: 0 26px;
  }
}
.cid-uGlEqE9qvB .row {
  justify-content: center;
}
.cid-uGlEqE9qvB .content-wrapper {
  padding: 100px 60px;
  background-color: #938b83;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uGlEqE9qvB .content-wrapper {
    padding: 100px 20px;
  }
}
.cid-uGlEqE9qvB .content-wrapper .content-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGlEqE9qvB .content-wrapper .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-uGlEqE9qvB .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGlEqE9qvB .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uGlEqE9qvB .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGlEqE9qvB .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGlEqE9qvB .content-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uGlEqE9qvB .content-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uGlEqE9qvB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 767px) {
  .cid-uGlEqE9qvB .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uGlEqE9qvB .embla__slide .slide-content {
  width: 100%;
}
.cid-uGlEqE9qvB .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 550px;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uGlEqE9qvB .embla__slide .slide-content .item-wrapper .item-img:hover .item-title,
.cid-uGlEqE9qvB .embla__slide .slide-content .item-wrapper .item-img:focus .item-title {
  opacity: 1;
  transform: translateY(0);
}
.cid-uGlEqE9qvB .embla__slide .slide-content .item-wrapper .item-img:hover:before,
.cid-uGlEqE9qvB .embla__slide .slide-content .item-wrapper .item-img:focus:before {
  opacity: .3;
}
.cid-uGlEqE9qvB .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-uGlEqE9qvB .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1);
}
.cid-uGlEqE9qvB .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
  transition: all 0.3s ease-in-out;
}
.cid-uGlEqE9qvB .embla__slide .slide-content .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uGlEqE9qvB .embla__slide .slide-content .item-wrapper .item-img .item-title {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(16px);
  padding: 0 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uGlEqE9qvB .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.cid-uGlEqE9qvB .embla__button--next,
.cid-uGlEqE9qvB .embla__button--prev {
  display: flex;
}
.cid-uGlEqE9qvB .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #86726a !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uGlEqE9qvB .embla__button:hover {
  opacity: .6 !important;
}
.cid-uGlEqE9qvB .embla__button.embla__button--prev {
  left: 0;
}
.cid-uGlEqE9qvB .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 768px) {
  .cid-uGlEqE9qvB .embla__button {
    top: 0;
  }
}
.cid-uGlEqE9qvB .embla {
  position: relative;
  width: 100%;
  padding-top: 1rem;
}
.cid-uGlEqE9qvB .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uGlEqE9qvB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGlEqE9qvB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGlEqE9qvB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGlEqE9qvB .mbr-section-title {
  color: #000000;
}
.cid-uGlEqE9qvB .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uGlEqE9qvB .mbr-text,
.cid-uGlEqE9qvB .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uGlEqE9qvB .item-title {
  display: none;
  text-align: center;
}
.cid-uGlEqE9qvB .mbr-section-title,
.cid-uGlEqE9qvB .mbr-section-btn {
  text-align: center;
}
.cid-uGoI1G1GFW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/form-back.jpg");
}
.cid-uGoI1G1GFW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGoI1G1GFW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGoI1G1GFW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uGoI1G1GFW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGoI1G1GFW .container {
    padding: 0 30px;
  }
}
.cid-uGoI1G1GFW .card-wrapper {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uGoI1G1GFW .card-wrapper {
    padding: 30px;
  }
}
.cid-uGoI1G1GFW .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uGoI1G1GFW .card-wrapper form {
  padding: 30px;
  border: 2px solid #86726a;
  border-radius: 2em;
}
@media (max-width: 425px) {
  .cid-uGoI1G1GFW .card-wrapper form {
    padding: 20px;
  }
}
.cid-uGoI1G1GFW .card-wrapper form .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
.cid-uGoI1G1GFW .card-wrapper form .dragArea.row .form-group .form-control {
  padding: 8px 16px;
  box-shadow: none;
  border: 2px dashed #86726a !important;
  border-radius: 1em;
  background-color: transparent;
}
.cid-uGoI1G1GFW .card-wrapper form .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}
.cid-uGoI1G1GFW .card-wrapper form .dragArea.row .form-group .form-control:hover,
.cid-uGoI1G1GFW .card-wrapper form .dragArea.row .form-group .form-control:focus {
  border: 2px dashed #86726a !important;
  box-shadow: none;
}
.cid-uGoI1G1GFW .card-wrapper form .dragArea.row .form-group .form-control-label label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uGoI1G1GFW .card-wrapper form .dragArea.row .form-group .form-check {
  padding-left: 2em;
}
.cid-uGoI1G1GFW .card-wrapper form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.cid-uGoI1G1GFW .card-wrapper form .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uGoI1G1GFW .card-wrapper form .dragArea.row .mbr-section-btn {
  margin-top: 50px;
}
.cid-uGoI1G1GFW .mbr-text {
  color: #ffffff;
}
.cid-uGoI1G1GFW label {
  color: #4E4E4E;
}
.cid-uGkNERs1St {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #d8c8c4;
}
.cid-uGkNERs1St .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGkNERs1St .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGkNERs1St .row {
  justify-content: center;
}
.cid-uGkNERs1St .text-wrapper .mbr-section-title {
  margin-bottom: 2px;
}
.cid-uGkNERs1St .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uGkNERs1St .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-uGkNERs1St .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uGkNERs1St .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGkNERs1St .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uGkNERs1St .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-uGkNERs1St .mbr-date {
  color: #000000;
  text-align: center;
  line-height: 1em !important;
}
.cid-uGkNERs1St .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-uGkNERs1St .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-uFidkc3USo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #d8c8c4;
}
.cid-uFidkc3USo .mbr-section-title {
  padding: 0 60px;
  margin-bottom: 80px;
  color: #050f0f;
}
@media (max-width: 992px) {
  .cid-uFidkc3USo .mbr-section-title {
    padding: 0;
    margin-bottom: 10px;
    line-height: 1em !important;
  }
}
.cid-uFidkc3USo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 512px;
  max-width: 512px;
}
@media (max-width: 767px) {
  .cid-uFidkc3USo .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uFidkc3USo .embla__slide .slide-content {
  width: 100%;
}
.cid-uFidkc3USo .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  border: 3px solid #d8c8c4;
  overflow: hidden;
}
.cid-uFidkc3USo .embla__slide .slide-content .item-content .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-bottom: 3px solid #d8c8c4;
  border-radius: 0 !important;
}
.cid-uFidkc3USo .embla__slide .slide-content .item-content .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uFidkc3USo .embla__slide .slide-content .item-content .text-wrapper {
    padding: 32px 16px 24px 16px;
  }
}
.cid-uFidkc3USo .embla__slide .slide-content .item-content .text-wrapper .item-date {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-uFidkc3USo .embla__slide .slide-content .item-content .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uFidkc3USo .embla__slide .slide-content .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uFidkc3USo .embla__slide .slide-content .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 32px 32px 32px;
}
@media (max-width: 992px) {
  .cid-uFidkc3USo .embla__slide .slide-content .icon-wrapper {
    padding: 0 16px 32px 16px;
  }
}
.cid-uFidkc3USo .embla__slide .slide-content .icon-wrapper .mbr-iconfont {
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #050f0f;
  background-color: #ffebe6;
  border: 3px solid #050f0f;
  border-radius: 100%;
  box-shadow: 2px 2px #050f0f;
  transition: all 0.3s ease-in-out;
}
.cid-uFidkc3USo .embla__slide .slide-content .icon-wrapper .mbr-iconfont:hover,
.cid-uFidkc3USo .embla__slide .slide-content .icon-wrapper .mbr-iconfont:focus {
  box-shadow: none;
  transform: translate(1px, 1px);
}
.cid-uFidkc3USo .embla__button--next,
.cid-uFidkc3USo .embla__button--prev {
  display: flex;
}
.cid-uFidkc3USo .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  font-size: 24px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: 3px solid #ffffff !important;
  box-shadow: 2px 2px #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uFidkc3USo .embla__button:hover {
  box-shadow: none;
  transform: translate(1px, 1px);
}
.cid-uFidkc3USo .embla__button.embla__button--prev {
  left: 60px;
}
@media (max-width: 992px) {
  .cid-uFidkc3USo .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uFidkc3USo .embla__button.embla__button--next {
  right: 60px;
}
@media (max-width: 992px) {
  .cid-uFidkc3USo .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uFidkc3USo .embla {
  position: relative;
  width: 100%;
  padding: 0 60px;
  padding: 0 60px 4.5rem 60px;
}
@media (max-width: 992px) {
  .cid-uFidkc3USo .embla {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFidkc3USo .embla {
    padding: 0 0 6rem 0;
  }
}
.cid-uFidkc3USo .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uFidkc3USo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFidkc3USo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFidkc3USo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFidkc3USo .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uFidkc3USo .item-date {
  color: #050f0f;
}
.cid-uFidkc3USo .item-title {
  color: #050f0f;
}
.cid-uFidkc3USo .item-text {
  color: #050f0f;
}
.cid-uFidkc3USo .icon-wrapper {
  text-align: right;
}
.cid-uFDXtqvDsk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #86726a;
}
.cid-uFDXtqvDsk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDXtqvDsk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDXtqvDsk .row {
  justify-content: center;
}
.cid-uFDXtqvDsk .text-wrapper .mbr-section-title {
  margin-bottom: 2px;
}
.cid-uFDXtqvDsk .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uFDXtqvDsk .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-uFDXtqvDsk .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uFDXtqvDsk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFDXtqvDsk .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uFDXtqvDsk .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-uFDXtqvDsk .mbr-date {
  color: #ffffff;
  text-align: center;
  line-height: 1em !important;
}
.cid-uFDXtqvDsk .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-uFDXtqvDsk .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-uGqd1F95lr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #86726a;
}
.cid-uGqd1F95lr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGqd1F95lr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGqd1F95lr p {
  line-height: 1.2;
}
.cid-uGqd1F95lr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 768px) {
  .cid-uGqd1F95lr .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-uGqd1F95lr .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uGqd1F95lr .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uGqd1F95lr .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uGqd1F95lr .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #000000;
}
.cid-uGqd1F95lr .embla__slide .slide-content {
  width: 100%;
}
.cid-uGqd1F95lr .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uGqd1F95lr .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uGqd1F95lr .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uGqd1F95lr .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uGqd1F95lr .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uGqd1F95lr .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uGqd1F95lr .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGqd1F95lr .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uGqd1F95lr .embla__button--next,
.cid-uGqd1F95lr .embla__button--prev {
  display: flex;
}
.cid-uGqd1F95lr .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  opacity: 1 !important;
}
.cid-uGqd1F95lr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGqd1F95lr .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
  transform: scale(1.05);
}
.cid-uGqd1F95lr .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGqd1F95lr .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uGqd1F95lr .embla__button {
    top: auto;
  }
}
.cid-uGqd1F95lr .item-wrapper {
  height: 100%;
}
.cid-uGqd1F95lr .item-menu-overlay {
  border-radius: 2rem;
  opacity: 0 !important;
}
.cid-uGqd1F95lr .user_image {
  max-width: 600px;
  max-height: 400px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-uGqd1F95lr .user_image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uGqd1F95lr .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uGqd1F95lr .embla {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uGqd1F95lr .embla {
    margin-bottom: 38px;
  }
}
.cid-uGqd1F95lr .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uGqd1F95lr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGqd1F95lr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGqd1F95lr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGqd1F95lr .user_desk {
  color: #232323;
}
.cid-uGqd1F95lr .user_name {
  color: #232323;
}
.cid-uGqd1F95lr .user_text,
.cid-uGqd1F95lr .user_name,
.cid-uGqd1F95lr .user_desk {
  padding: 0rem 1.5rem;
}
@media (max-width: 767px) {
  .cid-uGqd1F95lr .user_text,
  .cid-uGqd1F95lr .user_name,
  .cid-uGqd1F95lr .user_desk {
    padding: 0rem 0rem;
  }
}
.cid-uGqd1F95lr .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGqd1F95lr .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGqd1F95lr .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uGqd1F95lr .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGqd1F95lr .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGqd1F95lr .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGqd1F95lr .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGqd1F95lr .mbr-section-title {
  color: #ffffff;
}
.cid-uGqd1F95lr .mbr-text,
.cid-uGqd1F95lr .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGqd1F95lr .mbr-desc,
.cid-uGqd1F95lr .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGqd1F95lr .item-title,
.cid-uGqd1F95lr .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uGqd1F95lr .item-text,
.cid-uGqd1F95lr .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uGqd1F95lr .mbr-section-title,
.cid-uGqd1F95lr .mbr-section-btn {
  text-align: center;
}
.cid-uFE2QBHVQd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #d8c8c4;
}
.cid-uFE2QBHVQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFE2QBHVQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFE2QBHVQd .row {
  justify-content: center;
}
.cid-uFE2QBHVQd .text-wrapper .mbr-section-title {
  margin-bottom: 2px;
}
.cid-uFE2QBHVQd .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uFE2QBHVQd .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-uFE2QBHVQd .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uFE2QBHVQd .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFE2QBHVQd .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uFE2QBHVQd .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-uFE2QBHVQd .mbr-date {
  color: #000000;
  text-align: center;
  line-height: 1em !important;
}
.cid-uFE2QBHVQd .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-uFE2QBHVQd .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-uFE2RONHLI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #d8c8c4;
}
.cid-uFE2RONHLI .mbr-section-title {
  padding: 0 60px;
  margin-bottom: 80px;
  color: #050f0f;
}
@media (max-width: 992px) {
  .cid-uFE2RONHLI .mbr-section-title {
    padding: 0;
    margin-bottom: 10px;
    line-height: 1em !important;
  }
}
.cid-uFE2RONHLI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 512px;
  max-width: 512px;
}
@media (max-width: 767px) {
  .cid-uFE2RONHLI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uFE2RONHLI .embla__slide .slide-content {
  width: 100%;
}
.cid-uFE2RONHLI .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  border: 3px solid #d8c8c4;
  overflow: hidden;
}
.cid-uFE2RONHLI .embla__slide .slide-content .item-content .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-bottom: 3px solid #d8c8c4;
  border-radius: 0 !important;
}
.cid-uFE2RONHLI .embla__slide .slide-content .item-content .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uFE2RONHLI .embla__slide .slide-content .item-content .text-wrapper {
    padding: 32px 16px 24px 16px;
  }
}
.cid-uFE2RONHLI .embla__slide .slide-content .item-content .text-wrapper .item-date {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-uFE2RONHLI .embla__slide .slide-content .item-content .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uFE2RONHLI .embla__slide .slide-content .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uFE2RONHLI .embla__slide .slide-content .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 32px 32px 32px;
}
@media (max-width: 992px) {
  .cid-uFE2RONHLI .embla__slide .slide-content .icon-wrapper {
    padding: 0 16px 32px 16px;
  }
}
.cid-uFE2RONHLI .embla__slide .slide-content .icon-wrapper .mbr-iconfont {
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #050f0f;
  background-color: #ffebe6;
  border: 3px solid #050f0f;
  border-radius: 100%;
  box-shadow: 2px 2px #050f0f;
  transition: all 0.3s ease-in-out;
}
.cid-uFE2RONHLI .embla__slide .slide-content .icon-wrapper .mbr-iconfont:hover,
.cid-uFE2RONHLI .embla__slide .slide-content .icon-wrapper .mbr-iconfont:focus {
  box-shadow: none;
  transform: translate(1px, 1px);
}
.cid-uFE2RONHLI .embla__button--next,
.cid-uFE2RONHLI .embla__button--prev {
  display: flex;
}
.cid-uFE2RONHLI .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  font-size: 24px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: 3px solid #ffffff !important;
  box-shadow: 2px 2px #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uFE2RONHLI .embla__button:hover {
  box-shadow: none;
  transform: translate(1px, 1px);
}
.cid-uFE2RONHLI .embla__button.embla__button--prev {
  left: 60px;
}
@media (max-width: 992px) {
  .cid-uFE2RONHLI .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uFE2RONHLI .embla__button.embla__button--next {
  right: 60px;
}
@media (max-width: 992px) {
  .cid-uFE2RONHLI .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uFE2RONHLI .embla {
  position: relative;
  width: 100%;
  padding: 0 60px;
  padding: 0 60px 4.5rem 60px;
}
@media (max-width: 992px) {
  .cid-uFE2RONHLI .embla {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFE2RONHLI .embla {
    padding: 0 0 6rem 0;
  }
}
.cid-uFE2RONHLI .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uFE2RONHLI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFE2RONHLI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFE2RONHLI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFE2RONHLI .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uFE2RONHLI .item-date {
  color: #050f0f;
}
.cid-uFE2RONHLI .item-title {
  color: #050f0f;
}
.cid-uFE2RONHLI .item-text {
  color: #050f0f;
}
.cid-uFE2RONHLI .icon-wrapper {
  text-align: right;
}
.cid-uFP6Ymbx5D {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #86726a;
}
.cid-uFP6Ymbx5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFP6Ymbx5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFP6Ymbx5D .row {
  justify-content: center;
}
.cid-uFP6Ymbx5D .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uFP6Ymbx5D .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uFP6Ymbx5D .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-uFP6Ymbx5D .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uFP6Ymbx5D .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFP6Ymbx5D .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uFP6Ymbx5D .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-uFP6Ymbx5D .mbr-date {
  color: #ffffff;
  text-align: center;
  line-height: 1em !important;
}
.cid-uFP6Ymbx5D .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-uFP6Ymbx5D .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-uFnBagHgmI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #86726a;
  background-image: radial-gradient(circle farthest-side at 120% 20%, #86726a, #86726a 30%);
}
.cid-uFnBagHgmI .title-wrapper {
  margin-bottom: 22px;
}
.cid-uFnBagHgmI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFnBagHgmI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #000000, #000000 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFnBagHgmI .mbr-section-btn {
  text-align: right;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFnBagHgmI .mbr-section-btn {
    text-align: left;
  }
}
.cid-uFnBagHgmI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 390px;
  max-width: 390px;
}
@media (max-width: 767px) {
  .cid-uFnBagHgmI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uFnBagHgmI .embla__slide .slide-content {
  width: 100%;
}
.cid-uFnBagHgmI .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uFnBagHgmI .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uFnBagHgmI .embla__slide .slide-content .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uFnBagHgmI .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uFnBagHgmI .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .item-wrap {
  display: inline-block;
  border: 1px solid #ffffff !important;
  padding: 2px 8px;
}
.cid-uFnBagHgmI .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uFnBagHgmI .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uFnBagHgmI .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn-item .btn {
  margin-left: 0;
}
.cid-uFnBagHgmI .embla__button--next,
.cid-uFnBagHgmI .embla__button--prev {
  display: flex;
}
.cid-uFnBagHgmI .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uFnBagHgmI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFnBagHgmI .embla__button:hover {
  box-shadow: 0 0 33px 0 #000000;
}
.cid-uFnBagHgmI .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uFnBagHgmI .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uFnBagHgmI .embla__button.embla__button--next {
  right: 0;
}
.cid-uFnBagHgmI .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uFnBagHgmI .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
}
.cid-uFnBagHgmI .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uFnBagHgmI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFnBagHgmI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFnBagHgmI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFnBagHgmI .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uFnBagHgmI .mbr-section-title {
  color: #000000;
}
.cid-uFnBagHgmI .mbr-section-subtitle {
  color: #000000 !important;
}
.cid-uFnBagHgmI .item-wrap {
  color: #ffffff;
}
.cid-uFnBagHgmI .item-title {
  color: #ffffff;
}
.cid-uFnBagHgmI .item-text {
  color: #ffffff;
}
.cid-uFnBagHgmI .mbr-section-title,
.cid-uFnBagHgmI .mbr-section-btn {
  color: #000000;
}
.cid-uFnBagHgmI .item-wrap,
.cid-uFnBagHgmI .date-wrapper {
  color: #ffffff;
}
.cid-uFnBagHgmI .item-title,
.cid-uFnBagHgmI .mbr-section-btn-item {
  color: #ffffff;
}
.cid-uFAAJt8yWa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #86726a;
  background-image: radial-gradient(circle farthest-side at 120% 20%, #86726a, #86726a 30%);
}
.cid-uFAAJt8yWa .title-wrapper {
  margin-bottom: 22px;
}
.cid-uFAAJt8yWa .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFAAJt8yWa .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #000000, #000000 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFAAJt8yWa .mbr-section-btn {
  text-align: right;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFAAJt8yWa .mbr-section-btn {
    text-align: left;
  }
}
.cid-uFAAJt8yWa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 390px;
  max-width: 390px;
}
@media (max-width: 767px) {
  .cid-uFAAJt8yWa .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uFAAJt8yWa .embla__slide .slide-content {
  width: 100%;
}
.cid-uFAAJt8yWa .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uFAAJt8yWa .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uFAAJt8yWa .embla__slide .slide-content .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uFAAJt8yWa .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uFAAJt8yWa .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .item-wrap {
  display: inline-block;
  border: 1px solid #ffffff !important;
  padding: 2px 8px;
}
.cid-uFAAJt8yWa .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uFAAJt8yWa .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uFAAJt8yWa .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn-item .btn {
  margin-left: 0;
}
.cid-uFAAJt8yWa .embla__button--next,
.cid-uFAAJt8yWa .embla__button--prev {
  display: flex;
}
.cid-uFAAJt8yWa .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uFAAJt8yWa .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFAAJt8yWa .embla__button:hover {
  box-shadow: 0 0 33px 0 #000000;
}
.cid-uFAAJt8yWa .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uFAAJt8yWa .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uFAAJt8yWa .embla__button.embla__button--next {
  right: 0;
}
.cid-uFAAJt8yWa .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uFAAJt8yWa .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
}
.cid-uFAAJt8yWa .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uFAAJt8yWa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFAAJt8yWa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFAAJt8yWa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFAAJt8yWa .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uFAAJt8yWa .mbr-section-title {
  color: #000000;
}
.cid-uFAAJt8yWa .mbr-section-subtitle {
  color: #000000 !important;
}
.cid-uFAAJt8yWa .item-wrap {
  color: #ffffff;
}
.cid-uFAAJt8yWa .item-title {
  color: #ffffff;
}
.cid-uFAAJt8yWa .item-text {
  color: #ffffff;
}
.cid-uFAAJt8yWa .mbr-section-title,
.cid-uFAAJt8yWa .mbr-section-btn {
  color: #000000;
}
.cid-uFAAJt8yWa .item-wrap,
.cid-uFAAJt8yWa .date-wrapper {
  color: #ffffff;
}
.cid-uFAAJt8yWa .item-title,
.cid-uFAAJt8yWa .mbr-section-btn-item {
  color: #ffffff;
}
.cid-uFAJ3WaVwN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #86726a;
  background-image: radial-gradient(circle farthest-side at 120% 20%, #86726a, #86726a 30%);
}
.cid-uFAJ3WaVwN .title-wrapper {
  margin-bottom: 22px;
}
.cid-uFAJ3WaVwN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFAJ3WaVwN .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #000000, #000000 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFAJ3WaVwN .mbr-section-btn {
  text-align: right;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFAJ3WaVwN .mbr-section-btn {
    text-align: left;
  }
}
.cid-uFAJ3WaVwN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 390px;
  max-width: 390px;
}
@media (max-width: 767px) {
  .cid-uFAJ3WaVwN .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uFAJ3WaVwN .embla__slide .slide-content {
  width: 100%;
}
.cid-uFAJ3WaVwN .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uFAJ3WaVwN .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uFAJ3WaVwN .embla__slide .slide-content .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uFAJ3WaVwN .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uFAJ3WaVwN .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .item-wrap {
  display: inline-block;
  border: 1px solid #ffffff !important;
  padding: 2px 8px;
}
.cid-uFAJ3WaVwN .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uFAJ3WaVwN .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uFAJ3WaVwN .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn-item .btn {
  margin-left: 0;
}
.cid-uFAJ3WaVwN .embla__button--next,
.cid-uFAJ3WaVwN .embla__button--prev {
  display: flex;
}
.cid-uFAJ3WaVwN .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uFAJ3WaVwN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFAJ3WaVwN .embla__button:hover {
  box-shadow: 0 0 33px 0 #000000;
}
.cid-uFAJ3WaVwN .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uFAJ3WaVwN .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uFAJ3WaVwN .embla__button.embla__button--next {
  right: 0;
}
.cid-uFAJ3WaVwN .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uFAJ3WaVwN .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
}
.cid-uFAJ3WaVwN .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uFAJ3WaVwN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFAJ3WaVwN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFAJ3WaVwN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFAJ3WaVwN .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uFAJ3WaVwN .mbr-section-title {
  color: #000000;
}
.cid-uFAJ3WaVwN .mbr-section-subtitle {
  color: #000000 !important;
}
.cid-uFAJ3WaVwN .item-wrap {
  color: #ffffff;
}
.cid-uFAJ3WaVwN .item-title {
  color: #ffffff;
}
.cid-uFAJ3WaVwN .item-text {
  color: #ffffff;
}
.cid-uFAJ3WaVwN .mbr-section-title,
.cid-uFAJ3WaVwN .mbr-section-btn {
  color: #000000;
}
.cid-uFAJ3WaVwN .item-wrap,
.cid-uFAJ3WaVwN .date-wrapper {
  color: #ffffff;
}
.cid-uFAJ3WaVwN .item-title,
.cid-uFAJ3WaVwN .mbr-section-btn-item {
  color: #ffffff;
}
.cid-uFGsPNOA6b {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #d8c8c4;
}
.cid-uFGsPNOA6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGsPNOA6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGsPNOA6b .row {
  justify-content: center;
}
.cid-uFGsPNOA6b .text-wrapper .mbr-section-title {
  margin-bottom: 2px;
}
.cid-uFGsPNOA6b .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uFGsPNOA6b .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-uFGsPNOA6b .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uFGsPNOA6b .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFGsPNOA6b .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uFGsPNOA6b .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-uFGsPNOA6b .mbr-date {
  color: #000000;
  text-align: center;
  line-height: 1em !important;
}
.cid-uFGsPNOA6b .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-uFGsPNOA6b .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-uFGsQDuPjb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #d8c8c4;
}
.cid-uFGsQDuPjb .mbr-section-title {
  padding: 0 60px;
  margin-bottom: 80px;
  color: #050f0f;
}
@media (max-width: 992px) {
  .cid-uFGsQDuPjb .mbr-section-title {
    padding: 0;
    margin-bottom: 10px;
    line-height: 1em !important;
  }
}
.cid-uFGsQDuPjb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 512px;
  max-width: 512px;
}
@media (max-width: 767px) {
  .cid-uFGsQDuPjb .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uFGsQDuPjb .embla__slide .slide-content {
  width: 100%;
}
.cid-uFGsQDuPjb .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  border: 3px solid #d8c8c4;
  overflow: hidden;
}
.cid-uFGsQDuPjb .embla__slide .slide-content .item-content .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-bottom: 3px solid #d8c8c4;
  border-radius: 0 !important;
}
.cid-uFGsQDuPjb .embla__slide .slide-content .item-content .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uFGsQDuPjb .embla__slide .slide-content .item-content .text-wrapper {
    padding: 32px 16px 24px 16px;
  }
}
.cid-uFGsQDuPjb .embla__slide .slide-content .item-content .text-wrapper .item-date {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-uFGsQDuPjb .embla__slide .slide-content .item-content .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uFGsQDuPjb .embla__slide .slide-content .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uFGsQDuPjb .embla__slide .slide-content .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 32px 32px 32px;
}
@media (max-width: 992px) {
  .cid-uFGsQDuPjb .embla__slide .slide-content .icon-wrapper {
    padding: 0 16px 32px 16px;
  }
}
.cid-uFGsQDuPjb .embla__slide .slide-content .icon-wrapper .mbr-iconfont {
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #050f0f;
  background-color: #ffebe6;
  border: 3px solid #050f0f;
  border-radius: 100%;
  box-shadow: 2px 2px #050f0f;
  transition: all 0.3s ease-in-out;
}
.cid-uFGsQDuPjb .embla__slide .slide-content .icon-wrapper .mbr-iconfont:hover,
.cid-uFGsQDuPjb .embla__slide .slide-content .icon-wrapper .mbr-iconfont:focus {
  box-shadow: none;
  transform: translate(1px, 1px);
}
.cid-uFGsQDuPjb .embla__button--next,
.cid-uFGsQDuPjb .embla__button--prev {
  display: flex;
}
.cid-uFGsQDuPjb .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  font-size: 24px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: 3px solid #ffffff !important;
  box-shadow: 2px 2px #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uFGsQDuPjb .embla__button:hover {
  box-shadow: none;
  transform: translate(1px, 1px);
}
.cid-uFGsQDuPjb .embla__button.embla__button--prev {
  left: 60px;
}
@media (max-width: 992px) {
  .cid-uFGsQDuPjb .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uFGsQDuPjb .embla__button.embla__button--next {
  right: 60px;
}
@media (max-width: 992px) {
  .cid-uFGsQDuPjb .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uFGsQDuPjb .embla {
  position: relative;
  width: 100%;
  padding: 0 60px;
  padding: 0 60px 4.5rem 60px;
}
@media (max-width: 992px) {
  .cid-uFGsQDuPjb .embla {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFGsQDuPjb .embla {
    padding: 0 0 6rem 0;
  }
}
.cid-uFGsQDuPjb .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uFGsQDuPjb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFGsQDuPjb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFGsQDuPjb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFGsQDuPjb .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uFGsQDuPjb .item-date {
  color: #050f0f;
}
.cid-uFGsQDuPjb .item-title {
  color: #050f0f;
}
.cid-uFGsQDuPjb .item-text {
  color: #050f0f;
}
.cid-uFGsQDuPjb .icon-wrapper {
  text-align: right;
}
.cid-uJskHWdb16 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d8c8c4;
  position: relative;
  overflow: hidden;
}
.cid-uJskHWdb16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJskHWdb16 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJskHWdb16 .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-uJskHWdb16 .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uJskHWdb16 .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-uJskHWdb16 .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uJskHWdb16 .card-wrapper {
  width: 100%;
}
.cid-uJskHWdb16 .card-box {
  width: 100%;
}
.cid-uJskHWdb16 .card-title {
  color: #26382B;
  margin-bottom: 0;
}
.cid-uJskHWdb16 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-uJskHWdb16 .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-uJskHWdb16 .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (max-width: 767px) {
  .cid-uJskHWdb16 .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-uJskHWdb16 .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uJskHWdb16 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJskHWdb16 .bg-img {
  position: absolute;
  width: 100%;
  background-color: #9f665c;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-uJskHWdb16 .bg-img {
    width: 150%;
  }
}
.cid-uFGwQ1JffL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #938b83;
}
.cid-uFGwQ1JffL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGwQ1JffL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGwQ1JffL .row {
  justify-content: center;
}
.cid-uFGwQ1JffL .text-wrapper .mbr-section-title {
  margin-bottom: 2px;
}
.cid-uFGwQ1JffL .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uFGwQ1JffL .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-uFGwQ1JffL .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uFGwQ1JffL .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFGwQ1JffL .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uFGwQ1JffL .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-uFGwQ1JffL .mbr-date {
  color: #ffffff;
  text-align: center;
  line-height: 1em !important;
}
.cid-uFGwQ1JffL .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-uFGwQ1JffL .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-uFuyyRBw2l {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #938b83;
}
.cid-uFuyyRBw2l .item:focus,
.cid-uFuyyRBw2l span:focus {
  outline: none;
}
.cid-uFuyyRBw2l .row {
  justify-content: center;
}
.cid-uFuyyRBw2l .item-wrapper {
  position: relative;
}
.cid-uFuyyRBw2l .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 770px;
  max-width: 770px;
}
@media (max-width: 1200px) {
  .cid-uFuyyRBw2l .embla__slide {
    min-width: 550px;
    max-width: 550px;
  }
}
@media (max-width: 768px) {
  .cid-uFuyyRBw2l .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uFuyyRBw2l .embla__slide .slide-content {
  width: 100%;
  display: flex;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFuyyRBw2l .embla__slide .slide-content {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.cid-uFuyyRBw2l .embla__slide .slide-content .item-content {
  display: flex;
  align-items: flex-end;
  width: 52%;
  padding: 40px 54px;
  min-height: 615px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uFuyyRBw2l .embla__slide .slide-content .item-content {
    padding: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uFuyyRBw2l .embla__slide .slide-content .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uFuyyRBw2l .embla__slide .slide-content .item-content {
    padding: 30px 16px;
    width: 100%;
    min-height: auto;
    margin-top: -1rem;
    height: 100%;
  }
}
.cid-uFuyyRBw2l .embla__slide .slide-content .item-content .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uFuyyRBw2l .embla__slide .slide-content .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-uFuyyRBw2l .embla__slide .slide-content .item-content .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uFuyyRBw2l .embla__slide .slide-content .item-wrapper {
  width: 58%;
  position: relative;
  margin-left: -1rem;
}
@media (max-width: 992px) {
  .cid-uFuyyRBw2l .embla__slide .slide-content .item-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
.cid-uFuyyRBw2l .embla__slide .slide-content .item-wrapper .number-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  padding: 26px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFuyyRBw2l .embla__slide .slide-content .item-wrapper .number-wrap {
    padding: 16px;
  }
}
.cid-uFuyyRBw2l .embla__slide .slide-content .item-wrapper .number-wrap .item-number {
  display: inline-block;
  padding: 14px 16px;
  background-color: #fff7ee;
}
.cid-uFuyyRBw2l .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-uFuyyRBw2l .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFuyyRBw2l .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uFuyyRBw2l .embla__button--next,
.cid-uFuyyRBw2l .embla__button--prev {
  display: flex;
}
.cid-uFuyyRBw2l .embla__button {
  bottom: 0;
  width: 65px;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: 2px solid #000000 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uFuyyRBw2l .embla__button:hover {
  background-color: transparent !important;
}
.cid-uFuyyRBw2l .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFuyyRBw2l .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFuyyRBw2l .embla__button {
    top: auto;
  }
}
.cid-uFuyyRBw2l .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uFuyyRBw2l .embla__viewport {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uFuyyRBw2l .embla__viewport {
    padding: 0;
  }
}
.cid-uFuyyRBw2l .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFuyyRBw2l .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFuyyRBw2l .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFuyyRBw2l .item-title {
  color: #000000;
}
.cid-uFuyyRBw2l .item-text {
  color: #fff7ee;
}
.cid-uFuyyRBw2l .item-number,
.cid-uFuyyRBw2l .number-wrap {
  color: #000000;
  text-align: right;
}
.cid-uFuyyRBw2l .item-text,
.cid-uFuyyRBw2l .mbr-section-btn {
  color: #000000;
}
.cid-uFna94triI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8c8c4;
}
.cid-uFna94triI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFna94triI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFna94triI .map-wrapper {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.cid-uFna94triI .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uFna94triI .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uFna94triI .map-wrapper .card-wrapper {
  width: 100%;
  display: flex;
}
.cid-uFna94triI .map-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px 30px;
  width: 50%;
  padding: 30px;
  background-color: #d8c8c4;
}
@media (max-width: 1200px) {
  .cid-uFna94triI .map-wrapper .card-wrapper .card-wrap {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFna94triI .map-wrapper .card-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uFna94triI .map-wrapper .card-wrapper .card-wrap .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFna94triI .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFna94triI .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uFna94triI .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-uFna94triI .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:focus {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-uFna94triI .map-wrapper .card-wrapper .card-wrap .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFna94triI .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uFna94triI .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uFna94triI .map-wrapper .card-wrapper .card-wrap .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFna94triI .map-wrapper .card-wrapper .card-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uFna94triI .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFna94triI .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uFna94triI .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uFna94triI .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFna94triI .map-wrapper .card-wrapper .card-wrap .social-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uFna94triI .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFna94triI .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFna94triI .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFna94triI .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uFna94triI .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uFna94triI .mbr-section-title {
  color: #404349;
}
.cid-uFna94triI .mbr-section-subtitle {
  color: #404349;
}
.cid-uFna94triI .mbr-text {
  color: #404349;
}
.cid-uFna94triI .list {
  color: #404349;
}
