.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Geist;
}
.display-1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.09375rem;
}
.display-5 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #e3d8c5 !important;
}
.bg-success {
  background-color: #bdb7ad !important;
}
.bg-info {
  background-color: #d1c2a5 !important;
}
.bg-warning {
  background-color: #ec4908 !important;
}
.bg-danger {
  background-color: #b50702 !important;
}
.btn-primary {
  clip-path: polygon(16px 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 16px);
}
.btn-primary,
.btn-primary:active {
  background-color: #e3d8c5 !important;
  border-color: #e3d8c5 !important;
  color: #504026 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f4efe7 !important;
  border-color: #f4efe7 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #504026 !important;
  background-color: #f4efe7 !important;
  border-color: #f4efe7 !important;
}
.btn-secondary {
  clip-path: polygon(16px 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 16px);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff7038 !important;
  border-color: #ff7038 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff956b !important;
  border-color: #ff956b !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff956b !important;
  border-color: #ff956b !important;
}
.btn-info {
  clip-path: polygon(16px 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 16px);
}
.btn-info,
.btn-info:active {
  background-color: #d1c2a5 !important;
  border-color: #d1c2a5 !important;
  color: #2d2617 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #e2d9c7 !important;
  border-color: #e2d9c7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #2d2617 !important;
  background-color: #e2d9c7 !important;
  border-color: #e2d9c7 !important;
}
.btn-success {
  clip-path: polygon(16px 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 16px);
}
.btn-success,
.btn-success:active {
  background-color: #bdb7ad !important;
  border-color: #bdb7ad !important;
  color: #1f1d19 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d4d0c9 !important;
  border-color: #d4d0c9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #1f1d19 !important;
  background-color: #d4d0c9 !important;
  border-color: #d4d0c9 !important;
}
.btn-warning {
  clip-path: polygon(16px 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 16px);
}
.btn-warning,
.btn-warning:active {
  background-color: #ec4908 !important;
  border-color: #ec4908 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f8682f !important;
  border-color: #f8682f !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f8682f !important;
  border-color: #f8682f !important;
}
.btn-danger {
  clip-path: polygon(16px 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 16px);
}
.btn-danger,
.btn-danger:active {
  background-color: #b50702 !important;
  border-color: #b50702 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e70903 !important;
  border-color: #e70903 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e70903 !important;
  border-color: #e70903 !important;
}
.btn-white {
  clip-path: polygon(16px 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 16px);
}
.btn-white,
.btn-white:active {
  background-color: #f0e7da !important;
  border-color: #f0e7da !important;
  color: #6c522c !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #fffffe !important;
  border-color: #fffffe !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #6c522c !important;
  background-color: #fffffe !important;
  border-color: #fffffe !important;
}
.btn-black {
  clip-path: polygon(16px 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 16px);
}
.btn-black,
.btn-black:active {
  background-color: #262626 !important;
  border-color: #262626 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #404040 !important;
  border-color: #404040 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e3d8c5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c7b18b !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #725c37 !important;
  background-color: #e3d8c5 !important;
  border-color: #e3d8c5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff7038;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e03f00 !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: #ff7038 !important;
  border-color: #ff7038 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d1c2a5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b49b6c !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: #d1c2a5 !important;
  border-color: #d1c2a5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bdb7ad;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #968d7d !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: #bdb7ad !important;
  border-color: #bdb7ad !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ec4908;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #982f05 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ec4908 !important;
  border-color: #ec4908 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b50702;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #5f0401 !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: #b50702 !important;
  border-color: #b50702 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #262626;
}
.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: #262626 !important;
  border-color: #262626 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f0e7da;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d7bf9c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #906d3b !important;
  background-color: #f0e7da !important;
  border-color: #f0e7da !important;
}
.text-primary {
  color: #e3d8c5 !important;
}
.text-secondary {
  color: #ff7038 !important;
}
.text-success {
  color: #bdb7ad !important;
}
.text-info {
  color: #d1c2a5 !important;
}
.text-warning {
  color: #ec4908 !important;
}
.text-danger {
  color: #b50702 !important;
}
.text-white {
  color: #f0e7da !important;
}
.text-black {
  color: #262626 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c2aa80 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d13b00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #908574 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #af9462 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #892a05 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #500301 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #d3b891 !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: #e3d8c5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d1c2a5;
}
.alert-warning {
  background-color: #ec4908;
}
.alert-danger {
  background-color: #b50702;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e3d8c5;
  border-color: #e3d8c5;
  color: #836a3f;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e3d8c5;
}
.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: #f6f5f4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdd4c3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fd3f3a;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.09375rem;
}
.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: #e3d8c5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #e3d8c5;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e3d8c5;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e3d8c5;
}
.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: #e3d8c5;
  border-bottom-color: #e3d8c5;
}
.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: #e3d8c5 !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: #ff7038 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e3d8c5' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 12px 32px;
  font-weight: 700;
  border-radius: 0 !important;
}
.mbr-section-btn .btn-black {
  color: #f0e7da !important;
}
.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: #f0e7da !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vjjbWzsAV2 {
  background-color: #1c1c1c;
}
.cid-vjjbWzsAV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjjbWzsAV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjjbWzsAV2 .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vjjbWzsAV2 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vjjbWzsAV2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vjjbWzsAV2 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vjjbWzsAV2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjjbWzsAV2 .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vjjbWzsAV2 .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-vjjbWzsAV2 .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-vjjbWzsAV2 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-vjjbWzsAV2 .mbr-section-title {
  color: #c10b02;
}
.cid-vjjbWzsAV2 .mbr-text,
.cid-vjjbWzsAV2 .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-vjjbWzsAV2 .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-vjjbWzsAV2 .mbr-section-title,
.cid-vjjbWzsAV2 .mbr-section-btn {
  text-align: center;
}
.cid-vgZMwIV9JA {
  border-bottom: 1px solid #363534;
  overflow: hidden;
  background-color: #1c1c1c;
}
.cid-vgZMwIV9JA .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vgZMwIV9JA .border_1 {
  left: 0;
}
.cid-vgZMwIV9JA .border_2 {
  right: 0;
}
.cid-vgZMwIV9JA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZMwIV9JA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZMwIV9JA .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.cid-vgZMwIV9JA .content-wrapper .corner-wrap {
  position: absolute;
  width: 6px;
  height: 6px;
}
.cid-vgZMwIV9JA .content-wrapper .corner_1 {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vgZMwIV9JA .content-wrapper .corner_2 {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vgZMwIV9JA .content-wrapper .corner_3 {
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vgZMwIV9JA .content-wrapper .corner_4 {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vgZMwIV9JA .content-wrapper .title-wrapper {
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-vgZMwIV9JA .content-wrapper .title-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vgZMwIV9JA .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  padding: 10px 0;
  border-top: 1px solid #524e46;
  border-bottom: 1px solid #524e46;
}
.cid-vgZMwIV9JA .content-wrapper .title-wrapper .label-wrapper .label-wrap .marker-wrap {
  width: 9px;
  min-width: 9px;
  height: 9px;
  background-color: #d1c2a5;
  border-radius: 100%;
}
.cid-vgZMwIV9JA .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-vgZMwIV9JA .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgZMwIV9JA .content-wrapper .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgZMwIV9JA .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-top: 36px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vgZMwIV9JA .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vgZMwIV9JA .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vgZMwIV9JA .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
.cid-vgZMwIV9JA .mbr-label,
.cid-vgZMwIV9JA .label-wrapper {
  color: #d1c2a5;
  text-align: center;
}
.cid-vgZMwIV9JA .mbr-section-title {
  color: #d1c2a5;
}
.cid-vgZMwIV9JA .mbr-section-subtitle {
  color: #f0e7da;
  text-align: center;
}
.cid-vgZMwIV9JA .mbr-text,
.cid-vgZMwIV9JA .text-wrapper {
  color: #d1c2a5;
  text-align: center;
}
.cid-vgZMwIV9JA .mbr-section-title,
.cid-vgZMwIV9JA .mbr-section-btn {
  text-align: center;
}
.cid-vjiZq2wgvp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #363534;
  overflow: hidden;
  background-color: #1c1c1c;
}
.cid-vjiZq2wgvp .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vjiZq2wgvp .border_1 {
  left: 0;
}
.cid-vjiZq2wgvp .border_2 {
  right: 0;
}
.cid-vjiZq2wgvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjiZq2wgvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjiZq2wgvp .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 1px solid #363534;
  border-bottom: 1px solid #363534;
}
.cid-vjiZq2wgvp .content-wrapper .title-wrapper {
  padding: 36px;
  border-left: 1px solid #363534;
  border-right: 1px solid #363534;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vjiZq2wgvp .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.cid-vjiZq2wgvp .content-wrapper .title-wrapper .corner-wrap {
  position: absolute;
  width: 6px;
  height: 6px;
}
.cid-vjiZq2wgvp .content-wrapper .title-wrapper .corner_1 {
  position: absolute;
  top: -1px;
  left: -1px;
  border-top: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vjiZq2wgvp .content-wrapper .title-wrapper .corner_2 {
  position: absolute;
  top: -1px;
  right: -1px;
  border-top: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vjiZq2wgvp .content-wrapper .title-wrapper .corner_3 {
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vjiZq2wgvp .content-wrapper .title-wrapper .corner_4 {
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vjiZq2wgvp .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vjiZq2wgvp .content-wrapper .title-wrapper .title-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjiZq2wgvp .content-wrapper .title-wrapper .title-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjiZq2wgvp .content-wrapper .title-wrapper .title-wrap .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 30px;
}
.cid-vjiZq2wgvp .mbr-section-title {
  color: #d1c2a5;
}
.cid-vjiZq2wgvp .mbr-text,
.cid-vjiZq2wgvp .text-wrapper {
  color: #f0e7da;
  text-align: center;
}
.cid-vjiZq2wgvp .mbr-section-title,
.cid-vjiZq2wgvp .mbr-section-btn {
  text-align: center;
}
.cid-vgZMybvHpp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #363534;
  overflow: hidden;
  background-color: #1c1c1c;
}
.cid-vgZMybvHpp .border-top-wrap {
  width: 100%;
  border-top: 1px solid #363534;
}
.cid-vgZMybvHpp .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vgZMybvHpp .border_1 {
  left: 0;
}
.cid-vgZMybvHpp .border_2 {
  right: 0;
}
.cid-vgZMybvHpp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZMybvHpp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZMybvHpp .content-wrapper {
  padding: 0 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vgZMybvHpp .content-wrapper {
    padding: 0 24px;
  }
}
.cid-vgZMybvHpp .items-wrapper {
  margin: 0 -20px;
}
.cid-vgZMybvHpp .items-wrapper .item {
  padding: 0 20px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vgZMybvHpp .items-wrapper .item:first-child {
    margin-top: 24px;
  }
}
.cid-vgZMybvHpp .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgZMybvHpp .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vgZMybvHpp .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vgZMybvHpp .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 4px;
}
.cid-vgZMybvHpp .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vgZMybvHpp .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgZMybvHpp .btn-wrapper {
  margin-top: -2rem;
}
.cid-vgZMybvHpp .item-title {
  color: #f0e7da;
}
.cid-vgZMybvHpp .item-text {
  color: #d1c2a5;
}
.cid-vjiZHKjyeJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #363534;
  overflow: hidden;
  background-color: #1c1c1c;
}
.cid-vjiZHKjyeJ .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vjiZHKjyeJ .border_1 {
  left: 0;
}
.cid-vjiZHKjyeJ .border_2 {
  right: 0;
}
.cid-vjiZHKjyeJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjiZHKjyeJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjiZHKjyeJ .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 1px solid #363534;
  border-bottom: 1px solid #363534;
}
.cid-vjiZHKjyeJ .content-wrapper .title-wrapper {
  padding: 36px;
  border-left: 1px solid #363534;
  border-right: 1px solid #363534;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vjiZHKjyeJ .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.cid-vjiZHKjyeJ .content-wrapper .title-wrapper .corner-wrap {
  position: absolute;
  width: 6px;
  height: 6px;
}
.cid-vjiZHKjyeJ .content-wrapper .title-wrapper .corner_1 {
  position: absolute;
  top: -1px;
  left: -1px;
  border-top: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vjiZHKjyeJ .content-wrapper .title-wrapper .corner_2 {
  position: absolute;
  top: -1px;
  right: -1px;
  border-top: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vjiZHKjyeJ .content-wrapper .title-wrapper .corner_3 {
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vjiZHKjyeJ .content-wrapper .title-wrapper .corner_4 {
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vjiZHKjyeJ .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vjiZHKjyeJ .content-wrapper .title-wrapper .title-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjiZHKjyeJ .content-wrapper .title-wrapper .title-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjiZHKjyeJ .content-wrapper .title-wrapper .title-wrap .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 30px;
}
.cid-vjiZHKjyeJ .mbr-section-title {
  color: #d1c2a5;
}
.cid-vjiZHKjyeJ .mbr-text,
.cid-vjiZHKjyeJ .text-wrapper {
  color: #f0e7da;
  text-align: center;
}
.cid-vjiZHKjyeJ .mbr-section-title,
.cid-vjiZHKjyeJ .mbr-section-btn {
  text-align: center;
}
.cid-vgZMFSsSXI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1c1c1c;
}
.cid-vgZMFSsSXI .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vgZMFSsSXI .border_1 {
  left: 0;
}
.cid-vgZMFSsSXI .border_2 {
  right: 0;
}
.cid-vgZMFSsSXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZMFSsSXI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZMFSsSXI .items-wrapper {
  margin: 0 -20px;
}
.cid-vgZMFSsSXI .items-wrapper .card {
  padding: 0 20px;
  justify-content: space-between;
}
.cid-vgZMFSsSXI .content-wrapper {
  padding: 0 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vgZMFSsSXI .content-wrapper {
    padding: 0 24px;
  }
}
.cid-vgZMFSsSXI .label-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  padding: 10px 0;
  border-top: 1px solid #524e46;
  border-bottom: 1px solid #524e46;
}
.cid-vgZMFSsSXI .label-wrapper .marker-wrap {
  width: 9px;
  min-width: 9px;
  height: 9px;
  background-color: #d1c2a5;
  border-radius: 100%;
}
.cid-vgZMFSsSXI .label-wrapper .mbr-label {
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-vgZMFSsSXI .label-wrapper .decor-wrapper {
  width: 100%;
  border-top: 10px groove #d1c2a5;
}
@media (max-width: 992px) {
  .cid-vgZMFSsSXI .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgZMFSsSXI .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vgZMFSsSXI .title-wrapper .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgZMFSsSXI .title-wrapper .mbr-text {
    margin-top: 24px;
  }
}
.cid-vgZMFSsSXI .title-wrapper .mbr-section-btn {
  margin-top: 30px;
  width: 100%;
  margin-bottom: -9.6px;
}
.cid-vgZMFSsSXI .title-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-vgZMFSsSXI .container-wrap {
  padding: 16px;
  background-color: #262626;
  position: relative;
  border: 1px solid #363534;
}
@media (max-width: 992px) {
  .cid-vgZMFSsSXI .container-wrap {
    padding: 24px;
  }
}
.cid-vgZMFSsSXI .container-wrap .corner-wrapper {
  position: absolute;
  width: 6px;
  height: 6px;
}
.cid-vgZMFSsSXI .container-wrap .corner-wrapper.corner_1 {
  position: absolute;
  top: -1px;
  left: -1px;
  border-top: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vgZMFSsSXI .container-wrap .corner-wrapper.corner_2 {
  position: absolute;
  top: -1px;
  right: -1px;
  border-top: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vgZMFSsSXI .container-wrap .corner-wrapper.corner_3 {
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vgZMFSsSXI .container-wrap .corner-wrapper.corner_4 {
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vgZMFSsSXI .container-wrap .items-wrap .item {
  margin-bottom: 16px;
}
.cid-vgZMFSsSXI .container-wrap .items-wrap .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgZMFSsSXI .container-wrap .items-wrap .item {
    margin-bottom: 24px;
  }
  .cid-vgZMFSsSXI .container-wrap .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgZMFSsSXI .container-wrap .items-wrap .item .item-wrapper .card-box {
  padding: 28px;
  background-color: #1c1c1c;
  position: relative;
  border: 1px solid #363534;
}
@media (max-width: 992px) {
  .cid-vgZMFSsSXI .container-wrap .items-wrap .item .item-wrapper .card-box {
    flex-direction: column;
    padding: 24px;
  }
}
.cid-vgZMFSsSXI .container-wrap .items-wrap .item .item-wrapper .card-box .corner-wrap {
  position: absolute;
  width: 6px;
  height: 6px;
}
.cid-vgZMFSsSXI .container-wrap .items-wrap .item .item-wrapper .card-box .corner_1 {
  position: absolute;
  top: -1px;
  left: -1px;
  border-top: 1px solid #968c78;
  border-left: 1px solid #968c78;
}
.cid-vgZMFSsSXI .container-wrap .items-wrap .item .item-wrapper .card-box .corner_2 {
  position: absolute;
  top: -1px;
  right: -1px;
  border-top: 1px solid #968c78;
  border-right: 1px solid #968c78;
}
.cid-vgZMFSsSXI .container-wrap .items-wrap .item .item-wrapper .card-box .corner_3 {
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid #968c78;
  border-right: 1px solid #968c78;
}
.cid-vgZMFSsSXI .container-wrap .items-wrap .item .item-wrapper .card-box .corner_4 {
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid #968c78;
  border-left: 1px solid #968c78;
}
.cid-vgZMFSsSXI .container-wrap .items-wrap .item .item-wrapper .card-box .item-number {
  margin-bottom: 16px;
}
.cid-vgZMFSsSXI .container-wrap .items-wrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vgZMFSsSXI .container-wrap .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgZMFSsSXI .btn-wrapper {
  margin-top: -2rem;
}
.cid-vgZMFSsSXI .mbr-label {
  color: #d1c2a5;
}
.cid-vgZMFSsSXI .mbr-section-title {
  color: #d1c2a5;
}
.cid-vgZMFSsSXI .mbr-text {
  color: #f0e7da;
}
.cid-vgZMFSsSXI .item-number {
  color: #f0e7da;
}
.cid-vgZMFSsSXI .item-title {
  color: #f0e7da;
}
.cid-vgZMFSsSXI .item-text {
  color: #d1c2a5;
}
.cid-vgZMzh1Xjs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #363534;
  border-bottom: 1px solid #363534;
  background-color: #1c1c1c;
}
.cid-vgZMzh1Xjs .item:focus,
.cid-vgZMzh1Xjs span:focus {
  outline: none;
}
.cid-vgZMzh1Xjs .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vgZMzh1Xjs .content-head {
  max-width: 800px;
}
.cid-vgZMzh1Xjs .item {
  color: #d1c2a5;
  padding: 10px 0;
}
.cid-vgZMyqhhR7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #262626;
}
.cid-vgZMyqhhR7 .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vgZMyqhhR7 .border_1 {
  left: 0;
}
.cid-vgZMyqhhR7 .border_2 {
  right: 0;
}
.cid-vgZMyqhhR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZMyqhhR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZMyqhhR7 .content-wrapper {
  margin-bottom: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 1px solid #363534;
}
.cid-vgZMyqhhR7 .content-wrapper .frame-wrapper {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.cid-vgZMyqhhR7 .content-wrapper .frame-wrapper .cross-section {
  width: 18px;
  height: 18px;
}
.cid-vgZMyqhhR7 .content-wrapper .frame-wrapper .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #f0e7da 45%);
}
.cid-vgZMyqhhR7 .content-wrapper .frame-wrapper .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #f0e7da 45%);
}
.cid-vgZMyqhhR7 .content-wrapper .frame-wrapper .cross_3 {
  background-image: linear-gradient(45deg, transparent 45%, #f0e7da 45%);
}
.cid-vgZMyqhhR7 .content-wrapper .frame-wrapper .cross_4 {
  background-image: linear-gradient(315deg, transparent 45%, #f0e7da 45%);
}
.cid-vgZMyqhhR7 .content-wrapper .frame-wrapper .frame-wrap {
  width: 100%;
  background-color: #f0e7da;
  margin: 0 -1px;
}
.cid-vgZMyqhhR7 .content-wrapper .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.cid-vgZMyqhhR7 .content-wrap {
  position: relative;
  z-index: 1;
  padding: 20px 36px;
  background-color: #f0e7da;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vgZMyqhhR7 .content-wrap {
    padding: 8px 24px;
  }
}
.cid-vgZMyqhhR7 .content-wrap .label-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
  padding: 10px 0;
  border-top: 1px solid #bdb7ad;
  border-bottom: 1px solid #bdb7ad;
}
@media (max-width: 992px) {
  .cid-vgZMyqhhR7 .content-wrap .label-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgZMyqhhR7 .content-wrap .label-wrapper .marker-wrap {
  width: 9px;
  min-width: 9px;
  height: 9px;
  background-color: #1c1c1c;
  border-radius: 100%;
}
.cid-vgZMyqhhR7 .content-wrap .label-wrapper .mbr-label {
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-vgZMyqhhR7 .content-wrap .label-wrapper .decor-wrapper {
  width: 100%;
  border-top: 10px groove #e3d8c5;
}
.cid-vgZMyqhhR7 .content-wrap .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vgZMyqhhR7 .content-wrap .title-wrapper {
    margin-bottom: 0;
  }
}
.cid-vgZMyqhhR7 .content-wrap .title-wrapper .card {
  justify-content: flex-end;
}
.cid-vgZMyqhhR7 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgZMyqhhR7 .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vgZMyqhhR7 .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgZMyqhhR7 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid #363534;
}
@media (max-width: 992px) {
  .cid-vgZMyqhhR7 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vgZMyqhhR7 .items-wrapper .item {
  margin-bottom: 1px;
}
@media (max-width: 992px) {
  .cid-vgZMyqhhR7 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgZMyqhhR7 .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
.cid-vgZMyqhhR7 .items-wrapper .item:hover .item-wrapper .card-box .item-img img,
.cid-vgZMyqhhR7 .items-wrapper .item:focus .item-wrapper .card-box .item-img img {
  transform: scale(1.1);
}
.cid-vgZMyqhhR7 .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid transparent;
}
@media (max-width: 992px) {
  .cid-vgZMyqhhR7 .items-wrapper .item .item-wrapper {
    border-right: none;
  }
}
.cid-vgZMyqhhR7 .items-wrapper .item .item-wrapper .frame-wrapper {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.cid-vgZMyqhhR7 .items-wrapper .item .item-wrapper .frame-wrapper .cross-section {
  width: 18px;
  height: 18px;
}
.cid-vgZMyqhhR7 .items-wrapper .item .item-wrapper .frame-wrapper .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #f0e7da 45%);
}
.cid-vgZMyqhhR7 .items-wrapper .item .item-wrapper .frame-wrapper .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #f0e7da 45%);
}
.cid-vgZMyqhhR7 .items-wrapper .item .item-wrapper .frame-wrapper .cross_3 {
  background-image: linear-gradient(45deg, transparent 45%, #f0e7da 45%);
}
.cid-vgZMyqhhR7 .items-wrapper .item .item-wrapper .frame-wrapper .cross_4 {
  background-image: linear-gradient(315deg, transparent 45%, #f0e7da 45%);
}
.cid-vgZMyqhhR7 .items-wrapper .item .item-wrapper .frame-wrapper .frame-wrap {
  width: 100%;
  background-color: #f0e7da;
}
.cid-vgZMyqhhR7 .items-wrapper .item .item-wrapper .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.cid-vgZMyqhhR7 .items-wrapper .item .item-wrapper .card-box {
  padding: 20px 36px;
  will-change: transform;
  background-color: #f0e7da;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vgZMyqhhR7 .items-wrapper .item .item-wrapper .card-box {
    padding: 8px 24px;
  }
}
.cid-vgZMyqhhR7 .items-wrapper .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 24px;
}
.cid-vgZMyqhhR7 .items-wrapper .item .item-wrapper .card-box .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-vgZMyqhhR7 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-vgZMyqhhR7 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgZMyqhhR7 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
  width: 100%;
}
.cid-vgZMyqhhR7 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-vgZMyqhhR7 .items-wrapper .item .item-wrapper .card-box .date-wrapper {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid #bdb7ad;
  display: block;
}
@media (max-width: 992px) {
  .cid-vgZMyqhhR7 .items-wrapper .item .item-wrapper .card-box .date-wrapper {
    margin-top: 24px;
  }
}
.cid-vgZMyqhhR7 .items-wrapper .item .item-wrapper .card-box .date-wrapper .item-label {
  margin-bottom: 0;
}
.cid-vgZMyqhhR7 .items-wrapper .item .item-wrapper .card-box .date-wrapper .item-date {
  margin-bottom: 0;
}
.cid-vgZMyqhhR7 .mbr-label {
  color: #1c1c1c;
}
.cid-vgZMyqhhR7 .mbr-section-title {
  color: #1c1c1c;
}
.cid-vgZMyqhhR7 .mbr-text {
  color: #363534;
}
.cid-vgZMyqhhR7 .item-title {
  color: #1c1c1c;
}
.cid-vgZMyqhhR7 .item-text {
  color: #1c1c1c;
}
.cid-vgZMyqhhR7 .item-label {
  color: #363534;
}
.cid-vgZMyqhhR7 .item-date {
  color: #363534;
}
.cid-vgZMyOcyDR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #262626;
}
.cid-vgZMyOcyDR .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vgZMyOcyDR .border_1 {
  left: 0;
}
.cid-vgZMyOcyDR .border_2 {
  right: 0;
}
.cid-vgZMyOcyDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZMyOcyDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZMyOcyDR .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 1px solid #363534;
  border-bottom: 1px solid #363534;
}
.cid-vgZMyOcyDR .frame-wrapper {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.cid-vgZMyOcyDR .frame-wrapper .cross-section {
  width: 18px;
  height: 18px;
}
.cid-vgZMyOcyDR .frame-wrapper .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #f0e7da 45%);
}
.cid-vgZMyOcyDR .frame-wrapper .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #f0e7da 45%);
}
.cid-vgZMyOcyDR .frame-wrapper .cross_3 {
  background-image: linear-gradient(45deg, transparent 45%, #f0e7da 45%);
}
.cid-vgZMyOcyDR .frame-wrapper .cross_4 {
  background-image: linear-gradient(315deg, transparent 45%, #f0e7da 45%);
}
.cid-vgZMyOcyDR .frame-wrapper .frame-wrap {
  width: 100%;
  background-color: #f0e7da;
  margin: 0 -1px;
}
.cid-vgZMyOcyDR .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.cid-vgZMyOcyDR .content-wrap {
  position: relative;
  z-index: 1;
  padding: 20px 36px;
  background-color: #f0e7da;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vgZMyOcyDR .content-wrap {
    padding: 8px 24px;
  }
}
.cid-vgZMyOcyDR .content-wrap .label-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
  padding: 10px 0;
  border-top: 1px solid #bdb7ad;
  border-bottom: 1px solid #bdb7ad;
}
@media (max-width: 992px) {
  .cid-vgZMyOcyDR .content-wrap .label-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgZMyOcyDR .content-wrap .label-wrapper .marker-wrap {
  width: 9px;
  min-width: 9px;
  height: 9px;
  background-color: #1c1c1c;
  border-radius: 100%;
}
.cid-vgZMyOcyDR .content-wrap .label-wrapper .mbr-label {
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-vgZMyOcyDR .content-wrap .label-wrapper .decor-wrapper {
  width: 100%;
  border-top: 10px groove #e3d8c5;
}
.cid-vgZMyOcyDR .content-wrap .items-wrapper {
  margin: 0 -20px;
}
.cid-vgZMyOcyDR .content-wrap .items-wrapper .card {
  padding: 0 20px;
}
.cid-vgZMyOcyDR .content-wrap .items-wrapper .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vgZMyOcyDR .content-wrap .items-wrapper .title-wrapper {
    height: auto;
    margin-bottom: 40px;
  }
}
.cid-vgZMyOcyDR .content-wrap .items-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vgZMyOcyDR .content-wrap .items-wrapper .title-wrapper .text-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vgZMyOcyDR .content-wrap .items-wrapper .title-wrapper .text-wrapper .desc-wrapper .mbr-desc {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vgZMyOcyDR .content-wrap .items-wrapper .title-wrapper .text-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-vgZMyOcyDR .content-wrap .items-wrapper .title-wrapper .text-wrapper .text-wrap {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid #bdb7ad;
  display: block;
}
@media (max-width: 992px) {
  .cid-vgZMyOcyDR .content-wrap .items-wrapper .title-wrapper .text-wrapper .text-wrap {
    margin-top: 0px;
  }
}
.cid-vgZMyOcyDR .content-wrap .items-wrapper .title-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vgZMyOcyDR .content-wrap .items-wrapper .title-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vgZMyOcyDR .content-wrap .items-wrapper .title-wrapper .text-wrapper .text-wrap .mbr-section-btn {
  margin-bottom: -9.6px;
}
.cid-vgZMyOcyDR .content-wrap .items-wrapper .items-wrap {
  padding: 8px;
  background-color: #e3d8c5;
}
.cid-vgZMyOcyDR .content-wrap .items-wrapper .items-wrap .item {
  margin-bottom: 8px;
}
.cid-vgZMyOcyDR .content-wrap .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-vgZMyOcyDR .content-wrap .items-wrapper .items-wrap .item .item-wrapper {
  padding: 36px;
  background-color: #f0e7da;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vgZMyOcyDR .content-wrap .items-wrapper .items-wrap .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vgZMyOcyDR .content-wrap .items-wrapper .items-wrap .item .card-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  display: block;
}
.cid-vgZMyOcyDR .content-wrap .items-wrapper .items-wrap .item .card-box .iconfont-wrapper .mbr-iconfont {
  width: 24px;
  height: 24px;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-vgZMyOcyDR .content-wrap .items-wrapper .items-wrap .item .card-box .item-title {
  margin-bottom: 0;
}
.cid-vgZMyOcyDR .content-wrap .items-wrapper .items-wrap .item .mbr-text {
  margin-bottom: 16px;
}
.cid-vgZMyOcyDR .content-wrap .items-wrapper .items-wrap .item .list-wrapper {
  padding-top: 16px;
  border-top: 1px solid #bdb7ad;
}
.cid-vgZMyOcyDR .content-wrap .items-wrapper .items-wrap .item .list-wrapper .list {
  display: inline-flex;
  gap: 16px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgZMyOcyDR .content-wrap .items-wrapper .items-wrap .item .list-wrapper .list .item-wrap {
  margin-bottom: 0;
  padding-left: 17px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cid-vgZMyOcyDR .content-wrap .items-wrapper .items-wrap .item .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #363534;
}
.cid-vgZMyOcyDR .btn-wrapper {
  margin-top: -2.5rem;
}
.cid-vgZMyOcyDR .mbr-label {
  color: #1c1c1c;
}
.cid-vgZMyOcyDR .mbr-section-title {
  color: #1c1c1c;
}
.cid-vgZMyOcyDR .mbr-text {
  color: #363534;
}
.cid-vgZMyOcyDR .mbr-desc {
  color: #1c1c1c;
}
.cid-vgZMyOcyDR .item-title {
  color: #363534;
}
.cid-vgZMyOcyDR .item-text {
  color: #363534;
}
.cid-vgZMyOcyDR .list {
  color: #363534;
}
.cid-vgZMEJ57so {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #262626;
}
.cid-vgZMEJ57so .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vgZMEJ57so .border_1 {
  left: 0;
}
.cid-vgZMEJ57so .border_2 {
  right: 0;
}
.cid-vgZMEJ57so .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZMEJ57so .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZMEJ57so .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 1px solid #363534;
  border-bottom: 1px solid #363534;
}
.cid-vgZMEJ57so .frame-wrapper {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.cid-vgZMEJ57so .frame-wrapper .cross-section {
  width: 18px;
  height: 18px;
}
.cid-vgZMEJ57so .frame-wrapper .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #e3d8c5 45%);
}
.cid-vgZMEJ57so .frame-wrapper .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #e3d8c5 45%);
}
.cid-vgZMEJ57so .frame-wrapper .cross_3 {
  background-image: linear-gradient(45deg, transparent 45%, #e3d8c5 45%);
}
.cid-vgZMEJ57so .frame-wrapper .cross_4 {
  background-image: linear-gradient(315deg, transparent 45%, #e3d8c5 45%);
}
.cid-vgZMEJ57so .frame-wrapper .frame-wrap {
  width: 100%;
  background-color: #e3d8c5;
  margin: 0 -1px;
}
.cid-vgZMEJ57so .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.cid-vgZMEJ57so .content-wrap {
  position: relative;
  z-index: 1;
  padding: 20px 36px;
  background-color: #e3d8c5;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vgZMEJ57so .content-wrap {
    padding: 8px 24px;
  }
}
.cid-vgZMEJ57so .content-wrap .label-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
  padding: 10px 0;
  border-top: 1px solid #bdb7ad;
  border-bottom: 1px solid #bdb7ad;
}
@media (max-width: 992px) {
  .cid-vgZMEJ57so .content-wrap .label-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgZMEJ57so .content-wrap .label-wrapper .marker-wrap {
  width: 9px;
  min-width: 9px;
  height: 9px;
  background-color: #1c1c1c;
  border-radius: 100%;
}
.cid-vgZMEJ57so .content-wrap .label-wrapper .mbr-label {
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-vgZMEJ57so .content-wrap .label-wrapper .decor-wrapper {
  width: 100%;
  border-top: 10px groove #d1c2a5;
}
.cid-vgZMEJ57so .content-wrap .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vgZMEJ57so .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgZMEJ57so .content-wrap .title-wrapper .card {
  justify-content: flex-end;
}
.cid-vgZMEJ57so .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgZMEJ57so .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vgZMEJ57so .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgZMEJ57so .content-wrap .tab-content-wrap {
  padding: 16px;
  background-color: #d1c2a5;
  margin-bottom: 24px;
  position: relative;
}
.cid-vgZMEJ57so .content-wrap .tab-content-wrap .corner-wrap {
  position: absolute;
  width: 6px;
  height: 6px;
}
.cid-vgZMEJ57so .content-wrap .tab-content-wrap .corner_1 {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #262626;
  border-left: 1px solid #262626;
}
.cid-vgZMEJ57so .content-wrap .tab-content-wrap .corner_2 {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid #262626;
  border-right: 1px solid #262626;
}
.cid-vgZMEJ57so .content-wrap .tab-content-wrap .corner_3 {
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #262626;
  border-right: 1px solid #262626;
}
.cid-vgZMEJ57so .content-wrap .tab-content-wrap .corner_4 {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #262626;
  border-left: 1px solid #262626;
}
.cid-vgZMEJ57so .content-wrap .tab-content-wrap .tab-content .tab-pane .item-content .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vgZMEJ57so .content-wrap .tab-content-wrap .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-vgZMEJ57so .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
  .cid-vgZMEJ57so .content-wrap .tabs-wrapper .nav.nav-tabs {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vgZMEJ57so .content-wrap .tabs-wrapper .nav.nav-tabs {
    grid-template-columns: 1fr;
  }
}
.cid-vgZMEJ57so .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vgZMEJ57so .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  display: block;
  color: #1c1c1c;
  padding: 24px 24px 24px 0;
  border: none;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgZMEJ57so .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 16px;
  }
}
.cid-vgZMEJ57so .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover::before {
  opacity: .25;
}
.cid-vgZMEJ57so .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: .1;
  background-color: #1c1c1c;
  transition: all 0.3s ease;
}
.cid-vgZMEJ57so .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1c1c1c;
  transition: all 3s ease;
  z-index: 1;
}
.cid-vgZMEJ57so .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}
.cid-vgZMEJ57so .mbr-label {
  color: #1c1c1c;
}
.cid-vgZMEJ57so .mbr-section-title {
  color: #1c1c1c;
}
.cid-vgZMEJ57so .mbr-text {
  color: #363534;
}
.cid-vgZMA2f61s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #363534;
  overflow: hidden;
  background-color: #1c1c1c;
}
.cid-vgZMA2f61s .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vgZMA2f61s .border_1 {
  left: 0;
}
.cid-vgZMA2f61s .border_2 {
  right: 0;
}
.cid-vgZMA2f61s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZMA2f61s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZMA2f61s .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 1px solid #363534;
  border-bottom: 1px solid #363534;
}
.cid-vgZMA2f61s .content-wrapper .title-wrapper {
  padding: 36px;
  border-left: 1px solid #363534;
  border-right: 1px solid #363534;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vgZMA2f61s .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.cid-vgZMA2f61s .content-wrapper .title-wrapper .corner-wrap {
  position: absolute;
  width: 6px;
  height: 6px;
}
.cid-vgZMA2f61s .content-wrapper .title-wrapper .corner_1 {
  position: absolute;
  top: -1px;
  left: -1px;
  border-top: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vgZMA2f61s .content-wrapper .title-wrapper .corner_2 {
  position: absolute;
  top: -1px;
  right: -1px;
  border-top: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vgZMA2f61s .content-wrapper .title-wrapper .corner_3 {
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vgZMA2f61s .content-wrapper .title-wrapper .corner_4 {
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vgZMA2f61s .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vgZMA2f61s .content-wrapper .title-wrapper .title-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgZMA2f61s .content-wrapper .title-wrapper .title-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgZMA2f61s .content-wrapper .title-wrapper .title-wrap .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 30px;
}
.cid-vgZMA2f61s .mbr-section-title {
  color: #d1c2a5;
}
.cid-vgZMA2f61s .mbr-text,
.cid-vgZMA2f61s .text-wrapper {
  color: #f0e7da;
  text-align: center;
}
.cid-vgZMA2f61s .mbr-section-title,
.cid-vgZMA2f61s .mbr-section-btn {
  text-align: center;
}
.cid-vgZMD6yEze {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #363534;
  overflow: hidden;
  background-color: #1c1c1c;
}
.cid-vgZMD6yEze .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vgZMD6yEze .border_1 {
  left: 0;
}
.cid-vgZMD6yEze .border_2 {
  right: 0;
}
.cid-vgZMD6yEze .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZMD6yEze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZMD6yEze .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 1px solid #363534;
  border-bottom: 1px solid #363534;
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper {
  padding: 16px;
  border-left: 1px solid #363534;
  border-right: 1px solid #363534;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vgZMD6yEze .content-wrapper .form-wrapper {
    padding: 24px 8px;
  }
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .corner-wrap {
  position: absolute;
  width: 6px;
  height: 6px;
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .corner_1 {
  position: absolute;
  top: -1px;
  left: -1px;
  border-top: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .corner_2 {
  position: absolute;
  top: -1px;
  right: -1px;
  border-top: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .corner_3 {
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .corner_4 {
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .frame-wrapper {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .frame-wrapper .cross-section {
  width: 18px;
  height: 18px;
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .frame-wrapper .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #f0e7da 45%);
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .frame-wrapper .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #f0e7da 45%);
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .frame-wrapper .cross_3 {
  background-image: linear-gradient(45deg, transparent 45%, #f0e7da 45%);
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .frame-wrapper .cross_4 {
  background-image: linear-gradient(315deg, transparent 45%, #f0e7da 45%);
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .frame-wrapper .frame-wrap {
  width: 100%;
  background-color: #f0e7da;
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .item-content {
  will-change: transform;
  background-color: #f0e7da;
  padding: 10px 24px;
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .item-content .form-wrap {
  border: 16px solid #e3d8c5;
  padding: 36px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .item-content .form-wrap {
    padding: 24px 8px;
    border: 8px solid #e3d8c5;
  }
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .item-content .form-wrap .corner-wrap {
  position: absolute;
  width: 6px;
  height: 6px;
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .item-content .form-wrap .corner_1 {
  position: absolute;
  top: -1px;
  left: -1px;
  border-top: 1px solid #262626;
  border-left: 1px solid #262626;
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .item-content .form-wrap .corner_2 {
  position: absolute;
  top: -1px;
  right: -1px;
  border-top: 1px solid #262626;
  border-right: 1px solid #262626;
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .item-content .form-wrap .corner_3 {
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid #262626;
  border-right: 1px solid #262626;
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .item-content .form-wrap .corner_4 {
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid #262626;
  border-left: 1px solid #262626;
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row .form-group .form-control {
  padding: 10px 12px;
  background-color: #e3d8c5;
  border: 1px solid transparent !important;
  box-shadow: none;
  margin-bottom: 36px;
  color: #d1c2a5;
  transition: all .3s ease;
  min-height: 41px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 24px;
  }
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #968c78;
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #d1c2a5 !important;
  background-color: #e3d8c5;
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #363534;
  border-color: #363534;
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 0;
}
.cid-vgZMD6yEze .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-vgZMD6yEze label {
  color: #363534;
}
.cid-vjja5EcTfR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1c1c1c;
}
.cid-vjja5EcTfR .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vjja5EcTfR .border_1 {
  left: 0;
}
.cid-vjja5EcTfR .border_2 {
  right: 0;
}
.cid-vjja5EcTfR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjja5EcTfR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjja5EcTfR .items-wrapper {
  margin: 0 -20px;
}
.cid-vjja5EcTfR .items-wrapper .card {
  padding: 0 20px;
}
.cid-vjja5EcTfR .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 100%;
}
.cid-vjja5EcTfR .content-wrapper .title-wrapper {
  padding: 40px 36px 36px 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-top: 1px solid #363534;
  border-bottom: 1px solid #363534;
}
@media (max-width: 992px) {
  .cid-vjja5EcTfR .content-wrapper .title-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-vjja5EcTfR .content-wrapper .title-wrapper .content-wrap .label-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  padding: 10px 0;
  border-top: 1px solid #524e46;
  border-bottom: 1px solid #524e46;
}
.cid-vjja5EcTfR .content-wrapper .title-wrapper .content-wrap .label-wrapper .marker-wrap {
  width: 9px;
  min-width: 9px;
  height: 9px;
  background-color: #d1c2a5;
  border-radius: 100%;
}
.cid-vjja5EcTfR .content-wrapper .title-wrapper .content-wrap .label-wrapper .mbr-label {
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-vjja5EcTfR .content-wrapper .title-wrapper .content-wrap .label-wrapper .decor-wrapper {
  width: 100%;
  border-top: 10px groove #d1c2a5;
}
.cid-vjja5EcTfR .content-wrapper .title-wrapper .content-wrap .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjja5EcTfR .content-wrapper .title-wrapper .content-wrap .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjja5EcTfR .content-wrapper .title-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-top: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjja5EcTfR .content-wrapper .title-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjja5EcTfR .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vjja5EcTfR .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vjja5EcTfR .content-wrapper .title-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-vjja5EcTfR .image-wrapper {
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #363534;
  border-bottom: 1px solid #363534;
}
@media (max-width: 992px) {
  .cid-vjja5EcTfR .image-wrapper {
    border-top: none;
  }
}
.cid-vjja5EcTfR .image-wrapper::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -60px;
  width: 100%;
  height: 1px;
  background-color: #363534;
}
@media (max-width: 992px) {
  .cid-vjja5EcTfR .image-wrapper::before {
    content: none;
  }
}
.cid-vjja5EcTfR .image-wrapper .image-wrap {
  height: 100%;
  min-height: 185px;
  margin: 0 1px;
  position: relative;
  border-bottom: 1px solid #363534;
}
@media (max-width: 992px) {
  .cid-vjja5EcTfR .image-wrapper .image-wrap {
    min-height: 300px;
  }
}
.cid-vjja5EcTfR .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-vjja5EcTfR .image-wrapper .list-wrapper {
  margin: 0 1px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
@media (max-width: 992px) {
  .cid-vjja5EcTfR .image-wrapper .list-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vjja5EcTfR .image-wrapper .list-wrapper .list-wrap {
  position: relative;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-vjja5EcTfR .image-wrapper .list-wrapper .list-wrap {
    padding: 24px;
  }
}
.cid-vjja5EcTfR .image-wrapper .list-wrapper .list-wrap:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #363534;
}
@media (max-width: 992px) {
  .cid-vjja5EcTfR .image-wrapper .list-wrapper .list-wrap:nth-child(2)::before {
    content: none;
  }
}
@media (max-width: 992px) {
  .cid-vjja5EcTfR .image-wrapper .list-wrapper .list-wrap:nth-child(2) {
    border-top: 1px solid #363534;
  }
}
.cid-vjja5EcTfR .image-wrapper .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 24px;
}
.cid-vjja5EcTfR .image-wrapper .list-wrapper .list-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vjja5EcTfR .image-wrapper .list-wrapper .list-wrap .list .item-wrap {
  padding-bottom: 8px;
  margin-bottom: 8px;
  transition: all .3s ease;
  border-bottom: 1px solid #363534;
}
.cid-vjja5EcTfR .image-wrapper .list-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.cid-vjja5EcTfR .image-wrapper .list-wrapper .list-wrap .list .item-wrap:hover,
.cid-vjja5EcTfR .image-wrapper .list-wrapper .list-wrap .list .item-wrap:focus {
  color: #f0e7da;
}
.cid-vjja5EcTfR .mbr-label {
  color: #d1c2a5;
}
.cid-vjja5EcTfR .mbr-section-title {
  color: #f0e7da;
}
.cid-vjja5EcTfR .mbr-section-subtitle {
  color: #d1c2a5;
}
.cid-vjja5EcTfR .mbr-text {
  color: #d1c2a5;
}
.cid-vjja5EcTfR .mbr-list-title {
  color: #f0e7da;
}
.cid-vjja5EcTfR .list {
  color: #d1c2a5;
}
.cid-vgZMI1HmrR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #1c1c1c;
}
.cid-vgZMI1HmrR .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vgZMI1HmrR .border_1 {
  left: 0;
}
.cid-vgZMI1HmrR .border_2 {
  right: 0;
}
.cid-vgZMI1HmrR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZMI1HmrR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZMI1HmrR .content-wrapper {
  margin-bottom: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 1px solid #363534;
  border-bottom: 1px solid #363534;
}
.cid-vgZMI1HmrR .content-wrapper .frame-wrapper {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.cid-vgZMI1HmrR .content-wrapper .frame-wrapper .cross-section {
  width: 18px;
  height: 18px;
}
.cid-vgZMI1HmrR .content-wrapper .frame-wrapper .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #ff7038 45%);
}
.cid-vgZMI1HmrR .content-wrapper .frame-wrapper .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #ff7038 45%);
}
.cid-vgZMI1HmrR .content-wrapper .frame-wrapper .cross_3 {
  background-image: linear-gradient(45deg, transparent 45%, #ff7038 45%);
}
.cid-vgZMI1HmrR .content-wrapper .frame-wrapper .cross_4 {
  background-image: linear-gradient(315deg, transparent 45%, #ff7038 45%);
}
.cid-vgZMI1HmrR .content-wrapper .frame-wrapper .frame-wrap {
  width: 100%;
  background-color: #ff7038;
  margin: 0 -1px;
}
.cid-vgZMI1HmrR .content-wrapper .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.cid-vgZMI1HmrR .content-wrap {
  background-color: #ff7038;
  will-change: transform;
  z-index: 1;
}
.cid-vgZMI1HmrR .content-wrap .title-wrapper {
  margin: 0 -20px;
}
.cid-vgZMI1HmrR .content-wrap .title-wrapper .card {
  padding: 0 20px;
}
.cid-vgZMI1HmrR .content-wrap .title-wrapper .title-wrap {
  position: relative;
  padding: 20px 36px 36px;
  margin-bottom: 80px;
  height: 100%;
  border-bottom: 1px solid #363534;
}
@media (max-width: 992px) {
  .cid-vgZMI1HmrR .content-wrap .title-wrapper .title-wrap {
    padding: 8px 24px 24px;
    margin-bottom: 40px;
  }
}
.cid-vgZMI1HmrR .content-wrap .title-wrapper .title-wrap .border-wrap.border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgZMI1HmrR .content-wrap .title-wrapper .title-wrap .border-wrap.border_2 {
    opacity: 0;
  }
}
.cid-vgZMI1HmrR .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 4px;
}
.cid-vgZMI1HmrR .content-wrap .title-wrapper .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vgZMI1HmrR .content-wrap .title-wrapper .text-wrapper {
  position: relative;
  padding: 20px 36px 36px;
  margin-bottom: 80px;
  height: 100%;
  border-bottom: 1px solid #363534;
}
@media (max-width: 992px) {
  .cid-vgZMI1HmrR .content-wrap .title-wrapper .text-wrapper {
    padding: 8px 24px 24px;
    margin-bottom: 40px;
  }
}
.cid-vgZMI1HmrR .content-wrap .title-wrapper .text-wrapper .border-wrap.border_1 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgZMI1HmrR .content-wrap .title-wrapper .text-wrapper .border-wrap.border_1 {
    opacity: 0;
  }
}
.cid-vgZMI1HmrR .content-wrap .title-wrapper .text-wrapper::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -60px;
  width: 100%;
  height: 1px;
  background-color: #363534;
}
@media (max-width: 992px) {
  .cid-vgZMI1HmrR .content-wrap .title-wrapper .text-wrapper::before {
    content: none;
  }
}
.cid-vgZMI1HmrR .content-wrap .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgZMI1HmrR .content-wrap .title-wrapper .mbr-label {
  margin-bottom: 0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(180deg, #1c1c1c 30%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-vgZMI1HmrR .content-wrap .title-wrapper .mbr-label {
    content: none;
  }
}
.cid-vgZMI1HmrR .mbr-copy {
  padding: 36px;
  margin-bottom: 0;
  color: #d1c2a5;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vgZMI1HmrR .mbr-copy {
    padding: 24px;
  }
}
.cid-vgZMI1HmrR .btn-wrapper {
  margin-top: -1rem;
}
.cid-vgZMI1HmrR .mbr-section-title {
  color: #1c1c1c;
}
.cid-vgZMI1HmrR .mbr-desc {
  color: #1c1c1c;
}
.cid-vgZMI1HmrR .mbr-text {
  color: #363534;
}
.cid-vgZMI1HmrR .mbr-label {
  color: #1c1c1c;
  text-align: center;
}
.cid-vjjcJrKGEl {
  background-color: #1c1c1c;
}
.cid-vjjcJrKGEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjjcJrKGEl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjjcJrKGEl .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vjjcJrKGEl .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vjjcJrKGEl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vjjcJrKGEl .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vjjcJrKGEl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjjcJrKGEl .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vjjcJrKGEl .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-vjjcJrKGEl .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-vjjcJrKGEl .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-vjjcJrKGEl .mbr-section-title {
  color: #c10b02;
}
.cid-vjjcJrKGEl .mbr-text,
.cid-vjjcJrKGEl .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-vjjcJrKGEl .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-vjjcJrKGEl .mbr-section-title,
.cid-vjjcJrKGEl .mbr-section-btn {
  text-align: center;
}
.cid-vjjcJsu10B {
  border-bottom: 1px solid #363534;
  overflow: hidden;
  background-color: #1c1c1c;
}
.cid-vjjcJsu10B .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vjjcJsu10B .border_1 {
  left: 0;
}
.cid-vjjcJsu10B .border_2 {
  right: 0;
}
.cid-vjjcJsu10B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjjcJsu10B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjjcJsu10B .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.cid-vjjcJsu10B .content-wrapper .corner-wrap {
  position: absolute;
  width: 6px;
  height: 6px;
}
.cid-vjjcJsu10B .content-wrapper .corner_1 {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vjjcJsu10B .content-wrapper .corner_2 {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vjjcJsu10B .content-wrapper .corner_3 {
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vjjcJsu10B .content-wrapper .corner_4 {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vjjcJsu10B .content-wrapper .title-wrapper {
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-vjjcJsu10B .content-wrapper .title-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vjjcJsu10B .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  padding: 10px 0;
  border-top: 1px solid #524e46;
  border-bottom: 1px solid #524e46;
}
.cid-vjjcJsu10B .content-wrapper .title-wrapper .label-wrapper .label-wrap .marker-wrap {
  width: 9px;
  min-width: 9px;
  height: 9px;
  background-color: #d1c2a5;
  border-radius: 100%;
}
.cid-vjjcJsu10B .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-vjjcJsu10B .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjjcJsu10B .content-wrapper .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjjcJsu10B .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-top: 36px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vjjcJsu10B .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vjjcJsu10B .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vjjcJsu10B .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
.cid-vjjcJsu10B .mbr-label,
.cid-vjjcJsu10B .label-wrapper {
  color: #d1c2a5;
  text-align: center;
}
.cid-vjjcJsu10B .mbr-section-title {
  color: #d1c2a5;
}
.cid-vjjcJsu10B .mbr-section-subtitle {
  color: #f0e7da;
  text-align: center;
}
.cid-vjjcJsu10B .mbr-text,
.cid-vjjcJsu10B .text-wrapper {
  color: #d1c2a5;
  text-align: center;
}
.cid-vjjcJsu10B .mbr-section-title,
.cid-vjjcJsu10B .mbr-section-btn {
  text-align: center;
}
.cid-vjjcJteFLG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #363534;
  overflow: hidden;
  background-color: #1c1c1c;
}
.cid-vjjcJteFLG .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vjjcJteFLG .border_1 {
  left: 0;
}
.cid-vjjcJteFLG .border_2 {
  right: 0;
}
.cid-vjjcJteFLG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjjcJteFLG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjjcJteFLG .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 1px solid #363534;
  border-bottom: 1px solid #363534;
}
.cid-vjjcJteFLG .content-wrapper .title-wrapper {
  padding: 36px;
  border-left: 1px solid #363534;
  border-right: 1px solid #363534;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vjjcJteFLG .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.cid-vjjcJteFLG .content-wrapper .title-wrapper .corner-wrap {
  position: absolute;
  width: 6px;
  height: 6px;
}
.cid-vjjcJteFLG .content-wrapper .title-wrapper .corner_1 {
  position: absolute;
  top: -1px;
  left: -1px;
  border-top: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vjjcJteFLG .content-wrapper .title-wrapper .corner_2 {
  position: absolute;
  top: -1px;
  right: -1px;
  border-top: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vjjcJteFLG .content-wrapper .title-wrapper .corner_3 {
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vjjcJteFLG .content-wrapper .title-wrapper .corner_4 {
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vjjcJteFLG .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vjjcJteFLG .content-wrapper .title-wrapper .title-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjjcJteFLG .content-wrapper .title-wrapper .title-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjjcJteFLG .content-wrapper .title-wrapper .title-wrap .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 30px;
}
.cid-vjjcJteFLG .mbr-section-title {
  color: #d1c2a5;
}
.cid-vjjcJteFLG .mbr-text,
.cid-vjjcJteFLG .text-wrapper {
  color: #f0e7da;
  text-align: center;
}
.cid-vjjcJteFLG .mbr-section-title,
.cid-vjjcJteFLG .mbr-section-btn {
  text-align: center;
}
.cid-vjjcJtS8YQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #363534;
  overflow: hidden;
  background-color: #1c1c1c;
}
.cid-vjjcJtS8YQ .border-top-wrap {
  width: 100%;
  border-top: 1px solid #363534;
}
.cid-vjjcJtS8YQ .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vjjcJtS8YQ .border_1 {
  left: 0;
}
.cid-vjjcJtS8YQ .border_2 {
  right: 0;
}
.cid-vjjcJtS8YQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjjcJtS8YQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjjcJtS8YQ .content-wrapper {
  padding: 0 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vjjcJtS8YQ .content-wrapper {
    padding: 0 24px;
  }
}
.cid-vjjcJtS8YQ .items-wrapper {
  margin: 0 -20px;
}
.cid-vjjcJtS8YQ .items-wrapper .item {
  padding: 0 20px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vjjcJtS8YQ .items-wrapper .item:first-child {
    margin-top: 24px;
  }
}
.cid-vjjcJtS8YQ .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vjjcJtS8YQ .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vjjcJtS8YQ .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vjjcJtS8YQ .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 4px;
}
.cid-vjjcJtS8YQ .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vjjcJtS8YQ .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vjjcJtS8YQ .btn-wrapper {
  margin-top: -2rem;
}
.cid-vjjcJtS8YQ .item-title {
  color: #f0e7da;
}
.cid-vjjcJtS8YQ .item-text {
  color: #d1c2a5;
}
.cid-vjjcJuIjN8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #363534;
  overflow: hidden;
  background-color: #1c1c1c;
}
.cid-vjjcJuIjN8 .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vjjcJuIjN8 .border_1 {
  left: 0;
}
.cid-vjjcJuIjN8 .border_2 {
  right: 0;
}
.cid-vjjcJuIjN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjjcJuIjN8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjjcJuIjN8 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 1px solid #363534;
  border-bottom: 1px solid #363534;
}
.cid-vjjcJuIjN8 .content-wrapper .title-wrapper {
  padding: 36px;
  border-left: 1px solid #363534;
  border-right: 1px solid #363534;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vjjcJuIjN8 .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.cid-vjjcJuIjN8 .content-wrapper .title-wrapper .corner-wrap {
  position: absolute;
  width: 6px;
  height: 6px;
}
.cid-vjjcJuIjN8 .content-wrapper .title-wrapper .corner_1 {
  position: absolute;
  top: -1px;
  left: -1px;
  border-top: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vjjcJuIjN8 .content-wrapper .title-wrapper .corner_2 {
  position: absolute;
  top: -1px;
  right: -1px;
  border-top: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vjjcJuIjN8 .content-wrapper .title-wrapper .corner_3 {
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vjjcJuIjN8 .content-wrapper .title-wrapper .corner_4 {
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vjjcJuIjN8 .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vjjcJuIjN8 .content-wrapper .title-wrapper .title-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjjcJuIjN8 .content-wrapper .title-wrapper .title-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjjcJuIjN8 .content-wrapper .title-wrapper .title-wrap .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 30px;
}
.cid-vjjcJuIjN8 .mbr-section-title {
  color: #d1c2a5;
}
.cid-vjjcJuIjN8 .mbr-text,
.cid-vjjcJuIjN8 .text-wrapper {
  color: #f0e7da;
  text-align: center;
}
.cid-vjjcJuIjN8 .mbr-section-title,
.cid-vjjcJuIjN8 .mbr-section-btn {
  text-align: center;
}
.cid-vjjcJvjbhV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1c1c1c;
}
.cid-vjjcJvjbhV .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vjjcJvjbhV .border_1 {
  left: 0;
}
.cid-vjjcJvjbhV .border_2 {
  right: 0;
}
.cid-vjjcJvjbhV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjjcJvjbhV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjjcJvjbhV .items-wrapper {
  margin: 0 -20px;
}
.cid-vjjcJvjbhV .items-wrapper .card {
  padding: 0 20px;
  justify-content: space-between;
}
.cid-vjjcJvjbhV .content-wrapper {
  padding: 0 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vjjcJvjbhV .content-wrapper {
    padding: 0 24px;
  }
}
.cid-vjjcJvjbhV .label-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  padding: 10px 0;
  border-top: 1px solid #524e46;
  border-bottom: 1px solid #524e46;
}
.cid-vjjcJvjbhV .label-wrapper .marker-wrap {
  width: 9px;
  min-width: 9px;
  height: 9px;
  background-color: #d1c2a5;
  border-radius: 100%;
}
.cid-vjjcJvjbhV .label-wrapper .mbr-label {
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-vjjcJvjbhV .label-wrapper .decor-wrapper {
  width: 100%;
  border-top: 10px groove #d1c2a5;
}
@media (max-width: 992px) {
  .cid-vjjcJvjbhV .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vjjcJvjbhV .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vjjcJvjbhV .title-wrapper .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjjcJvjbhV .title-wrapper .mbr-text {
    margin-top: 24px;
  }
}
.cid-vjjcJvjbhV .title-wrapper .mbr-section-btn {
  margin-top: 30px;
  width: 100%;
  margin-bottom: -9.6px;
}
.cid-vjjcJvjbhV .title-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-vjjcJvjbhV .container-wrap {
  padding: 16px;
  background-color: #262626;
  position: relative;
  border: 1px solid #363534;
}
@media (max-width: 992px) {
  .cid-vjjcJvjbhV .container-wrap {
    padding: 24px;
  }
}
.cid-vjjcJvjbhV .container-wrap .corner-wrapper {
  position: absolute;
  width: 6px;
  height: 6px;
}
.cid-vjjcJvjbhV .container-wrap .corner-wrapper.corner_1 {
  position: absolute;
  top: -1px;
  left: -1px;
  border-top: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vjjcJvjbhV .container-wrap .corner-wrapper.corner_2 {
  position: absolute;
  top: -1px;
  right: -1px;
  border-top: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vjjcJvjbhV .container-wrap .corner-wrapper.corner_3 {
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vjjcJvjbhV .container-wrap .corner-wrapper.corner_4 {
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vjjcJvjbhV .container-wrap .items-wrap .item {
  margin-bottom: 16px;
}
.cid-vjjcJvjbhV .container-wrap .items-wrap .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjjcJvjbhV .container-wrap .items-wrap .item {
    margin-bottom: 24px;
  }
  .cid-vjjcJvjbhV .container-wrap .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vjjcJvjbhV .container-wrap .items-wrap .item .item-wrapper .card-box {
  padding: 28px;
  background-color: #1c1c1c;
  position: relative;
  border: 1px solid #363534;
}
@media (max-width: 992px) {
  .cid-vjjcJvjbhV .container-wrap .items-wrap .item .item-wrapper .card-box {
    flex-direction: column;
    padding: 24px;
  }
}
.cid-vjjcJvjbhV .container-wrap .items-wrap .item .item-wrapper .card-box .corner-wrap {
  position: absolute;
  width: 6px;
  height: 6px;
}
.cid-vjjcJvjbhV .container-wrap .items-wrap .item .item-wrapper .card-box .corner_1 {
  position: absolute;
  top: -1px;
  left: -1px;
  border-top: 1px solid #968c78;
  border-left: 1px solid #968c78;
}
.cid-vjjcJvjbhV .container-wrap .items-wrap .item .item-wrapper .card-box .corner_2 {
  position: absolute;
  top: -1px;
  right: -1px;
  border-top: 1px solid #968c78;
  border-right: 1px solid #968c78;
}
.cid-vjjcJvjbhV .container-wrap .items-wrap .item .item-wrapper .card-box .corner_3 {
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid #968c78;
  border-right: 1px solid #968c78;
}
.cid-vjjcJvjbhV .container-wrap .items-wrap .item .item-wrapper .card-box .corner_4 {
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid #968c78;
  border-left: 1px solid #968c78;
}
.cid-vjjcJvjbhV .container-wrap .items-wrap .item .item-wrapper .card-box .item-number {
  margin-bottom: 16px;
}
.cid-vjjcJvjbhV .container-wrap .items-wrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vjjcJvjbhV .container-wrap .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vjjcJvjbhV .btn-wrapper {
  margin-top: -2rem;
}
.cid-vjjcJvjbhV .mbr-label {
  color: #d1c2a5;
}
.cid-vjjcJvjbhV .mbr-section-title {
  color: #d1c2a5;
}
.cid-vjjcJvjbhV .mbr-text {
  color: #f0e7da;
}
.cid-vjjcJvjbhV .item-number {
  color: #f0e7da;
}
.cid-vjjcJvjbhV .item-title {
  color: #f0e7da;
}
.cid-vjjcJvjbhV .item-text {
  color: #d1c2a5;
}
.cid-vjjcJw9ZgI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #363534;
  border-bottom: 1px solid #363534;
  background-color: #1c1c1c;
}
.cid-vjjcJw9ZgI .item:focus,
.cid-vjjcJw9ZgI span:focus {
  outline: none;
}
.cid-vjjcJw9ZgI .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vjjcJw9ZgI .content-head {
  max-width: 800px;
}
.cid-vjjcJw9ZgI .item {
  color: #d1c2a5;
  padding: 10px 0;
}
.cid-vjjcJwNsZ4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #262626;
}
.cid-vjjcJwNsZ4 .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vjjcJwNsZ4 .border_1 {
  left: 0;
}
.cid-vjjcJwNsZ4 .border_2 {
  right: 0;
}
.cid-vjjcJwNsZ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjjcJwNsZ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjjcJwNsZ4 .content-wrapper {
  margin-bottom: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 1px solid #363534;
}
.cid-vjjcJwNsZ4 .content-wrapper .frame-wrapper {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.cid-vjjcJwNsZ4 .content-wrapper .frame-wrapper .cross-section {
  width: 18px;
  height: 18px;
}
.cid-vjjcJwNsZ4 .content-wrapper .frame-wrapper .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #f0e7da 45%);
}
.cid-vjjcJwNsZ4 .content-wrapper .frame-wrapper .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #f0e7da 45%);
}
.cid-vjjcJwNsZ4 .content-wrapper .frame-wrapper .cross_3 {
  background-image: linear-gradient(45deg, transparent 45%, #f0e7da 45%);
}
.cid-vjjcJwNsZ4 .content-wrapper .frame-wrapper .cross_4 {
  background-image: linear-gradient(315deg, transparent 45%, #f0e7da 45%);
}
.cid-vjjcJwNsZ4 .content-wrapper .frame-wrapper .frame-wrap {
  width: 100%;
  background-color: #f0e7da;
  margin: 0 -1px;
}
.cid-vjjcJwNsZ4 .content-wrapper .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.cid-vjjcJwNsZ4 .content-wrap {
  position: relative;
  z-index: 1;
  padding: 20px 36px;
  background-color: #f0e7da;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vjjcJwNsZ4 .content-wrap {
    padding: 8px 24px;
  }
}
.cid-vjjcJwNsZ4 .content-wrap .label-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
  padding: 10px 0;
  border-top: 1px solid #bdb7ad;
  border-bottom: 1px solid #bdb7ad;
}
@media (max-width: 992px) {
  .cid-vjjcJwNsZ4 .content-wrap .label-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vjjcJwNsZ4 .content-wrap .label-wrapper .marker-wrap {
  width: 9px;
  min-width: 9px;
  height: 9px;
  background-color: #1c1c1c;
  border-radius: 100%;
}
.cid-vjjcJwNsZ4 .content-wrap .label-wrapper .mbr-label {
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-vjjcJwNsZ4 .content-wrap .label-wrapper .decor-wrapper {
  width: 100%;
  border-top: 10px groove #e3d8c5;
}
.cid-vjjcJwNsZ4 .content-wrap .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vjjcJwNsZ4 .content-wrap .title-wrapper {
    margin-bottom: 0;
  }
}
.cid-vjjcJwNsZ4 .content-wrap .title-wrapper .card {
  justify-content: flex-end;
}
.cid-vjjcJwNsZ4 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjjcJwNsZ4 .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vjjcJwNsZ4 .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjjcJwNsZ4 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid #363534;
}
@media (max-width: 992px) {
  .cid-vjjcJwNsZ4 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vjjcJwNsZ4 .items-wrapper .item {
  margin-bottom: 1px;
}
@media (max-width: 992px) {
  .cid-vjjcJwNsZ4 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vjjcJwNsZ4 .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
.cid-vjjcJwNsZ4 .items-wrapper .item:hover .item-wrapper .card-box .item-img img,
.cid-vjjcJwNsZ4 .items-wrapper .item:focus .item-wrapper .card-box .item-img img {
  transform: scale(1.1);
}
.cid-vjjcJwNsZ4 .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid transparent;
}
@media (max-width: 992px) {
  .cid-vjjcJwNsZ4 .items-wrapper .item .item-wrapper {
    border-right: none;
  }
}
.cid-vjjcJwNsZ4 .items-wrapper .item .item-wrapper .frame-wrapper {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.cid-vjjcJwNsZ4 .items-wrapper .item .item-wrapper .frame-wrapper .cross-section {
  width: 18px;
  height: 18px;
}
.cid-vjjcJwNsZ4 .items-wrapper .item .item-wrapper .frame-wrapper .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #f0e7da 45%);
}
.cid-vjjcJwNsZ4 .items-wrapper .item .item-wrapper .frame-wrapper .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #f0e7da 45%);
}
.cid-vjjcJwNsZ4 .items-wrapper .item .item-wrapper .frame-wrapper .cross_3 {
  background-image: linear-gradient(45deg, transparent 45%, #f0e7da 45%);
}
.cid-vjjcJwNsZ4 .items-wrapper .item .item-wrapper .frame-wrapper .cross_4 {
  background-image: linear-gradient(315deg, transparent 45%, #f0e7da 45%);
}
.cid-vjjcJwNsZ4 .items-wrapper .item .item-wrapper .frame-wrapper .frame-wrap {
  width: 100%;
  background-color: #f0e7da;
}
.cid-vjjcJwNsZ4 .items-wrapper .item .item-wrapper .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.cid-vjjcJwNsZ4 .items-wrapper .item .item-wrapper .card-box {
  padding: 20px 36px;
  will-change: transform;
  background-color: #f0e7da;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vjjcJwNsZ4 .items-wrapper .item .item-wrapper .card-box {
    padding: 8px 24px;
  }
}
.cid-vjjcJwNsZ4 .items-wrapper .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 24px;
}
.cid-vjjcJwNsZ4 .items-wrapper .item .item-wrapper .card-box .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-vjjcJwNsZ4 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-vjjcJwNsZ4 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vjjcJwNsZ4 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
  width: 100%;
}
.cid-vjjcJwNsZ4 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-vjjcJwNsZ4 .items-wrapper .item .item-wrapper .card-box .date-wrapper {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid #bdb7ad;
  display: block;
}
@media (max-width: 992px) {
  .cid-vjjcJwNsZ4 .items-wrapper .item .item-wrapper .card-box .date-wrapper {
    margin-top: 24px;
  }
}
.cid-vjjcJwNsZ4 .items-wrapper .item .item-wrapper .card-box .date-wrapper .item-label {
  margin-bottom: 0;
}
.cid-vjjcJwNsZ4 .items-wrapper .item .item-wrapper .card-box .date-wrapper .item-date {
  margin-bottom: 0;
}
.cid-vjjcJwNsZ4 .mbr-label {
  color: #1c1c1c;
}
.cid-vjjcJwNsZ4 .mbr-section-title {
  color: #1c1c1c;
}
.cid-vjjcJwNsZ4 .mbr-text {
  color: #363534;
}
.cid-vjjcJwNsZ4 .item-title {
  color: #1c1c1c;
}
.cid-vjjcJwNsZ4 .item-text {
  color: #1c1c1c;
}
.cid-vjjcJwNsZ4 .item-label {
  color: #363534;
}
.cid-vjjcJwNsZ4 .item-date {
  color: #363534;
}
.cid-vjjcJxNmj8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #262626;
}
.cid-vjjcJxNmj8 .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vjjcJxNmj8 .border_1 {
  left: 0;
}
.cid-vjjcJxNmj8 .border_2 {
  right: 0;
}
.cid-vjjcJxNmj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjjcJxNmj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjjcJxNmj8 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 1px solid #363534;
  border-bottom: 1px solid #363534;
}
.cid-vjjcJxNmj8 .frame-wrapper {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.cid-vjjcJxNmj8 .frame-wrapper .cross-section {
  width: 18px;
  height: 18px;
}
.cid-vjjcJxNmj8 .frame-wrapper .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #f0e7da 45%);
}
.cid-vjjcJxNmj8 .frame-wrapper .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #f0e7da 45%);
}
.cid-vjjcJxNmj8 .frame-wrapper .cross_3 {
  background-image: linear-gradient(45deg, transparent 45%, #f0e7da 45%);
}
.cid-vjjcJxNmj8 .frame-wrapper .cross_4 {
  background-image: linear-gradient(315deg, transparent 45%, #f0e7da 45%);
}
.cid-vjjcJxNmj8 .frame-wrapper .frame-wrap {
  width: 100%;
  background-color: #f0e7da;
  margin: 0 -1px;
}
.cid-vjjcJxNmj8 .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.cid-vjjcJxNmj8 .content-wrap {
  position: relative;
  z-index: 1;
  padding: 20px 36px;
  background-color: #f0e7da;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vjjcJxNmj8 .content-wrap {
    padding: 8px 24px;
  }
}
.cid-vjjcJxNmj8 .content-wrap .label-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
  padding: 10px 0;
  border-top: 1px solid #bdb7ad;
  border-bottom: 1px solid #bdb7ad;
}
@media (max-width: 992px) {
  .cid-vjjcJxNmj8 .content-wrap .label-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vjjcJxNmj8 .content-wrap .label-wrapper .marker-wrap {
  width: 9px;
  min-width: 9px;
  height: 9px;
  background-color: #1c1c1c;
  border-radius: 100%;
}
.cid-vjjcJxNmj8 .content-wrap .label-wrapper .mbr-label {
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-vjjcJxNmj8 .content-wrap .label-wrapper .decor-wrapper {
  width: 100%;
  border-top: 10px groove #e3d8c5;
}
.cid-vjjcJxNmj8 .content-wrap .items-wrapper {
  margin: 0 -20px;
}
.cid-vjjcJxNmj8 .content-wrap .items-wrapper .card {
  padding: 0 20px;
}
.cid-vjjcJxNmj8 .content-wrap .items-wrapper .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vjjcJxNmj8 .content-wrap .items-wrapper .title-wrapper {
    height: auto;
    margin-bottom: 40px;
  }
}
.cid-vjjcJxNmj8 .content-wrap .items-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vjjcJxNmj8 .content-wrap .items-wrapper .title-wrapper .text-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vjjcJxNmj8 .content-wrap .items-wrapper .title-wrapper .text-wrapper .desc-wrapper .mbr-desc {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vjjcJxNmj8 .content-wrap .items-wrapper .title-wrapper .text-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-vjjcJxNmj8 .content-wrap .items-wrapper .title-wrapper .text-wrapper .text-wrap {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid #bdb7ad;
  display: block;
}
@media (max-width: 992px) {
  .cid-vjjcJxNmj8 .content-wrap .items-wrapper .title-wrapper .text-wrapper .text-wrap {
    margin-top: 0px;
  }
}
.cid-vjjcJxNmj8 .content-wrap .items-wrapper .title-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vjjcJxNmj8 .content-wrap .items-wrapper .title-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vjjcJxNmj8 .content-wrap .items-wrapper .title-wrapper .text-wrapper .text-wrap .mbr-section-btn {
  margin-bottom: -9.6px;
}
.cid-vjjcJxNmj8 .content-wrap .items-wrapper .items-wrap {
  padding: 8px;
  background-color: #e3d8c5;
}
.cid-vjjcJxNmj8 .content-wrap .items-wrapper .items-wrap .item {
  margin-bottom: 8px;
}
.cid-vjjcJxNmj8 .content-wrap .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-vjjcJxNmj8 .content-wrap .items-wrapper .items-wrap .item .item-wrapper {
  padding: 36px;
  background-color: #f0e7da;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vjjcJxNmj8 .content-wrap .items-wrapper .items-wrap .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vjjcJxNmj8 .content-wrap .items-wrapper .items-wrap .item .card-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  display: block;
}
.cid-vjjcJxNmj8 .content-wrap .items-wrapper .items-wrap .item .card-box .iconfont-wrapper .mbr-iconfont {
  width: 24px;
  height: 24px;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-vjjcJxNmj8 .content-wrap .items-wrapper .items-wrap .item .card-box .item-title {
  margin-bottom: 0;
}
.cid-vjjcJxNmj8 .content-wrap .items-wrapper .items-wrap .item .mbr-text {
  margin-bottom: 16px;
}
.cid-vjjcJxNmj8 .content-wrap .items-wrapper .items-wrap .item .list-wrapper {
  padding-top: 16px;
  border-top: 1px solid #bdb7ad;
}
.cid-vjjcJxNmj8 .content-wrap .items-wrapper .items-wrap .item .list-wrapper .list {
  display: inline-flex;
  gap: 16px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vjjcJxNmj8 .content-wrap .items-wrapper .items-wrap .item .list-wrapper .list .item-wrap {
  margin-bottom: 0;
  padding-left: 17px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cid-vjjcJxNmj8 .content-wrap .items-wrapper .items-wrap .item .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #363534;
}
.cid-vjjcJxNmj8 .btn-wrapper {
  margin-top: -2.5rem;
}
.cid-vjjcJxNmj8 .mbr-label {
  color: #1c1c1c;
}
.cid-vjjcJxNmj8 .mbr-section-title {
  color: #1c1c1c;
}
.cid-vjjcJxNmj8 .mbr-text {
  color: #363534;
}
.cid-vjjcJxNmj8 .mbr-desc {
  color: #1c1c1c;
}
.cid-vjjcJxNmj8 .item-title {
  color: #363534;
}
.cid-vjjcJxNmj8 .item-text {
  color: #363534;
}
.cid-vjjcJxNmj8 .list {
  color: #363534;
}
.cid-vjjcJyQkD4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #262626;
}
.cid-vjjcJyQkD4 .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vjjcJyQkD4 .border_1 {
  left: 0;
}
.cid-vjjcJyQkD4 .border_2 {
  right: 0;
}
.cid-vjjcJyQkD4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjjcJyQkD4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjjcJyQkD4 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 1px solid #363534;
  border-bottom: 1px solid #363534;
}
.cid-vjjcJyQkD4 .frame-wrapper {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.cid-vjjcJyQkD4 .frame-wrapper .cross-section {
  width: 18px;
  height: 18px;
}
.cid-vjjcJyQkD4 .frame-wrapper .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #e3d8c5 45%);
}
.cid-vjjcJyQkD4 .frame-wrapper .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #e3d8c5 45%);
}
.cid-vjjcJyQkD4 .frame-wrapper .cross_3 {
  background-image: linear-gradient(45deg, transparent 45%, #e3d8c5 45%);
}
.cid-vjjcJyQkD4 .frame-wrapper .cross_4 {
  background-image: linear-gradient(315deg, transparent 45%, #e3d8c5 45%);
}
.cid-vjjcJyQkD4 .frame-wrapper .frame-wrap {
  width: 100%;
  background-color: #e3d8c5;
  margin: 0 -1px;
}
.cid-vjjcJyQkD4 .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.cid-vjjcJyQkD4 .content-wrap {
  position: relative;
  z-index: 1;
  padding: 20px 36px;
  background-color: #e3d8c5;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vjjcJyQkD4 .content-wrap {
    padding: 8px 24px;
  }
}
.cid-vjjcJyQkD4 .content-wrap .label-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
  padding: 10px 0;
  border-top: 1px solid #bdb7ad;
  border-bottom: 1px solid #bdb7ad;
}
@media (max-width: 992px) {
  .cid-vjjcJyQkD4 .content-wrap .label-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vjjcJyQkD4 .content-wrap .label-wrapper .marker-wrap {
  width: 9px;
  min-width: 9px;
  height: 9px;
  background-color: #1c1c1c;
  border-radius: 100%;
}
.cid-vjjcJyQkD4 .content-wrap .label-wrapper .mbr-label {
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-vjjcJyQkD4 .content-wrap .label-wrapper .decor-wrapper {
  width: 100%;
  border-top: 10px groove #d1c2a5;
}
.cid-vjjcJyQkD4 .content-wrap .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vjjcJyQkD4 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vjjcJyQkD4 .content-wrap .title-wrapper .card {
  justify-content: flex-end;
}
.cid-vjjcJyQkD4 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjjcJyQkD4 .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vjjcJyQkD4 .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjjcJyQkD4 .content-wrap .tab-content-wrap {
  padding: 16px;
  background-color: #d1c2a5;
  margin-bottom: 24px;
  position: relative;
}
.cid-vjjcJyQkD4 .content-wrap .tab-content-wrap .corner-wrap {
  position: absolute;
  width: 6px;
  height: 6px;
}
.cid-vjjcJyQkD4 .content-wrap .tab-content-wrap .corner_1 {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #262626;
  border-left: 1px solid #262626;
}
.cid-vjjcJyQkD4 .content-wrap .tab-content-wrap .corner_2 {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid #262626;
  border-right: 1px solid #262626;
}
.cid-vjjcJyQkD4 .content-wrap .tab-content-wrap .corner_3 {
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #262626;
  border-right: 1px solid #262626;
}
.cid-vjjcJyQkD4 .content-wrap .tab-content-wrap .corner_4 {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #262626;
  border-left: 1px solid #262626;
}
.cid-vjjcJyQkD4 .content-wrap .tab-content-wrap .tab-content .tab-pane .item-content .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vjjcJyQkD4 .content-wrap .tab-content-wrap .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-vjjcJyQkD4 .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
  .cid-vjjcJyQkD4 .content-wrap .tabs-wrapper .nav.nav-tabs {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vjjcJyQkD4 .content-wrap .tabs-wrapper .nav.nav-tabs {
    grid-template-columns: 1fr;
  }
}
.cid-vjjcJyQkD4 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vjjcJyQkD4 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  display: block;
  color: #1c1c1c;
  padding: 24px 24px 24px 0;
  border: none;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjjcJyQkD4 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 16px;
  }
}
.cid-vjjcJyQkD4 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover::before {
  opacity: .25;
}
.cid-vjjcJyQkD4 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: .1;
  background-color: #1c1c1c;
  transition: all 0.3s ease;
}
.cid-vjjcJyQkD4 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1c1c1c;
  transition: all 3s ease;
  z-index: 1;
}
.cid-vjjcJyQkD4 .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}
.cid-vjjcJyQkD4 .mbr-label {
  color: #1c1c1c;
}
.cid-vjjcJyQkD4 .mbr-section-title {
  color: #1c1c1c;
}
.cid-vjjcJyQkD4 .mbr-text {
  color: #363534;
}
.cid-vjjcJzSg85 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #363534;
  overflow: hidden;
  background-color: #1c1c1c;
}
.cid-vjjcJzSg85 .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vjjcJzSg85 .border_1 {
  left: 0;
}
.cid-vjjcJzSg85 .border_2 {
  right: 0;
}
.cid-vjjcJzSg85 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjjcJzSg85 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjjcJzSg85 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 1px solid #363534;
  border-bottom: 1px solid #363534;
}
.cid-vjjcJzSg85 .content-wrapper .title-wrapper {
  padding: 36px;
  border-left: 1px solid #363534;
  border-right: 1px solid #363534;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vjjcJzSg85 .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.cid-vjjcJzSg85 .content-wrapper .title-wrapper .corner-wrap {
  position: absolute;
  width: 6px;
  height: 6px;
}
.cid-vjjcJzSg85 .content-wrapper .title-wrapper .corner_1 {
  position: absolute;
  top: -1px;
  left: -1px;
  border-top: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vjjcJzSg85 .content-wrapper .title-wrapper .corner_2 {
  position: absolute;
  top: -1px;
  right: -1px;
  border-top: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vjjcJzSg85 .content-wrapper .title-wrapper .corner_3 {
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vjjcJzSg85 .content-wrapper .title-wrapper .corner_4 {
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vjjcJzSg85 .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vjjcJzSg85 .content-wrapper .title-wrapper .title-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjjcJzSg85 .content-wrapper .title-wrapper .title-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjjcJzSg85 .content-wrapper .title-wrapper .title-wrap .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 30px;
}
.cid-vjjcJzSg85 .mbr-section-title {
  color: #d1c2a5;
}
.cid-vjjcJzSg85 .mbr-text,
.cid-vjjcJzSg85 .text-wrapper {
  color: #f0e7da;
  text-align: center;
}
.cid-vjjcJzSg85 .mbr-section-title,
.cid-vjjcJzSg85 .mbr-section-btn {
  text-align: center;
}
.cid-vjjcJAEzbh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #363534;
  overflow: hidden;
  background-color: #1c1c1c;
}
.cid-vjjcJAEzbh .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vjjcJAEzbh .border_1 {
  left: 0;
}
.cid-vjjcJAEzbh .border_2 {
  right: 0;
}
.cid-vjjcJAEzbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjjcJAEzbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjjcJAEzbh .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 1px solid #363534;
  border-bottom: 1px solid #363534;
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper {
  padding: 16px;
  border-left: 1px solid #363534;
  border-right: 1px solid #363534;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vjjcJAEzbh .content-wrapper .form-wrapper {
    padding: 24px 8px;
  }
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .corner-wrap {
  position: absolute;
  width: 6px;
  height: 6px;
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .corner_1 {
  position: absolute;
  top: -1px;
  left: -1px;
  border-top: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .corner_2 {
  position: absolute;
  top: -1px;
  right: -1px;
  border-top: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .corner_3 {
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .corner_4 {
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .frame-wrapper {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .frame-wrapper .cross-section {
  width: 18px;
  height: 18px;
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .frame-wrapper .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #f0e7da 45%);
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .frame-wrapper .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #f0e7da 45%);
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .frame-wrapper .cross_3 {
  background-image: linear-gradient(45deg, transparent 45%, #f0e7da 45%);
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .frame-wrapper .cross_4 {
  background-image: linear-gradient(315deg, transparent 45%, #f0e7da 45%);
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .frame-wrapper .frame-wrap {
  width: 100%;
  background-color: #f0e7da;
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .item-content {
  will-change: transform;
  background-color: #f0e7da;
  padding: 10px 24px;
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .item-content .form-wrap {
  border: 16px solid #e3d8c5;
  padding: 36px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .item-content .form-wrap {
    padding: 24px 8px;
    border: 8px solid #e3d8c5;
  }
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .item-content .form-wrap .corner-wrap {
  position: absolute;
  width: 6px;
  height: 6px;
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .item-content .form-wrap .corner_1 {
  position: absolute;
  top: -1px;
  left: -1px;
  border-top: 1px solid #262626;
  border-left: 1px solid #262626;
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .item-content .form-wrap .corner_2 {
  position: absolute;
  top: -1px;
  right: -1px;
  border-top: 1px solid #262626;
  border-right: 1px solid #262626;
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .item-content .form-wrap .corner_3 {
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid #262626;
  border-right: 1px solid #262626;
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .item-content .form-wrap .corner_4 {
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid #262626;
  border-left: 1px solid #262626;
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row .form-group .form-control {
  padding: 10px 12px;
  background-color: #e3d8c5;
  border: 1px solid transparent !important;
  box-shadow: none;
  margin-bottom: 36px;
  color: #d1c2a5;
  transition: all .3s ease;
  min-height: 41px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 24px;
  }
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #968c78;
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #d1c2a5 !important;
  background-color: #e3d8c5;
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #363534;
  border-color: #363534;
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 0;
}
.cid-vjjcJAEzbh .content-wrapper .form-wrapper .card-box .item-content .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-vjjcJAEzbh label {
  color: #363534;
}
.cid-vjjcJBD5Kc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1c1c1c;
}
.cid-vjjcJBD5Kc .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vjjcJBD5Kc .border_1 {
  left: 0;
}
.cid-vjjcJBD5Kc .border_2 {
  right: 0;
}
.cid-vjjcJBD5Kc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjjcJBD5Kc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjjcJBD5Kc .items-wrapper {
  margin: 0 -20px;
}
.cid-vjjcJBD5Kc .items-wrapper .card {
  padding: 0 20px;
}
.cid-vjjcJBD5Kc .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 100%;
}
.cid-vjjcJBD5Kc .content-wrapper .title-wrapper {
  padding: 40px 36px 36px 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-top: 1px solid #363534;
  border-bottom: 1px solid #363534;
}
@media (max-width: 992px) {
  .cid-vjjcJBD5Kc .content-wrapper .title-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-vjjcJBD5Kc .content-wrapper .title-wrapper .content-wrap .label-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  padding: 10px 0;
  border-top: 1px solid #524e46;
  border-bottom: 1px solid #524e46;
}
.cid-vjjcJBD5Kc .content-wrapper .title-wrapper .content-wrap .label-wrapper .marker-wrap {
  width: 9px;
  min-width: 9px;
  height: 9px;
  background-color: #d1c2a5;
  border-radius: 100%;
}
.cid-vjjcJBD5Kc .content-wrapper .title-wrapper .content-wrap .label-wrapper .mbr-label {
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-vjjcJBD5Kc .content-wrapper .title-wrapper .content-wrap .label-wrapper .decor-wrapper {
  width: 100%;
  border-top: 10px groove #d1c2a5;
}
.cid-vjjcJBD5Kc .content-wrapper .title-wrapper .content-wrap .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjjcJBD5Kc .content-wrapper .title-wrapper .content-wrap .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjjcJBD5Kc .content-wrapper .title-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-top: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjjcJBD5Kc .content-wrapper .title-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjjcJBD5Kc .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vjjcJBD5Kc .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vjjcJBD5Kc .content-wrapper .title-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-vjjcJBD5Kc .image-wrapper {
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #363534;
  border-bottom: 1px solid #363534;
}
@media (max-width: 992px) {
  .cid-vjjcJBD5Kc .image-wrapper {
    border-top: none;
  }
}
.cid-vjjcJBD5Kc .image-wrapper::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -60px;
  width: 100%;
  height: 1px;
  background-color: #363534;
}
@media (max-width: 992px) {
  .cid-vjjcJBD5Kc .image-wrapper::before {
    content: none;
  }
}
.cid-vjjcJBD5Kc .image-wrapper .image-wrap {
  height: 100%;
  min-height: 185px;
  margin: 0 1px;
  position: relative;
  border-bottom: 1px solid #363534;
}
@media (max-width: 992px) {
  .cid-vjjcJBD5Kc .image-wrapper .image-wrap {
    min-height: 300px;
  }
}
.cid-vjjcJBD5Kc .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-vjjcJBD5Kc .image-wrapper .list-wrapper {
  margin: 0 1px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
@media (max-width: 992px) {
  .cid-vjjcJBD5Kc .image-wrapper .list-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vjjcJBD5Kc .image-wrapper .list-wrapper .list-wrap {
  position: relative;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-vjjcJBD5Kc .image-wrapper .list-wrapper .list-wrap {
    padding: 24px;
  }
}
.cid-vjjcJBD5Kc .image-wrapper .list-wrapper .list-wrap:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #363534;
}
@media (max-width: 992px) {
  .cid-vjjcJBD5Kc .image-wrapper .list-wrapper .list-wrap:nth-child(2)::before {
    content: none;
  }
}
@media (max-width: 992px) {
  .cid-vjjcJBD5Kc .image-wrapper .list-wrapper .list-wrap:nth-child(2) {
    border-top: 1px solid #363534;
  }
}
.cid-vjjcJBD5Kc .image-wrapper .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 24px;
}
.cid-vjjcJBD5Kc .image-wrapper .list-wrapper .list-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vjjcJBD5Kc .image-wrapper .list-wrapper .list-wrap .list .item-wrap {
  padding-bottom: 8px;
  margin-bottom: 8px;
  transition: all .3s ease;
  border-bottom: 1px solid #363534;
}
.cid-vjjcJBD5Kc .image-wrapper .list-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.cid-vjjcJBD5Kc .image-wrapper .list-wrapper .list-wrap .list .item-wrap:hover,
.cid-vjjcJBD5Kc .image-wrapper .list-wrapper .list-wrap .list .item-wrap:focus {
  color: #f0e7da;
}
.cid-vjjcJBD5Kc .mbr-label {
  color: #d1c2a5;
}
.cid-vjjcJBD5Kc .mbr-section-title {
  color: #f0e7da;
}
.cid-vjjcJBD5Kc .mbr-section-subtitle {
  color: #d1c2a5;
}
.cid-vjjcJBD5Kc .mbr-text {
  color: #d1c2a5;
}
.cid-vjjcJBD5Kc .mbr-list-title {
  color: #f0e7da;
}
.cid-vjjcJBD5Kc .list {
  color: #d1c2a5;
}
.cid-vjjcJCFGuy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #1c1c1c;
}
.cid-vjjcJCFGuy .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vjjcJCFGuy .border_1 {
  left: 0;
}
.cid-vjjcJCFGuy .border_2 {
  right: 0;
}
.cid-vjjcJCFGuy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjjcJCFGuy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjjcJCFGuy .content-wrapper {
  margin-bottom: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 1px solid #363534;
  border-bottom: 1px solid #363534;
}
.cid-vjjcJCFGuy .content-wrapper .frame-wrapper {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.cid-vjjcJCFGuy .content-wrapper .frame-wrapper .cross-section {
  width: 18px;
  height: 18px;
}
.cid-vjjcJCFGuy .content-wrapper .frame-wrapper .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #ff7038 45%);
}
.cid-vjjcJCFGuy .content-wrapper .frame-wrapper .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #ff7038 45%);
}
.cid-vjjcJCFGuy .content-wrapper .frame-wrapper .cross_3 {
  background-image: linear-gradient(45deg, transparent 45%, #ff7038 45%);
}
.cid-vjjcJCFGuy .content-wrapper .frame-wrapper .cross_4 {
  background-image: linear-gradient(315deg, transparent 45%, #ff7038 45%);
}
.cid-vjjcJCFGuy .content-wrapper .frame-wrapper .frame-wrap {
  width: 100%;
  background-color: #ff7038;
  margin: 0 -1px;
}
.cid-vjjcJCFGuy .content-wrapper .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.cid-vjjcJCFGuy .content-wrap {
  background-color: #ff7038;
  will-change: transform;
  z-index: 1;
}
.cid-vjjcJCFGuy .content-wrap .title-wrapper {
  margin: 0 -20px;
}
.cid-vjjcJCFGuy .content-wrap .title-wrapper .card {
  padding: 0 20px;
}
.cid-vjjcJCFGuy .content-wrap .title-wrapper .title-wrap {
  position: relative;
  padding: 20px 36px 36px;
  margin-bottom: 80px;
  height: 100%;
  border-bottom: 1px solid #363534;
}
@media (max-width: 992px) {
  .cid-vjjcJCFGuy .content-wrap .title-wrapper .title-wrap {
    padding: 8px 24px 24px;
    margin-bottom: 40px;
  }
}
.cid-vjjcJCFGuy .content-wrap .title-wrapper .title-wrap .border-wrap.border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjjcJCFGuy .content-wrap .title-wrapper .title-wrap .border-wrap.border_2 {
    opacity: 0;
  }
}
.cid-vjjcJCFGuy .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 4px;
}
.cid-vjjcJCFGuy .content-wrap .title-wrapper .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vjjcJCFGuy .content-wrap .title-wrapper .text-wrapper {
  position: relative;
  padding: 20px 36px 36px;
  margin-bottom: 80px;
  height: 100%;
  border-bottom: 1px solid #363534;
}
@media (max-width: 992px) {
  .cid-vjjcJCFGuy .content-wrap .title-wrapper .text-wrapper {
    padding: 8px 24px 24px;
    margin-bottom: 40px;
  }
}
.cid-vjjcJCFGuy .content-wrap .title-wrapper .text-wrapper .border-wrap.border_1 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjjcJCFGuy .content-wrap .title-wrapper .text-wrapper .border-wrap.border_1 {
    opacity: 0;
  }
}
.cid-vjjcJCFGuy .content-wrap .title-wrapper .text-wrapper::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -60px;
  width: 100%;
  height: 1px;
  background-color: #363534;
}
@media (max-width: 992px) {
  .cid-vjjcJCFGuy .content-wrap .title-wrapper .text-wrapper::before {
    content: none;
  }
}
.cid-vjjcJCFGuy .content-wrap .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjjcJCFGuy .content-wrap .title-wrapper .mbr-label {
  margin-bottom: 0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(180deg, #1c1c1c 30%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-vjjcJCFGuy .content-wrap .title-wrapper .mbr-label {
    content: none;
  }
}
.cid-vjjcJCFGuy .mbr-copy {
  padding: 36px;
  margin-bottom: 0;
  color: #d1c2a5;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjjcJCFGuy .mbr-copy {
    padding: 24px;
  }
}
.cid-vjjcJCFGuy .btn-wrapper {
  margin-top: -1rem;
}
.cid-vjjcJCFGuy .mbr-section-title {
  color: #1c1c1c;
}
.cid-vjjcJCFGuy .mbr-desc {
  color: #1c1c1c;
}
.cid-vjjcJCFGuy .mbr-text {
  color: #363534;
}
.cid-vjjcJCFGuy .mbr-label {
  color: #1c1c1c;
  text-align: center;
}
