body {
  font-family: League Spartan;
}
.display-1 {
  font-family: 'League Spartan', sans-serif;
  font-size: 8.75rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 10.9375rem;
}
.display-2 {
  font-family: 'League Spartan', sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'League Spartan', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 7rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.125rem;
    font-size: calc( 3.7124999999999995rem + (8.75 - 3.7124999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (3.7124999999999995rem + (8.75 - 3.7124999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #75083a !important;
}
.bg-success {
  background-color: #a8b289 !important;
}
.bg-info {
  background-color: #fed243 !important;
}
.bg-warning {
  background-color: #504a24 !important;
}
.bg-danger {
  background-color: #ff7f11 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #75083a !important;
  border-color: #75083a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #75083a;
}
.btn-primary:hover .mobi-mbri:after,
.btn-primary:focus .mobi-mbri:after,
.btn-primary.focus .mobi-mbri:after,
.btn-primary.active .mobi-mbri:after {
  display: block;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #240212 !important;
  border-color: #240212 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #550027 !important;
  border-color: #550027 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #550027;
}
.btn-secondary:hover .mobi-mbri:after,
.btn-secondary:focus .mobi-mbri:after,
.btn-secondary.focus .mobi-mbri:after,
.btn-secondary.active .mobi-mbri:after {
  display: block;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fed243 !important;
  border-color: #fed243 !important;
  color: #423200 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fed243;
}
.btn-info:hover .mobi-mbri:after,
.btn-info:focus .mobi-mbri:after,
.btn-info.focus .mobi-mbri:after,
.btn-info.active .mobi-mbri:after {
  display: block;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #423200 !important;
  background-color: #e9b301 !important;
  border-color: #e9b301 !important;
}
.btn-success,
.btn-success:active {
  background-color: #a8b289 !important;
  border-color: #a8b289 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #a8b289;
}
.btn-success:hover .mobi-mbri:after,
.btn-success:focus .mobi-mbri:after,
.btn-success.focus .mobi-mbri:after,
.btn-success.active .mobi-mbri:after {
  display: block;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7e8a5a !important;
  border-color: #7e8a5a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #504a24 !important;
  border-color: #504a24 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #504a24;
}
.btn-warning:hover .mobi-mbri:after,
.btn-warning:focus .mobi-mbri:after,
.btn-warning.focus .mobi-mbri:after,
.btn-warning.active .mobi-mbri:after {
  display: block;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #141309 !important;
  border-color: #141309 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff7f11 !important;
  border-color: #ff7f11 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #ff7f11;
}
.btn-danger:hover .mobi-mbri:after,
.btn-danger:focus .mobi-mbri:after,
.btn-danger.focus .mobi-mbri:after,
.btn-danger.active .mobi-mbri:after {
  display: block;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b95600 !important;
  border-color: #b95600 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fef9ee !important;
  border-color: #fef9ee !important;
  color: #e09e0d !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-white:hover .mobi-mbri:after,
.btn-white:focus .mobi-mbri:after,
.btn-white.focus .mobi-mbri:after,
.btn-white.active .mobi-mbri:after {
  display: block;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #e09e0d !important;
  background-color: #f9dc9c !important;
  border-color: #f9dc9c !important;
}
.btn-black,
.btn-black:active {
  background-color: #1f1d1a !important;
  border-color: #1f1d1a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #1f1d1a;
}
.btn-black:hover .mobi-mbri:after,
.btn-black:focus .mobi-mbri:after,
.btn-black.focus .mobi-mbri:after,
.btn-black.active .mobi-mbri:after {
  display: block;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  background-color: #fef9ee !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  border-color: transparent;
  color: #75083a;
}
.btn-primary-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #75083a !important;
}
.btn-primary-outline:hover .mobi-mbri:after,
.btn-primary-outline:focus .mobi-mbri:after,
.btn-primary-outline.focus .mobi-mbri:after,
.btn-primary-outline.active .mobi-mbri:after {
  display: block;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #75083a !important;
  border-color: #75083a !important;
}
.btn-secondary-outline {
  background-color: #fef9ee !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  border-color: transparent;
  color: #550027;
}
.btn-secondary-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #550027 !important;
}
.btn-secondary-outline:hover .mobi-mbri:after,
.btn-secondary-outline:focus .mobi-mbri:after,
.btn-secondary-outline.focus .mobi-mbri:after,
.btn-secondary-outline.active .mobi-mbri:after {
  display: block;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #550027 !important;
  border-color: #550027 !important;
}
.btn-info-outline {
  background-color: #fef9ee !important;
}
.btn-info-outline,
.btn-info-outline:active {
  border-color: transparent;
  color: #fed243;
}
.btn-info-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #fed243 !important;
}
.btn-info-outline:hover .mobi-mbri:after,
.btn-info-outline:focus .mobi-mbri:after,
.btn-info-outline.focus .mobi-mbri:after,
.btn-info-outline.active .mobi-mbri:after {
  display: block;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #423200 !important;
  background-color: #fed243 !important;
  border-color: #fed243 !important;
}
.btn-success-outline {
  background-color: #fef9ee !important;
}
.btn-success-outline,
.btn-success-outline:active {
  border-color: transparent;
  color: #a8b289;
}
.btn-success-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a8b289 !important;
}
.btn-success-outline:hover .mobi-mbri:after,
.btn-success-outline:focus .mobi-mbri:after,
.btn-success-outline.focus .mobi-mbri:after,
.btn-success-outline.active .mobi-mbri:after {
  display: block;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a8b289 !important;
  border-color: #a8b289 !important;
}
.btn-warning-outline {
  background-color: #fef9ee !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  border-color: transparent;
  color: #504a24;
}
.btn-warning-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #504a24 !important;
}
.btn-warning-outline:hover .mobi-mbri:after,
.btn-warning-outline:focus .mobi-mbri:after,
.btn-warning-outline.focus .mobi-mbri:after,
.btn-warning-outline.active .mobi-mbri:after {
  display: block;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #504a24 !important;
  border-color: #504a24 !important;
}
.btn-danger-outline {
  background-color: #fef9ee !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  border-color: transparent;
  color: #ff7f11;
}
.btn-danger-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff7f11 !important;
}
.btn-danger-outline:hover .mobi-mbri:after,
.btn-danger-outline:focus .mobi-mbri:after,
.btn-danger-outline.focus .mobi-mbri:after,
.btn-danger-outline.active .mobi-mbri:after {
  display: block;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7f11 !important;
  border-color: #ff7f11 !important;
}
.btn-black-outline {
  background-color: #fef9ee !important;
}
.btn-black-outline,
.btn-black-outline:active {
  border-color: transparent;
  color: #1f1d1a;
}
.btn-black-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #1f1d1a !important;
}
.btn-black-outline:hover .mobi-mbri:after,
.btn-black-outline:focus .mobi-mbri:after,
.btn-black-outline.focus .mobi-mbri:after,
.btn-black-outline.active .mobi-mbri:after {
  display: block;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #1f1d1a !important;
  border-color: #1f1d1a !important;
}
.btn-white-outline {
  background-color: #fef9ee !important;
}
.btn-white-outline,
.btn-white-outline:active {
  border-color: transparent;
  color: #fef9ee;
}
.btn-white-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fef9ee !important;
}
.btn-white-outline:hover .mobi-mbri:after,
.btn-white-outline:focus .mobi-mbri:after,
.btn-white-outline.focus .mobi-mbri:after,
.btn-white-outline.active .mobi-mbri:after {
  display: block;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #e09e0d !important;
  background-color: #fef9ee !important;
  border-color: #fef9ee !important;
}
.text-primary {
  color: #75083a !important;
}
.text-secondary {
  color: #550027 !important;
}
.text-success {
  color: #a8b289 !important;
}
.text-info {
  color: #fed243 !important;
}
.text-warning {
  color: #504a24 !important;
}
.text-danger {
  color: #ff7f11 !important;
}
.text-white {
  color: #FEF9EE !important;
}
.text-black {
  color: #1F1D1A !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: #75083a;
}
.nav-tabs .nav-link:not(.active) {
  color: #1F1D1A;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fed243;
}
.alert-warning {
  background-color: #504a24;
}
.alert-danger {
  background-color: #ff7f11;
}
.mbr-gallery-filter li.active .btn {
  background-color: #75083a;
  border-color: #75083a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #75083a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ec1075;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1e4d6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ccc38e;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffeddd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #75083a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #75083a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #75083a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #75083a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #75083a;
  border-bottom-color: #75083a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #75083a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #550027 !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='%2375083a' %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-duration: .2s;
}
a:hover {
  background-image: none !important;
  text-decoration-line: underline;
}
.container {
  max-width: 1322px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 639px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 639px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.row {
  margin-left: -40px;
  margin-right: -40px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .row {
    margin-left: -32px;
    margin-right: -32px;
  }
  .row > [class*="col"] {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 639px) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 40px;
  padding: 9px 24px;
  line-height: 1.55;
  font-weight: 500;
  transition-duration: .2s;
  border-radius: 9999px;
  text-underline-offset: 4px;
  box-shadow: none !important;
  border: none !important;
  overflow: hidden;
}
.mbr-section-btn .btn .mobi-mbri {
  position: relative;
}
.mbr-section-btn .btn:hover {
  text-decoration-line: underline;
}
.mbr-section-btn .btn-white-outline {
  background-color: transparent !important;
}
.mbr-section-btn .btn-white-outline:hover {
  text-decoration-line: none !important;
}
.mbr-section-btn .btn-white-outline .mobi-mbri:after {
  display: none !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
section {
  overflow: hidden;
}
b {
  font-weight: 600 !important;
}
.cid-uDPh06X80i {
  background-color: transparent;
}
.cid-uDPh06X80i .navbar-dropdown {
  background-color: #fef9ee !important;
  padding: 0;
}
.cid-uDPh06X80i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fef9ee !important;
  background: #fef9ee;
}
.cid-uDPh06X80i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDPh06X80i .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDPh06X80i .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDPh06X80i .navbar.opened {
  transition: all 0.3s;
}
.cid-uDPh06X80i .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDPh06X80i .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uDPh06X80i .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDPh06X80i .navbar.collapsed {
  justify-content: center;
}
.cid-uDPh06X80i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDPh06X80i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDPh06X80i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDPh06X80i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDPh06X80i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDPh06X80i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDPh06X80i .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDPh06X80i .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDPh06X80i .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uDPh06X80i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDPh06X80i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDPh06X80i .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDPh06X80i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDPh06X80i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDPh06X80i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDPh06X80i .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDPh06X80i .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDPh06X80i .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDPh06X80i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uDPh06X80i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDPh06X80i .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDPh06X80i .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDPh06X80i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDPh06X80i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDPh06X80i .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDPh06X80i .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uDPh06X80i .menu_box .navbar.opened,
  .cid-uDPh06X80i .menu_box .navbar-collapse {
    background-color: #fef9ee !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDPh06X80i .navbar-dropdown {
  position: relative !important;
}
.cid-uDPh06X80i .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uDPh06X80i .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDPh06X80i .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uDPh06X80i .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uDPh06X80i .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uDPh06X80i .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uDPh06X80i .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uDPh06X80i .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDPh06X80i .nav-item {
    margin: 0 !important;
  }
}
.cid-uDPh06X80i .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uDPh06X80i .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uDPh06X80i .nav-item .nav-link:hover,
.cid-uDPh06X80i .nav-item .nav-link:focus {
  color: #63796a !important;
}
.cid-uDPh06X80i .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDPh06X80i .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDPh06X80i .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDPh06X80i .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDPh06X80i .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uDPh06X80i .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDPh06X80i .offcanvas_box {
    display: none;
  }
}
.cid-uDPh06X80i .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDPh06X80i .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDPh06X80i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDPh06X80i .container {
  display: flex;
  margin: auto;
}
.cid-uDPh06X80i .iconfont-wrapper {
  color: #3f1026;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uDPh06X80i .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDPh06X80i .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uDPh06X80i .navbar-nav {
    margin: 0;
  }
}
.cid-uDPh06X80i .dropdown-menu,
.cid-uDPh06X80i .navbar.opened {
  background-color: false !important;
}
.cid-uDPh06X80i .nav-item:focus,
.cid-uDPh06X80i .nav-link:focus {
  outline: none;
}
.cid-uDPh06X80i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDPh06X80i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDPh06X80i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDPh06X80i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDPh06X80i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDPh06X80i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDPh06X80i .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDPh06X80i .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uDPh06X80i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDPh06X80i .dropdown-item.active,
.cid-uDPh06X80i .dropdown-item:active {
  background-color: transparent;
}
.cid-uDPh06X80i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uDPh06X80i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDPh06X80i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDPh06X80i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDPh06X80i ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDPh06X80i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDPh06X80i button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fef9ee;
  background: #63796a;
}
.cid-uDPh06X80i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uDPh06X80i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDPh06X80i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDPh06X80i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDPh06X80i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDPh06X80i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDPh06X80i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDPh06X80i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDPh06X80i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDPh06X80i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDPh06X80i .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDPh06X80i .navbar {
    height: 70px;
  }
  .cid-uDPh06X80i .navbar.opened {
    height: auto;
  }
  .cid-uDPh06X80i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDPh06X80i .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uDPh06X80i .navbar-caption:hover {
  color: #75083a;
}
@media (min-width: 992px) {
  .cid-uDPh06X80i .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDPh06X80i .text_widget {
  margin-bottom: 32px;
}
.cid-uDPh06X80i .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDPh06X80i .text_widget a:hover,
.cid-uDPh06X80i .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uDPh06X80i .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uDPh06X80i .navbar-caption {
  color: #050f0f;
}
.cid-uDPh06X80i .mbr-section-subtitle,
.cid-uDPh06X80i .text_widget,
.cid-uDPh06X80i .mbr-section-btn {
  text-align: center;
}
.cid-uDPh06X80i a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uDEaFmqw8L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uDEaFmqw8L .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #75083a;
}
.cid-uDEaFmqw8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDEaFmqw8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDEaFmqw8L .content-wrap {
  margin: 0;
}
.cid-uDEaFmqw8L .content-wrap .card {
  padding: 0;
}
.cid-uDEaFmqw8L .content-wrapper {
  padding: 190px 28px 190px 120px;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-uDEaFmqw8L .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uDEaFmqw8L .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uDEaFmqw8L .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uDEaFmqw8L .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uDEaFmqw8L .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uDEaFmqw8L .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uDEaFmqw8L .image-wrapper {
  height: 100%;
}
.cid-uDEaFmqw8L .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDEaFmqw8L .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uDEaFmqw8L .mbr-section-title {
  color: #150764;
}
.cid-uDEaFmqw8L .mbr-text {
  color: #fef9ee;
}
.cid-uDEaFmqw8L .mbr-section-title,
.cid-uDEaFmqw8L .mbr-section-btn {
  color: #3f1026;
}
.cid-uDE8HaHIup {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fef9ee;
}
.cid-uDE8HaHIup .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uDE8HaHIup .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE8HaHIup .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE8HaHIup .content-wrap {
  margin: 0;
}
.cid-uDE8HaHIup .content-wrap .card {
  padding: 0;
}
.cid-uDE8HaHIup .google-map {
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uDE8HaHIup .google-map {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uDE8HaHIup .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDE8HaHIup .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uDE8HaHIup .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uDE8HaHIup .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uDE8HaHIup .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uDE8HaHIup .content-wrapper .title-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uDE8HaHIup .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uDE8HaHIup .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uDE8HaHIup .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uDE8HaHIup .content-wrapper .contacts-wrapper {
  margin-bottom: 40px;
}
.cid-uDE8HaHIup .content-wrapper .contacts-wrapper .mbr-desc {
  margin-bottom: 12px;
}
.cid-uDE8HaHIup .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDE8HaHIup .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uDE8HaHIup .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uDE8HaHIup .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #5e593d;
}
.cid-uDE8HaHIup .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDE8HaHIup .mbr-section-title {
  color: #150764;
}
.cid-uDE8HaHIup .mbr-desc {
  color: #150764;
}
.cid-uDE8HaHIup .item-desc {
  color: #26382b;
}
.cid-uDE8HaHIup .list {
  color: #150764;
}
.cid-uDE8HaHIup .mbr-section-title,
.cid-uDE8HaHIup .mbr-section-btn {
  color: #63796a;
}
.cid-uDE8HaHIup .mbr-desc,
.cid-uDE8HaHIup .desc-wrapper {
  color: #3f1026;
}
.cid-uLcMFRm8VW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/20250730-221259186-ios-1200x1600.jpeg");
}
.cid-uLcMFRm8VW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcMFRm8VW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcMFRm8VW .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uLcMFRm8VW .col-text {
  max-width: 760px;
  width: 100%;
  margin-right: 6rem;
}
@media (max-width: 991px) {
  .cid-uLcMFRm8VW .col-text {
    max-width: 100%;
    margin: 0 !important;
  }
}
.cid-uLcMFRm8VW .card-wrapper {
  width: 100%;
}
.cid-uLcMFRm8VW .card-box {
  width: 100%;
}
.cid-uLcMFRm8VW .card-title-container {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLcMFRm8VW .card-title-container {
    flex-direction: column;
  }
}
.cid-uLcMFRm8VW .card-title-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 96px;
  aspect-ratio: 1;
  padding: 12px;
  border-radius: 12px;
  background-color: #fcf0d5;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uLcMFRm8VW .card-title-logo {
    margin: 0 auto 2rem;
  }
}
.cid-uLcMFRm8VW .navbar-logo img {
  width: auto;
}
.cid-uLcMFRm8VW .card-title-text {
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uLcMFRm8VW .card-title-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uLcMFRm8VW .card-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
}
.cid-uLcMFRm8VW .card-subtitle {
  color: #FCF0D5;
  margin-bottom: 0;
  width: 100%;
}
.cid-uLcMFRm8VW .mbr-text {
  color: #a8b289;
  margin-bottom: 0;
  margin-top: 1.5rem;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uLcMFRm8VW .mbr-text {
    text-align: center !important;
  }
}
.cid-uLcMFRm8VW .mbr-section-btn {
  margin-top: 1.4rem;
}
@media (min-width: 992px) {
  .cid-uLcMFRm8VW .mbr-section-btn {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uLcMFRm8VW .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uLcMFRm8VW .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLcMFRm8VW .col-img {
    display: none !important;
  }
}
.cid-uLcMFRm8VW .image-wrapper {
  width: 224px;
  aspect-ratio: 1;
}
.cid-uLcMFRm8VW .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t9FkMMmfH8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-t9FkMMmfH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9FkMMmfH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9FkMMmfH8 .col-title {
  margin-bottom: 64px;
}
.cid-t9FkMMmfH8 .mbr-section-title {
  color: #75083A;
}
.cid-t9FkMMmfH8 .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1.5rem;
}
.cid-t9FkMMmfH8 .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 991px) {
  .cid-t9FkMMmfH8 .cards-container {
    gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t9FkMMmfH8 .cards-container {
    max-width: 482px;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-t9FkMMmfH8 .image-wrapper {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-t9FkMMmfH8 .image-wrapper {
    justify-content: center;
  }
}
.cid-t9FkMMmfH8 .image-wrapper img {
  width: 100%;
  max-width: 300px;
  height: 300px;
  object-fit: contain;
}
.cid-t9FkMMmfH8 .card-title-container {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .cid-t9FkMMmfH8 .card-title-container {
    justify-content: center;
  }
}
.cid-t9FkMMmfH8 .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 0.75rem;
  font-size: 20px;
  background-color: #75083a;
  color: #ffffff;
  flex-shrink: 0;
}
.cid-t9FkMMmfH8 .card-title {
  color: #26382b;
  margin-bottom: 0;
  flex-grow: 1;
}
.cid-t9FkMMmfH8 .card-text {
  color: #1F1D1A;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-t9FkMMmfH8 .card-text {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-t9FkMMmfH8 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t9FkMMmfH8 .bg-img {
  position: absolute;
  width: 100%;
  background-color: #fef9ee;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}
.cid-t9Fl1qm4By {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/food-629959-1280-1280x893.jpeg");
  position: relative;
  overflow: hidden;
}
.cid-t9Fl1qm4By .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9Fl1qm4By .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9Fl1qm4By .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-t9Fl1qm4By .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-t9Fl1qm4By .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-t9Fl1qm4By .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-t9Fl1qm4By .card-wrapper {
  width: 100%;
}
.cid-t9Fl1qm4By .card-box {
  width: 100%;
}
.cid-t9Fl1qm4By .card-title {
  color: #a8b289;
  margin-bottom: 0;
}
.cid-t9Fl1qm4By .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-t9Fl1qm4By .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-t9Fl1qm4By .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (max-width: 767px) {
  .cid-t9Fl1qm4By .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-t9Fl1qm4By .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-t9Fl1qm4By .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t9Fl1qm4By .bg-img {
  position: absolute;
  width: 100%;
  background-color: #44af69;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-t9Fl1qm4By .bg-img {
    width: 150%;
  }
}
.cid-t9Fl1qm4By .mbr-text,
.cid-t9Fl1qm4By .mbr-section-btn {
  color: #fef9ee;
}
.cid-t9FqYGkKVq {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a8b289;
}
.cid-t9FqYGkKVq .row {
  justify-content: center;
}
.cid-t9FqYGkKVq .col-title {
  margin-bottom: 2.5rem;
}
.cid-t9FqYGkKVq .mbr-section-title {
  color: #fef9ee;
}
.cid-t9FqYGkKVq .mbr-section-subtitle {
  color: #fef9ee;
  margin-top: 1.5rem;
}
.cid-t9FqYGkKVq .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t9FqYGkKVq .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-t9FqYGkKVq .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-t9FqYGkKVq .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 400px;
}
@media (max-width: 639px) {
  .cid-t9FqYGkKVq .card {
    min-height: 276px;
  }
}
.cid-t9FqYGkKVq .card-1 {
  background-color: #63796a;
}
.cid-t9FqYGkKVq .card-2 {
  background-color: #63796a;
}
.cid-t9FqYGkKVq .card-3 {
  background-color: #63796a;
}
.cid-t9FqYGkKVq .card-4 {
  background-color: #63796a;
}
.cid-t9FqYGkKVq .card-5 {
  background-color: #63796a;
}
.cid-t9FqYGkKVq .card-6 {
  background-color: #63796a;
}
.cid-t9FqYGkKVq .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-t9FqYGkKVq .card:hover .card-title {
  text-decoration: underline;
}
.cid-t9FqYGkKVq .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-t9FqYGkKVq .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-t9FqYGkKVq .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-t9FqYGkKVq .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-t9FqYGkKVq .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-t9FqYGkKVq .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #FCF0D5;
  position: relative;
  z-index: 11;
}
.cid-t9FqYGkKVq .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-t9FqYGkKVq .card-title-1 {
  text-align: center;
}
.cid-t9Fl4QH71G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fef9ee;
}
.cid-t9Fl4QH71G .row {
  justify-content: center;
}
.cid-t9Fl4QH71G .col-title {
  margin-bottom: 2.5rem;
}
.cid-t9Fl4QH71G .mbr-section-title {
  color: #63796a;
  text-align: center;
}
.cid-t9Fl4QH71G .mbr-section-subtitle {
  color: #a8b289;
  margin-top: 1rem;
  text-align: center;
}
.cid-t9Fl4QH71G .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t9Fl4QH71G .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-t9Fl4QH71G .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-t9Fl4QH71G .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #75083a;
  min-height: 324px;
}
@media (max-width: 991px) {
  .cid-t9Fl4QH71G .card {
    min-height: 279px;
  }
}
@media (max-width: 639px) {
  .cid-t9Fl4QH71G .card {
    min-height: 207px;
  }
}
.cid-t9Fl4QH71G .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-t9Fl4QH71G .card:hover .card-title {
  text-decoration: underline;
}
.cid-t9Fl4QH71G .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-t9Fl4QH71G .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-t9Fl4QH71G .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-t9Fl4QH71G .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-t9Fl4QH71G .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-t9Fl4QH71G .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-t9Fl4QH71G .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-t9Fl4QH71G .mbr-section-btn {
  margin-top: 30px;
}
.cid-t9Fl4QH71G .card-title-1 {
  color: #44af69;
  text-align: center;
}
.cid-uSDhle2e5G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a8b289;
}
.cid-uSDhle2e5G .row {
  justify-content: center;
}
.cid-uSDhle2e5G .col-title {
  margin-bottom: 2.5rem;
}
.cid-uSDhle2e5G .mbr-section-title {
  color: #fef9ee;
  text-align: center;
}
.cid-uSDhle2e5G .mbr-section-subtitle {
  color: #fef9ee;
  margin-top: 1rem;
  text-align: center;
}
.cid-uSDhle2e5G .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSDhle2e5G .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-uSDhle2e5G .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uSDhle2e5G .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #75083a;
  min-height: 324px;
}
@media (max-width: 991px) {
  .cid-uSDhle2e5G .card {
    min-height: 279px;
  }
}
@media (max-width: 639px) {
  .cid-uSDhle2e5G .card {
    min-height: 207px;
  }
}
.cid-uSDhle2e5G .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uSDhle2e5G .card:hover .card-title {
  text-decoration: underline;
}
.cid-uSDhle2e5G .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-uSDhle2e5G .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-uSDhle2e5G .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-uSDhle2e5G .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-uSDhle2e5G .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-uSDhle2e5G .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-uSDhle2e5G .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-uSDhle2e5G .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSDhle2e5G .card-title-1 {
  color: #44af69;
  text-align: center;
}
.cid-t9FlenThAj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fef9ee;
}
.cid-t9FlenThAj .row {
  justify-content: center;
}
.cid-t9FlenThAj .col-title {
  margin-bottom: 2.5rem;
}
.cid-t9FlenThAj .mbr-section-title {
  color: #336744;
}
.cid-t9FlenThAj .mbr-section-subtitle {
  color: #1f1d1a;
  margin-top: 1rem;
}
.cid-t9FlenThAj .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-t9FlenThAj .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-t9FlenThAj .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-t9FlenThAj .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-t9FlenThAj .card:nth-child(1) .card-box {
  background-color: #90a597;
}
.cid-t9FlenThAj .card:nth-child(2) .card-box {
  background-color: #f9c9c8;
}
.cid-t9FlenThAj .card:nth-child(3) .card-box {
  background-color: #fcf0d5;
}
.cid-t9FlenThAj .card:nth-child(4) .card-box {
  background-color: #ff4545;
}
.cid-t9FlenThAj .card:nth-child(5) .card-box {
  background-color: #ff7f11;
}
.cid-t9FlenThAj .card:nth-child(6) .card-box {
  background-color: #504a24;
}
.cid-t9FlenThAj .card-wrapper {
  height: 100%;
  display: flex;
}
.cid-t9FlenThAj .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-t9FlenThAj .card-box {
    padding: 32px;
  }
}
.cid-t9FlenThAj .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.cid-t9FlenThAj .mbr-iconfont {
  display: block;
  font-size: 15px;
  color: #fed243;
  margin-right: 5px;
}
.cid-t9FlenThAj .card-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-t9FlenThAj .card-title-1 {
  color: #336744;
}
.cid-t9FlenThAj .card-title-2 {
  color: #336744;
}
.cid-t9FlenThAj .card-title-3 {
  color: #336744;
}
.cid-t9FlenThAj .card-title-4 {
  color: #F9C9C8;
}
.cid-t9FlenThAj .card-title-5 {
  color: #FDC99C;
}
.cid-t9FlenThAj .card-title-6 {
  color: #FFEDB4;
}
.cid-t9FlenThAj .card-text {
  width: 100%;
  color: #1f1d1a;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-t9FlenThAj .card-name {
  width: 100%;
  color: #336744;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-uLcJACm0v6 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fef9ee;
}
.cid-uLcJACm0v6 .fb-page,
.cid-uLcJACm0v6 span,
.cid-uLcJACm0v6 iframe {
  width: 500px;
  height: 620px;
}
.cid-uLcJACm0v6 blockquote {
  display: none;
}
.cid-uLcJACm0v6 .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-uLcJACm0v6 .mbr-section-title {
  color: #336744;
}
.cid-t9FlgEZcMf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #a8b289;
}
.cid-t9FlgEZcMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9FlgEZcMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9FlgEZcMf .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t9FlgEZcMf .content-container {
    flex-wrap: wrap;
  }
}
.cid-t9FlgEZcMf .col-text {
  max-width: 700px;
  width: 100%;
  padding-top: 12px;
  margin-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-t9FlgEZcMf .col-text {
    max-width: 500px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t9FlgEZcMf .col-text {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 0 !important;
  }
}
.cid-t9FlgEZcMf .card-wrapper {
  width: 100%;
}
.cid-t9FlgEZcMf .card-box {
  width: 100%;
}
.cid-t9FlgEZcMf .card-title {
  color: #44af69;
  margin-bottom: 4px;
  width: 100%;
}
.cid-t9FlgEZcMf .card-subtitle {
  color: #1F1D1A;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-t9FlgEZcMf .mbr-text {
  color: #1F1D1A;
  margin-bottom: 24px;
  width: 100%;
}
.cid-t9FlgEZcMf .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t9FlgEZcMf .col-img {
    width: 100%;
  }
}
.cid-t9FlgEZcMf .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-t9FlgEZcMf .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-t9FlgEZcMf .image-wrapper {
    width: 250px;
  }
}
.cid-t9FlgEZcMf .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-t9FlgEZcMf .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-t9FlgEZcMf .mbr-iconfont {
  font-size: 48px;
  color: #44af69;
}
.cid-t9Flha7BS6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fef9ee;
}
.cid-t9Flha7BS6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9Flha7BS6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9Flha7BS6 .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-t9Flha7BS6 .content-container {
    flex-wrap: wrap;
  }
}
.cid-t9Flha7BS6 .col-text {
  max-width: 700px;
  width: 100%;
  padding-top: 12px;
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-t9Flha7BS6 .col-text {
    max-width: 500px;
    margin-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t9Flha7BS6 .col-text {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 0 !important;
  }
}
.cid-t9Flha7BS6 .card-wrapper {
  width: 100%;
}
.cid-t9Flha7BS6 .card-box {
  width: 100%;
}
.cid-t9Flha7BS6 .card-title {
  color: #44af69;
  margin-bottom: 4px;
  width: 100%;
}
.cid-t9Flha7BS6 .card-subtitle {
  color: #1F1D1A;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-t9Flha7BS6 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 24px;
  width: 100%;
}
.cid-t9Flha7BS6 .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t9Flha7BS6 .col-img {
    width: 100%;
  }
}
.cid-t9Flha7BS6 .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-t9Flha7BS6 .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-t9Flha7BS6 .image-wrapper {
    width: 250px;
  }
}
.cid-t9Flha7BS6 .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-t9Flha7BS6 .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-t9Flha7BS6 .mbr-iconfont {
  font-size: 48px;
  color: #44af69;
}
.cid-t9Flg6BZuQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #a8b289;
}
.cid-t9Flg6BZuQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9Flg6BZuQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9Flg6BZuQ .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t9Flg6BZuQ .content-container {
    flex-wrap: wrap;
  }
}
.cid-t9Flg6BZuQ .col-text {
  max-width: 700px;
  width: 100%;
  padding-top: 12px;
  margin-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-t9Flg6BZuQ .col-text {
    max-width: 500px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t9Flg6BZuQ .col-text {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 0 !important;
  }
}
.cid-t9Flg6BZuQ .card-wrapper {
  width: 100%;
}
.cid-t9Flg6BZuQ .card-box {
  width: 100%;
}
.cid-t9Flg6BZuQ .card-title {
  color: #44af69;
  margin-bottom: 4px;
  width: 100%;
}
.cid-t9Flg6BZuQ .card-subtitle {
  color: #1F1D1A;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-t9Flg6BZuQ .mbr-text {
  color: #1F1D1A;
  margin-bottom: 24px;
  width: 100%;
}
.cid-t9Flg6BZuQ .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t9Flg6BZuQ .col-img {
    width: 100%;
  }
}
.cid-t9Flg6BZuQ .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-t9Flg6BZuQ .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-t9Flg6BZuQ .image-wrapper {
    width: 250px;
  }
}
.cid-t9Flg6BZuQ .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-t9Flg6BZuQ .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-t9Flg6BZuQ .mbr-iconfont {
  font-size: 48px;
  color: #44af69;
}
.cid-t9FlnlF5Ku {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fef9ee;
  display: flex;
  align-items: center;
}
.cid-t9FlnlF5Ku .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9FlnlF5Ku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9FlnlF5Ku .row {
  justify-content: flex-start;
}
.cid-t9FlnlF5Ku .mbr-section-title {
  color: #1F1D1A;
  margin-bottom: 0;
}
.cid-t9FlnlF5Ku .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-t9FMuXVyk3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f1d1a;
  overflow: hidden;
}
.cid-t9FMuXVyk3 .mbr-text {
  color: #FEF9EE;
}
.cid-uDPh06X80i {
  background-color: transparent;
}
.cid-uDPh06X80i .navbar-dropdown {
  background-color: #fef9ee !important;
  padding: 0;
}
.cid-uDPh06X80i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fef9ee !important;
  background: #fef9ee;
}
.cid-uDPh06X80i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDPh06X80i .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDPh06X80i .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDPh06X80i .navbar.opened {
  transition: all 0.3s;
}
.cid-uDPh06X80i .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDPh06X80i .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uDPh06X80i .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDPh06X80i .navbar.collapsed {
  justify-content: center;
}
.cid-uDPh06X80i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDPh06X80i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDPh06X80i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDPh06X80i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDPh06X80i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDPh06X80i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDPh06X80i .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDPh06X80i .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDPh06X80i .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uDPh06X80i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDPh06X80i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDPh06X80i .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDPh06X80i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDPh06X80i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDPh06X80i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDPh06X80i .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDPh06X80i .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDPh06X80i .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDPh06X80i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uDPh06X80i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDPh06X80i .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDPh06X80i .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDPh06X80i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDPh06X80i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDPh06X80i .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDPh06X80i .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uDPh06X80i .menu_box .navbar.opened,
  .cid-uDPh06X80i .menu_box .navbar-collapse {
    background-color: #fef9ee !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDPh06X80i .navbar-dropdown {
  position: relative !important;
}
.cid-uDPh06X80i .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uDPh06X80i .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDPh06X80i .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uDPh06X80i .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uDPh06X80i .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uDPh06X80i .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uDPh06X80i .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uDPh06X80i .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDPh06X80i .nav-item {
    margin: 0 !important;
  }
}
.cid-uDPh06X80i .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uDPh06X80i .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uDPh06X80i .nav-item .nav-link:hover,
.cid-uDPh06X80i .nav-item .nav-link:focus {
  color: #63796a !important;
}
.cid-uDPh06X80i .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDPh06X80i .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDPh06X80i .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDPh06X80i .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDPh06X80i .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uDPh06X80i .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDPh06X80i .offcanvas_box {
    display: none;
  }
}
.cid-uDPh06X80i .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDPh06X80i .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDPh06X80i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDPh06X80i .container {
  display: flex;
  margin: auto;
}
.cid-uDPh06X80i .iconfont-wrapper {
  color: #3f1026;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uDPh06X80i .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDPh06X80i .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uDPh06X80i .navbar-nav {
    margin: 0;
  }
}
.cid-uDPh06X80i .dropdown-menu,
.cid-uDPh06X80i .navbar.opened {
  background-color: false !important;
}
.cid-uDPh06X80i .nav-item:focus,
.cid-uDPh06X80i .nav-link:focus {
  outline: none;
}
.cid-uDPh06X80i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDPh06X80i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDPh06X80i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDPh06X80i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDPh06X80i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDPh06X80i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDPh06X80i .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDPh06X80i .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uDPh06X80i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDPh06X80i .dropdown-item.active,
.cid-uDPh06X80i .dropdown-item:active {
  background-color: transparent;
}
.cid-uDPh06X80i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uDPh06X80i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDPh06X80i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDPh06X80i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDPh06X80i ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDPh06X80i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDPh06X80i button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fef9ee;
  background: #63796a;
}
.cid-uDPh06X80i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uDPh06X80i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDPh06X80i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDPh06X80i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDPh06X80i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDPh06X80i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDPh06X80i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDPh06X80i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDPh06X80i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDPh06X80i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDPh06X80i .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDPh06X80i .navbar {
    height: 70px;
  }
  .cid-uDPh06X80i .navbar.opened {
    height: auto;
  }
  .cid-uDPh06X80i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDPh06X80i .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uDPh06X80i .navbar-caption:hover {
  color: #75083a;
}
@media (min-width: 992px) {
  .cid-uDPh06X80i .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDPh06X80i .text_widget {
  margin-bottom: 32px;
}
.cid-uDPh06X80i .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDPh06X80i .text_widget a:hover,
.cid-uDPh06X80i .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uDPh06X80i .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uDPh06X80i .navbar-caption {
  color: #050f0f;
}
.cid-uDPh06X80i .mbr-section-subtitle,
.cid-uDPh06X80i .text_widget,
.cid-uDPh06X80i .mbr-section-btn {
  text-align: center;
}
.cid-uDPh06X80i a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uDE8e9fgxJ {
  background-image: url("../../../assets/images/pexels-nathan-cowley-1153369-1920x1173.jpg");
  display: flex;
  align-items: center;
}
.cid-uDE8e9fgxJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE8e9fgxJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE8e9fgxJ .row {
  justify-content: flex-start;
}
.cid-uDE8e9fgxJ .mbr-section-title {
  color: #FEF9EE;
  text-align: left;
}
.cid-uDE8e9fgxJ .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-uDE8e9fgxJ .mbr-text {
  color: #FEF9EE;
}
.cid-uDE8e9fgxJ .mbr-text,
.cid-uDE8e9fgxJ .mbr-section-btn {
  text-align: left;
}
.cid-uDE8e9AfxX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uDE8e9AfxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE8e9AfxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE8e9AfxX .col-title {
  margin-bottom: 64px;
}
.cid-uDE8e9AfxX .mbr-section-title {
  color: #75083A;
}
.cid-uDE8e9AfxX .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1.5rem;
}
.cid-uDE8e9AfxX .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 991px) {
  .cid-uDE8e9AfxX .cards-container {
    gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uDE8e9AfxX .cards-container {
    max-width: 482px;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uDE8e9AfxX .image-wrapper {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uDE8e9AfxX .image-wrapper {
    justify-content: center;
  }
}
.cid-uDE8e9AfxX .image-wrapper img {
  width: 100%;
  max-width: 300px;
  height: 300px;
  object-fit: contain;
}
.cid-uDE8e9AfxX .card-title-container {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .cid-uDE8e9AfxX .card-title-container {
    justify-content: center;
  }
}
.cid-uDE8e9AfxX .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 0.75rem;
  font-size: 20px;
  background-color: #75083a;
  color: #ffffff;
  flex-shrink: 0;
}
.cid-uDE8e9AfxX .card-title {
  color: #44af69;
  margin-bottom: 0;
  flex-grow: 1;
}
.cid-uDE8e9AfxX .card-text {
  color: #1F1D1A;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uDE8e9AfxX .card-text {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uDE8e9AfxX .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uDE8e9AfxX .bg-img {
  position: absolute;
  width: 100%;
  background-color: #fef9ee;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}
.cid-uDE8ea4fYE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bae3c8;
  position: relative;
  overflow: hidden;
}
.cid-uDE8ea4fYE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE8ea4fYE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE8ea4fYE .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-uDE8ea4fYE .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uDE8ea4fYE .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-uDE8ea4fYE .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uDE8ea4fYE .card-wrapper {
  width: 100%;
}
.cid-uDE8ea4fYE .card-box {
  width: 100%;
}
.cid-uDE8ea4fYE .card-title {
  color: #26382B;
  margin-bottom: 0;
}
.cid-uDE8ea4fYE .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-uDE8ea4fYE .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-uDE8ea4fYE .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (max-width: 767px) {
  .cid-uDE8ea4fYE .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-uDE8ea4fYE .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uDE8ea4fYE .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDE8ea4fYE .bg-img {
  position: absolute;
  width: 100%;
  background-color: #44af69;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-uDE8ea4fYE .bg-img {
    width: 150%;
  }
}
.cid-uDE8eardEi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uDE8eardEi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE8eardEi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE8eardEi .row {
  justify-content: center;
}
.cid-uDE8eardEi .col-title {
  margin-bottom: 2.5rem;
}
.cid-uDE8eardEi .mbr-section-title {
  color: #F6B7D2;
}
.cid-uDE8eardEi .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-uDE8eardEi .col-video {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}
.cid-uDE8eardEi .col-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-uDE8eardEi .col-video {
    height: 620px;
  }
}
.cid-uDE8eardEi .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-uDE8eardEi .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-uDE8eardEi .col-video .link {
  margin-right: 1rem;
}
.cid-uDE8eardEi .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.cid-uDE8eardEi .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-uDE8eardEi .mbr-media {
  position: relative;
}
.cid-uDE8eardEi .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uDE8eardEi .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all .3s;
}
.cid-uDE8eardEi .icon-wrap:hover {
  transform: translate(-50%, -50%);
}
.cid-uDE8eardEi .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uDE8eardEi .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uDE8eardEi .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uDE8eardEi .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uDE8eardEi .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uDE8eardEi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uDE8eardEi a:hover {
  text-decoration-line: none !important;
}
.cid-uDE8eb38XP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-uDE8eb38XP .row {
  justify-content: center;
}
.cid-uDE8eb38XP .col-title {
  margin-bottom: 2.5rem;
}
.cid-uDE8eb38XP .mbr-section-title {
  color: #44af69;
  text-align: center;
}
.cid-uDE8eb38XP .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-uDE8eb38XP .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDE8eb38XP .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-uDE8eb38XP .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uDE8eb38XP .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #75083a;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-uDE8eb38XP .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-uDE8eb38XP .card {
    min-height: 276px;
  }
}
.cid-uDE8eb38XP .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uDE8eb38XP .card:hover .card-title {
  text-decoration: underline;
}
.cid-uDE8eb38XP .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-uDE8eb38XP .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-uDE8eb38XP .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-uDE8eb38XP .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-uDE8eb38XP .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-uDE8eb38XP .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-uDE8eb38XP .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-uDE8eb38XP .mbr-section-btn {
  margin-top: 30px;
}
.cid-uDE8eb38XP .card-title-1 {
  color: #44af69;
}
.cid-uDE8ebyC19 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-uDE8ebyC19 .row {
  justify-content: center;
}
.cid-uDE8ebyC19 .col-title {
  margin-bottom: 2.5rem;
}
.cid-uDE8ebyC19 .mbr-section-title {
  color: #44af69;
}
.cid-uDE8ebyC19 .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1.5rem;
}
.cid-uDE8ebyC19 .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDE8ebyC19 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-uDE8ebyC19 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uDE8ebyC19 .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 400px;
}
@media (max-width: 639px) {
  .cid-uDE8ebyC19 .card {
    min-height: 276px;
  }
}
.cid-uDE8ebyC19 .card-1 {
  background-color: #44af69;
}
.cid-uDE8ebyC19 .card-2 {
  background-color: #44af69;
}
.cid-uDE8ebyC19 .card-3 {
  background-color: #44af69;
}
.cid-uDE8ebyC19 .card-4 {
  background-color: #44af69;
}
.cid-uDE8ebyC19 .card-5 {
  background-color: #44af69;
}
.cid-uDE8ebyC19 .card-6 {
  background-color: #44af69;
}
.cid-uDE8ebyC19 .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uDE8ebyC19 .card:hover .card-title {
  text-decoration: underline;
}
.cid-uDE8ebyC19 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-uDE8ebyC19 .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-uDE8ebyC19 .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-uDE8ebyC19 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-uDE8ebyC19 .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-uDE8ebyC19 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #FCF0D5;
  position: relative;
  z-index: 11;
}
.cid-uDE8ebyC19 .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-uDE8ebyC19 .card-title-1 {
  text-align: center;
}
.cid-uDE8ecq94c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fef9ee;
  position: relative;
  overflow: hidden;
}
.cid-uDE8ecq94c .mbr-overlay {
  background-color: #fef9ee;
  opacity: 0.4;
}
.cid-uDE8ecq94c .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uDE8ecq94c .mbr-section-title {
  color: #44af69;
}
.cid-uDE8ecq94c .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-uDE8ecq94c .form-container {
  display: flex;
  width: 100%;
}
.cid-uDE8ecq94c .form-wrap {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uDE8ecq94c form {
  width: 100%;
}
.cid-uDE8ecq94c form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uDE8ecq94c form p {
  color: #1F1D1A;
}
.cid-uDE8ecq94c form .mbr-section-btn {
  margin-top: 0;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-uDE8ecq94c form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-uDE8ecq94c form .form-group {
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
}
.cid-uDE8ecq94c form .form-control {
  height: 42px;
  border: 1px solid #6b7280 !important;
  background: #ffffff;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 24px;
  color: #1F1D1A;
  font-weight: 400;
}
.cid-uDE8ecq94c form .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uDE8ecq94c form .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-uDE8ecq94c form .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uDE8ecq94c form .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-uDE8ecq94c form select {
  color: #bbbbbb !important;
}
.cid-uDE8ecq94c form textarea {
  height: 250px !important;
}
.cid-uDE8ecq94c form input:active,
.cid-uDE8ecq94c form textarea:active,
.cid-uDE8ecq94c form input:focus,
.cid-uDE8ecq94c form textarea:focus {
  background-color: #ffffff !important;
  border-color: #2563eb !important;
  outline: 2px solid #2563eb !important;
  outline-offset: -1px;
}
.cid-uDE8ecq94c form input:active::-webkit-input-placeholder,
.cid-uDE8ecq94c form textarea:active::-webkit-input-placeholder,
.cid-uDE8ecq94c form input:focus::-webkit-input-placeholder,
.cid-uDE8ecq94c form textarea:focus::-webkit-input-placeholder {
  color: #adadad;
}
.cid-uDE8ecq94c form input:active::-moz-placeholder,
.cid-uDE8ecq94c form textarea:active::-moz-placeholder,
.cid-uDE8ecq94c form input:focus::-moz-placeholder,
.cid-uDE8ecq94c form textarea:focus::-moz-placeholder {
  color: #adadad;
}
.cid-uDE8ecq94c form input:active:-moz-placeholder,
.cid-uDE8ecq94c form textarea:active:-moz-placeholder,
.cid-uDE8ecq94c form input:focus:-moz-placeholder,
.cid-uDE8ecq94c form textarea:focus:-moz-placeholder {
  color: #adadad;
}
.cid-uDE8ecq94c form input:active:-ms-input-placeholder,
.cid-uDE8ecq94c form textarea:active:-ms-input-placeholder,
.cid-uDE8ecq94c form input:focus:-ms-input-placeholder,
.cid-uDE8ecq94c form textarea:focus:-ms-input-placeholder {
  color: #adadad;
}
.cid-uDE8ecq94c form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-uDE8ecq94c form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-uDE8ecq94c form label {
  width: 100%;
  color: #1F1D1A;
  margin-bottom: 0.5rem;
}
.cid-uDE8ecq94c form .form-check-input {
  border-color: #6b7280 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uDE8ecq94c form .form-check-input:focus,
.cid-uDE8ecq94c form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #1F1D1A !important;
}
.cid-uDE8ecq94c form .form-check-input:checked {
  border-color: #1F1D1A !important;
  background-color: #1F1D1A !important;
}
.cid-uDE8ecq94c .bg-img {
  position: absolute;
  width: 100%;
  background-color: #bae3c8;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}
.cid-uDE8ecW3Gi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uDE8ecW3Gi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE8ecW3Gi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE8ecW3Gi .col-title {
  margin-bottom: 2.5rem;
}
.cid-uDE8ecW3Gi .mbr-section-title {
  color: #44af69;
}
.cid-uDE8ecW3Gi .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1.5rem;
}
.cid-uDE8ecW3Gi .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-uDE8ecW3Gi .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 96px;
}
.cid-uDE8ecW3Gi .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uDE8ecW3Gi .mbr-section-btn {
  margin-top: 46px;
}
.cid-uDE8ecW3Gi .bg-img {
  position: absolute;
  width: 100%;
  background-color: #bae3c8;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.cid-uDE8edBh1g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fef9ee;
}
.cid-uDE8edBh1g .row {
  justify-content: center;
}
.cid-uDE8edBh1g .col-title {
  margin-bottom: 2.5rem;
}
.cid-uDE8edBh1g .mbr-section-title {
  color: #44af69;
}
.cid-uDE8edBh1g .mbr-section-subtitle {
  color: #1f1d1a;
  margin-top: 1rem;
}
.cid-uDE8edBh1g .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-uDE8edBh1g .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-uDE8edBh1g .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uDE8edBh1g .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-uDE8edBh1g .card:nth-child(1) .card-box {
  background-color: #bae3c8;
}
.cid-uDE8edBh1g .card:nth-child(2) .card-box {
  background-color: #f9c9c8;
}
.cid-uDE8edBh1g .card:nth-child(3) .card-box {
  background-color: #fcf0d5;
}
.cid-uDE8edBh1g .card:nth-child(4) .card-box {
  background-color: #ff4545;
}
.cid-uDE8edBh1g .card:nth-child(5) .card-box {
  background-color: #ff7f11;
}
.cid-uDE8edBh1g .card:nth-child(6) .card-box {
  background-color: #504a24;
}
.cid-uDE8edBh1g .card-wrapper {
  height: 100%;
  display: flex;
}
.cid-uDE8edBh1g .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uDE8edBh1g .card-box {
    padding: 32px;
  }
}
.cid-uDE8edBh1g .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.cid-uDE8edBh1g .mbr-iconfont {
  display: block;
  font-size: 15px;
  color: #fed243;
  margin-right: 5px;
}
.cid-uDE8edBh1g .card-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-uDE8edBh1g .card-title-1 {
  color: #44af69;
}
.cid-uDE8edBh1g .card-title-2 {
  color: #44af69;
}
.cid-uDE8edBh1g .card-title-3 {
  color: #44af69;
}
.cid-uDE8edBh1g .card-title-4 {
  color: #F9C9C8;
}
.cid-uDE8edBh1g .card-title-5 {
  color: #FDC99C;
}
.cid-uDE8edBh1g .card-title-6 {
  color: #FFEDB4;
}
.cid-uDE8edBh1g .card-text {
  width: 100%;
  color: #1f1d1a;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-uDE8edBh1g .card-name {
  width: 100%;
  color: #44af69;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-uDE8eetlcU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #bae3c8;
}
.cid-uDE8eetlcU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE8eetlcU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE8eetlcU .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uDE8eetlcU .content-container {
    flex-wrap: wrap;
  }
}
.cid-uDE8eetlcU .col-text {
  max-width: 700px;
  width: 100%;
  padding-top: 12px;
  margin-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uDE8eetlcU .col-text {
    max-width: 500px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uDE8eetlcU .col-text {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 0 !important;
  }
}
.cid-uDE8eetlcU .card-wrapper {
  width: 100%;
}
.cid-uDE8eetlcU .card-box {
  width: 100%;
}
.cid-uDE8eetlcU .card-title {
  color: #44af69;
  margin-bottom: 4px;
  width: 100%;
}
.cid-uDE8eetlcU .card-subtitle {
  color: #1F1D1A;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-uDE8eetlcU .mbr-text {
  color: #1F1D1A;
  margin-bottom: 24px;
  width: 100%;
}
.cid-uDE8eetlcU .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uDE8eetlcU .col-img {
    width: 100%;
  }
}
.cid-uDE8eetlcU .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-uDE8eetlcU .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-uDE8eetlcU .image-wrapper {
    width: 250px;
  }
}
.cid-uDE8eetlcU .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-uDE8eetlcU .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-uDE8eetlcU .mbr-iconfont {
  font-size: 48px;
  color: #44af69;
}
.cid-uDE8eeZFBE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #bae3c8;
}
.cid-uDE8eeZFBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE8eeZFBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE8eeZFBE .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-uDE8eeZFBE .content-container {
    flex-wrap: wrap;
  }
}
.cid-uDE8eeZFBE .col-text {
  max-width: 700px;
  width: 100%;
  padding-top: 12px;
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uDE8eeZFBE .col-text {
    max-width: 500px;
    margin-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uDE8eeZFBE .col-text {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 0 !important;
  }
}
.cid-uDE8eeZFBE .card-wrapper {
  width: 100%;
}
.cid-uDE8eeZFBE .card-box {
  width: 100%;
}
.cid-uDE8eeZFBE .card-title {
  color: #44af69;
  margin-bottom: 4px;
  width: 100%;
}
.cid-uDE8eeZFBE .card-subtitle {
  color: #1F1D1A;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-uDE8eeZFBE .mbr-text {
  color: #1F1D1A;
  margin-bottom: 24px;
  width: 100%;
}
.cid-uDE8eeZFBE .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uDE8eeZFBE .col-img {
    width: 100%;
  }
}
.cid-uDE8eeZFBE .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-uDE8eeZFBE .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-uDE8eeZFBE .image-wrapper {
    width: 250px;
  }
}
.cid-uDE8eeZFBE .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-uDE8eeZFBE .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-uDE8eeZFBE .mbr-iconfont {
  font-size: 48px;
  color: #44af69;
}
.cid-uDE8efyqPl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bae3c8;
}
.cid-uDE8efyqPl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE8efyqPl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE8efyqPl .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uDE8efyqPl .content-container {
    flex-wrap: wrap;
  }
}
.cid-uDE8efyqPl .col-text {
  max-width: 700px;
  width: 100%;
  padding-top: 12px;
  margin-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uDE8efyqPl .col-text {
    max-width: 500px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uDE8efyqPl .col-text {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 0 !important;
  }
}
.cid-uDE8efyqPl .card-wrapper {
  width: 100%;
}
.cid-uDE8efyqPl .card-box {
  width: 100%;
}
.cid-uDE8efyqPl .card-title {
  color: #44af69;
  margin-bottom: 4px;
  width: 100%;
}
.cid-uDE8efyqPl .card-subtitle {
  color: #1F1D1A;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-uDE8efyqPl .mbr-text {
  color: #1F1D1A;
  margin-bottom: 24px;
  width: 100%;
}
.cid-uDE8efyqPl .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uDE8efyqPl .col-img {
    width: 100%;
  }
}
.cid-uDE8efyqPl .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-uDE8efyqPl .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-uDE8efyqPl .image-wrapper {
    width: 250px;
  }
}
.cid-uDE8efyqPl .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-uDE8efyqPl .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-uDE8efyqPl .mbr-iconfont {
  font-size: 48px;
  color: #44af69;
}
.cid-uDE8eg7CC7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-uDE8eg7CC7 .row {
  justify-content: center;
}
.cid-uDE8eg7CC7 .col-title {
  margin-bottom: 2.5rem;
}
.cid-uDE8eg7CC7 .mbr-section-title {
  color: #44af69;
}
.cid-uDE8eg7CC7 .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-uDE8eg7CC7 .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-uDE8eg7CC7 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-uDE8eg7CC7 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uDE8eg7CC7 .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 372px;
}
@media (max-width: 639px) {
  .cid-uDE8eg7CC7 .card {
    min-height: 276px;
  }
}
.cid-uDE8eg7CC7 .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uDE8eg7CC7 .card:hover .card-title {
  text-decoration: underline;
}
.cid-uDE8eg7CC7 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-uDE8eg7CC7 .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-uDE8eg7CC7 .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-uDE8eg7CC7 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-uDE8eg7CC7 .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-uDE8eg7CC7 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-uDE8eg7CC7 .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-uDE8eg7CC7 .card-title-1 {
  color: #44af69;
}
.cid-uDE8egMqP1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-uDE8egMqP1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDE8egMqP1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDE8egMqP1 .row {
  justify-content: flex-start;
}
.cid-uDE8egMqP1 .mbr-section-title {
  color: #1F1D1A;
  margin-bottom: 0;
}
.cid-uDE8egMqP1 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uDE8ehkNMv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f1d1a;
  overflow: hidden;
}
.cid-uDE8ehkNMv .mbr-text {
  color: #FEF9EE;
}
