.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fef9ed;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 4.6rem;
  line-height: .8;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.6rem;
  line-height: 1.1em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.8125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #cfae3d !important;
}
.bg-success {
  background-color: #2fd88a !important;
}
.bg-info {
  background-color: #15cdf2 !important;
}
.bg-warning {
  background-color: #ffc108 !important;
}
.bg-danger {
  background-color: #db2c3d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #cfae3d !important;
  border-color: #cfae3d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #d9bf66 !important;
  border-color: #d9bf66 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d9bf66 !important;
  border-color: #d9bf66 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #43aa8b !important;
  border-color: #43aa8b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #60c0a3 !important;
  border-color: #60c0a3 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #60c0a3 !important;
  border-color: #60c0a3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #15cdf2 !important;
  border-color: #15cdf2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #45d7f5 !important;
  border-color: #45d7f5 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #45d7f5 !important;
  border-color: #45d7f5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2fd88a !important;
  border-color: #2fd88a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5ae0a2 !important;
  border-color: #5ae0a2 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5ae0a2 !important;
  border-color: #5ae0a2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc108 !important;
  border-color: #ffc108 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffce3b !important;
  border-color: #ffce3b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffce3b !important;
  border-color: #ffce3b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #db2c3d !important;
  border-color: #db2c3d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e25865 !important;
  border-color: #e25865 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e25865 !important;
  border-color: #e25865 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #cfae3d;
  color: #cfae3d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #917924 !important;
  background-color: transparent !important;
  border-color: #917924 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #cfae3d !important;
  border-color: #cfae3d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #43aa8b;
  color: #43aa8b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2a6c58 !important;
  background-color: transparent !important;
  border-color: #2a6c58 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #43aa8b !important;
  border-color: #43aa8b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #15cdf2;
  color: #15cdf2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #098da7 !important;
  background-color: transparent !important;
  border-color: #098da7 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #15cdf2 !important;
  border-color: #15cdf2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2fd88a;
  color: #2fd88a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1c945d !important;
  background-color: transparent !important;
  border-color: #1c945d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2fd88a !important;
  border-color: #2fd88a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc108;
  color: #ffc108;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b08400 !important;
  background-color: transparent !important;
  border-color: #b08400 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffc108 !important;
  border-color: #ffc108 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #db2c3d;
  color: #db2c3d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #971a26 !important;
  background-color: transparent !important;
  border-color: #971a26 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #db2c3d !important;
  border-color: #db2c3d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #cfae3d !important;
}
.text-secondary {
  color: #43aa8b !important;
}
.text-success {
  color: #2fd88a !important;
}
.text-info {
  color: #15cdf2 !important;
}
.text-warning {
  color: #ffc108 !important;
}
.text-danger {
  color: #db2c3d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #856e21 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #26614f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #198855 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #088099 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a17900 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8a1723 !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: #cfae3d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #15cdf2;
}
.alert-warning {
  background-color: #ffc108;
}
.alert-danger {
  background-color: #db2c3d;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cfae3d;
  border-color: #cfae3d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #cfae3d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f7f2e1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dbf8eb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d6f6fd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff4d4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f9dadd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.8125rem;
}
.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: #cfae3d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.8125rem;
}
blockquote {
  border-color: #cfae3d;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cfae3d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #cfae3d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #cfae3d;
  border-bottom-color: #cfae3d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #cfae3d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #43aa8b !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='%23cfae3d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn,
.mbr-section-btn-main {
  width: 100%;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 8px 50px;
  border-radius: 5px !important;
  font-weight: 400;
  border-width: 1px !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 15px;
    width: 100%;
  }
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: transparent !important;
  color: #cfae3d !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: transparent !important;
  color: #43aa8b !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: transparent !important;
  color: #2fd88a !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: transparent !important;
  color: #15cdf2 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: transparent !important;
  color: #ffc108 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: transparent !important;
  color: #db2c3d !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  background-color: #cfae3d !important;
  color: #15cdf2 !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  background-color: #43aa8b !important;
  color: #cfae3d !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  background-color: #2fd88a !important;
  color: #cfae3d !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #15cdf2 !important;
  color: #cfae3d !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  background-color: #ffc108 !important;
  color: #cfae3d !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  background-color: #db2c3d !important;
  color: #cfae3d !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 20px !important;
}
.cid-uHTQa3o6mG {
  z-index: 1000;
  width: 100%;
}
.cid-uHTQa3o6mG .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-uHTQa3o6mG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uHTQa3o6mG .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uHTQa3o6mG .navbar-nav {
    max-width: 45%;
  }
}
.cid-uHTQa3o6mG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uHTQa3o6mG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uHTQa3o6mG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uHTQa3o6mG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uHTQa3o6mG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uHTQa3o6mG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uHTQa3o6mG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uHTQa3o6mG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uHTQa3o6mG .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uHTQa3o6mG .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uHTQa3o6mG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uHTQa3o6mG .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-uHTQa3o6mG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uHTQa3o6mG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHTQa3o6mG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHTQa3o6mG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uHTQa3o6mG .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uHTQa3o6mG .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHTQa3o6mG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uHTQa3o6mG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uHTQa3o6mG .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  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);
}
@media (max-width: 992px) {
  .cid-uHTQa3o6mG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHTQa3o6mG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uHTQa3o6mG .iconfont-wrapper {
  color: #cfae3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHTQa3o6mG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uHTQa3o6mG .nav-item:focus,
.cid-uHTQa3o6mG .nav-link:focus {
  outline: none;
}
.cid-uHTQa3o6mG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHTQa3o6mG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHTQa3o6mG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHTQa3o6mG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHTQa3o6mG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHTQa3o6mG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHTQa3o6mG .navbar {
  min-height: 90px;
  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-uHTQa3o6mG .navbar.opened {
  transition: all 0.3s;
}
.cid-uHTQa3o6mG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHTQa3o6mG .navbar .navbar-logo img {
  width: auto;
}
.cid-uHTQa3o6mG .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uHTQa3o6mG .navbar.collapsed {
  justify-content: center;
}
.cid-uHTQa3o6mG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHTQa3o6mG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHTQa3o6mG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uHTQa3o6mG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHTQa3o6mG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHTQa3o6mG .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-uHTQa3o6mG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHTQa3o6mG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHTQa3o6mG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uHTQa3o6mG .navbar {
    min-height: 72px;
  }
  .cid-uHTQa3o6mG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uHTQa3o6mG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHTQa3o6mG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHTQa3o6mG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHTQa3o6mG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHTQa3o6mG .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-uHTQa3o6mG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHTQa3o6mG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uHTQa3o6mG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHTQa3o6mG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHTQa3o6mG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uHTQa3o6mG .dropdown-item.active,
.cid-uHTQa3o6mG .dropdown-item:active {
  background-color: transparent;
}
.cid-uHTQa3o6mG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHTQa3o6mG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHTQa3o6mG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHTQa3o6mG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHTQa3o6mG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uHTQa3o6mG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uHTQa3o6mG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHTQa3o6mG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uHTQa3o6mG .navbar-buttons {
    text-align: left;
  }
}
.cid-uHTQa3o6mG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHTQa3o6mG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHTQa3o6mG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHTQa3o6mG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHTQa3o6mG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHTQa3o6mG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHTQa3o6mG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHTQa3o6mG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHTQa3o6mG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHTQa3o6mG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHTQa3o6mG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uHTQa3o6mG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHTQa3o6mG .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-uHTQa3o6mG .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHTQa3o6mG .navbar {
    height: 70px;
  }
  .cid-uHTQa3o6mG .navbar.opened {
    height: auto;
  }
  .cid-uHTQa3o6mG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHTQa3o6mG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uHTQa3o6mG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uHTQa3o6mG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uHTQa3o6mG .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uHTQa3o6mG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uHTQa3o6mG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uHTQa3o6mG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uHTQa3o6mG .navbar-brand {
    margin-right: auto;
  }
  .cid-uHTQa3o6mG .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);
  }
  .cid-uHTQa3o6mG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uHTQa3o6mG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uHTQa3o6mG .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-uHTQa3o6mG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uHTQa3o6mG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uHTQa3o6mG .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uHTQa3o6mG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uHTQa3o6mG .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-uHTQa3o6mG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uHTQa3o6mG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFPkaMHyv1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uFPkaMHyv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPkaMHyv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPkaMHyv1 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFPkaMHyv1 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaMHyv1 .container {
    padding: 0 26px;
  }
}
.cid-uFPkaMHyv1 .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 1000px;
  padding: 45px;
  margin-bottom: -100px;
}
@media (max-width: 1440px) {
  .cid-uFPkaMHyv1 .content-wrapper {
    height: 800px;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaMHyv1 .content-wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uFPkaMHyv1 .content-wrapper {
    height: auto;
  }
}
.cid-uFPkaMHyv1 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
  margin-top: -90px;
}
.cid-uFPkaMHyv1 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -90px;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
  background-color: #cfae3d;
}
.cid-uFPkaMHyv1 .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uFPkaMHyv1 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFPkaMHyv1 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFPkaMHyv1 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFPkaMHyv1 .mbr-section-title {
  color: #000000;
}
.cid-uFPkaMHyv1 .mbr-text,
.cid-uFPkaMHyv1 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFPkaMHyv1 .mbr-section-title,
.cid-uFPkaMHyv1 .mbr-section-btn {
  text-align: center;
  color: #252525;
}
.cid-uREbhkxnsc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uREbhkxnsc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uREbhkxnsc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uREbhkxnsc .container {
    padding: 0 26px;
  }
}
.cid-uREbhkxnsc .row {
  justify-content: center;
}
.cid-uREbhkxnsc .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uREbhkxnsc .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uREbhkxnsc .content-wrapper {
  padding: 150px;
  background-color: #fef9ed;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uREbhkxnsc .content-wrapper {
    padding: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uREbhkxnsc .content-wrapper {
    padding: 100px 20px;
  }
}
.cid-uREbhkxnsc .mbr-figure iframe {
  border-radius: 20px !important;
}
.cid-uREbhkxnsc .mbr-figure .app-video-wrapper img {
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uREbhkxnsc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFPkaMP2eE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uFPkaMP2eE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPkaMP2eE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPkaMP2eE .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFPkaMP2eE .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaMP2eE .container {
    padding: 0 26px;
  }
}
.cid-uFPkaMP2eE .image-wrapper {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uFPkaMP2eE .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uFPkaMP2eE .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFPkaMP2eE .image-wrapper img {
    height: 400px;
  }
}
.cid-uFPkaMP2eE .image-wrap {
  height: 900px;
  background-color: #e9e3cc;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uFPkaMP2eE .image-wrap {
    height: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaMP2eE .image-wrap {
    height: 400px;
  }
}
.cid-uFPkaMP2eE .image-wrap img {
  width: 590px;
  height: 480px;
  object-fit: cover;
  box-shadow: 25px 25px 20px #c39719;
}
@media (max-width: 1440px) {
  .cid-uFPkaMP2eE .image-wrap img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uFPkaMP2eE .image-wrap img {
    width: 200px;
    height: 150px;
    box-shadow: 10px 10px 10px #c39719;
  }
}
.cid-uFPkaMSVJQ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uFPkaMSVJQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPkaMSVJQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPkaMSVJQ .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFPkaMSVJQ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaMSVJQ .container {
    padding: 0 26px;
  }
}
.cid-uFPkaMSVJQ .row {
  justify-content: center;
}
.cid-uFPkaMSVJQ .content-wrapper {
  display: flex;
  padding: 100px 60px;
  background-color: #e9e3cc;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uFPkaMSVJQ .content-wrapper {
    padding: 100px 20px;
    display: block;
    height: auto;
  }
}
.cid-uFPkaMSVJQ .content-wrapper .image-wrapper {
  width: 50%;
  padding-right: 45px;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 60px;
}
@media (max-width: 992px) {
  .cid-uFPkaMSVJQ .content-wrapper .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaMSVJQ .content-wrapper .image-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uFPkaMSVJQ .content-wrapper .image-wrapper .image-wrap {
  margin-right: 80px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uFPkaMSVJQ .content-wrapper .image-wrapper .image-wrap {
    margin-right: 0;
  }
}
.cid-uFPkaMSVJQ .content-wrapper .image-wrapper .image-wrap:nth-child(2n) {
  margin-right: 0;
  margin-left: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFPkaMSVJQ .content-wrapper .image-wrapper .image-wrap:nth-child(2n) {
    margin-left: 0;
  }
}
.cid-uFPkaMSVJQ .content-wrapper .image-wrapper .image-wrap img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFPkaMSVJQ .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uFPkaMSVJQ .content-wrapper .content-wrap {
  width: 50%;
  padding-top: 100px;
}
@media (max-width: 992px) {
  .cid-uFPkaMSVJQ .content-wrapper .content-wrap {
    width: 100%;
    padding-top: 0;
  }
}
.cid-uFPkaMSVJQ .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFPkaMSVJQ .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFPkaMSVJQ .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFPkaMSVJQ .content-wrapper .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFPkaMSVJQ .content-wrapper .content-wrap .panel-group .card {
  border-radius: 0 !important;
  background-color: transparent;
  margin-bottom: 50px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFPkaMSVJQ .content-wrapper .content-wrap .panel-group .card {
    margin-bottom: 40px;
  }
}
.cid-uFPkaMSVJQ .content-wrapper .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 10px;
}
.cid-uFPkaMSVJQ .content-wrapper .content-wrap .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uFPkaMSVJQ .content-wrapper .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFPkaMSVJQ .content-wrapper .content-wrap .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 10px;
}
.cid-uFPkaMSVJQ .content-wrapper .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uFPkaMSVJQ .content-wrapper .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin-top: 20px;
}
.cid-uFPkaMSVJQ .content-wrapper .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 10px;
}
.cid-uFPkaMSVJQ .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uFPkaMSVJQ .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uFPkaMSVJQ .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uFPkaMSVJQ .mbr-section-title {
  color: #000000;
}
.cid-uFPkaMSVJQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uFPkaMSVJQ .panel-title-edit {
  color: #000000;
}
.cid-uFPkaMSVJQ .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uFPkaMSVJQ .mbr-section-title,
.cid-uFPkaMSVJQ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uFPkaMSVJQ .panel-title-edit,
.cid-uFPkaMSVJQ .card-header {
  color: #000000;
}
.cid-uFPkaN1Xlk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uFPkaN1Xlk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPkaN1Xlk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPkaN1Xlk .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFPkaN1Xlk .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaN1Xlk .container {
    padding: 0 26px;
  }
}
.cid-uFPkaN1Xlk .row {
  justify-content: center;
}
.cid-uFPkaN1Xlk .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uFPkaN1Xlk .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uFPkaN1Xlk .list .item-wrap:hover,
.cid-uFPkaN1Xlk .list .item-wrap:focus {
  color: #f9c74f;
}
.cid-uFPkaN1Xlk .list,
.cid-uFPkaN1Xlk .mbr-section-btn {
  text-align: center;
}
.cid-uFPkaN1Xlk .list,
.cid-uFPkaN1Xlk .item-wrap,
.cid-uFPkaN1Xlk .mbr-section-btn {
  color: #000000;
}
.cid-uFPkaN3EKE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uFPkaN3EKE .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFPkaN3EKE .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaN3EKE .container {
    padding: 0 26px;
  }
}
.cid-uFPkaN3EKE .row {
  justify-content: center;
}
.cid-uFPkaN3EKE .content-wrapper {
  padding: 100px 60px;
  background-color: #d5bab6;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uFPkaN3EKE .content-wrapper {
    padding: 100px 20px;
  }
}
.cid-uFPkaN3EKE .content-wrapper .content-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFPkaN3EKE .content-wrapper .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFPkaN3EKE .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFPkaN3EKE .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: -96px;
}
.cid-uFPkaN3EKE .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFPkaN3EKE .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFPkaN3EKE .content-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uFPkaN3EKE .content-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uFPkaN3EKE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 767px) {
  .cid-uFPkaN3EKE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uFPkaN3EKE .embla__slide .slide-content {
  width: 100%;
}
.cid-uFPkaN3EKE .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 440px;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uFPkaN3EKE .embla__slide .slide-content .item-wrapper .item-img:hover .item-title,
.cid-uFPkaN3EKE .embla__slide .slide-content .item-wrapper .item-img:focus .item-title {
  opacity: 1;
  transform: translateY(0);
}
.cid-uFPkaN3EKE .embla__slide .slide-content .item-wrapper .item-img:hover:before,
.cid-uFPkaN3EKE .embla__slide .slide-content .item-wrapper .item-img:focus:before {
  opacity: 0.5;
}
.cid-uFPkaN3EKE .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-uFPkaN3EKE .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1);
}
.cid-uFPkaN3EKE .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-uFPkaN3EKE .embla__slide .slide-content .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uFPkaN3EKE .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-uFPkaN3EKE .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: #d5bab6;
}
.cid-uFPkaN3EKE .embla__button--next,
.cid-uFPkaN3EKE .embla__button--prev {
  display: flex;
}
.cid-uFPkaN3EKE .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #cfae3d !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uFPkaN3EKE .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-uFPkaN3EKE .embla__button.embla__button--prev {
  left: 0;
}
.cid-uFPkaN3EKE .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 768px) {
  .cid-uFPkaN3EKE .embla__button {
    top: 0;
  }
}
.cid-uFPkaN3EKE .embla {
  position: relative;
  width: 100%;
}
.cid-uFPkaN3EKE .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uFPkaN3EKE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFPkaN3EKE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFPkaN3EKE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFPkaN3EKE .mbr-section-title {
  color: #000000;
}
.cid-uFPkaN3EKE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFPkaN3EKE .mbr-text,
.cid-uFPkaN3EKE .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uFPkaN3EKE .item-title {
  color: #000000;
  text-align: center;
}
.cid-uFPkaN3EKE .mbr-section-title,
.cid-uFPkaN3EKE .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uHfplJXkfu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uHfplJXkfu .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHfplJXkfu .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uHfplJXkfu .container {
    padding: 0 26px;
  }
}
.cid-uHfplJXkfu .row {
  justify-content: center;
}
.cid-uHfplJXkfu .content-wrapper {
  padding: 100px 60px;
  background-color: #d5bab6;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uHfplJXkfu .content-wrapper {
    padding: 100px 20px;
  }
}
.cid-uHfplJXkfu .content-wrapper .content-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uHfplJXkfu .content-wrapper .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-uHfplJXkfu .content-wrapper .content-wrap .mbr-section-title {
  margin-top: -50px;
  margin-bottom: 16px;
}
.cid-uHfplJXkfu .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: -56px;
}
.cid-uHfplJXkfu .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHfplJXkfu .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHfplJXkfu .content-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uHfplJXkfu .content-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uHfplJXkfu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 767px) {
  .cid-uHfplJXkfu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHfplJXkfu .embla__slide .slide-content {
  width: 100%;
}
.cid-uHfplJXkfu .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 640px;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uHfplJXkfu .embla__slide .slide-content .item-wrapper .item-img:hover .item-title,
.cid-uHfplJXkfu .embla__slide .slide-content .item-wrapper .item-img:focus .item-title {
  opacity: 1;
  transform: translateY(0);
}
.cid-uHfplJXkfu .embla__slide .slide-content .item-wrapper .item-img:hover:before,
.cid-uHfplJXkfu .embla__slide .slide-content .item-wrapper .item-img:focus:before {
  opacity: 0.5;
}
.cid-uHfplJXkfu .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-uHfplJXkfu .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1);
}
.cid-uHfplJXkfu .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-uHfplJXkfu .embla__slide .slide-content .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uHfplJXkfu .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-uHfplJXkfu .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: #d5bab6;
}
.cid-uHfplJXkfu .embla__button--next,
.cid-uHfplJXkfu .embla__button--prev {
  display: flex;
}
.cid-uHfplJXkfu .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #cfae3d !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uHfplJXkfu .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-uHfplJXkfu .embla__button.embla__button--prev {
  left: 0;
}
.cid-uHfplJXkfu .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 768px) {
  .cid-uHfplJXkfu .embla__button {
    top: 0;
  }
}
.cid-uHfplJXkfu .embla {
  position: relative;
  width: 100%;
}
.cid-uHfplJXkfu .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uHfplJXkfu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHfplJXkfu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHfplJXkfu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHfplJXkfu .mbr-section-title {
  color: #000000;
}
.cid-uHfplJXkfu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHfplJXkfu .mbr-text,
.cid-uHfplJXkfu .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uHfplJXkfu .item-title {
  color: #000000;
  text-align: center;
}
.cid-uHfplJXkfu .mbr-section-title,
.cid-uHfplJXkfu .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uHOvQU4vsG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-uHOvQU4vsG .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHOvQU4vsG .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uHOvQU4vsG .container {
    padding: 0 26px;
  }
}
.cid-uHOvQU4vsG .row {
  justify-content: center;
}
.cid-uHOvQU4vsG .content-wrapper {
  padding: 100px 60px;
  background-color: #d5bab6;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uHOvQU4vsG .content-wrapper {
    padding: 100px 20px;
  }
}
.cid-uHOvQU4vsG .content-wrapper .content-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uHOvQU4vsG .content-wrapper .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-uHOvQU4vsG .content-wrapper .content-wrap .mbr-section-title {
  margin-top: -50px;
  margin-bottom: 16px;
}
.cid-uHOvQU4vsG .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: -56px;
}
.cid-uHOvQU4vsG .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHOvQU4vsG .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHOvQU4vsG .content-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uHOvQU4vsG .content-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uHOvQU4vsG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 767px) {
  .cid-uHOvQU4vsG .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHOvQU4vsG .embla__slide .slide-content {
  width: 100%;
}
.cid-uHOvQU4vsG .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 540px;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uHOvQU4vsG .embla__slide .slide-content .item-wrapper .item-img:hover .item-title,
.cid-uHOvQU4vsG .embla__slide .slide-content .item-wrapper .item-img:focus .item-title {
  opacity: 1;
  transform: translateY(0);
}
.cid-uHOvQU4vsG .embla__slide .slide-content .item-wrapper .item-img:hover:before,
.cid-uHOvQU4vsG .embla__slide .slide-content .item-wrapper .item-img:focus:before {
  opacity: 0.5;
}
.cid-uHOvQU4vsG .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-uHOvQU4vsG .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1);
}
.cid-uHOvQU4vsG .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-uHOvQU4vsG .embla__slide .slide-content .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uHOvQU4vsG .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-uHOvQU4vsG .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: #d5bab6;
}
.cid-uHOvQU4vsG .embla__button--next,
.cid-uHOvQU4vsG .embla__button--prev {
  display: flex;
}
.cid-uHOvQU4vsG .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #cfae3d !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uHOvQU4vsG .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-uHOvQU4vsG .embla__button.embla__button--prev {
  left: 0;
}
.cid-uHOvQU4vsG .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 768px) {
  .cid-uHOvQU4vsG .embla__button {
    top: 0;
  }
}
.cid-uHOvQU4vsG .embla {
  position: relative;
  width: 100%;
}
.cid-uHOvQU4vsG .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uHOvQU4vsG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHOvQU4vsG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHOvQU4vsG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHOvQU4vsG .mbr-section-title {
  color: #000000;
}
.cid-uHOvQU4vsG .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHOvQU4vsG .mbr-text,
.cid-uHOvQU4vsG .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uHOvQU4vsG .item-title {
  color: #000000;
  text-align: center;
}
.cid-uHOvQU4vsG .mbr-section-title,
.cid-uHOvQU4vsG .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uHOw0rtGbW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uHOw0rtGbW .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHOw0rtGbW .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uHOw0rtGbW .container {
    padding: 0 26px;
  }
}
.cid-uHOw0rtGbW .row {
  justify-content: center;
}
.cid-uHOw0rtGbW .content-wrapper {
  padding: 100px 60px;
  background-color: #d5bab6;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uHOw0rtGbW .content-wrapper {
    padding: 100px 20px;
  }
}
.cid-uHOw0rtGbW .content-wrapper .content-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uHOw0rtGbW .content-wrapper .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-uHOw0rtGbW .content-wrapper .content-wrap .mbr-section-title {
  margin-top: -50px;
  margin-bottom: 16px;
}
.cid-uHOw0rtGbW .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: -56px;
}
.cid-uHOw0rtGbW .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHOw0rtGbW .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHOw0rtGbW .content-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uHOw0rtGbW .content-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uHOw0rtGbW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 767px) {
  .cid-uHOw0rtGbW .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHOw0rtGbW .embla__slide .slide-content {
  width: 100%;
}
.cid-uHOw0rtGbW .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 540px;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uHOw0rtGbW .embla__slide .slide-content .item-wrapper .item-img:hover .item-title,
.cid-uHOw0rtGbW .embla__slide .slide-content .item-wrapper .item-img:focus .item-title {
  opacity: 1;
  transform: translateY(0);
}
.cid-uHOw0rtGbW .embla__slide .slide-content .item-wrapper .item-img:hover:before,
.cid-uHOw0rtGbW .embla__slide .slide-content .item-wrapper .item-img:focus:before {
  opacity: 0.5;
}
.cid-uHOw0rtGbW .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-uHOw0rtGbW .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1);
}
.cid-uHOw0rtGbW .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-uHOw0rtGbW .embla__slide .slide-content .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uHOw0rtGbW .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-uHOw0rtGbW .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: #d5bab6;
}
.cid-uHOw0rtGbW .embla__button--next,
.cid-uHOw0rtGbW .embla__button--prev {
  display: flex;
}
.cid-uHOw0rtGbW .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #cfae3d !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uHOw0rtGbW .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-uHOw0rtGbW .embla__button.embla__button--prev {
  left: 0;
}
.cid-uHOw0rtGbW .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 768px) {
  .cid-uHOw0rtGbW .embla__button {
    top: 0;
  }
}
.cid-uHOw0rtGbW .embla {
  position: relative;
  width: 100%;
}
.cid-uHOw0rtGbW .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uHOw0rtGbW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHOw0rtGbW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHOw0rtGbW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHOw0rtGbW .mbr-section-title {
  color: #000000;
}
.cid-uHOw0rtGbW .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHOw0rtGbW .mbr-text,
.cid-uHOw0rtGbW .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uHOw0rtGbW .item-title {
  color: #000000;
  text-align: center;
}
.cid-uHOw0rtGbW .mbr-section-title,
.cid-uHOw0rtGbW .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uHOw3NV1AG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-uHOw3NV1AG .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHOw3NV1AG .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uHOw3NV1AG .container {
    padding: 0 26px;
  }
}
.cid-uHOw3NV1AG .row {
  justify-content: center;
}
.cid-uHOw3NV1AG .content-wrapper {
  padding: 100px 60px;
  background-color: #d5bab6;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uHOw3NV1AG .content-wrapper {
    padding: 100px 20px;
  }
}
.cid-uHOw3NV1AG .content-wrapper .content-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uHOw3NV1AG .content-wrapper .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-uHOw3NV1AG .content-wrapper .content-wrap .mbr-section-title {
  margin-top: -50px;
  margin-bottom: 16px;
}
.cid-uHOw3NV1AG .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: -56px;
}
.cid-uHOw3NV1AG .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHOw3NV1AG .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHOw3NV1AG .content-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uHOw3NV1AG .content-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uHOw3NV1AG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 767px) {
  .cid-uHOw3NV1AG .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHOw3NV1AG .embla__slide .slide-content {
  width: 100%;
}
.cid-uHOw3NV1AG .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 540px;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uHOw3NV1AG .embla__slide .slide-content .item-wrapper .item-img:hover .item-title,
.cid-uHOw3NV1AG .embla__slide .slide-content .item-wrapper .item-img:focus .item-title {
  opacity: 1;
  transform: translateY(0);
}
.cid-uHOw3NV1AG .embla__slide .slide-content .item-wrapper .item-img:hover:before,
.cid-uHOw3NV1AG .embla__slide .slide-content .item-wrapper .item-img:focus:before {
  opacity: 0.5;
}
.cid-uHOw3NV1AG .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-uHOw3NV1AG .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1);
}
.cid-uHOw3NV1AG .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-uHOw3NV1AG .embla__slide .slide-content .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uHOw3NV1AG .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-uHOw3NV1AG .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: #d5bab6;
}
.cid-uHOw3NV1AG .embla__button--next,
.cid-uHOw3NV1AG .embla__button--prev {
  display: flex;
}
.cid-uHOw3NV1AG .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #cfae3d !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uHOw3NV1AG .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-uHOw3NV1AG .embla__button.embla__button--prev {
  left: 0;
}
.cid-uHOw3NV1AG .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 768px) {
  .cid-uHOw3NV1AG .embla__button {
    top: 0;
  }
}
.cid-uHOw3NV1AG .embla {
  position: relative;
  width: 100%;
}
.cid-uHOw3NV1AG .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uHOw3NV1AG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHOw3NV1AG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHOw3NV1AG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHOw3NV1AG .mbr-section-title {
  color: #000000;
}
.cid-uHOw3NV1AG .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHOw3NV1AG .mbr-text,
.cid-uHOw3NV1AG .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uHOw3NV1AG .item-title {
  color: #000000;
  text-align: center;
}
.cid-uHOw3NV1AG .mbr-section-title,
.cid-uHOw3NV1AG .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFPkaNjLWl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9c74f;
}
.cid-uFPkaNjLWl .item:focus,
.cid-uFPkaNjLWl span:focus {
  outline: none;
}
.cid-uFPkaNjLWl .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uFPkaNjLWl .item {
  font-family: "Instrument Serif", sans-serif;
  font-style: italic;
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uFPkaNjLWl .item {
    min-height: 45px;
  }
}
.cid-uHOEzeFwGr {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uHOEzeFwGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHOEzeFwGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHOEzeFwGr .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHOEzeFwGr .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uHOEzeFwGr .container {
    padding: 0 26px;
  }
}
.cid-uHOEzeFwGr .row {
  justify-content: center;
}
.cid-uHOEzeFwGr .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #f7f1e3;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uHOEzeFwGr .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uHOEzeFwGr .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uHOEzeFwGr .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uHOEzeFwGr .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHOEzeFwGr .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uHOEzeFwGr .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uHOEzeFwGr .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uHOEzeFwGr .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uHOEzeFwGr .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHOEzeFwGr .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uHOEzeFwGr .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uHOEzeFwGr .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHOEzeFwGr .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uHOEzeFwGr .mbr-section-title {
  color: #000000;
}
.cid-uHOEzeFwGr .mbr-section-subtitle {
  color: #000000;
}
.cid-uHOEzeFwGr .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uHOEzeFwGr .mbr-section-title,
.cid-uHOEzeFwGr .mbr-section-btn {
  text-align: center;
}
.cid-uHfrAN4ofj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHfrAN4ofj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHfrAN4ofj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHfrAN4ofj .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHfrAN4ofj .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uHfrAN4ofj .container {
    padding: 0 26px;
  }
}
.cid-uHfrAN4ofj .row {
  justify-content: center;
}
.cid-uHfrAN4ofj .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
  margin-bottom: 16px;
}
.cid-uHfrAN4ofj .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uHfrAN4ofj .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-uHfrAN4ofj .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uHfrAN4ofj .mbr-text,
.cid-uHfrAN4ofj .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFPkaNlXCD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uFPkaNlXCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPkaNlXCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFPkaNlXCD .container {
    padding: 0 26px;
  }
}
.cid-uFPkaNlXCD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFPkaNlXCD .item {
    margin-bottom: 20px;
  }
  .cid-uFPkaNlXCD .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uFPkaNlXCD .item:nth-child(2n) .item-wrapper .item-img img {
  transform: rotate(0);
}
.cid-uFPkaNlXCD .item:nth-child(3n) .item-wrapper .item-img img {
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-uFPkaNlXCD .item:nth-child(3n) .item-wrapper .item-img img {
    transform: rotate(0);
  }
}
.cid-uFPkaNlXCD .item .item-wrapper .item-img {
  padding: 0 35px;
}
@media (max-width: 992px) {
  .cid-uFPkaNlXCD .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uFPkaNlXCD .item .item-wrapper .item-img img {
  transform: rotate(-15deg);
  height: 740px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFPkaNlXCD .item .item-wrapper .item-img img {
    transform: rotate(0);
    height: 350px;
  }
}
.cid-uFPkaNOIzs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9f9269;
}
.cid-uFPkaNOIzs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPkaNOIzs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPkaNOIzs .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFPkaNOIzs .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaNOIzs .container {
    padding: 0 26px;
  }
}
.cid-uFPkaNOIzs .row {
  justify-content: center;
}
.cid-uFPkaNOIzs .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uFPkaNOIzs .text-wrapper .mbr-section-btn .btn {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uFPkaNOIzs .text-wrapper .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uFPkaNOIzs .mbr-text,
.cid-uFPkaNOIzs .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFPkaNOIzs .mbr-text,
.cid-uFPkaNOIzs .mbr-section-btn {
  text-align: center;
  color: #fdfbf7;
}
.cid-uFPkaO2xjK {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-uFPkaO2xjK .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFPkaO2xjK .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaO2xjK .container {
    padding: 0 26px;
  }
}
.cid-uFPkaO2xjK .row {
  justify-content: center;
}
.cid-uFPkaO2xjK .content-wrapper {
  padding: 200px 0 200px 60px;
  background-color: #e9e3cc;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFPkaO2xjK .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uFPkaO2xjK .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 45px;
}
@media (max-width: 1440px) {
  .cid-uFPkaO2xjK .content-wrapper .content-wrap {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaO2xjK .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uFPkaO2xjK .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uFPkaO2xjK .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uFPkaO2xjK .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uFPkaO2xjK .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-uFPkaO2xjK .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  padding-top: 20px;
}
.cid-uFPkaO2xjK .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 50px;
  height: 50px;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uFPkaO2xjK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 767px) {
  .cid-uFPkaO2xjK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uFPkaO2xjK .embla__slide .slide-content {
  width: 100%;
}
.cid-uFPkaO2xjK .embla__slide .slide-content .item-wrapper .item-img img {
  height: 700px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFPkaO2xjK .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uFPkaO2xjK .embla__button--next,
.cid-uFPkaO2xjK .embla__button--prev {
  display: flex;
}
.cid-uFPkaO2xjK .embla__button {
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #cfae3d !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-uFPkaO2xjK .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-uFPkaO2xjK .embla__button.embla__button--prev {
  left: 0;
}
.cid-uFPkaO2xjK .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uFPkaO2xjK .embla__button {
    top: 0;
  }
}
.cid-uFPkaO2xjK .embla {
  position: relative;
  width: 55%;
}
@media (max-width: 1440px) {
  .cid-uFPkaO2xjK .embla {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaO2xjK .embla {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uFPkaO2xjK .embla {
    padding-top: 25px;
  }
}
.cid-uFPkaO2xjK .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uFPkaO2xjK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFPkaO2xjK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFPkaO2xjK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFPkaO2xjK .mbr-section-title {
  color: #000000;
}
.cid-uFPkaO2xjK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uFPkaO2xjK .mbr-text {
  color: #000000;
}
.cid-uFPkaO2xjK .icon-wrapper {
  text-align: center;
}
.cid-uFPkaO2xjK .mbr-section-title,
.cid-uFPkaO2xjK .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFPkaO2xjK .mbr-text,
.cid-uFPkaO2xjK .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFPkaO6PeI {
  background-image: url("../../../assets/images/jota-amaro-2722.jpg-2000x1600.jpg?v=1UVhXo");
}
.cid-uFPkaO6PeI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPkaO6PeI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPkaO6PeI .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFPkaO6PeI .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaO6PeI .container {
    padding: 0 26px;
  }
}
.cid-uFPkaOtl9Y {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-uFPkaOtl9Y .mbr-fallback-image.disabled {
  display: none;
  margin-bottom: -300px;
}
.cid-uFPkaOtl9Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  margin-bottom: -300px;
  position: absolute;
  top: 0;
}
.cid-uFPkaOtl9Y .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFPkaOtl9Y .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaOtl9Y .container {
    padding: 0 26px;
  }
}
.cid-uFPkaOtl9Y .row {
  justify-content: center;
}
.cid-uFPkaOtl9Y .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}
@media (max-width: 992px) {
  .cid-uFPkaOtl9Y .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaOtl9Y .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-uFPkaOtl9Y .items-wrapper .item:focus .item-wrapper .item-img img,
.cid-uFPkaOtl9Y .items-wrapper .item:hover .item-wrapper .item-img img {
  transform: scale(1);
}
.cid-uFPkaOtl9Y .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uFPkaOtl9Y .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uFPkaOtl9Y .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uFPkaOtl9Y .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-uFPkaOtl9Y .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 5px;
}
.cid-uFPkaOtl9Y .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
}
.cid-uFPkaOtl9Y .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFPkaOtl9Y .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uFPkaOtl9Y .items-wrapper .item .item-wrapper .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transform: scale(1.15);
  transition: all 0.3s ease-in-out;
}
.cid-uFPkaOtl9Y .mbr-section-btn {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFPkaOtl9Y .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uFPkaOtl9Y .item-title {
  color: #000000;
}
.cid-uFPkaOtl9Y .item-desc {
  color: #000000;
}
.cid-uFPkaOtl9Y .item-title,
.cid-uFPkaOtl9Y .mbr-section-btn {
  color: #000000;
}
.cid-uHONW5bx7u {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHONW5bx7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHONW5bx7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHONW5bx7u .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHONW5bx7u .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uHONW5bx7u .container {
    padding: 0 26px;
  }
}
.cid-uHONW5bx7u .row {
  justify-content: center;
}
.cid-uHONW5bx7u .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
}
.cid-uHONW5bx7u .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uHONW5bx7u .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-uHONW5bx7u .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uHONW5bx7u .mbr-text,
.cid-uHONW5bx7u .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFPkaOnJBU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uFPkaOnJBU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPkaOnJBU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPkaOnJBU .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFPkaOnJBU .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaOnJBU .container {
    padding: 0 26px;
  }
}
.cid-uFPkaOnJBU .row {
  justify-content: center;
}
.cid-uFPkaOnJBU .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-uFPkaOnJBU .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaOnJBU .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-uFPkaOnJBU .items-wrapper .item:focus .item-wrapper .item-img img,
.cid-uFPkaOnJBU .items-wrapper .item:hover .item-wrapper .item-img img {
  transform: scale(1);
}
.cid-uFPkaOnJBU .items-wrapper .item .item-wrapper .item-img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uFPkaOnJBU .items-wrapper .item .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
  transform: scale(1.15);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFPkaOnJBU .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uFPkaOnJBU .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uFPkaOnJBU .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
}
.cid-uFPkaOnJBU .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uFPkaOnJBU .item-title {
  color: #000000;
}
.cid-uFPkaOnJBU .item-price {
  color: #000000;
}
.cid-uFPkaOnJBU .item-text {
  color: #000000;
  text-align: center;
}
.cid-uFPkaOnJBU .item-title,
.cid-uFPkaOnJBU .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uFPkaOyILJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-uFPkaOyILJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPkaOyILJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPkaOyILJ .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFPkaOyILJ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaOyILJ .container {
    padding: 0 26px;
  }
}
.cid-uFPkaOyILJ .row {
  justify-content: center;
}
.cid-uFPkaOyILJ .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 1000px;
  padding: 100px;
}
@media (max-width: 1440px) {
  .cid-uFPkaOyILJ .content-wrapper {
    height: 800px;
    padding: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaOyILJ .content-wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uFPkaOyILJ .content-wrapper {
    height: auto;
  }
}
.cid-uFPkaOyILJ .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uFPkaOyILJ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
  background-color: #9f9269;
  opacity: 0.8;
}
.cid-uFPkaOyILJ .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uFPkaOyILJ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uFPkaOyILJ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFPkaOyILJ .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFPkaOyILJ .mbr-section-title {
  color: #ffffff;
}
.cid-uFPkaOyILJ .mbr-text,
.cid-uFPkaOyILJ .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uFPkaOyILJ .mbr-section-title,
.cid-uFPkaOyILJ .mbr-section-btn {
  color: #FFFFFF;
  text-align: center;
}
.cid-uHU5q7hrsm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fef9ed;
}
.cid-uHU5q7hrsm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHU5q7hrsm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHU5q7hrsm .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHU5q7hrsm .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uHU5q7hrsm .container {
    padding: 0 26px;
  }
}
.cid-uHU5q7hrsm .row {
  justify-content: center;
}
.cid-uHU5q7hrsm .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
  margin-bottom: 16px;
}
.cid-uHU5q7hrsm .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uHU5q7hrsm .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-uHU5q7hrsm .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uHU5q7hrsm .mbr-text,
.cid-uHU5q7hrsm .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uKKx7R6i5L {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKKx7R6i5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKx7R6i5L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKKx7R6i5L .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKKx7R6i5L .container-fluid {
    padding: 0 20px;
  }
}
.cid-uKKx7R6i5L .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKKx7R6i5L .container {
    padding: 0 20px;
  }
}
.cid-uKKx7R6i5L .row {
  justify-content: center;
}
.cid-uKKx7R6i5L .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uKKx7R6i5L .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uKKx7R6i5L .video-block {
    margin-bottom: 30px;
  }
}
.cid-uKKx7R6i5L .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKKx7R6i5L .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uKKx7R6i5L .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #e9e3cc;
  color: #000000;
  text-shadow: none;
}
.cid-uKKx7R6i5L .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKKx7R6i5L .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uKKx7R6i5L .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOZ9GiIFUq {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOZ9GiIFUq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOZ9GiIFUq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOZ9GiIFUq .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uOZ9GiIFUq .container-fluid {
    padding: 0 20px;
  }
}
.cid-uOZ9GiIFUq .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOZ9GiIFUq .container {
    padding: 0 20px;
  }
}
.cid-uOZ9GiIFUq .row {
  justify-content: center;
}
.cid-uOZ9GiIFUq .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uOZ9GiIFUq .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOZ9GiIFUq .video-block {
    margin-bottom: 30px;
  }
}
.cid-uOZ9GiIFUq .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOZ9GiIFUq .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uOZ9GiIFUq .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #e9e3cc;
  color: #000000;
  text-shadow: none;
}
.cid-uOZ9GiIFUq .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOZ9GiIFUq .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uOZ9GiIFUq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFPkaOD5wr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-uFPkaOD5wr .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFPkaOD5wr .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaOD5wr .container {
    padding: 0 26px;
  }
}
.cid-uFPkaOD5wr .row {
  justify-content: center;
}
.cid-uFPkaOD5wr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 49.3%;
  max-width: 49.3%;
}
@media (max-width: 767px) {
  .cid-uFPkaOD5wr .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uFPkaOD5wr .embla__slide .slide-content {
  width: 100%;
}
.cid-uFPkaOD5wr .embla__slide .slide-content .item-wrapper {
  padding: 240px 75px;
  height: 500px;
  display: flex;
  align-items: center;
  background-color: #e9e3cc;
  border-radius: 20px !important;
}
@media (max-width: 768px) {
  .cid-uFPkaOD5wr .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFPkaOD5wr .embla__slide .slide-content .item-wrapper .item-content {
  width: 100%;
}
.cid-uFPkaOD5wr .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uFPkaOD5wr .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 30px;
}
.cid-uFPkaOD5wr .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uFPkaOD5wr .embla__button--next,
.cid-uFPkaOD5wr .embla__button--prev {
  display: flex;
}
.cid-uFPkaOD5wr .embla__button {
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #f94144 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uFPkaOD5wr .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-uFPkaOD5wr .embla__button.embla__button--prev {
  left: -3rem;
}
@media (max-width: 992px) {
  .cid-uFPkaOD5wr .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uFPkaOD5wr .embla__button.embla__button--next {
  right: -3rem;
}
@media (max-width: 992px) {
  .cid-uFPkaOD5wr .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaOD5wr .embla__button {
    top: 0;
  }
}
.cid-uFPkaOD5wr .embla {
  position: relative;
  width: 100%;
}
.cid-uFPkaOD5wr .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uFPkaOD5wr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFPkaOD5wr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFPkaOD5wr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFPkaOD5wr .item-title {
  color: #000000;
}
.cid-uFPkaOD5wr .item-text {
  color: #000000;
  text-align: center;
}
.cid-uFPkaOD5wr .item-name {
  color: #000000;
}
.cid-uHOODLcXdK {
  background-image: url("../../../assets/images/imagem-do-whatsapp-de-2025-04-08-s-17.59.50-e2408894.jpg-1218x1496.jpg?v=1UVhXo");
}
.cid-uHOODLcXdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHOODLcXdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHOODLcXdK .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHOODLcXdK .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uHOODLcXdK .container {
    padding: 0 26px;
  }
}
.cid-uW808rNW4M {
  background-color: #ffffff;
}
.cid-uW808rNW4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW808rNW4M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW808rNW4M .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uW808rNW4M .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uW808rNW4M .container {
    padding: 0 26px;
  }
}
.cid-uW808rNW4M .row {
  justify-content: center;
}
.cid-uW808rNW4M .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
  margin-bottom: 16px;
}
.cid-uW808rNW4M .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uW808rNW4M .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-uW808rNW4M .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uW808rNW4M .mbr-text,
.cid-uW808rNW4M .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFPkaOMWjQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uFPkaOMWjQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPkaOMWjQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPkaOMWjQ .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFPkaOMWjQ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaOMWjQ .container {
    padding: 0 26px;
  }
}
.cid-uFPkaOMWjQ .row {
  justify-content: center;
}
.cid-uFPkaOMWjQ .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #e9e3cc;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uFPkaOMWjQ .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaOMWjQ .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uFPkaOMWjQ .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uFPkaOMWjQ .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uFPkaOMWjQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFPkaOMWjQ .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFPkaOMWjQ .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFPkaOMWjQ .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uFPkaOMWjQ .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uFPkaOMWjQ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uFPkaOMWjQ .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uFPkaOMWjQ .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #f94144;
}
.cid-uFPkaOMWjQ .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFPkaOMWjQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFPkaOMWjQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uFPkaOMWjQ .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uFPkaOMWjQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uFPkaOMWjQ .mbr-link {
  color: #252525;
  text-align: center;
}
.cid-uFPkaOR1HG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uFPkaOR1HG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPkaOR1HG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPkaOR1HG .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFPkaOR1HG .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaOR1HG .container {
    padding: 0 26px;
  }
}
.cid-uFPkaOR1HG .row {
  justify-content: center;
}
.cid-uFPkaOR1HG .google-map iframe {
  border-radius: 20px !important;
  height: 700px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFPkaOR1HG .google-map iframe {
    height: 400px;
  }
}
.cid-uVLpThtkRv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVLpThtkRv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVLpThtkRv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVLpThtkRv .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uVLpThtkRv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uVLpThtkRv .container {
    padding: 0 26px;
  }
}
.cid-uVLpThtkRv .row {
  justify-content: center;
}
.cid-uVLpThtkRv .content-wrapper {
  display: flex;
  padding: 200px 60px;
  background-color: #dcd4cb;
  align-items: center;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-uVLpThtkRv .content-wrapper {
    padding: 100px 20px;
    display: block;
    height: auto;
  }
}
.cid-uVLpThtkRv .content-wrapper .mbr-section-title {
  width: 50%;
  padding-right: 45px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uVLpThtkRv .content-wrapper .mbr-section-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uVLpThtkRv .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-uVLpThtkRv .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uVLpThtkRv .content-wrapper .text-wrapper .text-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uVLpThtkRv .content-wrapper .text-wrapper .text-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uVLpThtkRv .mbr-section-title {
  color: #000000;
}
.cid-uVLpThtkRv .list {
  color: #000000;
}
.cid-uFPkaP5Od1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e9e3cc;
}
.cid-uFPkaP5Od1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPkaP5Od1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPkaP5Od1 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFPkaP5Od1 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaP5Od1 .container {
    padding: 0 26px;
  }
}
.cid-uFPkaP5Od1 .row {
  justify-content: center;
}
.cid-uFPkaP5Od1 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFPkaP5Od1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFPkaP5Od1 .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFPkaP5Od1 .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFPkaP5Od1 .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uFPkaP5Od1 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFPkaP5Od1 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFPkaP5Od1 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFPkaP5Od1 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFPkaP5Od1 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFPkaP5Od1 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFPkaP5Od1 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFPkaP5Od1 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uFPkaP5Od1 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFPkaP5Od1 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uFPkaP5Od1 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uFPkaP5Od1 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uFPkaP5Od1 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uFPkaP5Od1 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uFPkaP5Od1 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFPkaP5Od1 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFPkaP5Od1 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uFPkaP5Od1 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uFPkaP5Od1 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uFPkaP5Od1 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uFPkaP5Od1 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uFPkaP5Od1 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFPkaP5Od1 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uFPkaP5Od1 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFPkaP5Od1 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uFPkaP5Od1 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFPkaP5Od1 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFPkaP5Od1 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uFPkaP5Od1 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uFPkaP5Od1 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uFPkaP5Od1 .mbr-section-title {
  color: #ffffff;
}
.cid-uFPkaP5Od1 .mbr-text {
  color: #ffffff;
}
.cid-uFPkaP5Od1 .list {
  color: #ffffff;
}
.cid-uFPkaP5Od1 .list,
.cid-uFPkaP5Od1 .nav-wrapper,
.cid-uFPkaP5Od1 .social-wrapper {
  text-align: right;
}
.cid-uHTQa3o6mG {
  z-index: 1000;
  width: 100%;
}
.cid-uHTQa3o6mG .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-uHTQa3o6mG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uHTQa3o6mG .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uHTQa3o6mG .navbar-nav {
    max-width: 45%;
  }
}
.cid-uHTQa3o6mG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uHTQa3o6mG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uHTQa3o6mG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uHTQa3o6mG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uHTQa3o6mG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uHTQa3o6mG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uHTQa3o6mG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uHTQa3o6mG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uHTQa3o6mG .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uHTQa3o6mG .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uHTQa3o6mG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uHTQa3o6mG .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-uHTQa3o6mG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uHTQa3o6mG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHTQa3o6mG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHTQa3o6mG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uHTQa3o6mG .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uHTQa3o6mG .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHTQa3o6mG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uHTQa3o6mG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uHTQa3o6mG .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  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);
}
@media (max-width: 992px) {
  .cid-uHTQa3o6mG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHTQa3o6mG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uHTQa3o6mG .iconfont-wrapper {
  color: #cfae3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHTQa3o6mG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uHTQa3o6mG .nav-item:focus,
.cid-uHTQa3o6mG .nav-link:focus {
  outline: none;
}
.cid-uHTQa3o6mG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHTQa3o6mG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHTQa3o6mG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHTQa3o6mG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHTQa3o6mG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHTQa3o6mG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHTQa3o6mG .navbar {
  min-height: 90px;
  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-uHTQa3o6mG .navbar.opened {
  transition: all 0.3s;
}
.cid-uHTQa3o6mG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHTQa3o6mG .navbar .navbar-logo img {
  width: auto;
}
.cid-uHTQa3o6mG .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uHTQa3o6mG .navbar.collapsed {
  justify-content: center;
}
.cid-uHTQa3o6mG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHTQa3o6mG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHTQa3o6mG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uHTQa3o6mG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHTQa3o6mG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHTQa3o6mG .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-uHTQa3o6mG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHTQa3o6mG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHTQa3o6mG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uHTQa3o6mG .navbar {
    min-height: 72px;
  }
  .cid-uHTQa3o6mG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uHTQa3o6mG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHTQa3o6mG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHTQa3o6mG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHTQa3o6mG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHTQa3o6mG .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-uHTQa3o6mG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHTQa3o6mG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uHTQa3o6mG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHTQa3o6mG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHTQa3o6mG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uHTQa3o6mG .dropdown-item.active,
.cid-uHTQa3o6mG .dropdown-item:active {
  background-color: transparent;
}
.cid-uHTQa3o6mG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHTQa3o6mG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHTQa3o6mG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHTQa3o6mG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHTQa3o6mG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uHTQa3o6mG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uHTQa3o6mG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHTQa3o6mG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uHTQa3o6mG .navbar-buttons {
    text-align: left;
  }
}
.cid-uHTQa3o6mG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHTQa3o6mG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHTQa3o6mG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHTQa3o6mG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHTQa3o6mG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHTQa3o6mG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHTQa3o6mG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHTQa3o6mG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHTQa3o6mG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHTQa3o6mG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHTQa3o6mG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uHTQa3o6mG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHTQa3o6mG .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-uHTQa3o6mG .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHTQa3o6mG .navbar {
    height: 70px;
  }
  .cid-uHTQa3o6mG .navbar.opened {
    height: auto;
  }
  .cid-uHTQa3o6mG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHTQa3o6mG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uHTQa3o6mG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uHTQa3o6mG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uHTQa3o6mG .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uHTQa3o6mG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uHTQa3o6mG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uHTQa3o6mG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uHTQa3o6mG .navbar-brand {
    margin-right: auto;
  }
  .cid-uHTQa3o6mG .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);
  }
  .cid-uHTQa3o6mG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uHTQa3o6mG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uHTQa3o6mG .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-uHTQa3o6mG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uHTQa3o6mG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uHTQa3o6mG .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uHTQa3o6mG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uHTQa3o6mG .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-uHTQa3o6mG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uHTQa3o6mG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFPkaP5Od1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e9e3cc;
}
.cid-uFPkaP5Od1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPkaP5Od1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPkaP5Od1 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFPkaP5Od1 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFPkaP5Od1 .container {
    padding: 0 26px;
  }
}
.cid-uFPkaP5Od1 .row {
  justify-content: center;
}
.cid-uFPkaP5Od1 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFPkaP5Od1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFPkaP5Od1 .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFPkaP5Od1 .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFPkaP5Od1 .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uFPkaP5Od1 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFPkaP5Od1 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFPkaP5Od1 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFPkaP5Od1 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFPkaP5Od1 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFPkaP5Od1 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFPkaP5Od1 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFPkaP5Od1 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uFPkaP5Od1 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFPkaP5Od1 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uFPkaP5Od1 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uFPkaP5Od1 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uFPkaP5Od1 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uFPkaP5Od1 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uFPkaP5Od1 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFPkaP5Od1 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFPkaP5Od1 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uFPkaP5Od1 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uFPkaP5Od1 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uFPkaP5Od1 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uFPkaP5Od1 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uFPkaP5Od1 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFPkaP5Od1 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uFPkaP5Od1 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFPkaP5Od1 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uFPkaP5Od1 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFPkaP5Od1 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFPkaP5Od1 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uFPkaP5Od1 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uFPkaP5Od1 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uFPkaP5Od1 .mbr-section-title {
  color: #ffffff;
}
.cid-uFPkaP5Od1 .mbr-text {
  color: #ffffff;
}
.cid-uFPkaP5Od1 .list {
  color: #ffffff;
}
.cid-uFPkaP5Od1 .list,
.cid-uFPkaP5Od1 .nav-wrapper,
.cid-uFPkaP5Od1 .social-wrapper {
  text-align: right;
}
.cid-uI6en7KeEt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uI6en7KeEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI6en7KeEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI6en7KeEt .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uI6en7KeEt .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uI6en7KeEt .container {
    padding: 0 26px;
  }
}
.cid-uI6en7KeEt .row {
  justify-content: center;
}
.cid-uI6en7KeEt .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #baab99;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uI6en7KeEt .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uI6en7KeEt .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uI6en7KeEt .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uI6en7KeEt .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uI6en7KeEt .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uI6en7KeEt .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uI6en7KeEt .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uI6en7KeEt .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uI6en7KeEt .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uI6en7KeEt .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uI6en7KeEt .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uI6en7KeEt .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uI6en7KeEt .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uI6en7KeEt .mbr-section-title {
  color: #ffffff;
}
.cid-uI6en7KeEt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uI6en7KeEt .mbr-desc {
  color: #ffffff;
}
.cid-uI6en7KeEt .mbr-text {
  color: #ffffff;
}
.cid-uI6en7KeEt .mbr-link {
  color: #ffffff;
}
