.btn {
  border: none !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fef3f3;
}
body {
  font-family: Brygada 1918;
}
.display-1 {
  font-family: "Brygada 1918", sans-serif;
  font-size: 5.6rem;
  line-height: 1;
  font-weight: 300;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: "Brygada 1918", sans-serif;
  font-size: 3.075rem;
  line-height: 1.21;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84375rem;
}
.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: 2.44rem;
  line-height: 1.21;
}
.display-5 > .mbr-iconfont {
  font-size: 3.05rem;
}
.display-7 {
  font-family: "Brygada 1918", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.09375rem;
}
/* ---- 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: 4.48rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc(2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(
      1 * (2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20)))
    );
  }
  .display-2 {
    font-size: 2.46rem;
    font-size: calc(
      1.72625rem + (3.075 - 1.72625) * ((100vw - 20rem) / (48 - 20))
    );
    line-height: calc(
      1.21 * (1.72625rem + (3.075 - 1.72625) * ((100vw - 20rem) / (48 - 20)))
    );
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.3 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.952rem;
    font-size: calc(1.504rem + (2.44 - 1.504) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(
      1.21 * (1.504rem + (2.44 - 1.504) * ((100vw - 20rem) / (48 - 20)))
    );
  }
  .display-7 {
    font-size: 0.7rem;
    font-size: calc(
      0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))
    );
    line-height: calc(
      1.3 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)))
    );
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc(2.61rem + (5.6 - 2.61) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc(
      1 * (2.61rem + (5.6 - 2.61) * ((100vw - 62rem) / (87 - 62)))
    );
  }
  .display-2 {
    font-size: 2.46rem;
    font-size: calc(
      1.72625rem + (3.075 - 1.72625) * ((100vw - 62rem) / (87 - 62))
    );
    line-height: calc(
      1.21 * (1.72625rem + (3.075 - 1.72625) * ((100vw - 62rem) / (87 - 62)))
    );
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc(1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc(1.3 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.952rem;
    font-size: calc(1.504rem + (2.44 - 1.504) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc(
      1.21 * (1.504rem + (2.44 - 1.504) * ((100vw - 62rem) / (87 - 62)))
    );
  }
  .display-7 {
    font-size: 0.7rem;
    font-size: calc(
      0.95625rem + (0.875 - 0.95625) * ((100vw - 62rem) / (87 - 62))
    );
    line-height: calc(
      1.3 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 62rem) / (87 - 62)))
    );
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f6bd60 !important;
}
.bg-success {
  background-color: #46dd97 !important;
}
.bg-info {
  background-color: #2fd3f4 !important;
}
.bg-warning {
  background-color: #ffc824 !important;
}
.bg-danger {
  background-color: #df4453 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f6bd60 !important;
  border-color: #f6bd60 !important;
  color: #221602 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f9d190 !important;
  border-color: #f9d190 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #221602 !important;
  background-color: #f9d190 !important;
  border-color: #f9d190 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #84a59d !important;
  border-color: #84a59d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #a1bbb4 !important;
  border-color: #a1bbb4 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a1bbb4 !important;
  border-color: #a1bbb4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #2fd3f4 !important;
  border-color: #2fd3f4 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5fddf7 !important;
  border-color: #5fddf7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #5fddf7 !important;
  border-color: #5fddf7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #46dd97 !important;
  border-color: #46dd97 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #71e5af !important;
  border-color: #71e5af !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #71e5af !important;
  border-color: #71e5af !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc824 !important;
  border-color: #ffc824 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd557 !important;
  border-color: #ffd557 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffd557 !important;
  border-color: #ffd557 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #df4453 !important;
  border-color: #df4453 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e6707b !important;
  border-color: #e6707b !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e6707b !important;
  border-color: #e6707b !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffedd6 !important;
  border-color: #ffedd6 !important;
  color: #a35b00 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #a35b00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #0f0e0e !important;
  border-color: #0f0e0e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #292727 !important;
  border-color: #292727 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #292727 !important;
  border-color: #292727 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f6bd60;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #f19b0e !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: #f6bd60 !important;
  border-color: #f6bd60 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #84a59d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #597972 !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: #84a59d !important;
  border-color: #84a59d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2fd3f4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0aa3c2 !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: #2fd3f4 !important;
  border-color: #2fd3f4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #46dd97;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #20ad6b !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: #46dd97 !important;
  border-color: #46dd97 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffc824;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cc9900 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #241b00 !important;
  background-color: #ffc824 !important;
  border-color: #ffc824 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #df4453;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ae1e2c !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: #df4453 !important;
  border-color: #df4453 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0f0e0e;
}
.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: #0f0e0e !important;
  border-color: #0f0e0e !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffedd6;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffc77f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #d67800 !important;
  background-color: #ffedd6 !important;
  border-color: #ffedd6 !important;
}
.text-primary {
  color: #f6bd60 !important;
}
.text-secondary {
  color: #84a59d !important;
}
.text-success {
  color: #46dd97 !important;
}
.text-info {
  color: #2fd3f4 !important;
}
.text-warning {
  color: #ffc824 !important;
}
.text-danger {
  color: #df4453 !important;
}
.text-white {
  color: #ffedd6 !important;
}
.text-black {
  color: #0f0e0e !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e3920d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #527169 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1da063 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0997b4 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #bd8e00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a11c29 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffc070 !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: #f6bd60;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2fd3f4;
}
.alert-warning {
  background-color: #ffc824;
}
.alert-danger {
  background-color: #df4453;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f6bd60;
  border-color: #f6bd60;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f6bd60;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f2fdf8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f1fcfe;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffbf0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf2f3;
}
/* 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: 500;
}
.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: #f6bd60 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: "Brygada 1918", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.09375rem;
}
blockquote {
  border-color: #f6bd60;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f6bd60;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f6bd60;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f6bd60;
  border-bottom-color: #f6bd60;
}
.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: #f6bd60 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #84a59d !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='%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 {
  position: relative;
  z-index: 1;
  padding: 10px 13px;
  font-weight: 500;
  border-radius: 1rem !important;
  overflow: hidden;
  border-radius: 0 !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 13px;
  transition: all 0.5s ease;
  font-size: inherit;
}
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: all 0.5s ease;
  z-index: -1;
  pointer-events: none;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn .btn.focus .mbr-iconfont,
.mbr-section-btn .btn.active .mbr-iconfont {
  transform: rotate(180deg);
}
.mbr-section-btn .btn:hover::before,
.mbr-section-btn .btn:focus::before,
.mbr-section-btn .btn.focus::before,
.mbr-section-btn .btn.active::before {
  transform: translateX(0);
}
.mbr-section-btn .btn-primary::before {
  background-image: linear-gradient(90deg, #ffedd6 0%, #f6bd60 90%);
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-primary.focus,
.mbr-section-btn .btn-primary.active {
  color: #221602 !important;
}
.mbr-section-btn .btn-black {
  background-color: #0f0e0e !important;
  color: #ffedd6 !important;
}
.mbr-section-btn .btn-black::before {
  background-image: linear-gradient(90deg, #ffedd6 0%, #f6bd60 90%);
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  color: #221602 !important;
}
.mbr-section-btn .btn-white {
  background-color: #ffedd6 !important;
  color: #0f0e0e !important;
}
.mbr-section-btn .btn-white::before {
  background-image: linear-gradient(90deg, #ffedd6 0%, #f6bd60 90%);
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  color: #221602;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.small-radius {
  border-radius: 8px !important;
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-voYLo3MXT9 .navbar-dropdown {
  position: relative !important;
}
.cid-voYLo3MXT9 .container-fluid {
  padding-left: 182px;
  padding-right: 182px;
}
@media (max-width: 1840px) {
  .cid-voYLo3MXT9 .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1440px) {
  .cid-voYLo3MXT9 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-voYLo3MXT9 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-voYLo3MXT9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voYLo3MXT9 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-voYLo3MXT9 .dropdown-item {
  border: none !important;
  background: #22090b !important;
  font-weight: 700;
}
.cid-voYLo3MXT9 .dropdown-item:hover,
.cid-voYLo3MXT9 .dropdown-item:focus {
  background: #22090b !important;
  color: #fef3f3 !important;
}
.cid-voYLo3MXT9 .dropdown-item:hover span {
  color: white;
}
.cid-voYLo3MXT9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voYLo3MXT9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voYLo3MXT9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voYLo3MXT9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-voYLo3MXT9 .nav-link {
  position: relative;
}
.cid-voYLo3MXT9 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1210px;
}
@media (min-width: 992px) {
  .cid-voYLo3MXT9 .container {
    flex-wrap: nowrap;
  }
}
.cid-voYLo3MXT9 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-voYLo3MXT9 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-voYLo3MXT9 .dropdown-menu,
.cid-voYLo3MXT9 .navbar.opened {
  background: #22090b !important;
}
.cid-voYLo3MXT9 .nav-item:focus,
.cid-voYLo3MXT9 .nav-link:focus {
  outline: none;
}
.cid-voYLo3MXT9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voYLo3MXT9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-voYLo3MXT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voYLo3MXT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voYLo3MXT9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voYLo3MXT9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-voYLo3MXT9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #22090b;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-voYLo3MXT9 .navbar.opened {
  transition: all 0.3s;
}
.cid-voYLo3MXT9 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-voYLo3MXT9 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-voYLo3MXT9 .navbar .navbar-logo img {
  width: auto;
}
.cid-voYLo3MXT9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voYLo3MXT9 .navbar.collapsed {
  justify-content: center;
}
.cid-voYLo3MXT9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voYLo3MXT9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-voYLo3MXT9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voYLo3MXT9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voYLo3MXT9
  .navbar.collapsed
  .dropdown-menu
  .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-voYLo3MXT9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voYLo3MXT9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voYLo3MXT9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voYLo3MXT9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voYLo3MXT9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voYLo3MXT9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voYLo3MXT9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voYLo3MXT9
    .navbar
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-voYLo3MXT9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voYLo3MXT9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voYLo3MXT9 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-voYLo3MXT9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-voYLo3MXT9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voYLo3MXT9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-voYLo3MXT9 .navbar.navbar-short {
  min-height: 70px;
}
.cid-voYLo3MXT9 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-voYLo3MXT9 .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 !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-voYLo3MXT9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-voYLo3MXT9 .navbar-brand .navbar-caption:hover,
.cid-voYLo3MXT9 .navbar-brand .navbar-caption:focus {
  color: #fef3f3 !important;
}
.cid-voYLo3MXT9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voYLo3MXT9 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-voYLo3MXT9 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fef3f3 !important;
}
.cid-voYLo3MXT9 .dropdown-item.active,
.cid-voYLo3MXT9 .dropdown-item:active {
  background-color: transparent;
}
.cid-voYLo3MXT9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voYLo3MXT9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voYLo3MXT9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voYLo3MXT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #22090b;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-voYLo3MXT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-voYLo3MXT9
  .navbar.navbar-expand-lg
  .dropdown
  .dropdown-menu
  .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-voYLo3MXT9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voYLo3MXT9 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-voYLo3MXT9 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-voYLo3MXT9 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-voYLo3MXT9 .navbar-buttons {
    text-align: left;
  }
}
.cid-voYLo3MXT9 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-voYLo3MXT9 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-voYLo3MXT9 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #22090b !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-voYLo3MXT9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fef3f3;
}
.cid-voYLo3MXT9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-voYLo3MXT9 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voYLo3MXT9 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voYLo3MXT9 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-voYLo3MXT9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voYLo3MXT9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voYLo3MXT9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voYLo3MXT9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voYLo3MXT9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-voYLo3MXT9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voYLo3MXT9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-voYLo3MXT9 .navbar {
    height: 70px;
  }
  .cid-voYLo3MXT9 .navbar.opened {
    height: auto;
  }
  .cid-voYLo3MXT9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voYLo3MXT9 .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-voYLo3MXT9 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-voYLo3MXT9 .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 10px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-voYLo3MXT9 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-voYLo3MXT9 .nav-item .nav-link:hover,
.cid-voYLo3MXT9 .nav-item .nav-link:focus {
  transform: translateY(-3px);
  color: #fef3f3 !important;
}
.cid-voYLo3MXT9 .nav-item .nav-link:hover::after,
.cid-voYLo3MXT9 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-voYLo3MXT9 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-voYLo3MXT9 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-voYLo3MXT9 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-voYLo3MXT9 .navbar {
    justify-content: flex-start !important;
  }
  .cid-voYLo3MXT9 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-voYLo3MXT9 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-voYLo3MXT9 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-voYLo3MXT9 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-voYLo3MXT9 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-voYLo3MXT9 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-voYLo3MXT9 .content-wrap {
  min-height: 70px;
}
.cid-voYLo3MXT9 .navbar-caption {
  color: #fef3f3;
}
.cid-voYLo3MXT9 .nav-link,
.cid-voYLo3MXT9 .dropdown-item {
  color: #fef3f3;
}
.cid-voYLo3NHud {
  padding-bottom: 3rem;
  align-items: flex-end;
  background-image: url("../../assets/images/photo-1525018667593-176858caed6a.webp");
  position: relative;
}
.cid-voYLo3NHud .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo3NHud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYLo3NHud::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  border: 8px solid #22090b;
  background-image: linear-gradient(
    45deg,
    #22090b -10%,
    transparent 50%,
    #22090b 110%
  );
}
.cid-voYLo3NHud .desc-wrapper {
  position: relative;
  z-index: 2;
}
.cid-voYLo3NHud .desc-wrapper .desc-wrap {
  display: inline-block;
  width: 15%;
  margin-bottom: 24px;
  position: relative;
  padding: 16px;
}
@media (max-width: 1840px) {
  .cid-voYLo3NHud .desc-wrapper .desc-wrap {
    width: 20%;
  }
}
@media (max-width: 1640px) {
  .cid-voYLo3NHud .desc-wrapper .desc-wrap {
    width: 30%;
  }
}
@media (max-width: 1440px) {
  .cid-voYLo3NHud .desc-wrapper .desc-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-voYLo3NHud .desc-wrapper .desc-wrap {
    width: auto;
  }
}
.cid-voYLo3NHud .desc-wrapper .desc-wrap .corner-wrap {
  position: absolute;
  width: 13px;
  height: 13px;
}
.cid-voYLo3NHud .desc-wrapper .desc-wrap .corner_1 {
  top: 0;
  left: 0;
  border-top: 2px solid #fef3f3;
  border-left: 2px solid #fef3f3;
}
.cid-voYLo3NHud .desc-wrapper .desc-wrap .corner_2 {
  bottom: 0;
  right: 0;
  border-right: 2px solid #fef3f3;
  border-bottom: 2px solid #fef3f3;
}
.cid-voYLo3NHud .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-voYLo3NHud .title-wrapper {
  position: relative;
  z-index: 3;
}
.cid-voYLo3NHud .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-voYLo3NHud .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-voYLo3NHud .title-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-voYLo3NHud .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voYLo3NHud .title-wrapper .mbr-section-btn {
  margin-top: 6px;
}
.cid-voYLo3NHud .mbr-label {
  position: relative;
  z-index: 2;
  margin-bottom: 2px;
  font-size: 270px;
  line-height: 1;
  color: #fef3f3;
  text-align: center;
}
@media (max-width: 1840px) {
  .cid-voYLo3NHud .mbr-label {
    font-size: 220px;
  }
}
@media (max-width: 1640px) {
  .cid-voYLo3NHud .mbr-label {
    font-size: 200px;
  }
}
@media (max-width: 1440px) {
  .cid-voYLo3NHud .mbr-label {
    font-size: 160px;
  }
}
@media (max-width: 1280px) {
  .cid-voYLo3NHud .mbr-label {
    font-size: 100px;
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .cid-voYLo3NHud .mbr-label {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .cid-voYLo3NHud .mbr-label {
    font-size: 50px;
  }
}
.cid-voYLo3NHud .mbr-section-title {
  color: #ffedd6;
}
.cid-voYLo3NHud .mbr-text,
.cid-voYLo3NHud .text-wrapper {
  color: #ffedd6;
  text-align: right;
}
.cid-voYLo3NHud .mbr-desc {
  color: #ffedd6;
}
.cid-voYLo3NHud .mbr-section-title,
.cid-voYLo3NHud .mbr-section-btn {
  text-align: right;
  color: #fef3f3;
}
.cid-voYLo3NHud .mbr-desc,
.cid-voYLo3NHud .desc-wrapper {
  color: #fef3f3;
}
.cid-voYLo3Oztl .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo3Oztl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../assets/images/background1.webp");
}
.cid-voYLo3Oztl .image-wrapper {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-voYLo3Oztl .image-wrapper {
    height: 300px;
  }
}
.cid-voYLo3PPi8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22090b;
}
.cid-voYLo3PPi8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo3PPi8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYLo3PPi8 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  margin-bottom: -40px;
}
@media (max-width: 992px) {
  .cid-voYLo3PPi8 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voYLo3PPi8 .title-wrapper .label-wrapper .mbr-label {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-voYLo3PPi8 .title-wrapper .label-wrapper .mbr-label {
    margin-bottom: 16px;
  }
}
.cid-voYLo3PPi8 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #fef3f3 20%, #c08d31);
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voYLo3PPi8 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-voYLo3PPi8 .content-wrap {
  position: relative;
  padding: 200px 0;
  overflow: hidden;
  will-change: transform;
  padding: 260px 0 200px;
}
.cid-voYLo3PPi8 .content-wrap .over-wrap {
  display: none;
}
.cid-voYLo3PPi8 .content-wrap .image-wrap {
  display: none;
}
@media (max-width: 992px) {
  .cid-voYLo3PPi8 .content-wrap {
    padding: 40px 16px;
  }
}
@media (max-width: 992px) {
  .cid-voYLo3PPi8 .content-wrap {
    padding: 80px 16px 40px;
  }
}
@media (max-width: 992px) {
  .cid-voYLo3PPi8 .content-wrap {
    padding: 80px 16px 40px;
  }
}
.cid-voYLo3PPi8 .content-wrap .over-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #22090b;
  opacity: 0.9;
  pointer-events: none;
  z-index: 1;
}
.cid-voYLo3PPi8 .content-wrap .image-wrap {
  display: block;
}
.cid-voYLo3PPi8 .content-wrap .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voYLo3PPi8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-voYLo3PPi8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-voYLo3PPi8 .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  transform: rotate(-1.75deg);
}
@media (max-width: 992px) {
  .cid-voYLo3PPi8 .embla__slide:nth-child(2n) .slide-content .item-wrapper {
    transform: rotate(0deg);
  }
}
.cid-voYLo3PPi8 .embla__slide .slide-content {
  width: 100%;
}
.cid-voYLo3PPi8 .embla__slide .slide-content .item-wrapper {
  transform: rotate(1.75deg);
  background-color: #22090b;
  border: 1px solid #522125;
  padding: 16px;
  height: 100%;
  min-height: 355px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-voYLo3PPi8 .embla__slide .slide-content .item-wrapper {
    min-height: auto;
    transform: rotate(0deg);
  }
}
.cid-voYLo3PPi8 .embla__slide .slide-content .item-wrapper .item-text {
  margin-bottom: 24px;
}
.cid-voYLo3PPi8
  .embla__slide
  .slide-content
  .item-wrapper
  .person-wrapper
  .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-voYLo3PPi8
  .embla__slide
  .slide-content
  .item-wrapper
  .person-wrapper
  .person-wrap
  .item-img
  img {
  display: inline-flex;
  width: 56px;
  height: 56px;
  min-width: 56px;
  object-fit: cover;
}
.cid-voYLo3PPi8
  .embla__slide
  .slide-content
  .item-wrapper
  .person-wrapper
  .person-wrap
  .name-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voYLo3PPi8
  .embla__slide
  .slide-content
  .item-wrapper
  .person-wrapper
  .person-wrap
  .name-wrapper
  .item-name {
  margin-bottom: 0;
}
.cid-voYLo3PPi8
  .embla__slide
  .slide-content
  .item-wrapper
  .person-wrapper
  .person-wrap
  .name-wrapper
  .item-role {
  margin-bottom: 0;
}
.cid-voYLo3PPi8 .embla__button--next,
.cid-voYLo3PPi8 .embla__button--prev {
  display: flex;
}
.cid-voYLo3PPi8 .embla__button {
  bottom: 0;
  width: 24px;
  height: 32px;
  font-size: 24px;
  background-color: transparent !important;
  color: #fef3f3 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-voYLo3PPi8 .embla__button:hover {
  transform: translateY(-4px);
}
.cid-voYLo3PPi8 .embla__button:disabled {
  opacity: 0.3 !important;
  transform: none;
}
.cid-voYLo3PPi8 .embla__button.embla__button--prev {
  margin-left: -32px;
}
.cid-voYLo3PPi8 .embla__button.embla__button--next {
  margin-right: -32px;
}
.cid-voYLo3PPi8 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 3rem;
}
.cid-voYLo3PPi8 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 6px 0;
}
@media (max-width: 768px) {
  .cid-voYLo3PPi8 .embla__viewport {
    padding: 0;
  }
}
.cid-voYLo3PPi8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voYLo3PPi8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voYLo3PPi8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-voYLo3PPi8 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-voYLo3PPi8 .mbr-label {
  color: #ffef90;
  text-align: center;
}
.cid-voYLo3PPi8 .mbr-section-title,
.cid-voYLo3PPi8 .title-wrap {
  color: #ffedd6;
  text-align: center;
}
.cid-voYLo3PPi8 .item-text {
  color: #fef3f3;
}
.cid-voYLo3PPi8 .item-name {
  color: #ffedd6;
}
.cid-voYLo3PPi8 .item-role {
  color: #ffef90;
}
.cid-voYLo3PPi8 .item-name,
.cid-voYLo3PPi8 .person-wrapper {
  color: #fef3f3;
}
.cid-voYLo3RA6G {
  align-items: flex-end;
  padding-bottom: 24px;
  background-image: url("../../assets/images/photo-1706129867447-b4f156c46641.webp");
}
.cid-voYLo3RA6G .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo3RA6G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYLo3RA6G .title-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 1400px) {
  .cid-voYLo3RA6G .title-wrapper {
    margin-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .cid-voYLo3RA6G .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voYLo3RA6G .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-voYLo3RA6G .title-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-voYLo3RA6G .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-voYLo3RA6G .date-wrapper,
  .cid-voYLo3RA6G .address-wrapper {
    margin-bottom: 24px;
  }
}
.cid-voYLo3RA6G .date-wrapper .mbr-label,
.cid-voYLo3RA6G .address-wrapper .mbr-label {
  margin-bottom: 8px;
}
.cid-voYLo3RA6G .date-wrapper .mbr-date,
.cid-voYLo3RA6G .address-wrapper .mbr-date {
  margin-bottom: 0;
}
.cid-voYLo3RA6G .date-wrapper .mbr-address,
.cid-voYLo3RA6G .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-voYLo3RA6G .content-wrap {
  background-color: #22090b;
  border: 1px solid #522125;
  padding: 16px;
  margin-left: 72px;
}
@media (max-width: 1640px) {
  .cid-voYLo3RA6G .content-wrap {
    margin-left: 0;
  }
}
.cid-voYLo3RA6G .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-voYLo3RA6G .content-wrap .person-wrapper {
  margin-top: 40px;
}
.cid-voYLo3RA6G .content-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-voYLo3RA6G .content-wrap .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
}
.cid-voYLo3RA6G
  .content-wrap
  .person-wrapper
  .person-wrap
  .name-wrapper
  .item-name {
  margin-bottom: 0;
}
.cid-voYLo3RA6G
  .content-wrap
  .person-wrapper
  .person-wrap
  .name-wrapper
  .item-role {
  margin-bottom: 0;
}
.cid-voYLo3RA6G .mbr-section-title {
  color: #ffedd6;
}
.cid-voYLo3RA6G .mbr-label {
  color: #fef3f3;
}
.cid-voYLo3RA6G .mbr-date {
  color: #fef3f3;
}
.cid-voYLo3RA6G .mbr-address {
  color: #fef3f3;
}
.cid-voYLo3RA6G .mbr-text {
  color: #ffedd6;
}
.cid-voYLo3RA6G .item-name {
  color: #ffedd6;
}
.cid-voYLo3RA6G .item-role {
  color: #ffef90;
}
.cid-voYLo3RA6G .mbr-section-title,
.cid-voYLo3RA6G .mbr-section-btn {
  text-align: center;
  color: #fef3f3;
}
.cid-voYLo3RA6G .mbr-text,
.cid-voYLo3RA6G .text-wrapper {
  color: #fef3f3;
}
.cid-voYLo3RA6G .item-name,
.cid-voYLo3RA6G .person-wrapper {
  color: #fef3f3;
}
.cid-voYLo3RbTv {
  background-image: url("../../assets/images/photo-1518133120397-258d5eb470c6.webp");
}
.cid-voYLo3RbTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo3RbTv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYLo3RbTv .image-wrapper {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-voYLo3RbTv .image-wrapper {
    height: 300px;
  }
}
.cid-voYLo3RKbG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22090b;
}
.cid-voYLo3RKbG .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo3RKbG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYLo3RKbG .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-voYLo3RKbG .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voYLo3RKbG .title-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #fef3f3 20%, #c08d31);
  margin-bottom: 0;
}
.cid-voYLo3RKbG .content-wrapper {
  margin: 0 -20px;
}
.cid-voYLo3RKbG .content-wrapper .card {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-voYLo3RKbG .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voYLo3RKbG .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-voYLo3RKbG .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-voYLo3RKbG .image-wrapper img {
    height: 300px;
  }
}
.cid-voYLo3RKbG .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-voYLo3RKbG .text-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-voYLo3RKbG .text-wrapper .mbr-label_1 {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voYLo3RKbG .text-wrapper .mbr-label_1 {
    margin-bottom: 16px;
  }
}
.cid-voYLo3RKbG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voYLo3RKbG .items-wrapper .mbr-label_2 {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-voYLo3RKbG .items-wrapper .mbr-label_2 {
    margin-bottom: 40px;
  }
}
.cid-voYLo3RKbG .items-wrapper .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-voYLo3RKbG .items-wrapper .items-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-voYLo3RKbG .items-wrapper .items-wrap .item .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-radius: 0 !important;
  border-bottom: 1px solid #522125;
}
.cid-voYLo3RKbG .items-wrapper .items-wrap .item .item-wrapper .item-number {
  white-space: nowrap;
  max-width: 100px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voYLo3RKbG .items-wrapper .items-wrap .item .item-wrapper .item-number {
    max-width: 100%;
  }
}
.cid-voYLo3RKbG .items-wrapper .items-wrap .item .item-wrapper .item-title {
  margin-bottom: 0;
}
.cid-voYLo3RKbG .items-wrapper .mbr-section-btn {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-voYLo3RKbG .items-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-voYLo3RKbG .btn-wrapper {
  margin-top: -3rem;
}
.cid-voYLo3RKbG .mbr-section-title {
  color: #ffedd6;
}
.cid-voYLo3RKbG .mbr-label_1 {
  color: #ffef90;
}
.cid-voYLo3RKbG .mbr-label_2 {
  color: #ffef90;
}
.cid-voYLo3RKbG .mbr-text {
  color: #ffedd6;
}
.cid-voYLo3RKbG .item-number {
  color: #ffef90;
}
.cid-voYLo3RKbG .item-title {
  color: #fef3f3;
}
.cid-voYLo3RKbG .mbr-text,
.cid-voYLo3RKbG .text-wrapper {
  color: #fef3f3;
}
.cid-voYLo3SEtw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22090b;
}
.cid-voYLo3SEtw .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo3SEtw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYLo3SEtw .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-voYLo3SEtw .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voYLo3SEtw .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-voYLo3SEtw .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-voYLo3SEtw .title-wrapper .label-wrapper .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voYLo3SEtw .title-wrapper .label-wrapper .mbr-label {
    margin-bottom: 16px;
  }
}
.cid-voYLo3SEtw .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #fef3f3 20%, #c08d31);
  margin-bottom: 0;
}
.cid-voYLo3SEtw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-voYLo3SEtw .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-voYLo3SEtw
  .embla__slide:nth-child(2n)
  .slide-content
  .item-wrapper
  .item-content
  .image-wrapper {
  height: 240px;
}
@media (max-width: 992px) {
  .cid-voYLo3SEtw
    .embla__slide:nth-child(2n)
    .slide-content
    .item-wrapper
    .item-content
    .image-wrapper {
    height: 300px;
  }
}
.cid-voYLo3SEtw
  .embla__slide:nth-child(3n)
  .slide-content
  .item-wrapper
  .item-content
  .image-wrapper {
  height: 230px;
}
@media (max-width: 992px) {
  .cid-voYLo3SEtw
    .embla__slide:nth-child(3n)
    .slide-content
    .item-wrapper
    .item-content
    .image-wrapper {
    height: 300px;
  }
}
.cid-voYLo3SEtw
  .embla__slide:nth-child(4n)
  .slide-content
  .item-wrapper
  .item-content
  .image-wrapper {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-voYLo3SEtw
    .embla__slide:nth-child(4n)
    .slide-content
    .item-wrapper
    .item-content
    .image-wrapper {
    height: 300px;
  }
}
.cid-voYLo3SEtw .embla__slide .slide-content {
  width: 100%;
}
.cid-voYLo3SEtw
  .embla__slide
  .slide-content:hover
  .item-wrapper
  .item-content
  .image-wrapper::before,
.cid-voYLo3SEtw
  .embla__slide
  .slide-content:focus
  .item-wrapper
  .item-content
  .image-wrapper::before {
  opacity: 0.6;
}
.cid-voYLo3SEtw
  .embla__slide
  .slide-content:hover
  .item-wrapper
  .item-content
  .image-wrapper
  .mbr-section-btn,
.cid-voYLo3SEtw
  .embla__slide
  .slide-content:focus
  .item-wrapper
  .item-content
  .image-wrapper
  .mbr-section-btn {
  opacity: 1;
}
.cid-voYLo3SEtw .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  height: 410px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-voYLo3SEtw .embla__slide .slide-content .item-wrapper .item-content {
    height: 300px;
  }
}
.cid-voYLo3SEtw
  .embla__slide
  .slide-content
  .item-wrapper
  .item-content
  .image-wrapper {
  width: 100%;
  height: 410px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-voYLo3SEtw
    .embla__slide
    .slide-content
    .item-wrapper
    .item-content
    .image-wrapper {
    height: 300px;
  }
}
.cid-voYLo3SEtw
  .embla__slide
  .slide-content
  .item-wrapper
  .item-content
  .image-wrapper
  .item-img
  img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.cid-voYLo3SEtw
  .embla__slide
  .slide-content
  .item-wrapper
  .item-content
  .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #22090b;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.cid-voYLo3SEtw
  .embla__slide
  .slide-content
  .item-wrapper
  .item-content
  .image-wrapper
  .mbr-section-btn {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
}
.cid-voYLo3SEtw .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  padding: 8px;
}
.cid-voYLo3SEtw
  .embla__slide
  .slide-content
  .item-wrapper
  .card-box
  .item-label {
  margin-bottom: 8px;
}
.cid-voYLo3SEtw
  .embla__slide
  .slide-content
  .item-wrapper
  .card-box
  .item-title {
  margin-bottom: 0;
}
.cid-voYLo3SEtw
  .embla__slide
  .slide-content
  .item-wrapper
  .card-box
  .item-text {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-voYLo3SEtw .embla__button--next,
.cid-voYLo3SEtw .embla__button--prev {
  display: flex;
}
.cid-voYLo3SEtw .embla__button {
  bottom: 0;
  width: 24px;
  height: 32px;
  font-size: 24px;
  background-color: transparent !important;
  color: #ffedd6 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-voYLo3SEtw .embla__button:hover {
  transform: translateY(-4px);
}
.cid-voYLo3SEtw .embla__button:disabled {
  opacity: 0.3 !important;
  transform: none;
}
.cid-voYLo3SEtw .embla__button.embla__button--prev {
  margin-left: -32px;
}
.cid-voYLo3SEtw .embla__button.embla__button--next {
  margin-right: -32px;
}
.cid-voYLo3SEtw .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-voYLo3SEtw .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-voYLo3SEtw .embla__viewport {
    padding: 0;
  }
}
.cid-voYLo3SEtw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voYLo3SEtw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voYLo3SEtw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-voYLo3SEtw .item-menu-overlay {
  opacity: 0 !important;
}
.cid-voYLo3SEtw .mbr-section-title {
  color: #fef3f3;
}
.cid-voYLo3SEtw .mbr-label {
  color: #ffef90;
}
.cid-voYLo3SEtw .mbr-text {
  color: #ffedd6;
}
.cid-voYLo3SEtw .item-label {
  color: #ffef90;
}
.cid-voYLo3SEtw .item-title {
  color: #fef3f3;
}
.cid-voYLo3SEtw .item-text {
  color: #ffedd6;
}
.cid-voYLo3TW1D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22090b;
}
.cid-voYLo3TW1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo3TW1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYLo3TW1D .mbr-label {
  margin-bottom: 16px;
  color: #ffef90;
}
.cid-voYLo3TW1D .title-wrap {
  margin-bottom: 40px;
}
.cid-voYLo3TW1D .title-wrap .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #fef3f3 20%, #c08d31);
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voYLo3TW1D .tabs-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voYLo3TW1D .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-voYLo3TW1D .tabs-wrapper .nav.nav-tabs {
    justify-content: center;
    gap: 24px;
  }
}
.cid-voYLo3TW1D .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-voYLo3TW1D .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: block;
  color: #fef3f3;
  padding: 3px 0;
  border: none;
  transition: all 0.3s ease;
  background-color: transparent;
  margin-bottom: 0;
  position: relative;
}
.cid-voYLo3TW1D .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffef90;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-voYLo3TW1D .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover,
.cid-voYLo3TW1D .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:focus {
  transform: translateY(-3px);
}
.cid-voYLo3TW1D .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #fef3f3;
  background-color: transparent;
  transform: translateY(-3px);
}
.cid-voYLo3TW1D .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}
.cid-voYLo3TW1D .tab-content .tab-pane .item-content {
  position: relative;
  background-color: #22090b;
  border: 1px solid #522125;
  padding: 40px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-voYLo3TW1D .tab-content .tab-pane .item-content {
    padding: 24px;
  }
}
.cid-voYLo3TW1D .tab-content .tab-pane .item-content .corner-wrap {
  position: absolute;
  width: 13px;
  height: 13px;
}
.cid-voYLo3TW1D .tab-content .tab-pane .item-content .corner_1 {
  top: 8px;
  left: 8px;
  border-top: 2px solid #fef3f3;
  border-left: 2px solid #fef3f3;
}
.cid-voYLo3TW1D .tab-content .tab-pane .item-content .corner_2 {
  bottom: 8px;
  right: 8px;
  border-right: 2px solid #fef3f3;
  border-bottom: 2px solid #fef3f3;
}
.cid-voYLo3TW1D .tab-content .tab-pane .item-content .image-wrap {
  margin-bottom: 24px;
}
.cid-voYLo3TW1D .tab-content .tab-pane .item-content .image-wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-voYLo3TW1D .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-voYLo3TW1D .tab-content .tab-pane .item-content .card-box .item-title {
  margin-bottom: 16px;
}
.cid-voYLo3TW1D
  .tab-content
  .tab-pane
  .item-content
  .card-box
  .text-wrap
  .item-text {
  margin-bottom: 0;
}
.cid-voYLo3TW1D
  .tab-content
  .tab-pane
  .item-content
  .card-box
  .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-voYLo3TW1D .mbr-section-title {
  color: #ffedd6;
}
.cid-voYLo3TW1D .item-title {
  color: #ffedd6;
}
.cid-voYLo3TW1D .item-text {
  color: #ffedd6;
}
.cid-voYLo3TW1D .item-title,
.cid-voYLo3TW1D .mbr-section-btn {
  color: #fef3f3;
}
.cid-voYLo3TW1D .item-text,
.cid-voYLo3TW1D .text-wrap {
  color: #fef3f3;
}
.cid-voYLo3UCtr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22090b;
}
.cid-voYLo3UCtr .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo3UCtr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYLo3UCtr .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-voYLo3UCtr .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-voYLo3UCtr .items-wrap {
  margin: 0 -8px;
}
.cid-voYLo3UCtr .items-wrap .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-voYLo3UCtr .items-wrap .item {
    margin-bottom: 24px;
  }
  .cid-voYLo3UCtr .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voYLo3UCtr .items-wrap .item:hover .item-wrapper .image-wrapper::before,
.cid-voYLo3UCtr .items-wrap .item:focus .item-wrapper .image-wrapper::before {
  opacity: 0.6;
}
.cid-voYLo3UCtr
  .items-wrap
  .item:hover
  .item-wrapper
  .image-wrapper
  .mbr-section-btn,
.cid-voYLo3UCtr
  .items-wrap
  .item:focus
  .item-wrapper
  .image-wrapper
  .mbr-section-btn {
  opacity: 1;
}
.cid-voYLo3UCtr .items-wrap .item .item-wrapper {
  position: relative;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #522125;
}
@media (max-width: 1440px) {
  .cid-voYLo3UCtr .items-wrap .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-voYLo3UCtr .items-wrap .item .item-wrapper {
    padding: 20px;
  }
}
.cid-voYLo3UCtr .items-wrap .item .item-wrapper .corner-wrap {
  position: absolute;
  width: 13px;
  height: 13px;
}
.cid-voYLo3UCtr .items-wrap .item .item-wrapper .corner_1 {
  top: 8px;
  left: 8px;
  border-top: 2px solid #fef3f3;
  border-left: 2px solid #fef3f3;
}
.cid-voYLo3UCtr .items-wrap .item .item-wrapper .corner_2 {
  bottom: 8px;
  right: 8px;
  border-right: 2px solid #fef3f3;
  border-bottom: 2px solid #fef3f3;
}
.cid-voYLo3UCtr .items-wrap .item .item-wrapper .card-box {
  margin-bottom: 24px;
}
.cid-voYLo3UCtr .items-wrap .item .item-wrapper .card-box .item-role {
  margin-bottom: 8px;
}
.cid-voYLo3UCtr .items-wrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-voYLo3UCtr .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-voYLo3UCtr .items-wrap .item .item-wrapper .image-wrapper {
  position: relative;
  overflow: hidden;
  will-change: transform;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
}
@media (max-width: 1440px) {
  .cid-voYLo3UCtr .items-wrap .item .item-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-voYLo3UCtr .items-wrap .item .item-wrapper .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #22090b;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.cid-voYLo3UCtr .items-wrap .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voYLo3UCtr
  .items-wrap
  .item
  .item-wrapper
  .image-wrapper
  .mbr-section-btn {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
.cid-voYLo3UCtr .mbr-section-title {
  color: #fef3f3;
}
.cid-voYLo3UCtr .mbr-label {
  color: #877e72;
}
.cid-voYLo3UCtr .mbr-text {
  color: #ffedd6;
}
.cid-voYLo3UCtr .item-role {
  color: #ffef90;
}
.cid-voYLo3UCtr .item-title {
  color: #fef3f3;
}
.cid-voYLo3UCtr .item-text {
  color: #fef3f3;
}
.cid-voYLo3UZku {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22090b;
}
.cid-voYLo3UZku .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo3UZku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYLo3UZku .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-voYLo3UZku .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-voYLo3UZku .items-wrap {
  margin: 0 -20px;
}
.cid-voYLo3UZku .items-wrap .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-voYLo3UZku .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voYLo3UZku .items-wrap .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-voYLo3UZku .items-wrap .item .item-wrapper .item-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-voYLo3UZku .items-wrap .item .item-wrapper .card-box .item-label {
  margin-bottom: 8px;
}
.cid-voYLo3UZku .items-wrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-voYLo3UZku .items-wrap .item .item-wrapper .card-box .item-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-voYLo3UZku .items-wrap .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-voYLo3UZku .items-wrap .item .card_2 .item-img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voYLo3UZku .items-wrap .item .card_2 .item-img img {
    height: 300px;
  }
}
.cid-voYLo3UZku .mbr-section-title {
  color: #fef3f3;
}
.cid-voYLo3UZku .item-label {
  color: #ffef90;
}
.cid-voYLo3UZku .item-title {
  color: #ffedd6;
}
.cid-voYLo3UZku .item-text {
  color: #fef3f3;
}
.cid-voYLo3UZku .item-title,
.cid-voYLo3UZku .mbr-section-btn {
  color: #fef3f3;
}
.cid-voYLo3VlJe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22090b;
}
.cid-voYLo3VlJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo3VlJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYLo3VlJe .content-wrapper {
  margin: 0 -30px;
}
.cid-voYLo3VlJe .content-wrapper .card {
  padding: 0 30px;
}
.cid-voYLo3VlJe .mbr-label {
  margin-bottom: 16px;
  color: #ffef90;
}
.cid-voYLo3VlJe .title-wrap {
  margin-bottom: 16px;
}
.cid-voYLo3VlJe .title-wrap .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #fef3f3 20%, #c08d31);
  margin-bottom: 0;
}
.cid-voYLo3VlJe .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voYLo3VlJe .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voYLo3VlJe .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-voYLo3VlJe .image-wrapper {
    margin-top: 40px;
  }
}
.cid-voYLo3VlJe .image-wrapper img {
  height: 420px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voYLo3VlJe .image-wrapper img {
    height: 300px;
  }
}
.cid-voYLo3VlJe .mbr-section-title {
  color: #ffedd6;
}
.cid-voYLo3VlJe .mbr-text {
  color: #ffedd6;
}
.cid-voYLo3VlJe .mbr-text,
.cid-voYLo3VlJe .text-wrapper,
.cid-voYLo3VlJe .mbr-section-btn {
  color: #fef3f3;
}
.cid-voYLo3VRaY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22090b;
}
.cid-voYLo3VRaY .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo3VRaY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYLo3VRaY .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-voYLo3VRaY .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voYLo3VRaY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-voYLo3VRaY .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-voYLo3VRaY .title-wrapper .label-wrapper .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voYLo3VRaY .title-wrapper .label-wrapper .mbr-label {
    margin-bottom: 16px;
  }
}
.cid-voYLo3VRaY .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #fef3f3 20%, #c08d31);
  margin-bottom: 0;
}
.cid-voYLo3VRaY .items-wrap {
  margin: 0 -8px;
}
.cid-voYLo3VRaY .items-wrap .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-voYLo3VRaY .items-wrap .item {
    margin-bottom: 24px;
  }
  .cid-voYLo3VRaY .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voYLo3VRaY .items-wrap .item .item-wrapper {
  position: relative;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #522125;
}
@media (max-width: 992px) {
  .cid-voYLo3VRaY .items-wrap .item .item-wrapper {
    padding: 20px;
  }
}
.cid-voYLo3VRaY .items-wrap .item .item-wrapper .corner-wrap {
  position: absolute;
  width: 13px;
  height: 13px;
}
.cid-voYLo3VRaY .items-wrap .item .item-wrapper .corner_1 {
  top: 8px;
  left: 8px;
}
.cid-voYLo3VRaY .items-wrap .item .item-wrapper .corner_2 {
  bottom: 8px;
  right: 8px;
}
.cid-voYLo3VRaY .items-wrap .item .item-wrapper .card-box .item-title_1,
.cid-voYLo3VRaY .items-wrap .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 8px;
}
.cid-voYLo3VRaY .items-wrap .item .item-wrapper .card-box .item-text_1,
.cid-voYLo3VRaY .items-wrap .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-voYLo3VRaY .items-wrap .item .item-wrapper .card-box .item-price_1,
.cid-voYLo3VRaY .items-wrap .item .item-wrapper .card-box .item-price_2 {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-voYLo3VRaY .items-wrap .item .item-wrapper .card-box .list-wrapper {
  margin-top: 24px;
}
.cid-voYLo3VRaY
  .items-wrap
  .item
  .item-wrapper
  .card-box
  .list-wrapper
  .item-list-title_1 {
  margin-bottom: 24px;
}
.cid-voYLo3VRaY .items-wrap .item .item-wrapper .card-box .list-wrapper .list_1,
.cid-voYLo3VRaY
  .items-wrap
  .item
  .item-wrapper
  .card-box
  .list-wrapper
  .list_2 {
  margin: 0;
  padding-left: 20px;
}
.cid-voYLo3VRaY
  .items-wrap
  .item
  .item-wrapper
  .card-box
  .list-wrapper
  .list_1
  .item-wrap_1,
.cid-voYLo3VRaY
  .items-wrap
  .item
  .item-wrapper
  .card-box
  .list-wrapper
  .list_2
  .item-wrap_1,
.cid-voYLo3VRaY
  .items-wrap
  .item
  .item-wrapper
  .card-box
  .list-wrapper
  .list_1
  .item-wrap_2,
.cid-voYLo3VRaY
  .items-wrap
  .item
  .item-wrapper
  .card-box
  .list-wrapper
  .list_2
  .item-wrap_2 {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-voYLo3VRaY .items-wrap .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-voYLo3VRaY .items-wrap .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-voYLo3VRaY .items-wrap .item .card_1 {
  background-color: #22090b;
}
.cid-voYLo3VRaY .items-wrap .item .card_1 .corner_1 {
  border-top: 2px solid #fef3f3;
  border-left: 2px solid #fef3f3;
}
.cid-voYLo3VRaY .items-wrap .item .card_1 .corner_2 {
  border-right: 2px solid #fef3f3;
  border-bottom: 2px solid #fef3f3;
}
.cid-voYLo3VRaY .items-wrap .item .card_2 {
  background-image: linear-gradient(315deg, #c08d31, #fef3f3);
}
.cid-voYLo3VRaY .items-wrap .item .card_2 .corner_1 {
  border-top: 2px solid #22090b;
  border-left: 2px solid #22090b;
}
.cid-voYLo3VRaY .items-wrap .item .card_2 .corner_2 {
  border-right: 2px solid #22090b;
  border-bottom: 2px solid #22090b;
}
.cid-voYLo3VRaY .mbr-section-title {
  color: #fef3f3;
}
.cid-voYLo3VRaY .mbr-label {
  color: #ffef90;
}
.cid-voYLo3VRaY .mbr-text {
  color: #ffedd6;
}
.cid-voYLo3VRaY .item-title_1 {
  color: #fef3f3;
}
.cid-voYLo3VRaY .item-title_2 {
  color: #22090b;
}
.cid-voYLo3VRaY .item-text_1 {
  color: #fef3f3;
}
.cid-voYLo3VRaY .item-text_2 {
  color: #22090b;
}
.cid-voYLo3VRaY .item-price_1 {
  color: #ffef90;
}
.cid-voYLo3VRaY .item-price_2 {
  color: #22090b;
}
.cid-voYLo3VRaY .item-list-title_1 {
  color: #ffedd6;
}
.cid-voYLo3VRaY .item-list-title_2 {
  color: #0f0e0e;
}
.cid-voYLo3VRaY .list_1 {
  color: #ffedd6;
}
.cid-voYLo3VRaY .list_2 {
  color: #0f0e0e;
}
.cid-voYLo3VRaY .item-list-title_1,
.cid-voYLo3VRaY .list_1 {
  color: #fef3f3;
}
.cid-voYLo3VRaY .list_1,
.cid-voYLo3VRaY .item-wrap_1 {
  color: #fef3f3;
}
.cid-voYLo3VRaY .item-list-title_2,
.cid-voYLo3VRaY .list_2 {
  color: #22090b;
}
.cid-voYLo3VRaY .list_2,
.cid-voYLo3VRaY .item-wrap_2 {
  color: #22090b;
}
.cid-voYLo3Wh0k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22090b;
}
.cid-voYLo3Wh0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo3Wh0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYLo3Wh0k .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-voYLo3Wh0k .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-voYLo3Wh0k .items-wrap {
  margin: 0 -30px;
}
.cid-voYLo3Wh0k .items-wrap .item {
  padding: 0 30px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-voYLo3Wh0k .items-wrap .item {
    margin-bottom: 40px;
  }
  .cid-voYLo3Wh0k .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voYLo3Wh0k .items-wrap .item .item-wrapper:hover .image-wrapper .blur-wrap,
.cid-voYLo3Wh0k
  .items-wrap
  .item
  .item-wrapper:focus
  .image-wrapper
  .blur-wrap {
  opacity: 1;
}
.cid-voYLo3Wh0k .items-wrap .item .item-wrapper:hover .image-wrapper .item-img,
.cid-voYLo3Wh0k .items-wrap .item .item-wrapper:focus .image-wrapper .item-img {
  opacity: 1;
}
.cid-voYLo3Wh0k .items-wrap .item .item-wrapper .image-wrapper {
  position: relative;
  height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-voYLo3Wh0k .items-wrap .item .item-wrapper .image-wrapper {
    height: 350px;
  }
}
.cid-voYLo3Wh0k .items-wrap .item .item-wrapper .image-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  animation: none !important;
}
.cid-voYLo3Wh0k .items-wrap .item .item-wrapper .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.cid-voYLo3Wh0k .items-wrap .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 2;
  display: inline-flex;
  height: 240px;
  width: 190px;
  object-fit: cover;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-voYLo3Wh0k .items-wrap .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voYLo3Wh0k .items-wrap .item .item-wrapper .card-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-voYLo3Wh0k .items-wrap .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-voYLo3Wh0k .items-wrap .item .item-wrapper .card-box .item-content {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-voYLo3Wh0k .items-wrap .item .item-wrapper .card-box .item-content {
    width: 100%;
  }
}
.cid-voYLo3Wh0k
  .items-wrap
  .item
  .item-wrapper
  .card-box
  .item-content
  .item-date {
  margin-bottom: 8px;
}
.cid-voYLo3Wh0k
  .items-wrap
  .item
  .item-wrapper
  .card-box
  .item-content
  .item-title {
  margin-bottom: 0;
}
.cid-voYLo3Wh0k
  .items-wrap
  .item
  .item-wrapper
  .card-box
  .item-content
  .item-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-voYLo3Wh0k .items-wrap .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-voYLo3Wh0k .items-wrap .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 14px;
    margin-bottom: -9.6px;
  }
}
.cid-voYLo3Wh0k .mbr-section-title {
  color: #fef3f3;
}
.cid-voYLo3Wh0k .item-date {
  color: #ffef90;
}
.cid-voYLo3Wh0k .item-title {
  color: #fef3f3;
}
.cid-voYLo3Wh0k .item-text {
  color: #ffedd6;
}
.cid-voYLo3X0lu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22090b;
}
.cid-voYLo3X0lu .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo3X0lu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYLo3X0lu .content-wrapper {
  margin: 0 -30px;
}
.cid-voYLo3X0lu .content-wrapper .card {
  padding: 0 30px;
}
.cid-voYLo3X0lu .card {
  justify-content: flex-end;
}
.cid-voYLo3X0lu .mbr-section-title {
  color: #fef3f3;
}
@media (max-width: 992px) {
  .cid-voYLo3X0lu .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-voYLo3X0lu .mbr-label {
  margin-bottom: 16px;
  color: #ffef90;
}
@media (max-width: 992px) {
  .cid-voYLo3X0lu .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voYLo3X0lu .text-wrapper .mbr-text {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #fef3f3 20%, #c08d31);
  margin-bottom: 0;
}
.cid-voYLo3X0lu .mbr-section-btn {
  margin-top: 14px;
}
.cid-voYLo3X0lu .mbr-text {
  color: #ffedd6;
}
.cid-voYLo3Xaud {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22090b;
}
.cid-voYLo3Xaud .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo3Xaud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYLo3Xaud .content-wrapper {
  margin: 0 -30px;
}
.cid-voYLo3Xaud .content-wrapper .item {
  padding: 0 30px;
}
.cid-voYLo3Xaud .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-voYLo3Xaud .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-voYLo3Xaud .title-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #fef3f3 20%, #c08d31);
  margin-bottom: 0;
}
.cid-voYLo3Xaud .mbr-section-subtitle {
  margin-bottom: 0;
  color: #fef3f3;
}
@media (max-width: 992px) {
  .cid-voYLo3Xaud .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-voYLo3Xaud .mbr-section-title {
  color: #ffedd6;
}
.cid-voYLo3X2Cs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22090b;
}
.cid-voYLo3X2Cs .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo3X2Cs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYLo3X2Cs .card {
  justify-content: flex-end;
}
.cid-voYLo3X2Cs .mbr-section-title {
  color: #fef3f3;
}
@media (max-width: 992px) {
  .cid-voYLo3X2Cs .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-voYLo3X2Cs .google-map iframe {
  height: 400px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-voYLo3X2Cs .google-map iframe {
    height: 300px;
  }
}
.cid-voYLo3YSK1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fef3f3;
  background-image: linear-gradient(315deg, #c08d31, #fef3f3);
}
.cid-voYLo3YSK1 .item:focus,
.cid-voYLo3YSK1 span:focus {
  outline: none;
}
.cid-voYLo3YSK1 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-voYLo3YSK1 .content-head {
  max-width: 800px;
}
.cid-voYLo3YSK1 .item {
  color: #22090b;
  padding: 10px;
}
.cid-voYLo3YYQC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22090b;
}
.cid-voYLo3YYQC .item:focus,
.cid-voYLo3YYQC span:focus {
  outline: none;
}
.cid-voYLo3YYQC .item {
  cursor: pointer;
}
.cid-voYLo3YYQC .grid-container {
  grid-row-gap: 40px;
}
@media (max-width: 992px) {
  .cid-voYLo3YYQC .grid-container {
    grid-row-gap: 24px;
  }
}
.cid-voYLo3YYQC .grid-container-1,
.cid-voYLo3YYQC .grid-container-2 {
  gap: 0 40px;
}
@media (max-width: 992px) {
  .cid-voYLo3YYQC .grid-container-1,
  .cid-voYLo3YYQC .grid-container-2 {
    gap: 0 24px;
  }
}
.cid-voYLo3YYQC .mbr-section-title {
  margin-bottom: 40px;
  color: #ffedd6;
  text-align: center;
}
.cid-voYLo3YYQC .content-head {
  max-width: 800px;
}
.cid-voYLo3YYQC .container,
.cid-voYLo3YYQC .container-fluid {
  overflow: hidden;
}
.cid-voYLo3YYQC .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-voYLo3YYQC .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-voYLo3YYQC .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-voYLo3YYQC .grid-item img {
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-voYLo3YYQC .grid-item img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-voYLo3YYQC .grid-item img {
    min-width: 35vw;
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-voYLo3YYQC .grid-item img {
    height: 140px;
  }
}
.cid-voYLo3YYQC .grid-container-1,
.cid-voYLo3YYQC .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-voYLo3YYQC .grid-container-1 {
  align-items: flex-end;
}
.cid-voYLo3YYQC .grid-container-2 {
  align-items: flex-start;
}
.cid-voYLo3YDyE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22090b;
}
.cid-voYLo3YDyE .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo3YDyE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYLo3YDyE .content-wrapper {
  margin: 0 -20px;
}
.cid-voYLo3YDyE .content-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-voYLo3YDyE .content-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-voYLo3YDyE .content-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voYLo3YDyE .content-wrapper .item .item-wrapper .item-img img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-voYLo3YDyE .content-wrapper .item .item-wrapper .item-img img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-voYLo3YDyE .content-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-voYLo3YA1W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22090b;
}
.cid-voYLo3YA1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo3YA1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYLo3YA1W .items-wrapper {
  margin: 0 -60px;
}
.cid-voYLo3YA1W .items-wrapper .item {
  padding: 0 60px;
}
.cid-voYLo3YA1W .title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-voYLo3YA1W .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-voYLo3YA1W .title-wrap .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #ffe2e2 20%, #c08d31);
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voYLo3YA1W .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voYLo3YA1W .image-wrapper img {
  height: 370px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voYLo3YA1W .image-wrapper img {
    height: 300px;
  }
}
.cid-voYLo3YA1W .label-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-voYLo3YA1W .panel-group .card {
  position: relative;
  padding: 40px 0 40px;
  border: none;
  background-color: transparent;
  border-radius: 0 !important;
  border-bottom: 1px solid #522125;
}
@media (max-width: 992px) {
  .cid-voYLo3YA1W .panel-group .card {
    padding: 24px 0 24px;
  }
}
.cid-voYLo3YA1W .panel-group .card:first-child {
  padding-top: 0;
}
@media (max-width: 992px) {
  .cid-voYLo3YA1W .panel-group .card:first-child {
    padding-top: 0;
  }
}
.cid-voYLo3YA1W .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-voYLo3YA1W .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.cid-voYLo3YA1W .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-voYLo3YA1W .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-voYLo3YA1W
  .panel-group
  .card
  .card-header
  .panel-title
  .icon-wrapper
  .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #fef3f3;
}
.cid-voYLo3YA1W
  .panel-group
  .card
  .card-header
  .panel-title:not(.collapsed)
  .icon-wrapper
  .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-voYLo3YA1W .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-voYLo3YA1W .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-voYLo3YA1W .mbr-section-title {
  color: #ffedd6;
}
.cid-voYLo3YA1W .mbr-label {
  color: #ffef90;
}
.cid-voYLo3YA1W .panel-title-edit {
  color: #fef3f3;
}
.cid-voYLo3YA1W .panel-text {
  color: #fef3f3;
}
.cid-voYLo3ZUN1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22090b;
}
.cid-voYLo3ZUN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo3ZUN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYLo3ZUN1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-voYLo3ZUN1 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-voYLo3ZUN1 .items-wrap {
  margin: 0 -30px;
}
.cid-voYLo3ZUN1 .items-wrap .item {
  padding: 0 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-voYLo3ZUN1 .items-wrap .item {
    margin-bottom: 24px;
  }
  .cid-voYLo3ZUN1 .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voYLo3ZUN1 .items-wrap .item:hover .item-wrapper .image-wrapper::before,
.cid-voYLo3ZUN1 .items-wrap .item:focus .item-wrapper .image-wrapper::before {
  opacity: 0.6;
}
.cid-voYLo3ZUN1
  .items-wrap
  .item:hover
  .item-wrapper
  .image-wrapper
  .mbr-section-btn,
.cid-voYLo3ZUN1
  .items-wrap
  .item:focus
  .item-wrapper
  .image-wrapper
  .mbr-section-btn {
  opacity: 1;
}
.cid-voYLo3ZUN1 .items-wrap .item .item-wrapper {
  position: relative;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #522125;
}
@media (max-width: 992px) {
  .cid-voYLo3ZUN1 .items-wrap .item .item-wrapper {
    padding: 20px;
  }
}
.cid-voYLo3ZUN1 .items-wrap .item .item-wrapper .corner-wrap {
  position: absolute;
  width: 13px;
  height: 13px;
}
.cid-voYLo3ZUN1 .items-wrap .item .item-wrapper .corner_1 {
  top: 8px;
  left: 8px;
}
.cid-voYLo3ZUN1 .items-wrap .item .item-wrapper .corner_2 {
  bottom: 8px;
  right: 8px;
}
.cid-voYLo3ZUN1 .items-wrap .item .item-wrapper .image-wrapper {
  position: relative;
  overflow: hidden;
  will-change: transform;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-voYLo3ZUN1 .items-wrap .item .item-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-voYLo3ZUN1 .items-wrap .item .item-wrapper .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #22090b;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.cid-voYLo3ZUN1 .items-wrap .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voYLo3ZUN1
  .items-wrap
  .item
  .item-wrapper
  .image-wrapper
  .mbr-section-btn {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
.cid-voYLo3ZUN1 .items-wrap .item .item-wrapper .card-box .item-price_1,
.cid-voYLo3ZUN1 .items-wrap .item .item-wrapper .card-box .item-price_2 {
  margin-bottom: 16px;
}
.cid-voYLo3ZUN1 .items-wrap .item .item-wrapper .card-box .item-title_1,
.cid-voYLo3ZUN1 .items-wrap .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 16px;
}
.cid-voYLo3ZUN1 .items-wrap .item .item-wrapper .card-box .item-text_1,
.cid-voYLo3ZUN1 .items-wrap .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-voYLo3ZUN1 .items-wrap .item .item-wrapper .card-box .list-wrapper {
  margin-top: 24px;
}
.cid-voYLo3ZUN1
  .items-wrap
  .item
  .item-wrapper
  .card-box
  .list-wrapper
  .item-list-title_1 {
  margin-bottom: 24px;
}
.cid-voYLo3ZUN1 .items-wrap .item .item-wrapper .card-box .list-wrapper .list_1,
.cid-voYLo3ZUN1
  .items-wrap
  .item
  .item-wrapper
  .card-box
  .list-wrapper
  .list_2 {
  margin: 0;
  padding-left: 20px;
}
.cid-voYLo3ZUN1
  .items-wrap
  .item
  .item-wrapper
  .card-box
  .list-wrapper
  .list_1
  .item-wrap_1,
.cid-voYLo3ZUN1
  .items-wrap
  .item
  .item-wrapper
  .card-box
  .list-wrapper
  .list_2
  .item-wrap_1,
.cid-voYLo3ZUN1
  .items-wrap
  .item
  .item-wrapper
  .card-box
  .list-wrapper
  .list_1
  .item-wrap_2,
.cid-voYLo3ZUN1
  .items-wrap
  .item
  .item-wrapper
  .card-box
  .list-wrapper
  .list_2
  .item-wrap_2 {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-voYLo3ZUN1 .items-wrap .item .card_1 {
  background-color: #22090b;
}
.cid-voYLo3ZUN1 .items-wrap .item .card_1 .corner_1 {
  border-top: 2px solid #fef3f3;
  border-left: 2px solid #fef3f3;
}
.cid-voYLo3ZUN1 .items-wrap .item .card_1 .corner_2 {
  border-right: 2px solid #fef3f3;
  border-bottom: 2px solid #fef3f3;
}
.cid-voYLo3ZUN1 .items-wrap .item .card_2 {
  background-image: linear-gradient(315deg, #c08d31, #fef3f3);
}
.cid-voYLo3ZUN1 .items-wrap .item .card_2 .corner_1 {
  border-top: 2px solid #22090b;
  border-left: 2px solid #22090b;
}
.cid-voYLo3ZUN1 .items-wrap .item .card_2 .corner_2 {
  border-right: 2px solid #22090b;
  border-bottom: 2px solid #22090b;
}
.cid-voYLo3ZUN1 .mbr-section-title {
  color: #fef3f3;
}
.cid-voYLo3ZUN1 .item-title_1 {
  color: #fef3f3;
}
.cid-voYLo3ZUN1 .item-title_2 {
  color: #22090b;
}
.cid-voYLo3ZUN1 .item-text_1 {
  color: #fef3f3;
}
.cid-voYLo3ZUN1 .item-text_2 {
  color: #22090b;
}
.cid-voYLo3ZUN1 .item-price_1 {
  color: #ffef90;
}
.cid-voYLo3ZUN1 .item-price_2 {
  color: #22090b;
}
.cid-voYLo40yGM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22090b;
}
.cid-voYLo40yGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo40yGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYLo40yGM .content-wrap {
  margin: 0 -8px;
}
.cid-voYLo40yGM .content-wrap .card {
  padding: 0 8px;
  justify-content: flex-end;
}
.cid-voYLo40yGM .title-wrapper {
  height: 100%;
  padding-right: 16px;
  border-right: 1px solid #522125;
}
@media (max-width: 992px) {
  .cid-voYLo40yGM .title-wrapper {
    border-right: none;
  }
}
.cid-voYLo40yGM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voYLo40yGM .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-voYLo40yGM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 240px;
  max-width: 240px;
}
@media (max-width: 768px) {
  .cid-voYLo40yGM .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
}
@media (max-width: 425px) {
  .cid-voYLo40yGM .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-voYLo40yGM .embla__slide .slide-content {
  width: 100%;
}
.cid-voYLo40yGM .embla__slide .slide-content .item-wrapper {
  background-color: #fef3f3;
  padding: 20px 12px;
}
@media (max-width: 768px) {
  .cid-voYLo40yGM .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-voYLo40yGM .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-voYLo40yGM .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 45px;
  object-fit: cover;
}
.cid-voYLo40yGM .embla__button--next,
.cid-voYLo40yGM .embla__button--prev {
  display: flex;
}
.cid-voYLo40yGM .embla__button {
  bottom: 0;
  width: 24px;
  height: 32px;
  font-size: 24px;
  background-color: transparent !important;
  color: #ffedd6 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-voYLo40yGM .embla__button:hover {
  transform: translateY(-4px);
}
.cid-voYLo40yGM .embla__button:disabled {
  opacity: 0.3 !important;
  transform: none;
}
.cid-voYLo40yGM .embla__button.embla__button--prev {
  margin-left: -32px;
}
.cid-voYLo40yGM .embla__button.embla__button--next {
  margin-right: -32px;
}
.cid-voYLo40yGM .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-voYLo40yGM .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-voYLo40yGM .embla__viewport {
    padding: 0;
  }
}
.cid-voYLo40yGM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voYLo40yGM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voYLo40yGM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-voYLo40yGM .item-menu-overlay {
  opacity: 0 !important;
}
.cid-voYLo40yGM .mbr-section-title {
  color: #ffef90;
}
.cid-voYLo40bBn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22090b;
}
.cid-voYLo40bBn .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo40bBn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYLo40bBn .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-voYLo40bBn .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-voYLo40bBn .items-wrap {
  margin: 0 -20px;
}
.cid-voYLo40bBn .items-wrap .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-voYLo40bBn .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voYLo40bBn .items-wrap .item .item-wrapper {
  border-radius: 0 !important;
  padding-bottom: 16px;
  border-bottom: 1px solid #522125;
}
.cid-voYLo40bBn .items-wrap .item .item-wrapper .item-label {
  margin-bottom: 16px;
}
.cid-voYLo40bBn .items-wrap .item .item-wrapper .item-number {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-voYLo40bBn .items-wrap .item .item-wrapper .item-number {
    margin-bottom: 16px;
  }
}
.cid-voYLo40bBn .items-wrap .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-voYLo40bBn .items-wrap .item .item-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-voYLo40bBn .mbr-section-title {
  color: #ffedd6;
}
.cid-voYLo40bBn .item-label {
  color: #877e72;
}
.cid-voYLo40bBn .item-number {
  color: #ffef90;
}
.cid-voYLo40bBn .item-text {
  color: #ffedd6;
}
.cid-voYLo40bBn .item-text,
.cid-voYLo40bBn .mbr-section-btn {
  color: #fef3f3;
}
.cid-voYLo40bBn .item-label,
.cid-voYLo40bBn .mbr-section-btn {
  color: #fef3f3;
}
.cid-voYLo41I2u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22090b;
}
.cid-voYLo41I2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo41I2u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYLo41I2u .items-wrap {
  margin: 0 -20px;
}
.cid-voYLo41I2u .items-wrap .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-voYLo41I2u .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voYLo41I2u .items-wrap .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 16px;
}
.cid-voYLo41I2u
  .items-wrap
  .item
  .item-wrapper
  .iconfont-wrapper
  .mbr-iconfont {
  display: inline-flex;
  font-size: 40px;
}
.cid-voYLo41I2u .items-wrap .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-voYLo41I2u .items-wrap .item .item-wrapper .card-box {
  border-top: 1px solid #522125;
  padding-top: 16px;
}
.cid-voYLo41I2u .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-voYLo41I2u .items-wrap .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-voYLo41I2u .item-title {
  color: #877e72;
}
.cid-voYLo41I2u .item-text {
  color: #ffedd6;
}
.cid-voYLo41I2u .cards-icon {
  color: #ffef90;
}
.cid-voYLo41I2u .item-title,
.cid-voYLo41I2u .iconfont-wrapper {
  color: #fef3f3;
}
.cid-voYLo41I2u .item-text,
.cid-voYLo41I2u .mbr-section-btn {
  color: #fef3f3;
}
.cid-voYLo41wqW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22090b;
}
.cid-voYLo41wqW .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo41wqW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYLo41wqW .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-voYLo41wqW .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voYLo41wqW .title-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #fef3f3 20%, #c08d31);
  margin-bottom: 0;
}
.cid-voYLo41wqW .content-wrapper {
  margin: 0 -30px;
}
.cid-voYLo41wqW .content-wrapper .card {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-voYLo41wqW .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voYLo41wqW .image-wrapper img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-voYLo41wqW .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voYLo41wqW .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voYLo41wqW .mbr-section-btn {
  margin-top: 14px;
}
.cid-voYLo41wqW .mbr-section-title {
  color: #ffedd6;
}
.cid-voYLo41wqW .mbr-text {
  color: #ffedd6;
}
.cid-voYLo41wqW .mbr-text,
.cid-voYLo41wqW .text-wrapper,
.cid-voYLo41wqW .mbr-section-btn {
  color: #fef3f3;
}
.cid-voYLo41siL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22090b;
}
.cid-voYLo41siL .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo41siL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYLo41siL .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-voYLo41siL .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voYLo41siL .title-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #fef3f3 20%, #c08d31);
  margin-bottom: 0;
}
.cid-voYLo41siL .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #fef3f3;
}
.cid-voYLo41siL .form-wrap .dragArea.row {
  margin: 0 -30px;
}
.cid-voYLo41siL .form-wrap .dragArea.row .form-group {
  padding: 0 30px;
  margin-bottom: 0 !important;
}
.cid-voYLo41siL .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 5px;
}
.cid-voYLo41siL .form-wrap .dragArea.row .form-group .form-control {
  padding: 0 0 8px;
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid #522125 !important;
  box-shadow: none;
  margin-bottom: 50px;
  border-radius: 0 !important;
  min-height: 38px;
}
@media (max-width: 992px) {
  .cid-voYLo41siL .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 24px;
  }
}
.cid-voYLo41siL
  .form-wrap
  .dragArea.row
  .form-group
  .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-voYLo41siL .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-voYLo41siL .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #ffef90 !important;
}
.cid-voYLo41siL .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-voYLo41siL .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-voYLo41siL
  .form-wrap
  .dragArea.row
  .form-group
  .form-check
  .form-check-input {
  background-color: #522125;
  border-color: #522125;
}
.cid-voYLo41siL .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0 30px;
}
.cid-voYLo41siL .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  min-height: auto;
  width: 30%;
}
@media (max-width: 992px) {
  .cid-voYLo41siL .form-wrap .dragArea.row .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-voYLo41siL .mbr-section-title {
  color: #ffedd6;
}
.cid-voYLo41siL label {
  color: #ffedd6;
}
.cid-voYLo41siL .form-control-label {
  color: #fef3f3;
}
.cid-voYLo42ZEa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-start;
  background-image: url("../../assets/images/photo-1541267646418-54dd246a53db.webp");
  position: relative;
}
.cid-voYLo42ZEa .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo42ZEa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYLo42ZEa::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(135deg, #22090b -5%, transparent 100%);
}
.cid-voYLo42ZEa .content-wrapper {
  position: relative;
  z-index: 2;
  padding: 40px;
  background-color: #22090b;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 640px;
  margin-left: 56px;
}
@media (max-width: 1440px) {
  .cid-voYLo42ZEa .content-wrapper {
    min-height: 540px;
  }
}
@media (max-width: 992px) {
  .cid-voYLo42ZEa .content-wrapper {
    margin-left: 0;
    padding: 24px;
    min-height: auto;
    margin: 0;
  }
}
.cid-voYLo42ZEa .content-wrapper .corner-wrap {
  position: absolute;
  width: 13px;
  height: 13px;
}
.cid-voYLo42ZEa .content-wrapper .corner_1 {
  top: 8px;
  left: 8px;
  border-top: 2px solid #fef3f3;
  border-left: 2px solid #fef3f3;
}
.cid-voYLo42ZEa .content-wrapper .corner_2 {
  bottom: 8px;
  right: 8px;
  border-right: 2px solid #fef3f3;
  border-bottom: 2px solid #fef3f3;
}
.cid-voYLo42ZEa .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-voYLo42ZEa .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 0;
}
.cid-voYLo42ZEa .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #fef3f3 20%, #c08d31);
  margin-bottom: 0;
}
.cid-voYLo42ZEa .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 24px;
}
.cid-voYLo42ZEa .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-voYLo42ZEa .content-wrapper .contacts-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1440px) {
  .cid-voYLo42ZEa .content-wrapper .contacts-wrapper {
    display: block;
  }
}
.cid-voYLo42ZEa .content-wrapper .contacts-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 1440px) {
  .cid-voYLo42ZEa .content-wrapper .contacts-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-voYLo42ZEa .content-wrapper .contacts-wrapper .list-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-voYLo42ZEa .content-wrapper .contacts-wrapper .list-wrapper .list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-voYLo42ZEa
  .content-wrapper
  .contacts-wrapper
  .list-wrapper
  .list
  .item-wrap {
  display: inline-flex;
  margin-top: 16px;
  margin-bottom: 0;
  position: relative;
  width: fit-content;
}
.cid-voYLo42ZEa
  .content-wrapper
  .contacts-wrapper
  .list-wrapper
  .list
  .item-wrap:first-child {
  margin-top: 0;
}
.cid-voYLo42ZEa
  .content-wrapper
  .contacts-wrapper
  .list-wrapper
  .list
  .item-wrap::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffef90;
  transition: all 0.3s ease;
}
.cid-voYLo42ZEa
  .content-wrapper
  .contacts-wrapper
  .list-wrapper
  .list
  .item-wrap:hover::before,
.cid-voYLo42ZEa
  .content-wrapper
  .contacts-wrapper
  .list-wrapper
  .list
  .item-wrap:focus::before {
  transform: translateY(3px);
}
.cid-voYLo42ZEa .content-wrapper .contacts-wrapper .image-wrapper {
  width: 34%;
}
@media (max-width: 1440px) {
  .cid-voYLo42ZEa .content-wrapper .contacts-wrapper .image-wrapper {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-voYLo42ZEa .content-wrapper .contacts-wrapper .image-wrapper img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voYLo42ZEa .content-wrapper .contacts-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-voYLo42ZEa .mbr-section-title {
  color: #ffedd6;
}
.cid-voYLo42ZEa .mbr-text {
  color: #ffedd6;
}
.cid-voYLo42ZEa .mbr-label {
  color: #ffef90;
}
.cid-voYLo42ZEa .list {
  color: #ffedd6;
}
.cid-voYLo42ZEa .list,
.cid-voYLo42ZEa .item-wrap {
  color: #fef3f3;
}
.cid-voYLo44uCA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #22090b;
}
.cid-voYLo44uCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYLo44uCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYLo44uCA .mbr-copy {
  margin-bottom: 0;
  color: #fef3f3;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-voYLo44uCA .mbr-copy {
    text-align: center;
  }
}
.cid-voYLo44uCA .nav-wrapper {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 120px;
}
@media (max-width: 992px) {
  .cid-voYLo44uCA .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voYLo44uCA .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 8px;
}
.cid-voYLo44uCA .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-voYLo44uCA .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-voYLo44uCA .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-voYLo44uCA .nav-wrapper .nav-wrap .list .item-wrap:focus {
  transform: translateY(-3px);
}
.cid-voYLo44uCA .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-voYLo44uCA .mbr-label {
  margin-top: 200px;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  font-size: 300px;
  line-height: 1;
  color: #ffedd6;
  text-align: center;
}
@media (max-width: 1840px) {
  .cid-voYLo44uCA .mbr-label {
    font-size: 220px;
  }
}
@media (max-width: 1640px) {
  .cid-voYLo44uCA .mbr-label {
    font-size: 200px;
  }
}
@media (max-width: 1440px) {
  .cid-voYLo44uCA .mbr-label {
    font-size: 160px;
  }
}
@media (max-width: 1280px) {
  .cid-voYLo44uCA .mbr-label {
    font-size: 100px;
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .cid-voYLo44uCA .mbr-label {
    font-size: 80px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .cid-voYLo44uCA .mbr-label {
    font-size: 50px;
  }
}
.cid-voYLo44uCA .mbr-list-title {
  color: #877e72;
  text-align: left;
}
.cid-voYLo44uCA .list {
  color: #ffedd6;
  text-align: left;
}
.cid-voYLo44uCA .content-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-voYLo44uCA .content-wrapper {
    text-align: center;
  }
}
#features-4-voYLo3SEtw .image-wrapper {
  height: 100%;
}
