body {
  background-color: #f2e6e8;
}
body {
  font-family: Brygada 1918;
}
.display-1 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #f7b538 !important;
}
.bg-success {
  background-color: #27d584 !important;
}
.bg-info {
  background-color: #0dc9ef !important;
}
.bg-warning {
  background-color: #fcbd00 !important;
}
.bg-danger {
  background-color: #d72536 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f7b538 !important;
  border-color: #f7b538 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #d08b08 !important;
  border-color: #d08b08 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d08b08 !important;
  border-color: #d08b08 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c32f27 !important;
  border-color: #c32f27 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7b1e19 !important;
  border-color: #7b1e19 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7b1e19 !important;
  border-color: #7b1e19 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0dc9ef !important;
  border-color: #0dc9ef !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #09849d !important;
  border-color: #09849d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #09849d !important;
  border-color: #09849d !important;
}
.btn-success,
.btn-success:active {
  background-color: #27d584 !important;
  border-color: #27d584 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1a8c57 !important;
  border-color: #1a8c57 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a8c57 !important;
  border-color: #1a8c57 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fcbd00 !important;
  border-color: #fcbd00 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a57c00 !important;
  border-color: #a57c00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a57c00 !important;
  border-color: #a57c00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d72536 !important;
  border-color: #d72536 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8d1823 !important;
  border-color: #8d1823 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8d1823 !important;
  border-color: #8d1823 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7b538;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d08b08 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f7b538 !important;
  border-color: #f7b538 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c32f27;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7b1e19 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c32f27 !important;
  border-color: #c32f27 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0dc9ef;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #09849d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0dc9ef !important;
  border-color: #0dc9ef !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #27d584;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1a8c57 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #27d584 !important;
  border-color: #27d584 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fcbd00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a57c00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fcbd00 !important;
  border-color: #fcbd00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d72536;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8d1823 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d72536 !important;
  border-color: #d72536 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f7b538 !important;
}
.text-secondary {
  color: #c32f27 !important;
}
.text-success {
  color: #27d584 !important;
}
.text-info {
  color: #0dc9ef !important;
}
.text-warning {
  color: #fcbd00 !important;
}
.text-danger {
  color: #d72536 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c18108 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6e1b16 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #177f4f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #08788e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #967100 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #801620 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f7b538;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0dc9ef;
}
.alert-warning {
  background-color: #fcbd00;
}
.alert-danger {
  background-color: #d72536;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f7b538;
  border-color: #f7b538;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f7b538;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffefc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d1f7e5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ccf4fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff2c9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f7d1d5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #f7b538 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #f7b538;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f7b538;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f7b538;
}
.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: #f7b538;
  border-bottom-color: #f7b538;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f7b538 !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: #c32f27 !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='%23f7b538' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  max-height: 57px;
  padding: 12px 36px 12px;
  transition: all .3s ease;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 1px solid #f7b538;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  box-shadow: inset 0 -100px 0 0 #f7b538 !important;
  color: #0dc9ef !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 1px solid #c32f27;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  box-shadow: inset 0 -100px 0 0 #c32f27 !important;
  color: #f7b538 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 1px solid #27d584;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  box-shadow: inset 0 -100px 0 0 #27d584 !important;
  color: #f7b538 !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 1px solid #0dc9ef;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  box-shadow: inset 0 -100px 0 0 #0dc9ef !important;
  color: #f7b538 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 1px solid #fcbd00;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  box-shadow: inset 0 -100px 0 0 #fcbd00 !important;
  color: #0dc9ef !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 1px solid #d72536;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  box-shadow: inset 0 -100px 0 0 #d72536 !important;
  color: #f7b538 !important;
}
.cid-v982I7VLnF .navbar-dropdown {
  background-color: #f2e6e8 !important;
  padding: 0;
}
.cid-v982I7VLnF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f2e6e8 !important;
  background: #f2e6e8;
}
.cid-v982I7VLnF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v982I7VLnF .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v982I7VLnF .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v982I7VLnF .menu_box .navbar.opened,
  .cid-v982I7VLnF .menu_box .navbar-collapse {
    background-color: #f2e6e8 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v982I7VLnF .navbar-dropdown {
  position: relative !important;
}
.cid-v982I7VLnF .btn {
  min-height: auto;
}
@media (min-width: 992px) {
  .cid-v982I7VLnF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v982I7VLnF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v982I7VLnF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v982I7VLnF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v982I7VLnF li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v982I7VLnF .lg_brand {
    margin: 0 1rem;
  }
  .cid-v982I7VLnF .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-v982I7VLnF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v982I7VLnF .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v982I7VLnF .nav-item {
    margin: 0 !important;
  }
}
.cid-v982I7VLnF .nav-item .nav-link {
  position: relative;
}
.cid-v982I7VLnF .nav-item .nav-link:hover::before,
.cid-v982I7VLnF .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v982I7VLnF .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}
.cid-v982I7VLnF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v982I7VLnF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v982I7VLnF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v982I7VLnF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v982I7VLnF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-v982I7VLnF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v982I7VLnF .offcanvas_box {
    display: none;
  }
}
.cid-v982I7VLnF .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v982I7VLnF .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v982I7VLnF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.5rem;
}
.cid-v982I7VLnF .container {
  display: flex;
  margin: auto;
}
.cid-v982I7VLnF .iconfont-wrapper {
  color: #f4efe8;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v982I7VLnF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v982I7VLnF .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-v982I7VLnF .navbar-caption {
  color: #000000;
}
.cid-v982I7VLnF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v982I7VLnF .navbar-nav {
    margin: 0;
  }
}
.cid-v982I7VLnF .dropdown-menu,
.cid-v982I7VLnF .navbar.opened {
  background-color: false !important;
}
.cid-v982I7VLnF .nav-item:focus,
.cid-v982I7VLnF .nav-link:focus {
  outline: none;
}
.cid-v982I7VLnF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v982I7VLnF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v982I7VLnF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v982I7VLnF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v982I7VLnF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v982I7VLnF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v982I7VLnF .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v982I7VLnF .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v982I7VLnF .navbar.opened {
  transition: all 0.3s;
}
.cid-v982I7VLnF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v982I7VLnF .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-v982I7VLnF .navbar .navbar-collapse {
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.cid-v982I7VLnF .navbar.collapsed {
  justify-content: center;
}
.cid-v982I7VLnF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v982I7VLnF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v982I7VLnF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v982I7VLnF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v982I7VLnF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v982I7VLnF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v982I7VLnF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v982I7VLnF .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-v982I7VLnF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v982I7VLnF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v982I7VLnF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v982I7VLnF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v982I7VLnF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v982I7VLnF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v982I7VLnF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v982I7VLnF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v982I7VLnF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v982I7VLnF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v982I7VLnF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v982I7VLnF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v982I7VLnF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v982I7VLnF .navbar.navbar-short {
  min-height: 60px;
}
.cid-v982I7VLnF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v982I7VLnF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v982I7VLnF .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-v982I7VLnF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v982I7VLnF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v982I7VLnF .dropdown-item.active,
.cid-v982I7VLnF .dropdown-item:active {
  background-color: transparent;
}
.cid-v982I7VLnF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v982I7VLnF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v982I7VLnF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v982I7VLnF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v982I7VLnF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v982I7VLnF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v982I7VLnF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f2e6e8;
  background: #f2e6e8;
}
.cid-v982I7VLnF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v982I7VLnF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v982I7VLnF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v982I7VLnF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v982I7VLnF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v982I7VLnF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v982I7VLnF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v982I7VLnF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v982I7VLnF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v982I7VLnF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v982I7VLnF .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-v982I7VLnF .navbar {
    height: 70px;
  }
  .cid-v982I7VLnF .navbar.opened {
    height: auto;
  }
  .cid-v982I7VLnF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v982I7VLnF .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v982I7VLnF .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-v982I7VLnF .mbr-section-btn-main .btn {
  width: fit-content;
  white-space: nowrap;
}
.cid-v982I7VLnF .icons-menu-main {
  display: flex;
}
.cid-v982I7VLnF .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-v982I7VLnF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v982I7VLnF .mbr-section-subtitle {
  color: #f4efe8;
}
.cid-v982I7VLnF .mbr-text {
  color: #f4efe8;
  text-align: left;
}
.cid-v982I7VLnF .text_widget {
  color: #f4efe8;
}
.cid-v982I7VLnF .mbr-section-subtitle,
.cid-v982I7VLnF .text_widget {
  text-align: left;
}
.cid-v982I7VLnF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v982I7VLnF .nav-link,
.cid-v982I7VLnF .dropdown-item {
  color: #000000;
}
.cid-v982I8d6AK {
  overflow: hidden;
  background-color: transparent;
}
.cid-v982I8d6AK .row {
  position: relative;
}
.cid-v982I8d6AK .row .blur-circle {
  position: absolute;
  top: 30%;
  left: 28%;
  width: 700px;
  height: 700px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ad3c3c 50%, #ffe76a);
  filter: blur(64px) blur(64px);
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-v982I8d6AK .row .blur-circle {
    display: none;
  }
}
.cid-v982I8d6AK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I8d6AK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I8d6AK .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I8d6AK .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I8d6AK .row {
    padding: 0 24px;
  }
}
.cid-v982I8d6AK .title-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v982I8d6AK .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v982I8d6AK .text-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 80px;
}
.cid-v982I8d6AK .text-wrapper .mbr-text {
  letter-spacing: 0.5em;
  margin-bottom: 0;
  display: inline-flex;
  transform: rotate(90deg);
}
.cid-v982I8d6AK .text-wrapper .mbr-text span {
  margin-left: 21px;
  line-height: 0.7;
}
.cid-v982I8d6AK .mbr-section-title {
  color: #111111;
}
.cid-v982I8d6AK .mbr-text,
.cid-v982I8d6AK .mbr-iconfont {
  color: #111111;
}
.cid-v982I8d6AK .mbr-section-title,
.cid-v982I8d6AK .mbr-section-btn {
  color: #000000;
}
.cid-v982I8jpmp {
  background-color: transparent;
}
.cid-v982I8jpmp .blur-wrapper {
  position: relative;
}
.cid-v982I8jpmp .blur-wrapper .blur-circle {
  position: absolute;
  top: 0;
  left: 32%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ad3c3c 50%, #ffe76a);
  filter: blur(30px) blur(30px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-v982I8jpmp .blur-wrapper .blur-circle {
    display: none;
  }
}
.cid-v982I8jpmp .blur-wrapper .blur-text {
  position: relative;
  padding: 150px 0;
  z-index: 1;
}
.cid-v982I8jpmp .blur-wrapper .blur-text .mbr-blur-title {
  margin-bottom: 20px;
}
.cid-v982I8jpmp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I8jpmp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I8jpmp .container-fluid {
  padding: 0;
}
.cid-v982I8jpmp .row {
  padding: 0;
}
.cid-v982I8jpmp .mbr-blur-title {
  color: #111111;
  text-align: center;
}
.cid-v982I8jpmp .mbr-blur-title,
.cid-v982I8jpmp .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v982I8k61N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #552521;
}
.cid-v982I8k61N .row {
  position: relative;
}
.cid-v982I8k61N .row .blur-circle {
  position: absolute;
  top: 0;
  right: 35%;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ad3c3c 50%, #ffe76a);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-v982I8k61N .row .blur-circle {
    display: none;
  }
}
.cid-v982I8k61N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I8k61N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I8k61N .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I8k61N .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I8k61N .row {
    padding: 0 24px;
  }
}
.cid-v982I8k61N .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v982I8k61N .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v982I8k61N .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v982I8k61N .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v982I8k61N .item {
  margin-bottom: 64px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v982I8k61N .item {
    margin-bottom: 32px;
  }
}
.cid-v982I8k61N .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v982I8k61N .item .item-wrapper img {
  width: 156px;
  height: 172px;
  object-fit: cover;
  border-radius: 100% 100% 16px 16px;
  margin: 0 auto 16px;
  border: 2px solid #ffffff;
}
.cid-v982I8k61N .item .item-wrapper .item-text .mbr-name {
  margin-bottom: 0;
}
.cid-v982I8k61N .item .item-wrapper .item-text .mbr-desc {
  margin-bottom: 0;
}
.cid-v982I8k61N .item .item-wrapper .item-text .mbr-iconfont {
  display: block;
  margin-top: 24px;
  font-size: 24px;
}
.cid-v982I8k61N .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-v982I8k61N .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-v982I8k61N .mbr-name,
.cid-v982I8k61N .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-v982I8k61N .mbr-desc {
  color: #FFFFFF;
  text-align: center;
}
.cid-v982I8ocaR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v982I8ocaR .blur-wrapper {
  position: relative;
}
.cid-v982I8ocaR .blur-wrapper .blur-circle {
  position: absolute;
  top: 0;
  left: 32%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ad3c3c 50%, #ffe76a);
  filter: blur(30px) blur(30px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-v982I8ocaR .blur-wrapper .blur-circle {
    display: none;
  }
}
.cid-v982I8ocaR .blur-wrapper .blur-text {
  position: relative;
  padding: 150px 0;
  z-index: 1;
}
.cid-v982I8ocaR .blur-wrapper .blur-text .mbr-blur-title {
  margin-bottom: 0;
}
.cid-v982I8ocaR .blur-wrapper .blur-text .mbr-blur-text {
  margin: 0;
}
.cid-v982I8ocaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I8ocaR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I8ocaR .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I8ocaR .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I8ocaR .row {
    padding: 0 24px;
  }
}
.cid-v982I8ocaR .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-v982I8ocaR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v982I8ocaR .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v982I8ocaR .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v982I8ocaR .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v982I8ocaR .mbr-section-title {
  color: #000000;
}
.cid-v982I8ocaR .mbr-blur-title {
  color: #000000;
  text-align: center;
}
.cid-v982I8ocaR .mbr-blur-text {
  color: #000000;
  text-align: center;
}
.cid-v982I8ocaR .mbr-text,
.cid-v982I8ocaR .text-wrapper {
  color: #000000;
  text-align: right;
}
.cid-v982I8v26x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v982I8v26x .row {
  position: relative;
}
.cid-v982I8v26x .row .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ad3c3c 50%, #ffe76a);
  filter: blur(32px) blur(32px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-v982I8v26x .row .blur-circle {
    display: none;
  }
}
.cid-v982I8v26x .row {
  justify-content: center;
}
.cid-v982I8v26x .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I8v26x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I8v26x .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I8v26x .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I8v26x .row {
    padding: 0 24px;
  }
}
.cid-v982I8v26x .mbr-desc {
  position: relative;
  z-index: 2;
  margin-bottom: 36px;
  color: #000000;
  text-align: center;
}
.cid-v982I8v26x .card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 32px;
  margin-bottom: 32px;
}
.cid-v982I8v26x .card img {
  width: 120px;
  max-height: 120px;
  object-fit: cover;
}
.cid-v982I8yOZW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v982I8yOZW .row {
  position: relative;
}
.cid-v982I8yOZW .row .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ad3c3c 50%, #ffe76a);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-v982I8yOZW .row .blur-circle {
    display: none;
  }
}
.cid-v982I8yOZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I8yOZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I8yOZW .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I8yOZW .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I8yOZW .row {
    padding: 0 24px;
  }
}
.cid-v982I8yOZW .title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.cid-v982I8yOZW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v982I8yOZW .tab-content {
  position: relative;
  z-index: 2;
}
.cid-v982I8yOZW .tab-content .card {
  border: none;
  padding: 38px 0 26px;
  border-bottom: 2px solid #111111;
  border-radius: 0;
}
.cid-v982I8yOZW .tab-content .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-v982I8yOZW .tab-content .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v982I8yOZW .tab-content .card .card-header .panel-title:focus .mbr-iconfont {
  opacity: 0.7;
}
.cid-v982I8yOZW .tab-content .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 10px;
}
.cid-v982I8yOZW .tab-content .card .card-header .panel-title .mbr-iconfont {
  transition: all 0.3s ease;
}
.cid-v982I8yOZW .tab-content .card .panel-collapse .panel-body .panel-text {
  margin: 0;
}
.cid-v982I8yOZW .mbr-section-title {
  color: #000000;
}
.cid-v982I8yOZW .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-v982I8yOZW .panel-title-edit,
.cid-v982I8yOZW .mbr-iconfont {
  color: #000000;
}
.cid-v982I8yOZW .panel-text {
  color: #000000;
}
.cid-v982I8ASOn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #552521;
}
.cid-v982I8ASOn .row {
  position: relative;
}
.cid-v982I8ASOn .row .blur-circle {
  position: absolute;
  top: 0;
  left: 3rem;
  width: 430px;
  height: 410px;
  border-radius: 100%;
  background-image: linear-gradient(110deg, #ad3c3c 30%, #ffe76a);
  filter: blur(64px) blur(64px);
  left: auto;
  right: 3rem;
}
@media (max-width: 992px) {
  .cid-v982I8ASOn .row .blur-circle {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .cid-v982I8ASOn .row .blur-circle {
    display: none;
  }
}
.cid-v982I8ASOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I8ASOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I8ASOn .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I8ASOn .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I8ASOn .row {
    padding: 0 24px;
  }
}
.cid-v982I8ASOn .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v982I8ASOn .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v982I8ASOn .title-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .cid-v982I8ASOn .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v982I8ASOn .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v982I8ASOn .title-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v982I8ASOn .title-wrapper .mbr-section-btn .btn {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-v982I8ASOn .title-wrapper .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-v982I8ASOn .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-right: 64px;
  margin-right: 0;
  margin-left: 64px;
}
@media (max-width: 992px) {
  .cid-v982I8ASOn .icon-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v982I8ASOn .icon-wrapper {
    margin-right: 0;
    margin-bottom: 96px;
    text-align: center;
  }
}
.cid-v982I8ASOn .icon-wrapper .mbr-iconfont {
  display: block;
  color: #ffffff;
  font-size: 350px;
  transform: rotate(-10deg);
}
@media (max-width: 992px) {
  .cid-v982I8ASOn .icon-wrapper .mbr-iconfont {
    font-size: 250px;
  }
}
@media (max-width: 768px) {
  .cid-v982I8ASOn .icon-wrapper .mbr-iconfont {
    font-size: 150px;
  }
}
.cid-v982I8ASOn .mbr-section-title {
  color: #f4efe8;
}
.cid-v982I8ASOn .mbr-text {
  color: #FFFFFF;
}
.cid-v982I8ASOn .mbr-section-title,
.cid-v982I8ASOn .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v982I8Equz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v982I8Equz .row {
  position: relative;
}
.cid-v982I8Equz .row .blur-circle {
  position: absolute;
  top: 0;
  left: 10%;
  width: 30%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ad3c3c 50%, #ffe76a);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-v982I8Equz .row .blur-circle {
    display: none;
  }
}
.cid-v982I8Equz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I8Equz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I8Equz .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I8Equz .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I8Equz .row {
    padding: 0 24px;
  }
}
.cid-v982I8Equz .title {
  display: flex;
  align-items: center;
}
.cid-v982I8Equz .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-v982I8Equz .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v982I8Equz .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v982I8Equz .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v982I8Equz .image-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-v982I8Equz .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v982I8Equz .image-wrapper img {
  max-height: 500px;
  width: 70%;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .cid-v982I8Equz .image-wrapper img {
    width: 100%;
  }
}
.cid-v982I8Equz .mbr-section-title {
  color: #000000;
}
.cid-v982I8Equz .mbr-text {
  color: #000000;
}
.cid-v982I8GDPS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v982I8GDPS .row {
  position: relative;
}
.cid-v982I8GDPS .row .blur-circle {
  position: absolute;
  top: 25%;
  left: 34%;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ad3c3c 50%, #ffe76a);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-v982I8GDPS .row .blur-circle {
    display: none;
  }
}
.cid-v982I8GDPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I8GDPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I8GDPS .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I8GDPS .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I8GDPS .row {
    padding: 0 24px;
  }
}
.cid-v982I8GDPS .row {
  justify-content: center;
}
.cid-v982I8GDPS .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v982I8GDPS .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v982I8GDPS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v982I8GDPS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v982I8GDPS .card {
  position: relative;
  z-index: 1;
  padding: 64px;
  border-radius: 0;
}
.cid-v982I8GDPS .card .mbr-card-title {
  margin-bottom: 30px;
}
.cid-v982I8GDPS .card .mbr-card-text {
  margin-bottom: 10px;
}
@media (max-width: 568px) {
  .cid-v982I8GDPS .card {
    padding: 32px;
  }
}
.cid-v982I8GDPS .card.first {
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  border-bottom-right-radius: 16px;
}
.cid-v982I8GDPS .card.last {
  border-left: 2px solid #000000;
  border-top: 2px solid #000000;
  border-top-left-radius: 16px;
}
.cid-v982I8GDPS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v982I8GDPS .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v982I8GDPS .mbr-card-title {
  color: #111111;
}
.cid-v982I8GDPS .mbr-card-text {
  color: #000000;
}
.cid-v982I8GDPS .mbr-card-title,
.cid-v982I8GDPS .mbr-section-btn {
  color: #000000;
}
.cid-v982I8KIIb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v982I8KIIb .row {
  position: relative;
}
.cid-v982I8KIIb .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ad3c3c 50%, #ffe76a);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-v982I8KIIb .row .blur-circle {
    display: none;
  }
}
.cid-v982I8KIIb .row {
  justify-content: center;
}
.cid-v982I8KIIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I8KIIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I8KIIb .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I8KIIb .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I8KIIb .row {
    padding: 0 24px;
  }
}
.cid-v982I8KIIb .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-v982I8KIIb .title-wrapper {
    margin-bottom: 112px;
  }
}
@media (max-width: 768px) {
  .cid-v982I8KIIb .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v982I8KIIb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v982I8KIIb .item:hover .item-wrapper .item-text span {
  height: 100%;
  opacity: 1;
  transition: all 0.2s ease;
}
.cid-v982I8KIIb .item {
  margin-bottom: 48px;
  z-index: 1;
}
.cid-v982I8KIIb .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 385px;
  overflow: visible;
  margin: 0 8px;
}
@media (max-width: 1200px) {
  .cid-v982I8KIIb .item .item-wrapper {
    margin: 0;
  }
}
.cid-v982I8KIIb .item .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.cid-v982I8KIIb .item .item-wrapper .item-sticker {
  position: absolute;
  top: -5rem;
  right: -3rem;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  background-color: #ad3c3c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotate(-20deg);
  z-index: 11;
}
@media (max-width: 768px) {
  .cid-v982I8KIIb .item .item-wrapper .item-sticker {
    display: none;
  }
}
.cid-v982I8KIIb .item .item-wrapper .item-sticker .mbr-text {
  margin-bottom: 0;
}
.cid-v982I8KIIb .item .item-wrapper .item-sticker:before {
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  background-color: transparent;
  border: 3px solid #000000;
  pointer-events: none;
}
.cid-v982I8KIIb .item .item-wrapper .item-text {
  background-image: linear-gradient(0deg, #552521 60%, transparent);
  z-index: 1;
  padding: 32px;
  border-radius: 16px;
}
.cid-v982I8KIIb .item .item-wrapper .item-text span {
  font-size: 32px;
  margin-bottom: 0;
  height: 0;
  opacity: 0;
  transition: all 0.2s ease;
}
.cid-v982I8KIIb .item .item-wrapper .item-text .mbr-card-title {
  margin: 16px 0 0 0;
}
@media (max-width: 768px) {
  .cid-v982I8KIIb .item .item-wrapper .item-text .mbr-card-title {
    margin: 12px 0 0 0;
  }
}
.cid-v982I8KIIb .item .item-wrapper .item-text .mbr-card-text {
  margin: 12px 0 0 0;
}
@media (max-width: 768px) {
  .cid-v982I8KIIb .item .item-wrapper .item-text .mbr-card-text {
    margin: 10px 0 0 0;
  }
}
.cid-v982I8KIIb .mbr-section-title {
  color: #000000;
}
.cid-v982I8KIIb .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-v982I8KIIb .mbr-card-title,
.cid-v982I8KIIb .mbr-iconfont {
  color: #FFFFFF;
  text-align: left;
}
.cid-v982I8KIIb .mbr-card-text {
  color: #FFFFFF;
}
.cid-v982I8S6Cr {
  background-color: transparent;
}
.cid-v982I8S6Cr .row {
  position: relative;
}
.cid-v982I8S6Cr .row .blur-circle {
  position: absolute;
  top: 0;
  left: 28%;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ad3c3c 50%, #ffe76a);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-v982I8S6Cr .row .blur-circle {
    display: none;
  }
}
.cid-v982I8S6Cr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I8S6Cr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I8S6Cr .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I8S6Cr .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I8S6Cr .row {
    padding: 0 24px;
  }
}
.cid-v982I8S6Cr .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v982I8S6Cr .text-wrapper .mbr-section-title {
  margin: 40px 0;
  transform: rotate(-5deg);
}
.cid-v982I8S6Cr .text-wrapper .mbr-date {
  margin: 0 auto;
  width: 80%;
}
.cid-v982I8S6Cr .text-wrapper .mbr-loc {
  margin: 0 auto 32px;
  width: 80%;
}
.cid-v982I8S6Cr .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-v982I8S6Cr .text-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-v982I8S6Cr .text-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v982I8S6Cr .mbr-section-title {
  color: #111111;
}
.cid-v982I8S6Cr .mbr-text,
.cid-v982I8S6Cr .mbr-iconfont {
  color: #111111;
  text-align: center;
}
.cid-v982I8S6Cr .mbr-date {
  color: #000000;
}
.cid-v982I8S6Cr .mbr-loc {
  color: #111111;
  text-align: right;
}
.cid-v982I8S6Cr .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v982I8S6Cr .mbr-section-title,
.cid-v982I8S6Cr .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v982I8S6Cr .mbr-text {
  color: #000000;
}
.cid-v982I8WF0A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v982I8WF0A .row {
  position: relative;
}
.cid-v982I8WF0A .row .blur-circle {
  position: absolute;
  top: 25%;
  left: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ad3c3c 50%, #ffe76a);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-v982I8WF0A .row .blur-circle {
    display: none;
  }
}
.cid-v982I8WF0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I8WF0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I8WF0A .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I8WF0A .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I8WF0A .row {
    padding: 0 24px;
  }
}
.cid-v982I8WF0A .row {
  justify-content: center;
}
.cid-v982I8WF0A .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v982I8WF0A .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v982I8WF0A .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v982I8WF0A .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v982I8WF0A .item {
  position: relative;
  z-index: 1;
  min-height: 172px;
  padding: 0 8px;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}
