body {
  background-color: #fbf6ee;
}
body {
  font-family: Liter;
}
.display-1 {
  font-family: 'Liter', sans-serif;
  font-size: 2.875rem;
  line-height: 150%;
}
.display-1 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-2 {
  font-family: 'Liter', sans-serif;
  font-size: 2.625rem;
  line-height: 100%;
}
.display-2 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-4 {
  font-family: 'Liter', sans-serif;
  font-size: 1.375rem;
  line-height: 24px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Liter', sans-serif;
  font-size: 2rem;
  line-height: 150%;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Liter', sans-serif;
  font-size: 1.5rem;
  line-height: 150%;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 2.3rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.0125rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 12px;
}
.bg-primary {
  background-color: #d01110 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d01110 !important;
  border-color: #d01110 !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: #7f0a0a !important;
  border-color: #7f0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7f0a0a !important;
  border-color: #7f0a0a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #383736 !important;
  border-color: #383736 !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: #0c0c0b !important;
  border-color: #0c0c0b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0c0c0b !important;
  border-color: #0c0c0b !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !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: #065e70 !important;
  border-color: #065e70 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #065e70 !important;
  border-color: #065e70 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !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: #12633e !important;
  border-color: #12633e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #12633e !important;
  border-color: #12633e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !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: #755800 !important;
  border-color: #755800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #755800 !important;
  border-color: #755800 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !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: #641119 !important;
  border-color: #641119 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #641119 !important;
  border-color: #641119 !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: #d01110;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7f0a0a !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: #d01110 !important;
  border-color: #d01110 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #383736;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0c0c0b !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: #383736 !important;
  border-color: #383736 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !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: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !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: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !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: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !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: #ae1e2c !important;
  border-color: #ae1e2c !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: #d01110 !important;
}
.text-secondary {
  color: #383736 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #710909 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #040404 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #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: #d01110;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d01110;
  border-color: #d01110;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d01110;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Liter', sans-serif;
  font-size: 1.375rem;
  line-height: 24px;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #d01110 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Liter', sans-serif;
  font-size: 1.375rem;
  line-height: 24px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #d01110;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d01110;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d01110;
}
.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: #d01110;
  border-bottom-color: #d01110;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #d01110 !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: #383736 !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='%23d01110' %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 {
  box-shadow: none;
  padding: 22px;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 16px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  border: 2px solid #d01110 !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  border: 2px solid #d01110 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  border: 2px solid #383736 !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  border: 2px solid #383736 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  border: 2px solid #20ac6b !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  border: 2px solid #20ac6b !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  border: 2px solid #0aa3c2 !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  border: 2px solid #0aa3c2 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  border: 2px solid #cc9900 !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  border: 2px solid #cc9900 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger {
  border: 2px solid #ae1e2c !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  border: 2px solid #ae1e2c !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black {
  border: 2px solid #000000 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  border: 2px solid #000000 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: 2px solid #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  border: 2px solid #ffffff !important;
}
.cid-uHM3ZVOOUp .navbar-dropdown {
  background-color: #ece4cc !important;
  padding: 0;
}
.cid-uHM3ZVOOUp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ece4cc !important;
  background: #ece4cc;
}
.cid-uHM3ZVOOUp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHM3ZVOOUp .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHM3ZVOOUp .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHM3ZVOOUp .menu_box .navbar.opened,
  .cid-uHM3ZVOOUp .menu_box .navbar-collapse {
    background-color: #ece4cc !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHM3ZVOOUp .navbar-dropdown {
  position: relative !important;
}
.cid-uHM3ZVOOUp .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHM3ZVOOUp .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHM3ZVOOUp ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHM3ZVOOUp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHM3ZVOOUp .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-uHM3ZVOOUp .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHM3ZVOOUp li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .cid-uHM3ZVOOUp .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uHM3ZVOOUp .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .cid-uHM3ZVOOUp .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHM3ZVOOUp .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-uHM3ZVOOUp .nav-item:hover,
  .cid-uHM3ZVOOUp .nav-item:focus {
    background-color: #fbf6ee;
    border-color: #000000;
  }
}
.cid-uHM3ZVOOUp .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHM3ZVOOUp .nav-item .nav-link:hover,
.cid-uHM3ZVOOUp .nav-item .nav-link:focus {
  opacity: 1;
  color: #000000 !important;
}
.cid-uHM3ZVOOUp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHM3ZVOOUp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHM3ZVOOUp .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHM3ZVOOUp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHM3ZVOOUp .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-uHM3ZVOOUp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHM3ZVOOUp .offcanvas_box {
    display: none;
  }
}
.cid-uHM3ZVOOUp .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uHM3ZVOOUp .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHM3ZVOOUp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHM3ZVOOUp .container {
  display: flex;
  margin: auto;
}
.cid-uHM3ZVOOUp .iconfont-wrapper {
  color: #222222;
  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-uHM3ZVOOUp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHM3ZVOOUp .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uHM3ZVOOUp .navbar-caption {
  color: #000000;
}
.cid-uHM3ZVOOUp .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHM3ZVOOUp .navbar-nav {
    margin: 0;
  }
}
.cid-uHM3ZVOOUp .dropdown-menu,
.cid-uHM3ZVOOUp .navbar.opened {
  background-color: false !important;
}
.cid-uHM3ZVOOUp .nav-item:focus,
.cid-uHM3ZVOOUp .nav-link:focus {
  outline: none;
}
.cid-uHM3ZVOOUp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHM3ZVOOUp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHM3ZVOOUp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHM3ZVOOUp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHM3ZVOOUp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHM3ZVOOUp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHM3ZVOOUp .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHM3ZVOOUp .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHM3ZVOOUp .navbar.opened {
  transition: all 0.3s;
}
.cid-uHM3ZVOOUp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHM3ZVOOUp .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: cover;
  border-radius: 8px;
}
.cid-uHM3ZVOOUp .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uHM3ZVOOUp .navbar.collapsed {
  justify-content: center;
}
.cid-uHM3ZVOOUp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHM3ZVOOUp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHM3ZVOOUp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHM3ZVOOUp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHM3ZVOOUp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHM3ZVOOUp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHM3ZVOOUp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHM3ZVOOUp .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uHM3ZVOOUp .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uHM3ZVOOUp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHM3ZVOOUp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHM3ZVOOUp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHM3ZVOOUp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHM3ZVOOUp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHM3ZVOOUp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHM3ZVOOUp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHM3ZVOOUp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHM3ZVOOUp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHM3ZVOOUp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHM3ZVOOUp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHM3ZVOOUp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHM3ZVOOUp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHM3ZVOOUp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHM3ZVOOUp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHM3ZVOOUp .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-uHM3ZVOOUp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHM3ZVOOUp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHM3ZVOOUp .dropdown-item.active,
.cid-uHM3ZVOOUp .dropdown-item:active {
  background-color: transparent;
}
.cid-uHM3ZVOOUp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHM3ZVOOUp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHM3ZVOOUp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHM3ZVOOUp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHM3ZVOOUp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHM3ZVOOUp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHM3ZVOOUp button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ece4cc;
  background: #ece4cc;
}
.cid-uHM3ZVOOUp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHM3ZVOOUp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHM3ZVOOUp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHM3ZVOOUp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHM3ZVOOUp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHM3ZVOOUp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHM3ZVOOUp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHM3ZVOOUp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHM3ZVOOUp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHM3ZVOOUp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHM3ZVOOUp .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-uHM3ZVOOUp .navbar {
    height: 70px;
  }
  .cid-uHM3ZVOOUp .navbar.opened {
    height: auto;
  }
  .cid-uHM3ZVOOUp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHM3ZVOOUp .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uHM3ZVOOUp .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uHM3ZVOOUp .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uHM3ZVOOUp .mbr-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  width: fit-content;
  white-space: nowrap;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVOOUp .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uHM3ZVOOUp .navbar-caption:hover {
  color: #d01110;
}
@media (min-width: 992px) {
  .cid-uHM3ZVOOUp .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-uHM3ZVOOUp .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-uHM3ZVOOUp .text_widget {
  margin-bottom: 24px;
}
.cid-uHM3ZVOOUp .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHM3ZVOOUp .text_widget a:hover {
  color: #383736 !important;
}
.cid-uHM3ZVOOUp .icons-menu-main {
  display: flex;
}
.cid-uHM3ZVOOUp .mbr-section-subtitle {
  color: #222222;
  text-align: center;
}
.cid-uHM3ZVOOUp .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uHM3ZVOOUp .mbr-section-subtitle,
.cid-uHM3ZVOOUp .text_widget,
.cid-uHM3ZVOOUp .mbr-section-btn {
  text-align: center;
}
.cid-uHM3ZVOOUp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHM3ZVOOUp .nav-link,
.cid-uHM3ZVOOUp .dropdown-item {
  color: #000000;
}
.cid-uHM3ZVPZtm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ece4cc;
}
.cid-uHM3ZVPZtm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM3ZVPZtm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHM3ZVPZtm .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uHM3ZVPZtm .container {
    padding: 0 12px;
  }
}
.cid-uHM3ZVPZtm .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVPZtm .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHM3ZVPZtm .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVPZtm .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHM3ZVPZtm .title-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-uHM3ZVPZtm .title-wrapper .tags-wrapper {
  margin-bottom: 24px;
}
.cid-uHM3ZVPZtm .title-wrapper .tags-wrapper .tags-wrap {
  display: inline-block;
}
.cid-uHM3ZVPZtm .title-wrapper .tags-wrapper .tags-wrap .tag-item {
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.cid-uHM3ZVPZtm .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-iconfont {
  font-size: 44px;
  margin-right: 8px;
  color: #000000;
}
.cid-uHM3ZVPZtm .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-tag {
  margin-bottom: 0;
}
.cid-uHM3ZVPZtm .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uHM3ZVPZtm .image-wrapper img {
  width: 420px;
  height: 420px;
  border-radius: 100%;
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  background-color: #000000;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .cid-uHM3ZVPZtm .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-uHM3ZVPZtm .image-wrapper img {
    width: 310px;
    height: 310px;
  }
}
@media (max-width: 768px) {
  .cid-uHM3ZVPZtm .image-wrapper img {
    width: 280px;
    height: 280px;
  }
}
.cid-uHM3ZVPZtm .mbr-section-title {
  color: #222222;
}
.cid-uHM3ZVPZtm .mbr-text {
  color: #000000;
}
.cid-uHM3ZVPZtm .mbr-tag {
  color: #222222;
}
.cid-uHM3ZVPZtm .mbr-section-title,
.cid-uHM3ZVPZtm .mbr-section-btn {
  color: #000000;
}
.cid-uHM3ZVPZtm .mbr-tag,
.cid-uHM3ZVPZtm .tags-wrapper {
  color: #000000;
}
.cid-uHM3ZVQfNH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ece4cc;
}
.cid-uHM3ZVQfNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM3ZVQfNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHM3ZVQfNH .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uHM3ZVQfNH .container {
    padding: 0 12px;
  }
}
.cid-uHM3ZVQfNH .row {
  justify-content: center;
}
.cid-uHM3ZVQfNH .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVQfNH .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHM3ZVQfNH .item {
    margin-bottom: 32px;
  }
}
.cid-uHM3ZVQfNH .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uHM3ZVQfNH .item .item-wrapper {
    display: block;
  }
}
.cid-uHM3ZVQfNH .item .item-wrapper .icon-wrapper {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVQfNH .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-uHM3ZVQfNH .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  width: 80px;
  height: 80px;
  border-radius: 16px;
}
.cid-uHM3ZVQfNH .item .item-wrapper .icon-wrapper .icon_1 {
  background-color: #d01110;
  color: #ffffff;
}
.cid-uHM3ZVQfNH .item .item-wrapper .icon-wrapper .icon_2 {
  background-color: #d3a550;
  color: #000000;
}
.cid-uHM3ZVQfNH .item .item-wrapper .icon-wrapper .icon_3 {
  background-color: #383736;
  color: #ffffff;
}
.cid-uHM3ZVQfNH .item .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHM3ZVQfNH .item .item-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-uHM3ZVQfNH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHM3ZVQfNH .mbr-card-title {
  color: #000000;
}
.cid-uHM3ZVQ9mQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6bbb4;
}
.cid-uHM3ZVQ9mQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM3ZVQ9mQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHM3ZVQ9mQ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uHM3ZVQ9mQ .container {
    padding: 0 12px;
  }
}
.cid-uHM3ZVQ9mQ .row {
  justify-content: center;
}
.cid-uHM3ZVQ9mQ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVQ9mQ .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHM3ZVQ9mQ .item {
    margin-bottom: 32px;
  }
}
.cid-uHM3ZVQ9mQ .item .item-wrapper .icon-wrapper {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVQ9mQ .item .item-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uHM3ZVQ9mQ .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  width: 56px;
  height: 56px;
  border-radius: 16px;
}
.cid-uHM3ZVQ9mQ .item .item-wrapper .icon-wrapper .icon_1 {
  background-color: #383736;
  color: #ffffff;
}
.cid-uHM3ZVQ9mQ .item .item-wrapper .icon-wrapper .icon_2 {
  background-color: #d3a550;
  color: #000000;
}
.cid-uHM3ZVQ9mQ .item .item-wrapper .icon-wrapper .icon_3 {
  background-color: #d01110;
  color: #ffffff;
}
.cid-uHM3ZVQ9mQ .item .item-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVQ9mQ .item .item-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-uHM3ZVQ9mQ .item .item-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHM3ZVQ9mQ .item .item-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uHM3ZVQ9mQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHM3ZVQ9mQ .mbr-card-title {
  color: #222222;
}
.cid-uHM3ZVQ9mQ .mbr-text {
  color: #000000;
}
.cid-uHM3ZVQ9mQ .mbr-card-title,
.cid-uHM3ZVQ9mQ .icon-wrapper {
  color: #000000;
}
.cid-uHM3ZVRYlI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uHM3ZVRYlI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM3ZVRYlI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHM3ZVRYlI .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uHM3ZVRYlI .container {
    padding: 0 12px;
  }
}
.cid-uHM3ZVRYlI .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVRYlI .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHM3ZVRYlI .row.card-wrapper {
  padding: 80px;
  border: 3px solid #d01110;
  box-shadow: 4px 4px #d01110;
  background-color: #d6bbb4;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHM3ZVRYlI .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-uHM3ZVRYlI .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-uHM3ZVRYlI .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-uHM3ZVRYlI .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-uHM3ZVRYlI .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-uHM3ZVRYlI .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uHM3ZVRYlI .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uHM3ZVRYlI .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uHM3ZVRYlI .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #d01110;
}
.cid-uHM3ZVRYlI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHM3ZVRYlI .mbr-section-subtitle {
  color: #000000;
}
.cid-uHM3ZVRYlI .mbr-text {
  color: #000000;
}
.cid-uHM3ZVRYlI .list {
  color: #000000;
}
.cid-uHM3ZVRiC7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff553b;
}
.cid-uHM3ZVRiC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM3ZVRiC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHM3ZVRiC7 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uHM3ZVRiC7 .container {
    padding: 0 12px;
  }
}
.cid-uHM3ZVRiC7 .row {
  justify-content: center;
}
.cid-uHM3ZVRiC7 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVRiC7 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uHM3ZVRiC7 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uHM3ZVRiC7 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHM3ZVRiC7 .item {
  margin-bottom: 32px;
}
.cid-uHM3ZVRiC7 .item:hover .card-wrapper {
  border: 3px solid #9f7622;
  box-shadow: 4px 4px #9f7622;
}
@media (max-width: 992px) {
  .cid-uHM3ZVRiC7 .item {
    margin-bottom: 32px;
  }
}
.cid-uHM3ZVRiC7 .item .item-wrapper {
  padding: 32px;
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  background-color: #fbf6ee;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHM3ZVRiC7 .item .item-wrapper {
    padding: 20px;
    border-radius: 24px;
  }
}
.cid-uHM3ZVRiC7 .item .item-wrapper .title-wrap {
  margin-bottom: 16px;
}
.cid-uHM3ZVRiC7 .item .item-wrapper .title-wrap .title {
  display: inline-flex;
  align-items: center;
}
.cid-uHM3ZVRiC7 .item .item-wrapper .title-wrap .title .mbr-iconfont {
  font-size: 40px;
  margin-right: 12px;
  color: #4e2905;
}
.cid-uHM3ZVRiC7 .item .item-wrapper .title-wrap .title .mbr-card-title {
  margin-bottom: 0;
}
.cid-uHM3ZVRiC7 .item .item-wrapper .link-wrap {
  display: block;
}
.cid-uHM3ZVRiC7 .item .item-wrapper .link-wrap:hover .mbr-link,
.cid-uHM3ZVRiC7 .item .item-wrapper .link-wrap:focus .mbr-link {
  text-decoration: underline;
}
.cid-uHM3ZVRiC7 .item .item-wrapper .link-wrap .mbr-link {
  display: inline-flex;
  margin-bottom: 0;
}
.cid-uHM3ZVRiC7 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uHM3ZVRiC7 .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uHM3ZVRiC7 .mbr-card-title {
  color: #222222;
}
.cid-uHM3ZVRiC7 .mbr-link,
.cid-uHM3ZVRiC7 .link-wrap {
  color: #4E2905;
  text-align: center;
}
.cid-uHM3ZVRiC7 .mbr-card-title,
.cid-uHM3ZVRiC7 .title-wrap {
  text-align: center;
  color: #000000;
}
.cid-uHM3ZVTyU6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uHM3ZVTyU6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM3ZVTyU6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHM3ZVTyU6 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uHM3ZVTyU6 .container {
    padding: 0 12px;
  }
}
.cid-uHM3ZVTyU6 .title-wrapper {
  position: relative;
  height: 100%;
}
.cid-uHM3ZVTyU6 .title-wrapper .mbr-section-title {
  position: sticky;
  top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVTyU6 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
    position: static;
  }
}
.cid-uHM3ZVTyU6 .cards-wrapper .item .item-wrapper {
  padding: 40px;
  border: 3px solid #d3a550;
  box-shadow: 4px 4px #d3a550;
  background-color: #ece4cc;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVTyU6 .cards-wrapper .item .item-wrapper {
    padding: 20px;
    border-radius: 24px;
  }
}
.cid-uHM3ZVTyU6 .cards-wrapper .item .item-wrapper .title-wrap .mbr-card-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  margin-bottom: 16px;
  background-color: #62312a;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVTyU6 .cards-wrapper .item .item-wrapper .title-wrap .mbr-card-title {
    padding: 6px 12px;
    border-radius: 12px;
  }
}
.cid-uHM3ZVTyU6 .cards-wrapper .item .item-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHM3ZVTyU6 .mbr-section-title {
  color: #000000;
}
.cid-uHM3ZVTyU6 .mbr-section-subtitle {
  color: #666666;
}
.cid-uHM3ZVTyU6 .mbr-card-title {
  color: #ffffff;
}
.cid-uHM3ZVTyU6 .mbr-text {
  color: #000000;
}
.cid-uHM3ZVTyU6 .mbr-card-title,
.cid-uHM3ZVTyU6 .title-wrap {
  color: #FFFFFF;
}
.cid-uHM3ZVUr0G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ece4cc;
}
.cid-uHM3ZVUr0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM3ZVUr0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHM3ZVUr0G .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uHM3ZVUr0G .container {
    padding: 0 12px;
  }
}
.cid-uHM3ZVUr0G .card .card_1 {
  padding: 52px;
  border: 3px solid #383736;
  box-shadow: 4px 4px #383736;
  width: 55%;
}
.cid-uHM3ZVUr0G .card .card_2 {
  padding: 40px;
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  width: 50%;
  margin: -5% 0 0 50%;
}
.cid-uHM3ZVUr0G .card .card_2 .mbr-number_1 {
  background-color: #000000;
}
.cid-uHM3ZVUr0G .card .card_3 {
  padding: 40px;
  border: 3px solid #d3a550;
  box-shadow: 4px 4px #d3a550;
  width: 40%;
  margin: -2% 0 0 18%;
}
.cid-uHM3ZVUr0G .card .card_3 .mbr-number_2 {
  background-color: #d3a550;
}
.cid-uHM3ZVUr0G .card .card-wrapper {
  background-color: #fbf6ee;
  display: flex;
  align-items: center;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVUr0G .card .card-wrapper {
    display: block;
    width: 100%;
    margin: 0 0 24px 0;
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-uHM3ZVUr0G .card .card-wrapper .mbr-number_1,
.cid-uHM3ZVUr0G .card .card-wrapper .mbr-number_2 {
  margin-right: 20px;
  padding: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 0;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVUr0G .card .card-wrapper .mbr-number_1,
  .cid-uHM3ZVUr0G .card .card-wrapper .mbr-number_2 {
    margin: 0 0 20px 0;
  }
}
.cid-uHM3ZVUr0G .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHM3ZVUr0G .mbr-text {
  color: #000000;
}
.cid-uHM3ZVUr0G .mbr-number_1 {
  color: #FBF6EE;
}
.cid-uHM3ZVUr0G .mbr-number_2 {
  color: #000000;
}
.cid-uHM3ZVVRR0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uHM3ZVVRR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM3ZVVRR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHM3ZVVRR0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uHM3ZVVRR0 .container {
    padding: 0 12px;
  }
}
.cid-uHM3ZVVRR0 .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uHM3ZVVRR0 .item {
  padding: 0 9px;
}
.cid-uHM3ZVVRR0 .item .card_1 {
  border: 3px solid #d01110;
  box-shadow: 4px 4px #d01110;
}
.cid-uHM3ZVVRR0 .item .card_2 {
  border: 3px solid #d3a550;
  box-shadow: 4px 4px #d3a550;
  margin-top: 35%;
}
.cid-uHM3ZVVRR0 .item .card_3 {
  border: 3px solid #383736;
  box-shadow: 4px 4px #383736;
}
.cid-uHM3ZVVRR0 .item .card_4 {
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  margin-top: 35%;
}
.cid-uHM3ZVVRR0 .item .item-wrapper {
  padding: 24px;
  border-radius: 24px;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uHM3ZVVRR0 .item .item-wrapper {
    display: block;
    margin: 0 0 24px 0;
  }
}
.cid-uHM3ZVVRR0 .item .item-wrapper .mbr-card-title {
  margin-bottom: 12px;
}
.cid-uHM3ZVVRR0 .item .item-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHM3ZVVRR0 .mbr-card-title {
  color: #000000;
}
.cid-uHM3ZVVRR0 .mbr-text {
  color: #000000;
}
.cid-uHM3ZVVWvr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d6bbb4;
}
.cid-uHM3ZVVWvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM3ZVVWvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHM3ZVVWvr .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uHM3ZVVWvr .container {
    padding: 0 12px;
  }
}
.cid-uHM3ZVVWvr .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVVWvr .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHM3ZVVWvr .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uHM3ZVVWvr .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  width: 850px;
  height: 850px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHM3ZVVWvr .image-wrapper .image-wrap {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 768px) {
  .cid-uHM3ZVVWvr .image-wrapper .image-wrap {
    width: 350px;
    height: 350px;
  }
}
.cid-uHM3ZVVWvr .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  width: 850px;
  height: 850px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-uHM3ZVVWvr .image-wrapper .card-wrapper {
  position: relative;
  max-width: 40%;
  margin-top: 16rem;
  padding: 24px;
  border-radius: 32px;
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  background-color: #fbf6ee;
}
@media (max-width: 992px) {
  .cid-uHM3ZVVWvr .image-wrapper .card-wrapper {
    max-width: 100%;
    border-radius: 24px;
    margin-top: 10rem;
  }
}
.cid-uHM3ZVVWvr .image-wrapper .card-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uHM3ZVVWvr .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uHM3ZVVWvr .mbr-text {
  color: #222222;
}
.cid-uHM3ZVVWvr .mbr-text,
.cid-uHM3ZVVWvr .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uHM3ZVVWvr .mbr-section-title,
.cid-uHM3ZVVWvr .mbr-section-btn {
  color: #000000;
}
.cid-uHM3ZVW601 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ece4cc;
}
.cid-uHM3ZVW601 .item:focus,
.cid-uHM3ZVW601 span:focus {
  outline: none;
}
.cid-uHM3ZVW601 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uHM3ZVW601 .content-head {
  max-width: 800px;
}
.cid-uHM3ZVW601 .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uHM3ZVW601 .item {
    min-height: 45px;
  }
}
.cid-uHM3ZVWWdu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ece4cc;
}
.cid-uHM3ZVWWdu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM3ZVWWdu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHM3ZVWWdu .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uHM3ZVWWdu .container {
    padding: 0 12px;
  }
}
.cid-uHM3ZVWWdu .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVWWdu .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHM3ZVWWdu .card .card_1 {
  border: 3px solid #d3a550;
  box-shadow: 4px 4px #d3a550;
}
.cid-uHM3ZVWWdu .card .card_2 {
  border: 3px solid #383736;
  box-shadow: 4px 4px #383736;
  margin: -3% auto 0;
}
.cid-uHM3ZVWWdu .card .card_3 {
  border: 3px solid #d01110;
  box-shadow: 4px 4px #d01110;
  margin: -3% 0 0 auto;
}
.cid-uHM3ZVWWdu .card .card-wrapper {
  width: 490px;
  padding: 40px;
  background-color: #fbf6ee;
  display: flex;
  align-items: center;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVWWdu .card .card-wrapper {
    display: block;
    width: 100%;
    margin: 0 0 24px 0;
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uHM3ZVWWdu .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHM3ZVWWdu .mbr-section-title {
  color: #000000;
}
.cid-uHM3ZVWWdu .mbr-text {
  color: #000000;
}
.cid-uHM3ZVXaPq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uHM3ZVXaPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM3ZVXaPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHM3ZVXaPq .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uHM3ZVXaPq .container {
    padding: 0 12px;
  }
}
.cid-uHM3ZVXaPq .row {
  justify-content: center;
}
.cid-uHM3ZVXaPq .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVXaPq .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHM3ZVXaPq .panel-group .card {
  border-radius: 50px;
  border: 3px solid #d3a550;
  box-shadow: 4px 4px #d3a550;
  background-color: #ece4cc;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVXaPq .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uHM3ZVXaPq .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-uHM3ZVXaPq .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHM3ZVXaPq .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHM3ZVXaPq .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #d3a550;
  transition: all 0.3s ease-in-out;
}
.cid-uHM3ZVXaPq .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uHM3ZVXaPq .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVXaPq .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-uHM3ZVXaPq .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uHM3ZVXaPq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHM3ZVXaPq .panel-title-edit {
  color: #000000;
}
.cid-uHM3ZVXaPq .panel-text {
  color: #000000;
}
.cid-uHM3ZVX2pt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uHM3ZVX2pt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM3ZVX2pt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHM3ZVX2pt .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uHM3ZVX2pt .container {
    padding: 0 12px;
  }
}
.cid-uHM3ZVX2pt .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVX2pt .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHM3ZVX2pt .item {
  margin-bottom: 32px;
}
.cid-uHM3ZVX2pt .item .item-wrapper {
  padding: 32px;
  border: 3px solid #ece4cc;
  box-shadow: 4px 4px #ece4cc;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHM3ZVX2pt .item .item-wrapper {
    padding: 20px;
    border-radius: 24px;
  }
}
.cid-uHM3ZVX2pt .item .item-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uHM3ZVX2pt .item .item-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHM3ZVX2pt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHM3ZVX2pt .mbr-text {
  color: #000000;
}
.cid-uHM3ZVX2pt .mbr-card-title {
  color: #222222;
}
.cid-uHM3ZVX2pt .mbr-card-title,
.cid-uHM3ZVX2pt .title-wrap {
  color: #000000;
}
.cid-uHM3ZVZNfh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ece4cc;
}
.cid-uHM3ZVZNfh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM3ZVZNfh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHM3ZVZNfh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHM3ZVZNfh .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uHM3ZVZNfh .container {
    padding: 0 12px;
  }
}
.cid-uHM3ZVZNfh .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVZNfh .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHM3ZVZNfh .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  background-color: #fbf6ee;
}
@media (max-width: 992px) {
  .cid-uHM3ZVZNfh .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uHM3ZVZNfh .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uHM3ZVZNfh .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uHM3ZVZNfh .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVZNfh .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uHM3ZVZNfh .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #4e2905;
}
@media (max-width: 992px) {
  .cid-uHM3ZVZNfh .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uHM3ZVZNfh .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uHM3ZVZNfh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHM3ZVZNfh .mbr-section-subtitle {
  color: #222222;
}
.cid-uHM3ZVZNfh .mbr-text {
  color: #000000;
}
.cid-uHM3ZVZNfh .list {
  color: #222222;
}
.cid-uHM3ZVY1lj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uHM3ZVY1lj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM3ZVY1lj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHM3ZVY1lj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uHM3ZVY1lj .container {
    padding: 0 12px;
  }
}
.cid-uHM3ZVY1lj .row {
  justify-content: center;
}
.cid-uHM3ZVY1lj .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVY1lj .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHM3ZVY1lj .item {
    margin-bottom: 32px;
  }
}
.cid-uHM3ZVY1lj .item .card_1 {
  background-color: #ece4cc;
}
.cid-uHM3ZVY1lj .item .card_2 {
  background-color: #f9e6d4;
}
.cid-uHM3ZVY1lj .item .card_3 {
  background-color: #d6bbb4;
}
.cid-uHM3ZVY1lj .item .item-wrapper {
  padding: 32px;
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-uHM3ZVY1lj .item .item-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uHM3ZVY1lj .item .item-wrapper .best-price {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
}
.cid-uHM3ZVY1lj .item .item-wrapper .best-price .mbr-best {
  display: inline-flex;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 4px 10px;
  background-color: #383736;
}
.cid-uHM3ZVY1lj .item .item-wrapper .title-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVY1lj .item .item-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uHM3ZVY1lj .item .item-wrapper .title-wrap .mbr-card-title_1,
.cid-uHM3ZVY1lj .item .item-wrapper .title-wrap .mbr-card-title_2,
.cid-uHM3ZVY1lj .item .item-wrapper .title-wrap .mbr-card-title_3 {
  min-width: 150px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVY1lj .item .item-wrapper .title-wrap .mbr-card-title_1,
  .cid-uHM3ZVY1lj .item .item-wrapper .title-wrap .mbr-card-title_2,
  .cid-uHM3ZVY1lj .item .item-wrapper .title-wrap .mbr-card-title_3 {
    min-width: 130px;
  }
}
.cid-uHM3ZVY1lj .item .item-wrapper .title-wrap .mbr-price_1,
.cid-uHM3ZVY1lj .item .item-wrapper .title-wrap .mbr-price_2,
.cid-uHM3ZVY1lj .item .item-wrapper .title-wrap .mbr-price_3 {
  line-height: 100%;
  margin-bottom: 0;
}
.cid-uHM3ZVY1lj .item .item-wrapper .title-wrap .mbr-desc_1,
.cid-uHM3ZVY1lj .item .item-wrapper .title-wrap .mbr-desc_2,
.cid-uHM3ZVY1lj .item .item-wrapper .title-wrap .mbr-desc_3 {
  margin: 16px 0 0;
}
.cid-uHM3ZVY1lj .item .item-wrapper .list-wrap .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.cid-uHM3ZVY1lj .item .item-wrapper .list-wrap .list-item .mbr-list_1,
.cid-uHM3ZVY1lj .item .item-wrapper .list-wrap .list-item .mbr-list_2,
.cid-uHM3ZVY1lj .item .item-wrapper .list-wrap .list-item .mbr-list_3 {
  margin-bottom: 0;
}
.cid-uHM3ZVY1lj .item .item-wrapper .list-wrap .list-item .dot {
  height: 95%;
  border-bottom: 1px dashed #4e2905;
  flex: 1 0 10%;
}
.cid-uHM3ZVY1lj .item .item-wrapper .list-wrap .list-item .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-left: 12px;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4e2905;
  color: #ffffff;
}
.cid-uHM3ZVY1lj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHM3ZVY1lj .mbr-best,
.cid-uHM3ZVY1lj .best-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uHM3ZVY1lj .mbr-card-title {
  color: #222222;
}
.cid-uHM3ZVY1lj .mbr-price {
  color: #222222;
  text-align: center;
}
.cid-uHM3ZVY1lj .mbr-desc {
  color: #222222;
  text-align: center;
}
.cid-uHM3ZVY1lj .mbr-list {
  color: #222222;
}
.cid-uHM3ZVY1lj .mbr-card-title,
.cid-uHM3ZVY1lj .mbr-section-btn {
  text-align: center;
}
.cid-uHM3ZVY1lj .mbr-card-title_1,
.cid-uHM3ZVY1lj .mbr-section-btn {
  color: #000000;
}
.cid-uHM3ZVY1lj .mbr-price_1 {
  color: #000000;
}
.cid-uHM3ZVY1lj .mbr-desc_1 {
  color: #000000;
}
.cid-uHM3ZVY1lj .mbr-list_1 {
  color: #000000;
}
.cid-uHM3ZVY1lj .mbr-card-title_2,
.cid-uHM3ZVY1lj .mbr-section-btn {
  color: #000000;
}
.cid-uHM3ZVY1lj .mbr-price_2 {
  color: #000000;
}
.cid-uHM3ZVY1lj .mbr-desc_2 {
  color: #000000;
}
.cid-uHM3ZVY1lj .mbr-list_2 {
  color: #000000;
}
.cid-uHM3ZVY1lj .mbr-card-title_3,
.cid-uHM3ZVY1lj .mbr-section-btn {
  color: #000000;
}
.cid-uHM3ZVY1lj .mbr-price_3 {
  color: #000000;
}
.cid-uHM3ZVY1lj .mbr-desc_3 {
  color: #000000;
}
.cid-uHM3ZVY1lj .mbr-list_3 {
  color: #000000;
}
.cid-uHM3ZVY1lj .mbr-list_1,
.cid-uHM3ZVY1lj .mbr-list_2,
.cid-uHM3ZVY1lj .mbr-list_3 {
  margin-right: 12px;
}
.cid-uHM3ZVZfkc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uHM3ZVZfkc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM3ZVZfkc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHM3ZVZfkc .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uHM3ZVZfkc .container {
    padding: 0 12px;
  }
}
.cid-uHM3ZVZfkc .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uHM3ZVZfkc .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHM3ZVZfkc .mbr-section-title {
  color: #000000;
}
.cid-uHM3ZVZfkc .mbr-text {
  color: #222222;
}
.cid-uHM3ZVZfkc .mbr-text,
.cid-uHM3ZVZfkc .mbr-section-btn {
  color: #000000;
}
.cid-uHM3ZVZNIz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6bbb4;
}
.cid-uHM3ZVZNIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM3ZVZNIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHM3ZVZNIz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uHM3ZVZNIz .container {
    padding: 0 12px;
  }
}
.cid-uHM3ZVZNIz .row {
  padding: 60px 44px;
  background-color: #4e2905;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uHM3ZVZNIz .row {
    padding: 24px 12px;
    border-radius: 32px;
  }
}
.cid-uHM3ZVZNIz .row .card {
  justify-content: center;
}
.cid-uHM3ZVZNIz .row .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHM3ZVZNIz .row .card .text-wrapper .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
.cid-uHM3ZVZNIz .mbr-text {
  color: #ffffff;
}
.cid-uHM3ZVZNIz .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uHM3ZVZNIz .mbr-section-btn {
    text-align: center;
  }
}
.cid-uHM3ZVZNIz .mbr-text,
.cid-uHM3ZVZNIz .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uHM3ZW5dTT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ece4cc;
}
.cid-uHM3ZW5dTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM3ZW5dTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHM3ZW5dTT .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uHM3ZW5dTT .container {
    padding: 0 12px;
  }
}
.cid-uHM3ZW5dTT .row {
  justify-content: center;
}
.cid-uHM3ZW5dTT .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHM3ZW5dTT .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHM3ZW5dTT .card {
    margin-bottom: 32px;
  }
}
.cid-uHM3ZW5dTT .card:hover .card-wrapper .mbr-card-title,
.cid-uHM3ZW5dTT .card:focus .card-wrapper .mbr-card-title {
  padding-left: 8px;
}
.cid-uHM3ZW5dTT .card .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uHM3ZW5dTT .card .card-wrapper {
    display: block;
  }
}
.cid-uHM3ZW5dTT .card .card-wrapper .icon-wrapper {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uHM3ZW5dTT .card .card-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-uHM3ZW5dTT .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  width: 80px;
  height: 80px;
  border-radius: 16px;
}
.cid-uHM3ZW5dTT .card .card-wrapper .icon-wrapper .icon_1 {
  background-color: #d01110;
  color: #ffffff;
}
.cid-uHM3ZW5dTT .card .card-wrapper .icon-wrapper .icon_2 {
  background-color: #d3a550;
  color: #000000;
}
.cid-uHM3ZW5dTT .card .card-wrapper .icon-wrapper .icon_3 {
  background-color: #383736;
  color: #ffffff;
}
.cid-uHM3ZW5dTT .card .card-wrapper .mbr-card-title {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-uHM3ZW5dTT .card .card-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-uHM3ZW5dTT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHM3ZW5dTT .mbr-card-title {
  color: #000000;
}
.cid-uHM3ZW5xQB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4e2905;
}
.cid-uHM3ZW5xQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM3ZW5xQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHM3ZW5xQB .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uHM3ZW5xQB .container {
    padding: 0 12px;
  }
}
.cid-uHM3ZW5xQB .title-wrapper a {
  display: block;
}
.cid-uHM3ZW5xQB .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uHM3ZW5xQB .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uHM3ZW5xQB .list-wrapper .list,
.cid-uHM3ZW5xQB .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uHM3ZW5xQB .list-wrapper .list,
  .cid-uHM3ZW5xQB .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uHM3ZW5xQB .list-wrapper .list .item-wrap,
