.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #eceaeb;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 6.4rem;
  line-height: .93;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: .9;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.25rem;
  line-height: 1.05;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.12;
}
.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: 5.12rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.48rem;
    font-size: calc( 2.89rem + (6.4 - 2.89) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( .95 * (2.89rem + (6.4 - 2.89) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( .95 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.05 * (1.4375rem + (2.25 - 1.4375) * ((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.12 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.48rem;
    font-size: calc( 2.89rem + (6.4 - 2.89) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .95 * (2.89rem + (6.4 - 2.89) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .95 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.05 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.12 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #5f4842 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5f4842 !important;
  border-color: #5f4842 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #7d5f57 !important;
  border-color: #7d5f57 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7d5f57 !important;
  border-color: #7d5f57 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #edbfc6 !important;
  border-color: #edbfc6 !important;
  color: #5f1b25 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f8e7e9 !important;
  border-color: #f8e7e9 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #5f1b25 !important;
  background-color: #f8e7e9 !important;
  border-color: #f8e7e9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #5b5b5b !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5b5b5b !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #5f4842;
  color: #5f4842;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  background-color: transparent !important;
  border-color: #2c211e !important;
  background-color: transparent! important;
  color: #2c211e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5f4842 !important;
  border-color: #5f4842 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #edbfc6;
  color: #edbfc6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  background-color: transparent !important;
  border-color: #da7b8a !important;
  background-color: transparent! important;
  color: #da7b8a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #edbfc6 !important;
  border-color: #edbfc6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  background-color: transparent !important;
  border-color: #065e70 !important;
  background-color: transparent! important;
  color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  background-color: transparent !important;
  border-color: #12633e !important;
  background-color: transparent! important;
  color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  background-color: transparent !important;
  border-color: #755800 !important;
  background-color: transparent! important;
  color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  background-color: transparent !important;
  border-color: #641119 !important;
  background-color: transparent! important;
  color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  background-color: transparent !important;
  border-color: #000000 !important;
  background-color: transparent! important;
  color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #f4f4f4;
  color: #f4f4f4;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  background-color: transparent !important;
  border-color: #c9c9c9 !important;
  background-color: transparent! important;
  color: #c9c9c9 !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #757575 !important;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.text-primary {
  color: #5f4842 !important;
}
.text-secondary {
  color: #edbfc6 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #f4f4f4 !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #231a18 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d76f7f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c1c1c1 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #5f4842;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5f4842;
  border-color: #5f4842;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5f4842;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a4857c;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.12;
  font-weight: 400;
  border-radius: 12px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #5f4842 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.12;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #5f4842;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5f4842;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5f4842;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5f4842;
  border-bottom-color: #5f4842;
}
.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: #5f4842 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #edbfc6 !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='%235f4842' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  font-weight: 400;
  padding: 14px 20px;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 8px;
  font-size: inherit;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 12px !important;
}
.little-radius {
  border-radius: 6px !important;
}
.list .item-wrap,
.nav-item .nav-link,
.dropdown-item {
  border-radius: 100px !important;
}
ul.navbar-nav {
  border-radius: 100px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vgAJkjha4T {
  position: relative;
  padding: 4px 0;
  background-color: #f4f4f4;
}
.cid-vgAJkjha4T .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.cid-vgAJkjha4T .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vgAJkjha4T .cont-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #5f4842;
  opacity: 0.8;
  pointer-events: none;
}
.cid-vgAJkjha4T .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: none;
}
.cid-vgAJkjha4T .cont-wrapper {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.cid-vgAJkjha4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAJkjha4T .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 120px 32px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vgAJkjha4T .card-wrapper {
    padding: 80px 24px;
  }
}
.cid-vgAJkjha4T .card-wrapper .mbr-label {
  margin-bottom: 24px;
  pointer-events: visible;
}
.cid-vgAJkjha4T .card-wrapper .mbr-section-title {
  margin-bottom: 24px;
  pointer-events: visible;
}
.cid-vgAJkjha4T .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 24px;
  pointer-events: visible;
}
@media (max-width: 1440px) {
  .cid-vgAJkjha4T .card-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vgAJkjha4T .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgAJkjha4T .card-wrapper .mbr-section-btn {
  pointer-events: visible;
}
.cid-vgAJkjha4T .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgAJkjha4T .mbr-label {
  color: #FFFFFF;
  text-align: center;
}
.cid-vgAJkjha4T .mbr-section-title {
  color: #ffb3c1;
}
.cid-vgAJkjha4T .mbr-text,
.cid-vgAJkjha4T .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-vgAJkjha4T .mbr-section-title,
.cid-vgAJkjha4T .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-vgAJkjoi2h {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgAJkjoi2h .item:focus,
.cid-vgAJkjoi2h span:focus {
  outline: none;
}
.cid-vgAJkjoi2h .card-wrapper {
  padding: 32px 0;
  overflow: hidden;
  background-color: #5f4842;
}
@media (max-width: 992px) {
  .cid-vgAJkjoi2h .card-wrapper {
    padding: 24px 0;
  }
}
.cid-vgAJkjoi2h .content-head {
  max-width: 800px;
}
.cid-vgAJkjoi2h .item {
  color: #ffffff;
}
.cid-vgAJkjcWqi {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgAJkjcWqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAJkjcWqi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAJkjcWqi .card-wrapper {
  background-color: #fee3db;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vgAJkjcWqi .card-wrapper {
    padding: 24px;
  }
}
.cid-vgAJkjcWqi .card-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgAJkjcWqi .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgAJkjcWqi .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgAJkjcWqi .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vgAJkjcWqi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 340px;
  max-width: 340px;
}
@media (max-width: 767px) {
  .cid-vgAJkjcWqi .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vgAJkjcWqi .embla__slide .slide-content {
  width: 100%;
}
.cid-vgAJkjcWqi .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #5f4842;
}
@media (max-width: 992px) {
  .cid-vgAJkjcWqi .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-vgAJkjcWqi .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-vgAJkjcWqi .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  height: 270px;
  width: 270px;
  background-color: #5f4842;
  opacity: 0.5;
  border-radius: 100%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vgAJkjcWqi .embla__slide .slide-content .item-wrapper .item-img::before {
    height: 195px;
    width: 195px;
  }
}
.cid-vgAJkjcWqi .embla__slide .slide-content .item-wrapper .item-img img {
  height: 270px;
  width: 270px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vgAJkjcWqi .embla__slide .slide-content .item-wrapper .item-img img {
    height: 195px;
    width: 195px;
  }
}
.cid-vgAJkjcWqi .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vgAJkjcWqi .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vgAJkjcWqi .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vgAJkjcWqi .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-vgAJkjcWqi .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vgAJkjcWqi .embla__button--next,
.cid-vgAJkjcWqi .embla__button--prev {
  display: flex;
}
.cid-vgAJkjcWqi .embla__button {
  bottom: 0;
  width: 42px;
  height: 42px;
  font-size: 16px;
  background-color: #0027ba !important;
  color: #ffb3c1 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 1;
  display: none;
}
.cid-vgAJkjcWqi .embla__button:hover {
  background-color: #ffb3c1 !important;
  color: #0027ba !important;
}
.cid-vgAJkjcWqi .embla__button:disabled {
  cursor: default;
  display: none;
  background-color: #0027ba !important;
  color: #ffb3c1 !important;
}
.cid-vgAJkjcWqi .embla__button.embla__button--prev {
  left: 8px;
}
.cid-vgAJkjcWqi .embla__button.embla__button--next {
  right: 8px;
}
.cid-vgAJkjcWqi .embla {
  position: relative;
  width: 100%;
}
.cid-vgAJkjcWqi .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgAJkjcWqi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgAJkjcWqi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgAJkjcWqi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgAJkjcWqi .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vgAJkjcWqi .mbr-label {
  color: #512318;
  text-align: center;
}
.cid-vgAJkjcWqi .mbr-section-title,
.cid-vgAJkjcWqi .title-wrap {
  color: #512318;
  text-align: center;
}
.cid-vgAJkjcWqi .item-title {
  color: #0027ba;
  text-align: center;
}
.cid-vgAJkjcWqi .item-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-vgAJkjcWqi .item-title,
.cid-vgAJkjcWqi .mbr-section-btn {
  color: #FFFFFF;
}
.cid-vgAJkjd7Zc {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgAJkjd7Zc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAJkjd7Zc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAJkjd7Zc .card-wrapper {
  background-color: #f2afd4;
  padding: 56px 32px;
}
@media (max-width: 992px) {
  .cid-vgAJkjd7Zc .card-wrapper {
    padding: 24px;
  }
}
.cid-vgAJkjd7Zc .card-wrapper .title-wrapper {
  position: sticky;
  top: 56px;
}
@media (max-width: 992px) {
  .cid-vgAJkjd7Zc .card-wrapper .title-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-vgAJkjd7Zc .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgAJkjd7Zc .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vgAJkjd7Zc .card-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgAJkjd7Zc .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}
.cid-vgAJkjd7Zc .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
.cid-vgAJkjd7Zc .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #ffffff;
  padding: 18px 28px;
  border: 1px solid #5f4842;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: #5f4842;
}
@media (max-width: 992px) {
  .cid-vgAJkjd7Zc .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 20px;
  }
}
.cid-vgAJkjd7Zc .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #512318;
  border: 1px solid #512318;
}
.cid-vgAJkjd7Zc .card-wrapper .card-wrap {
  padding: 40px 32px;
  background-color: #5f4842;
}
@media (max-width: 992px) {
  .cid-vgAJkjd7Zc .card-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-vgAJkjd7Zc .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vgAJkjd7Zc .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-vgAJkjd7Zc .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap img {
  height: 620px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vgAJkjd7Zc .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-vgAJkjd7Zc .card-wrapper .card-wrap .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 20px;
}
.cid-vgAJkjd7Zc .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgAJkjd7Zc .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vgAJkjd7Zc .card-wrapper .card-wrap .tab-content .tab-pane .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-vgAJkjd7Zc .card-wrapper .card-wrap .tab-content .tab-pane .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgAJkjd7Zc .mbr-label {
  color: #512318;
}
.cid-vgAJkjd7Zc .mbr-section-title {
  color: #0027ba;
}
.cid-vgAJkjd7Zc .item-title {
  color: #ffb3c1;
}
.cid-vgAJkjd7Zc .item-text {
  color: #ffb3c1;
}
.cid-vgAJkjd7Zc .mbr-section-title,
.cid-vgAJkjd7Zc .tabs-wrapper {
  color: #512318;
  text-align: center;
}
.cid-vgAJkjd7Zc .item-title,
.cid-vgAJkjd7Zc .mbr-section-btn {
  color: #FFFFFF;
}
.cid-vgAJkjd7Zc .item-text,
.cid-vgAJkjd7Zc .text-wrapper {
  color: #FFFFFF;
}
.cid-vgAJkjez1Y {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgAJkjez1Y .item:focus,
.cid-vgAJkjez1Y span:focus {
  outline: none;
}
.cid-vgAJkjez1Y .item {
  cursor: pointer;
}
.cid-vgAJkjez1Y .grid-container {
  grid-row-gap: 8px;
}
@media (max-width: 767px) {
  .cid-vgAJkjez1Y .grid-container {
    grid-row-gap: 8px;
  }
}
.cid-vgAJkjez1Y .grid-container-1,
.cid-vgAJkjez1Y .grid-container-2 {
  gap: 0 8px;
}
@media (max-width: 767px) {
  .cid-vgAJkjez1Y .grid-container-1,
  .cid-vgAJkjez1Y .grid-container-2 {
    gap: 0 8px;
  }
}
.cid-vgAJkjez1Y .mbr-section-title {
  margin: 40px 0;
  color: #0027ba;
  text-align: center;
}
.cid-vgAJkjez1Y .content-head {
  max-width: 800px;
}
.cid-vgAJkjez1Y .container,
.cid-vgAJkjez1Y .container-fluid {
  overflow: hidden;
}
.cid-vgAJkjez1Y .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vgAJkjez1Y .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vgAJkjez1Y .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vgAJkjez1Y .grid-item img {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vgAJkjez1Y .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vgAJkjez1Y .grid-item img {
    min-width: 35vw;
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-vgAJkjez1Y .grid-item img {
    min-width: 35vw;
    height: 140px;
  }
}
.cid-vgAJkjez1Y .grid-container-1,
.cid-vgAJkjez1Y .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vgAJkjez1Y .grid-container-1 {
  align-items: flex-end;
}
.cid-vgAJkjez1Y .grid-container-2 {
  align-items: flex-start;
}
.cid-vgAJkje623 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgAJkje623 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAJkje623 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAJkje623 .card-wrapper {
  background-color: #fee3db;
  padding: 56px 32px;
}
@media (max-width: 992px) {
  .cid-vgAJkje623 .card-wrapper {
    padding: 24px;
  }
}
.cid-vgAJkje623 .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgAJkje623 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgAJkje623 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgAJkje623 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgAJkje623 .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-vgAJkje623 .card-wrapper .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgAJkje623 .mbr-label {
  color: #512318;
}
.cid-vgAJkje623 .mbr-section-title {
  color: #512318;
}
.cid-vgAJkje623 .mbr-text {
  color: #0027ba;
}
.cid-vgAJkje623 .mbr-text,
.cid-vgAJkje623 .mbr-section-btn {
  color: #512318;
}
.cid-vgAJkjfu2U {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgAJkjfu2U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAJkjfu2U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAJkjfu2U .items-wrapper {
  margin: 0 -4px;
}
.cid-vgAJkjfu2U .item {
  padding: 0 4px;
  margin-top: 8px;
}
.cid-vgAJkjfu2U .item:first-child {
  margin-top: 0;
}
.cid-vgAJkjfu2U .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (max-width: 992px) {
  .cid-vgAJkjfu2U .item .item-wrapper {
    display: block;
  }
}
.cid-vgAJkjfu2U .item .item-wrapper .card-box {
  padding: 40px 32px;
  background-color: #fee3db;
}
@media (max-width: 992px) {
  .cid-vgAJkjfu2U .item .item-wrapper .card-box {
    padding: 24px;
    margin-bottom: 8px;
  }
}
.cid-vgAJkjfu2U .item .item-wrapper .card-box .item-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vgAJkjfu2U .item .item-wrapper .card-box .item-content {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
}
.cid-vgAJkjfu2U .item .item-wrapper .card-box .item-content .iconfont-wrapper .mbr-iconfont {
  font-size: 80px;
  display: inline-flex;
}
.cid-vgAJkjfu2U .item .item-wrapper .card-box .item-content .item-number {
  margin-bottom: 0;
  margin-left: 12px;
}
@media (max-width: 992px) {
  .cid-vgAJkjfu2U .item .item-wrapper .card-box .item-content .item-number {
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.cid-vgAJkjfu2U .item .item-wrapper .card-box .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgAJkjfu2U .item .item-wrapper .card-box .title-wrap .item-title {
    width: 100%;
  }
}
.cid-vgAJkjfu2U .item .item-wrapper .card-box .text-wrapper .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgAJkjfu2U .item .item-wrapper .card-box .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vgAJkjfu2U .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vgAJkjfu2U .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgAJkjfu2U .item .item-wrapper .item-img {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vgAJkjfu2U .item .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-vgAJkjfu2U .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vgAJkjfu2U .item .card_2 {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.cid-vgAJkjfu2U .item-number {
  color: #512318;
}
.cid-vgAJkjfu2U .item-title {
  color: #0027ba;
}
.cid-vgAJkjfu2U .item-text {
  color: #0027ba;
}
.cid-vgAJkjfu2U .card-icon {
  color: #512318;
}
.cid-vgAJkjfu2U .item-title,
.cid-vgAJkjfu2U .mbr-section-btn,
.cid-vgAJkjfu2U .title-wrap {
  color: #512318;
}
.cid-vgAJkjfu2U .item-text,
.cid-vgAJkjfu2U .text-wrapper {
  color: #512318;
}
.cid-vgAJkjkj9k {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgAJkjkj9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAJkjkj9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAJkjkj9k .items-wrapper {
  margin: 0 -4px;
}
.cid-vgAJkjkj9k .item {
  padding: 0 4px;
  margin-top: 8px;
}
.cid-vgAJkjkj9k .item:first-child {
  margin-top: 0;
}
.cid-vgAJkjkj9k .item .item-wrapper {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  gap: 8px;
}
@media (max-width: 992px) {
  .cid-vgAJkjkj9k .item .item-wrapper {
    display: block;
  }
}
.cid-vgAJkjkj9k .item .item-wrapper .price-wrapper {
  padding: 32px;
  background-color: #f2afd4;
}
@media (max-width: 992px) {
  .cid-vgAJkjkj9k .item .item-wrapper .price-wrapper {
    padding: 24px;
  }
}
.cid-vgAJkjkj9k .item .item-wrapper .price-wrapper .item-price {
  margin-bottom: 0;
}
.cid-vgAJkjkj9k .item .item-wrapper .card-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 32px;
  background-color: #fee3db;
}
@media (max-width: 992px) {
  .cid-vgAJkjkj9k .item .item-wrapper .card-box {
    display: block;
    padding: 24px;
  }
}
.cid-vgAJkjkj9k .item .item-wrapper .card-box .title-wrapper .item-label {
  margin-bottom: 12px;
}
.cid-vgAJkjkj9k .item .item-wrapper .card-box .title-wrapper .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgAJkjkj9k .item .item-wrapper .card-box .title-wrapper .title-wrap .item-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vgAJkjkj9k .item .item-wrapper .card-box .text-wrapper .text-wrap .item-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vgAJkjkj9k .item .item-wrapper .card-box .text-wrapper .text-wrap .item-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vgAJkjkj9k .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgAJkjkj9k .item-price {
  color: #512318;
  text-align: center;
}
.cid-vgAJkjkj9k .item-label {
  color: #512318;
}
.cid-vgAJkjkj9k .item-title {
  color: #0027ba;
}
.cid-vgAJkjkj9k .item-text {
  color: #0027ba;
}
.cid-vgAJkjkj9k .item-title,
.cid-vgAJkjkj9k .title-wrap {
  color: #512318;
}
.cid-vgAJkjkj9k .item-text,
.cid-vgAJkjkj9k .text-wrap,
.cid-vgAJkjkj9k .mbr-section-btn {
  color: #512318;
}
.cid-vgAJkjm5Q8 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgAJkjm5Q8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAJkjm5Q8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAJkjm5Q8 .items-wrapper {
  margin: 0 -4px;
}
.cid-vgAJkjm5Q8 .item {
  padding: 0 4px;
  margin-top: 8px;
}
.cid-vgAJkjm5Q8 .item:first-child {
  margin-top: 0;
}
.cid-vgAJkjm5Q8 .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vgAJkjm5Q8 .item:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vgAJkjm5Q8 .item:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vgAJkjm5Q8 .item:nth-child(3) {
    margin-top: 8px;
  }
}
.cid-vgAJkjm5Q8 .item:nth-child(4) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vgAJkjm5Q8 .item:nth-child(4) {
    margin-top: 8px;
  }
}
.cid-vgAJkjm5Q8 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgAJkjm5Q8 .item .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
}
.cid-vgAJkjm5Q8 .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5f4842;
  opacity: 0.5;
  pointer-events: none;
}
.cid-vgAJkjm5Q8 .item .item-wrapper .item-img img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vgAJkjm5Q8 .item .item-wrapper .item-img img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vgAJkjm5Q8 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vgAJkjm5Q8 .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  padding: 32px;
  background-color: #5f4842;
  margin-top: -50px;
}
@media (max-width: 992px) {
  .cid-vgAJkjm5Q8 .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-vgAJkjm5Q8 .item .item-wrapper .card-box .item-name {
  margin-bottom: 4px;
}
.cid-vgAJkjm5Q8 .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vgAJkjm5Q8 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vgAJkjm5Q8 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgAJkjm5Q8 .item-name {
  color: #ffb3c1;
}
.cid-vgAJkjm5Q8 .item-role {
  color: #FFFFFF;
}
.cid-vgAJkjm5Q8 .item-name,
.cid-vgAJkjm5Q8 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-vgAJkjo9ws {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgAJkjo9ws .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAJkjo9ws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAJkjo9ws .items-wrapper {
  margin: 0 -4px;
}
.cid-vgAJkjo9ws .item {
  padding: 0 4px;
  margin-top: 8px;
}
.cid-vgAJkjo9ws .item:first-child {
  margin-top: 0;
}
.cid-vgAJkjo9ws .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vgAJkjo9ws .item:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vgAJkjo9ws .item:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vgAJkjo9ws .item:nth-child(3) {
    margin-top: 8px;
  }
}
.cid-vgAJkjo9ws .item:nth-child(4) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vgAJkjo9ws .item:nth-child(4) {
    margin-top: 8px;
  }
}
.cid-vgAJkjo9ws .item .item-wrapper {
  height: 100%;
  padding: 32px;
  background-color: #5f4842;
}
@media (max-width: 992px) {
  .cid-vgAJkjo9ws .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vgAJkjo9ws .item .item-wrapper .item-date {
  margin-bottom: 6px;
}
.cid-vgAJkjo9ws .item .item-wrapper .item-title {
  margin-bottom: 0;
}
.cid-vgAJkjo9ws .item .item-wrapper .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vgAJkjo9ws .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vgAJkjo9ws .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgAJkjo9ws .item-date {
  color: #FFFFFF;
}
.cid-vgAJkjo9ws .item-title {
  color: #ffb3c1;
}
.cid-vgAJkjo9ws .item-text {
  color: #ffb3c1;
}
.cid-vgAJkjo9ws .item-title,
.cid-vgAJkjo9ws .mbr-section-btn {
  color: #FFFFFF;
}
.cid-vgAJkjp3UR {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgAJkjp3UR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAJkjp3UR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAJkjp3UR .card-wrapper {
  background-color: #f2afd4;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vgAJkjp3UR .card-wrapper {
    padding: 24px;
  }
}
.cid-vgAJkjp3UR .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgAJkjp3UR .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgAJkjp3UR .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgAJkjp3UR .mbr-label {
  color: #512318;
}
.cid-vgAJkjp3UR .mbr-section-title {
  color: #512318;
}
.cid-vgAJkjpxIg {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgAJkjpxIg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAJkjpxIg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAJkjpxIg .card-wrapper {
  background-color: #f2afd4;
  padding: 56px 32px 24px;
}
@media (max-width: 992px) {
  .cid-vgAJkjpxIg .card-wrapper {
    padding: 24px;
  }
}
.cid-vgAJkjpxIg .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgAJkjpxIg .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgAJkjpxIg .card-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-vgAJkjpxIg .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgAJkjpxIg .card-wrapper .items-wrapper {
  margin: 40px -4px 0;
  margin-top: 40px;
}
.cid-vgAJkjpxIg .card-wrapper .items-wrapper .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-vgAJkjpxIg .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgAJkjpxIg .card-wrapper .items-wrapper .item .item-wrapper {
  padding: 40px 32px;
  background-color: #f7c8e1;
  height: 100%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vgAJkjpxIg .card-wrapper .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 24px;
  }
}
.cid-vgAJkjpxIg .card-wrapper .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 20px;
}
.cid-vgAJkjpxIg .card-wrapper .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 0;
}
.cid-vgAJkjpxIg .mbr-label {
  color: #512318;
}
.cid-vgAJkjpxIg .mbr-section-title {
  color: #0027ba;
}
.cid-vgAJkjpxIg .item-number {
  color: #512318;
  text-align: center;
}
.cid-vgAJkjpxIg .item-title {
  color: #512318;
}
.cid-vgAJkjpxIg .main-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vgAJkjpxIg .main-btn {
    text-align: left;
  }
}
.cid-vgAJkjpxIg .mbr-section-title,
.cid-vgAJkjpxIg .main-btn {
  color: #512318;
}