.cid-v982I8WF0A .item:hover {
  opacity: 0.5;
}
.cid-v982I8WF0A .item .item-wrapper {
  height: 100%;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 2px solid #000000;
}
.cid-v982I8WF0A .item .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-v982I8WF0A .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v982I8WF0A .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v982I8WF0A .mbr-card-title {
  color: #111111;
}
.cid-v982I8WF0A .mbr-card-title,
.cid-v982I8WF0A .mbr-section-btn {
  color: #000000;
}
.cid-v982I8Yt04 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v982I8Yt04 .row {
  position: relative;
}
.cid-v982I8Yt04 .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ad3c3c 50%, #ffe76a);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-v982I8Yt04 .row .blur-circle {
    display: none;
  }
}
.cid-v982I8Yt04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I8Yt04 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I8Yt04 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I8Yt04 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I8Yt04 .row {
    padding: 0 24px;
  }
}
.cid-v982I8Yt04 .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-v982I8Yt04 .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-v982I8Yt04 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v982I8Yt04 .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v982I8Yt04 .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-v982I8Yt04 .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-v982I8Yt04 .mbr-section-title {
  color: #000000;
}
.cid-v982I8Yt04 .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-v982I90SG3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #552521;
}
.cid-v982I90SG3 .row {
  position: relative;
}
.cid-v982I90SG3 .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 75%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ad3c3c 50%, #ffe76a);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-v982I90SG3 .row .blur-circle {
    display: none;
  }
}
.cid-v982I90SG3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I90SG3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I90SG3 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I90SG3 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I90SG3 .row {
    padding: 0 24px;
  }
}
.cid-v982I90SG3 .title {
  display: flex;
  align-items: center;
}
.cid-v982I90SG3 .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-v982I90SG3 .title-wrapper {
    margin-bottom: 65px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-v982I90SG3 .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-v982I90SG3 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v982I90SG3 .title-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .cid-v982I90SG3 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v982I90SG3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v982I90SG3 .cards-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v982I90SG3 .cards-wrapper {
    display: block;
  }
}
.cid-v982I90SG3 .row.cards {
  padding: 0 16px;
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 220px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-v982I90SG3 .row.cards {
    margin: 0 auto;
  }
}
.cid-v982I90SG3 .row.cards .card {
  padding: 0;
  margin-bottom: 32px;
  min-height: 200px;
  position: relative;
  width: 100%;
}
.cid-v982I90SG3 .row.cards .card::before {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: -1rem;
  width: 100%;
  height: 102%;
  border-radius: 8px;
  border: 4px solid #000000;
  background-color: transparent;
  pointer-events: none;
}
.cid-v982I90SG3 .row.cards .card .card-wrapper {
  background-color: #f2e6e8;
  padding: 48px 32px 32px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .cid-v982I90SG3 .row.cards .card .card-wrapper {
    padding: 36px 28px;
  }
}
.cid-v982I90SG3 .row.cards .card .card-wrapper .icon-wrapper {
  position: relative;
}
.cid-v982I90SG3 .row.cards .card .card-wrapper .icon-wrapper::before {
  content: '';
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #ffe76a;
}
.cid-v982I90SG3 .row.cards .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: block;
  position: relative;
  font-size: 48px;
  margin: -3rem 0 24px -10px;
}
.cid-v982I90SG3 .row.cards .card .card-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-v982I90SG3 .mbr-section-title {
  color: #FFFFFF;
}
.cid-v982I90SG3 .mbr-text {
  color: #FFFFFF;
}
.cid-v982I90SG3 .mbr-card-title,
.cid-v982I90SG3 .mbr-iconfont {
  color: #111111;
}
.cid-v982I90SG3 .mbr-card-title,
.cid-v982I90SG3 .mbr-iconfont,
.cid-v982I90SG3 .icon-wrapper {
  color: #000000;
}
.cid-v982I95HQG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #552521;
}
.cid-v982I95HQG .row {
  position: relative;
}
.cid-v982I95HQG .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ad3c3c 50%, #ffe76a);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-v982I95HQG .row .blur-circle {
    display: none;
  }
}
.cid-v982I95HQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I95HQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I95HQG .row {
  justify-content: center;
}
.cid-v982I95HQG .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I95HQG .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I95HQG .row {
    padding: 0 24px;
  }
}
.cid-v982I95HQG .image-card {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v982I95HQG .image-card {
    padding: 0 12px;
    margin-bottom: 3rem;
  }
}
.cid-v982I95HQG .text-card {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-v982I95HQG .text-card {
    padding: 0 12px;
  }
}
.cid-v982I95HQG .row.row-wrapper {
  padding: 64px;
  background-color: #f2e6e8;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.cid-v982I95HQG .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #f2e6e8;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-v982I95HQG .row.row-wrapper {
    padding: 32px;
  }
}
.cid-v982I95HQG .row.row-wrapper .image-wrapper img {
  max-height: 300px;
  object-fit: cover;
  border-radius: 8px;
}
.cid-v982I95HQG .row.row-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-v982I95HQG .row.row-wrapper .text-wrapper {
    margin-bottom: 42px;
  }
}
.cid-v982I95HQG .row.row-wrapper .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v982I95HQG .row.row-wrapper .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.cid-v982I95HQG .row.row-wrapper .text-wrapper .link-wrapper:hover {
  opacity: 0.5;
}
.cid-v982I95HQG .row.row-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-v982I95HQG .row.row-wrapper .text-wrapper .mbr-text {
  margin: 30px 0 20px 0;
}
.cid-v982I95HQG .mbr-section-title {
  color: #000000;
}
.cid-v982I95HQG .mbr-link {
  color: #000000;
}
.cid-v982I95HQG .mbr-text {
  color: #000000;
}
.cid-v982I996G1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #552521;
}
.cid-v982I996G1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I996G1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I996G1 .row {
  justify-content: center;
}
.cid-v982I996G1 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I996G1 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I996G1 .row {
    padding: 0 24px;
  }
}
.cid-v982I996G1 .title-wrapper {
  margin-bottom: 32px;
}
.cid-v982I996G1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v982I996G1 .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v982I996G1 .video-block {
    margin-bottom: 24px;
  }
}
.cid-v982I996G1 .mbr-figure__img {
  object-fit: cover;
}
.cid-v982I996G1 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-v982I9bZSn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: transparent;
  position: relative;
}
.cid-v982I9bZSn .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ad3c3c 50%, #ffe76a);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-v982I9bZSn .blur-circle {
    display: none;
  }
}
.cid-v982I9bZSn .item:focus,
.cid-v982I9bZSn span:focus {
  outline: none;
}
.cid-v982I9bZSn .item {
  cursor: pointer;
}
.cid-v982I9bZSn .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-v982I9bZSn .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-v982I9bZSn .grid-container-1,
.cid-v982I9bZSn .grid-container-2,
.cid-v982I9bZSn .grid-container-3 {
  gap: 0 2rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v982I9bZSn .grid-container-1,
  .cid-v982I9bZSn .grid-container-2,
  .cid-v982I9bZSn .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-v982I9bZSn .mbr-section-title {
  color: #000000;
}
.cid-v982I9bZSn .mbr-text,
.cid-v982I9bZSn .mbr-section-btn {
  color: #000000;
}
.cid-v982I9bZSn .content-head {
  max-width: 800px;
}
.cid-v982I9bZSn .container,
.cid-v982I9bZSn .container-fluid {
  overflow: hidden;
  z-index: 2;
}
.cid-v982I9bZSn .grid-container {
  position: relative;
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v982I9bZSn .grid-item {
  position: relative;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v982I9bZSn .grid-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-image: linear-gradient(0deg, #552521, transparent);
  pointer-events: none;
}
.cid-v982I9bZSn .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .cid-v982I9bZSn .grid-item img {
    min-width: 35vw;
  }
}
.cid-v982I9bZSn .grid-item,
.cid-v982I9bZSn img {
  width: 100%;
  height: 100%;
}
.cid-v982I9bZSn .grid-container-1,
.cid-v982I9bZSn .grid-container-2,
.cid-v982I9bZSn .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v982I9bZSn .grid-container-1 {
  align-items: flex-end;
}
.cid-v982I9bZSn .grid-container-2 {
  align-items: flex-start;
}
.cid-v982I9eb3k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v982I9eb3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I9eb3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I9eb3k .embla__slide {
  background-image: linear-gradient(0deg, #552521, transparent);
  position: relative;
  min-width: 420px;
  max-width: 420px;
  min-height: 300px;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-v982I9eb3k .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v982I9eb3k .embla__slide .slide-content {
  width: 100%;
  height: 100%;
}
.cid-v982I9eb3k .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  z-index: 1;
  height: 100%;
}
.cid-v982I9eb3k .embla__slide .slide-content .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.65;
  border-radius: 16px;
  z-index: -1;
}
.cid-v982I9eb3k .embla__slide .slide-content .item-wrapper .mbr-desc {
  position: relative;
  padding: 0 5px;
  margin: 0 0 0 0;
  z-index: 10;
}
.cid-v982I9eb3k .embla__button--next,
.cid-v982I9eb3k .embla__button--prev {
  display: flex;
}
.cid-v982I9eb3k .embla__button {
  top: -3rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #f7b538;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-v982I9eb3k .embla__button {
    display: none;
  }
}
.cid-v982I9eb3k .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v982I9eb3k .embla__button:hover {
  background: #f7b538;
  color: #f7b538;
  opacity: 0.7;
}
.cid-v982I9eb3k .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v982I9eb3k .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v982I9eb3k .embla__button {
    top: auto;
    bottom: -4rem;
  }
}
.cid-v982I9eb3k .embla {
  position: relative;
  width: 100%;
}
.cid-v982I9eb3k .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v982I9eb3k .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v982I9eb3k .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v982I9eb3k .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v982I9eb3k .mbr-desc {
  color: #FFFFFF;
  text-align: right;
}
.cid-v982I9hShy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v982I9hShy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I9hShy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I9hShy .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I9hShy .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I9hShy .row {
    padding: 0 24px;
  }
}
.cid-v982I9hShy .title-wrapper {
  margin-bottom: 20px;
}
.cid-v982I9hShy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v982I9hShy .b-circle_1:before {
  content: '';
  position: absolute;
  display: block;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  border: 3px solid #000000;
  background-color: transparent;
  top: 0;
  right: 21%;
}
.cid-v982I9hShy .b-circle_2:before {
  content: '';
  position: absolute;
  display: block;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  border: 3px solid #000000;
  background-color: transparent;
  top: 0;
  right: 46%;
}
.cid-v982I9hShy .b-circle_3:before {
  content: '';
  position: absolute;
  display: block;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  border: 3px solid #000000;
  background-color: transparent;
  top: 0;
  left: 19%;
}
@media (max-width: 768px) {
  .cid-v982I9hShy .blur-wrapper {
    display: none;
  }
}
.cid-v982I9hShy .blur-circle {
  height: 100px;
  margin-bottom: 48px;
  position: relative;
}
.cid-v982I9hShy .blur-circle .circle {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  filter: blur(5px) blur(5px);
  z-index: 1;
}
.cid-v982I9hShy .blur-circle .circle_1 {
  background-image: linear-gradient(50deg, #ad3c3c 20%, #ffe76a);
  top: 0;
  right: 20%;
}
.cid-v982I9hShy .blur-circle .circle_2 {
  background-image: linear-gradient(130deg, #ad3c3c 35%, #ffe76a);
  top: 0;
  right: 45%;
}
.cid-v982I9hShy .blur-circle .circle_3 {
  background-image: linear-gradient(130deg, #fc6351 35%, #ffe76a);
  top: 0;
  left: 20%;
}
.cid-v982I9hShy .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-v982I9hShy .text-wrapper .mbr-text {
    text-align: left;
    width: 100%;
  }
}
.cid-v982I9hShy .mbr-section-title {
  color: #000000;
}
.cid-v982I9hShy .mbr-text,
.cid-v982I9hShy .text-wrapper {
  color: #000000;
  text-align: right;
}
.cid-v982I9k5Nw {
  background-image: url("../../../assets/images/photo-1703758787941-eb070211bd29.jpeg");
}
.cid-v982I9k5Nw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I9k5Nw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I9l4nN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v982I9l4nN .row {
  position: relative;
}
.cid-v982I9l4nN .row .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ad3c3c 50%, #ffe76a);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-v982I9l4nN .row .blur-circle {
    display: none;
  }
}
.cid-v982I9l4nN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I9l4nN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I9l4nN .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I9l4nN .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I9l4nN .row {
    padding: 0 24px;
  }
}
.cid-v982I9l4nN .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v982I9l4nN .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v982I9l4nN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v982I9l4nN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v982I9l4nN .nav.nav-tabs {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 10px;
  border: 2px solid #000000;
  border-radius: 8px;
  margin-bottom: 64px;
  justify-content: center;
}
.cid-v982I9l4nN .nav.nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border-radius: 4px;
  padding: 6px 25px 6px;
  color: #000000;
  border: none;
}
.cid-v982I9l4nN .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #000000;
  color: #f2e6e8;
  border: none;
}
.cid-v982I9l4nN .tab-content {
  position: relative;
  z-index: 1;
}
.cid-v982I9l4nN .tab-content .tab-pane .text-wrapper .list-text {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px dashed #000000;
}
.cid-v982I9l4nN .tab-content .tab-pane .text-wrapper .list-text .mbr-time {
  margin: 0;
}
.cid-v982I9l4nN .tab-content .tab-pane .text-wrapper .list-text .mbr-desc {
  margin: 0;
}
.cid-v982I9l4nN .tab-content .tab-pane .text-wrapper .list {
  padding: 18px 0 18px 40px;
  margin: 0;
  border-bottom: 1px dashed #000000;
  list-style-position: inside;
}
@media (max-width: 768px) {
  .cid-v982I9l4nN .tab-content .tab-pane .text-wrapper .list {
    padding-left: 0;
  }
}
.cid-v982I9l4nN .tab-content .tab-pane .text-wrapper .mbr-tabs-text {
  padding: 18px 0 18px 40px;
  margin: 0;
  border-bottom: 1px dashed #000000;
}
@media (max-width: 768px) {
  .cid-v982I9l4nN .tab-content .tab-pane .text-wrapper .mbr-tabs-text {
    padding-left: 0;
  }
}
.cid-v982I9l4nN .mbr-section-title {
  color: #000000;
}
.cid-v982I9l4nN .mbr-text {
  color: #000000;
}
.cid-v982I9l4nN .mbr-time {
  color: #111111;
}
.cid-v982I9l4nN .mbr-desc {
  color: #000000;
}
.cid-v982I9l4nN .list {
  color: #000000;
}
.cid-v982I9l4nN .mbr-tabs-text {
  color: #000000;
}
.cid-v982I9snhm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #552521;
}
.cid-v982I9snhm .row {
  position: relative;
}
.cid-v982I9snhm .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ad3c3c 50%, #ffe76a);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-v982I9snhm .row .blur-circle {
    display: none;
  }
}
.cid-v982I9snhm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I9snhm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I9snhm .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I9snhm .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I9snhm .row {
    padding: 0 24px;
  }
}
.cid-v982I9snhm .title {
  display: flex;
  align-items: center;
}
.cid-v982I9snhm .title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v982I9snhm .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v982I9snhm .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v982I9snhm .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v982I9snhm .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v982I9snhm .card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 2rem;
  padding: 16px;
  border-radius: 8px;
  background-color: #f2e6e8;
  z-index: 2;
}
.cid-v982I9snhm .card .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  background-color: #f7b538;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-v982I9snhm .card .card-number .mbr-number {
  margin-bottom: 0;
}
.cid-v982I9snhm .card .mbr-card-title {
  margin-bottom: 0;
  width: 80%;
}
.cid-v982I9snhm .mbr-section-title {
  color: #f4efe8;
}
.cid-v982I9snhm .mbr-text,
.cid-v982I9snhm .text-wrapper {
  color: #FFFFFF;
  text-align: right;
}
.cid-v982I9snhm .mbr-number {
  color: #000000;
}
.cid-v982I9snhm .mbr-card-title {
  color: #000000;
}
.cid-v982I9snhm .mbr-section-title,
.cid-v982I9snhm .mbr-section-btn {
  text-align: right;
  color: #FFFFFF;
}
.cid-v982I9uu40 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #552521;
}
.cid-v982I9uu40 .row {
  position: relative;
}
.cid-v982I9uu40 .row .blur-circle {
  position: absolute;
  top: 0;
  right: 30%;
  width: 55%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ad3c3c 50%, #ffe76a);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-v982I9uu40 .row .blur-circle {
    display: none;
  }
}
.cid-v982I9uu40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I9uu40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I9uu40 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I9uu40 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I9uu40 .row {
    padding: 0 24px;
  }
}
.cid-v982I9uu40 .row {
  justify-content: center;
}
.cid-v982I9uu40 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 42px;
}
.cid-v982I9uu40 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v982I9uu40 .item-wrapper {
  height: 100%;
  padding: 48px 24px;
  position: relative;
  z-index: 10;
  border-radius: 8px;
  background-color: #f2e6e8;
  overflow: visible;
}
.cid-v982I9uu40 .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: -1rem;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 4px solid #000000;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v982I9uu40 .item-wrapper {
    margin-bottom: 12px;
  }
}
.cid-v982I9uu40 .item-wrapper .price-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  margin-bottom: 2rem;
}
.cid-v982I9uu40 .item-wrapper .price-wrapper .mbr-price {
  margin-bottom: 0;
}
.cid-v982I9uu40 .item-wrapper .mbr-price-title {
  margin-bottom: 0;
}
.cid-v982I9uu40 .item-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-v982I9uu40 .mbr-section-title {
  color: #FFFFFF;
}
.cid-v982I9uu40 .mbr-price,
.cid-v982I9uu40 .mbr-iconfont {
  color: #000000;
  text-align: center;
}
.cid-v982I9uu40 .mbr-price-title {
  color: #111111;
}
.cid-v982I9uu40 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v982I9uu40 .mbr-price-title,
.cid-v982I9uu40 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v982I9uu40 .item {
  margin-bottom: 12px;
}
.cid-v982I9x6Gz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v982I9x6Gz .row {
  position: relative;
}
.cid-v982I9x6Gz .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ad3c3c 50%, #ffe76a);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-v982I9x6Gz .row .blur-circle {
    display: none;
  }
}
.cid-v982I9x6Gz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I9x6Gz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I9x6Gz .row {
  justify-content: center;
}
.cid-v982I9x6Gz .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I9x6Gz .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I9x6Gz .row {
    padding: 0 24px;
  }
}
.cid-v982I9x6Gz .row.row-wrapper {
  padding: 64px 64px 0 64px;
  background-color: #552521;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.cid-v982I9x6Gz .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #000000;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v982I9x6Gz .row.row-wrapper {
    padding: 32px 32px 0 32px;
  }
}
.cid-v982I9x6Gz .row.row-wrapper .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v982I9x6Gz .row.row-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v982I9x6Gz .row.row-wrapper .item .item-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-v982I9x6Gz .row.row-wrapper .item .item-wrapper {
    margin-bottom: 42px;
  }
}
.cid-v982I9x6Gz .row.row-wrapper .item .item-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v982I9x6Gz .row.row-wrapper .item .item-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.cid-v982I9x6Gz .row.row-wrapper .item .item-wrapper .link-wrapper:hover {
  opacity: 0.75;
}
.cid-v982I9x6Gz .row.row-wrapper .item .item-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-v982I9x6Gz .row.row-wrapper .item .item-wrapper .mbr-desc {
  margin: 30px 0 0 0;
}
.cid-v982I9x6Gz .row.row-wrapper .item .item-wrapper .mbr-text {
  margin: 30px 0 20px 0;
}
.cid-v982I9x6Gz .mbr-section-title {
  color: #FFFFFF;
}
.cid-v982I9x6Gz .mbr-link {
  color: #FFFFFF;
}
.cid-v982I9x6Gz .mbr-desc {
  color: #FFFFFF;
}
.cid-v982I9x6Gz .mbr-text {
  color: #FFFFFF;
}
.cid-v982I9AwkD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v982I9AwkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I9AwkD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I9AwkD .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I9AwkD .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I9AwkD .row {
    padding: 0 24px;
  }
}
.cid-v982I9AwkD .row {
  justify-content: center;
}
.cid-v982I9AwkD .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v982I9AwkD .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v982I9AwkD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v982I9AwkD .item {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-v982I9AwkD .item {
    margin-bottom: 24px;
  }
}
.cid-v982I9AwkD .item .item-wrapper {
  overflow: visible;
}
.cid-v982I9AwkD .item .item-wrapper .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-v982I9AwkD .item .item-wrapper .blur-circle .circle {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  filter: blur(5px) blur(5px);
  background-image: linear-gradient(90deg, #ad3c3c 30%, #ffe76a);
}
.cid-v982I9AwkD .item .item-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 50px;
  margin-bottom: 18px;
  display: block;
}
.cid-v982I9AwkD .item .item-wrapper .mbr-card-title {
  margin-bottom: 10px;
}
.cid-v982I9AwkD .item .item-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v982I9AwkD .mbr-section-title {
  color: #000000;
}
.cid-v982I9AwkD .mbr-text {
  color: #000000;
}
.cid-v982I9AwkD .mbr-card-title {
  color: #111111;
}
.cid-v982I9AwkD .mbr-card-title,
.cid-v982I9AwkD .mbr-iconfont,
.cid-v982I9AwkD .blur-circle {
  color: #000000;
}
.cid-v982I9EalV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #552521;
}
.cid-v982I9EalV .row {
  position: relative;
}
.cid-v982I9EalV .row .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ad3c3c 50%, #ffe76a);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-v982I9EalV .row .blur-circle {
    display: none;
  }
}
.cid-v982I9EalV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I9EalV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I9EalV .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I9EalV .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I9EalV .row {
    padding: 0 24px;
  }
}
.cid-v982I9EalV .row {
  justify-content: center;
}
.cid-v982I9EalV .nav.nav-tabs {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 10px;
  border: none;
  border-radius: 8px;
  margin: 0 auto 64px;
  justify-content: center;
  background-color: #f2e6e8;
}
.cid-v982I9EalV .nav.nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border-radius: 4px;
  padding: 6px 25px 6px;
  color: #000000;
  border: none;
}
.cid-v982I9EalV .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #000000;
  color: #f2e6e8;
  border: none;
}
.cid-v982I9EalV .row.row-wrapper {
  background-color: #f2e6e8;
  border-radius: 16px;
  padding: 64px;
  position: relative;
  z-index: 1;
}
.cid-v982I9EalV .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: -1rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #000000;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v982I9EalV .row.row-wrapper {
    padding: 32px;
  }
}
.cid-v982I9EalV .row.row-wrapper .tab-content {
  position: relative;
  z-index: 1;
}
.cid-v982I9EalV .row.row-wrapper .tab-content .tab-pane .image-wrapper img {
  width: 50%;
  max-height: 500px;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .cid-v982I9EalV .row.row-wrapper .tab-content .tab-pane .image-wrapper img {
    width: 100%;
  }
}
.cid-v982I9EalV .row.row-wrapper .tab-content .tab-pane .mbr-desc {
  margin: 30px 0 0 0;
}
.cid-v982I9EalV .mbr-desc {
  color: #111111;
  text-align: center;
}
.cid-v982I9GUxK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #552521;
}
.cid-v982I9GUxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I9GUxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I9GUxK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
}
@media (max-width: 768px) {
  .cid-v982I9GUxK .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v982I9GUxK .embla__slide .item-wrapper .content-wrap .title-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 70px;
  margin-bottom: 32px;
}
.cid-v982I9GUxK .embla__slide .item-wrapper .content-wrap .title-wrapper .mbr-card-title {
  margin: 0;
  width: 100%;
}
.cid-v982I9GUxK .embla__slide .item-wrapper .content-wrap .card-line {
  height: 48px;
  background-image: linear-gradient(90deg, #ad3c3c, #ffe76a, #fc6351);
  margin-bottom: 32px;
  border-radius: 30px;
}
.cid-v982I9GUxK .embla__slide .item-wrapper .content-wrap .mbr-card-text {
  margin-bottom: 0;
}
.cid-v982I9GUxK .embla__button--next,
.cid-v982I9GUxK .embla__button--prev {
  display: flex;
}
.cid-v982I9GUxK .embla__button {
  top: -6rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #0dc9ef;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-v982I9GUxK .embla__button {
    display: none;
  }
}
.cid-v982I9GUxK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v982I9GUxK .embla__button:hover {
  background: #f7b538;
  color: #0dc9ef;
  opacity: 0.7;
}
.cid-v982I9GUxK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v982I9GUxK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v982I9GUxK .embla__button {
    top: auto;
    bottom: -4rem;
  }
}
.cid-v982I9GUxK .embla {
  position: relative;
  width: 100%;
}
.cid-v982I9GUxK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v982I9GUxK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v982I9GUxK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v982I9GUxK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v982I9GUxK .text-wrapper {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I9GUxK .text-wrapper {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I9GUxK .text-wrapper {
    padding: 0 24px;
  }
}
.cid-v982I9GUxK .text-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v982I9GUxK .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .cid-v982I9GUxK .text-wrapper {
    margin-bottom: 60px;
  }
}
.cid-v982I9GUxK .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v982I9GUxK .text-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .cid-v982I9GUxK .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v982I9GUxK .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v982I9GUxK .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-v982I9GUxK .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-v982I9GUxK .mbr-card-title {
  color: #FFFFFF;
}
.cid-v982I9GUxK .mbr-card-text {
  color: #FFFFFF;
}
.cid-v982I9KuvA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #552521;
}
.cid-v982I9KuvA .row {
  position: relative;
}
.cid-v982I9KuvA .row .blur-circle {
  position: absolute;
  top: 0;
  right: 35%;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ad3c3c 50%, #ffe76a);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-v982I9KuvA .row .blur-circle {
    display: none;
  }
}
.cid-v982I9KuvA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I9KuvA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I9KuvA .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I9KuvA .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I9KuvA .row {
    padding: 0 24px;
  }
}
.cid-v982I9KuvA .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v982I9KuvA .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v982I9KuvA .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v982I9KuvA .item {
  margin-bottom: 64px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v982I9KuvA .item {
    margin-bottom: 32px;
  }
}
.cid-v982I9KuvA .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v982I9KuvA .item .item-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 auto 32px;
  border: 2px solid #ffffff;
}
.cid-v982I9KuvA .item .item-wrapper .item-text .mbr-price {
  margin-bottom: 16px;
}
.cid-v982I9KuvA .item .item-wrapper .item-text .mbr-name {
  margin-bottom: 16px;
}
.cid-v982I9KuvA .item .item-wrapper .item-text .mbr-desc {
  margin-bottom: 16px;
}
.cid-v982I9KuvA .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-v982I9KuvA .mbr-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-v982I9KuvA .mbr-name {
  color: #f4efe8;
}
.cid-v982I9KuvA .mbr-desc {
  color: #FFFFFF;
  text-align: center;
}
.cid-v982I9KuvA .mbr-name,
.cid-v982I9KuvA .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-v982I9NYlr {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #21090f;
  position: relative;
}
.cid-v982I9NYlr .blur-circle {
  position: absolute;
  top: 0;
  right: 25%;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ad3c3c 50%, #ffe76a);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-v982I9NYlr .blur-circle {
    display: none;
  }
}
.cid-v982I9NYlr .item:focus,
.cid-v982I9NYlr span:focus {
  outline: none;
}
.cid-v982I9NYlr .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v982I9NYlr .content-head {
  max-width: 800px;
}
.cid-v982I9NYlr .loop-wrap {
  padding: 8px 0;
  min-height: 66px !important;
  position: relative;
  z-index: 1;
}
.cid-v982I9NYlr .item {
  color: #ffffff;
  min-height: 66px;
}
@media (max-width: 768px) {
  .cid-v982I9NYlr .item {
    min-height: 33px;
  }
}
.cid-v982I9O8Jv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #552521;
}
.cid-v982I9O8Jv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I9O8Jv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I9O8Jv .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I9O8Jv .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I9O8Jv .row {
    padding: 0 24px;
  }
}
.cid-v982I9O8Jv .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v982I9O8Jv .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v982I9O8Jv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v982I9O8Jv .dragArea.row {
  padding: 0 0 0 100px;
}
@media (max-width: 992px) {
  .cid-v982I9O8Jv .dragArea.row {
    padding: 0;
  }
}
.cid-v982I9O8Jv .dragArea.row .form-group {
  padding: 0;
  margin-bottom: 12px !important;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ffffff !important;
}
.cid-v982I9O8Jv .dragArea.row .form-group .form-control {
  padding: 12px 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  border-color: transparent !important;
}
.cid-v982I9O8Jv .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-v982I9O8Jv .dragArea.row .form-group .form-control:hover {
  border-color: transparent !important;
}
.cid-v982I9O8Jv .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.cid-v982I9O8Jv .dragArea.row .form-group .form-check {
  padding-left: 28px;
  margin-bottom: 0;
  margin-right: 18%;
  line-height: 2.2;
}
.cid-v982I9O8Jv .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  background: transparent;
  border: 1px solid #ffffff;
}
.cid-v982I9O8Jv .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-v982I9O8Jv .mbr-section-title {
  color: #FFFFFF;
}
.cid-v982I9O8Jv .form-check-label {
  color: #f4efe8;
}
.cid-v982I9RWdS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #552521;
}
.cid-v982I9RWdS .row {
  position: relative;
}
.cid-v982I9RWdS .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ad3c3c 50%, #ffe76a);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-v982I9RWdS .row .blur-circle {
    display: none;
  }
}
.cid-v982I9RWdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v982I9RWdS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v982I9RWdS .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I9RWdS .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I9RWdS .row {
    padding: 0 24px;
  }
}
.cid-v982I9RWdS .title {
  display: flex;
  align-items: center;
}
.cid-v982I9RWdS .title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v982I9RWdS .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v982I9RWdS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v982I9RWdS .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v982I9RWdS .card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 2rem;
  padding: 16px;
  border-radius: 8px;
  background-color: #f2e6e8;
  z-index: 2;
}
.cid-v982I9RWdS .card .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  background-color: #f7b538;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-v982I9RWdS .card .card-number .mbr-number {
  margin-bottom: 0;
}
.cid-v982I9RWdS .card .mbr-card-title {
  margin-bottom: 0;
  width: 80%;
}
.cid-v982I9RWdS .mbr-section-title {
  color: #f4efe8;
}
.cid-v982I9RWdS .mbr-text {
  color: #f4efe8;
  text-align: right;
}
.cid-v982I9RWdS .mbr-number {
  color: #000000;
}
.cid-v982I9RWdS .mbr-card-title {
  color: #000000;
}
.cid-v982I9RWdS .mbr-section-title,
.cid-v982I9RWdS .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v982I9T9NN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #552521;
}
.cid-v982I9T9NN .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v982I9T9NN .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-v982I9T9NN .row {
    padding: 0 24px;
  }
}
.cid-v982I9T9NN .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v982I9T9NN .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v982I9T9NN .title-wrapper img {
  display: inline-block;
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-bottom: 16px;
  border-radius: 6px;
}
.cid-v982I9T9NN .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-v982I9T9NN .title-wrapper .mbr-section-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 425px) {
  .cid-v982I9T9NN .title-wrapper .mbr-section-title {
    color: #0dc9ef;
  }
}
.cid-v982I9T9NN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .cid-v982I9T9NN .title-wrapper .mbr-text {
    color: #0dc9ef;
  }
}
.cid-v982I9T9NN .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #f4efe8;
}
@media (max-width: 425px) {
  .cid-v982I9T9NN .list {
    justify-content: flex-start;
  }
}
.cid-v982I9T9NN .list .mbr-list {
  margin: 5px 0 5px 30px;
}
@media (max-width: 425px) {
  .cid-v982I9T9NN .list .mbr-list {
    margin: 5px 30px 5px 0;
  }
}
.cid-v982I9T9NN .footer1 {
  overflow: hidden;
}
.cid-v982I9T9NN .mbr-section-title {
  color: #111111;
}
.cid-v982I9T9NN .mbr-text {
  color: #FFFFFF;
  text-align: left;
}