.cid-uHM3ZW5xQB .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHM3ZW5xQB .list-wrapper .list .item-wrap:hover,
.cid-uHM3ZW5xQB .list-wrapper .list_main .item-wrap:hover,
.cid-uHM3ZW5xQB .list-wrapper .list .item-wrap:focus,
.cid-uHM3ZW5xQB .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uHM3ZW5xQB .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uHM3ZW5xQB .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uHM3ZW5xQB .contacts-wrapper .list .item-wrap {
  opacity: 0.7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHM3ZW5xQB .contacts-wrapper .list .item-wrap:hover,
.cid-uHM3ZW5xQB .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uHM3ZW5xQB .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHM3ZW5xQB .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uHM3ZW5xQB .social-row .soc-item {
  margin-right: 24px;
}
.cid-uHM3ZW5xQB .social-row .soc-item a:hover .mbr-iconfont,
.cid-uHM3ZW5xQB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uHM3ZW5xQB .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uHM3ZW5xQB .copyright {
  margin-bottom: 0;
  opacity: 0.7;
  color: #FFFFFF;
  text-align: center;
}
.cid-uHM3ZW5xQB .mbr-section-title {
  color: #ffffff;
}
.cid-uHM3ZW5xQB .mbr-list-title {
  color: #ffffff;
}
.cid-uHM3ZW5xQB .list {
  color: #ffffff;
}
.cid-uHM3ZW5xQB .list_main {
  color: #E3B4FA;
}
