body {
  background-color: #fefbe7;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 4rem;
  line-height: .89;
  letter-spacing: -0.05em;
}
.display-1 > .wx-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: -0.06em;
}
.display-2 > .wx-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
}
.display-4 > .wx-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 1.5rem;
  line-height: 1.56;
  letter-spacing: -0.01em;
}
.display-5 > .wx-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: 1.53;
  letter-spacing: -0.01em;
}
.display-7 > .wx-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 200px;
}
.bg-primary {
  background-color: #2ff3e0 !important;
}
.bg-success {
  background-color: #25ca7d !important;
}
.bg-info {
  background-color: #0cbfe3 !important;
}
.bg-warning {
  background-color: #efb300 !important;
}
.bg-danger {
  background-color: #cc2333 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2ff3e0 !important;
  border-color: #2ff3e0 !important;
  color: #02211e !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0bc0af !important;
  border-color: #0bc0af !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #02211e !important;
  background-color: #0bc0af !important;
  border-color: #0bc0af !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e24033 !important;
  border-color: #e24033 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a72218 !important;
  border-color: #a72218 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a72218 !important;
  border-color: #a72218 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0cbfe3 !important;
  border-color: #0cbfe3 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #087a91 !important;
  border-color: #087a91 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #087a91 !important;
  border-color: #087a91 !important;
}
.btn-success,
.btn-success:active {
  background-color: #25ca7d !important;
  border-color: #25ca7d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #188150 !important;
  border-color: #188150 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #188150 !important;
  border-color: #188150 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #efb300 !important;
  border-color: #efb300 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #987200 !important;
  border-color: #987200 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #987200 !important;
  border-color: #987200 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #cc2333 !important;
  border-color: #cc2333 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #821620 !important;
  border-color: #821620 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #821620 !important;
  border-color: #821620 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2ff3e0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0bc0af !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #02211e !important;
  background-color: #2ff3e0 !important;
  border-color: #2ff3e0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e24033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a72218 !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: #e24033 !important;
  border-color: #e24033 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0cbfe3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #087a91 !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: #0cbfe3 !important;
  border-color: #0cbfe3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #25ca7d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #188150 !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: #25ca7d !important;
  border-color: #25ca7d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #efb300;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #987200 !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: #efb300 !important;
  border-color: #efb300 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cc2333;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #821620 !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: #cc2333 !important;
  border-color: #cc2333 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2ff3e0 !important;
}
.text-secondary {
  color: #e24033 !important;
}
.text-success {
  color: #25ca7d !important;
}
.text-info {
  color: #0cbfe3 !important;
}
.text-warning {
  color: #efb300 !important;
}
.text-danger {
  color: #cc2333 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0ab2a2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #992016 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #157448 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #076d82 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #896700 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #75141d !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2ff3e0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cbfe3;
}
.alert-warning {
  background-color: #efb300;
}
.alert-danger {
  background-color: #cc2333;
}
.wx-gallery-filter li.active .btn {
  background-color: #2ff3e0;
  border-color: #2ff3e0;
  color: #033934;
}
.wx-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2ff3e0;
}
.wx-plan-header.bg-primary .wx-plan-subtitle,
.wx-plan-header.bg-primary .wx-plan-price-desc {
  color: #f0fefd;
}
.wx-plan-header.bg-success .wx-plan-subtitle,
.wx-plan-header.bg-success .wx-plan-price-desc {
  color: #c6f5df;
}
.wx-plan-header.bg-info .wx-plan-subtitle,
.wx-plan-header.bg-info .wx-plan-price-desc {
  color: #bff2fc;
}
.wx-plan-header.bg-warning .wx-plan-subtitle,
.wx-plan-header.bg-warning .wx-plan-price-desc {
  color: #ffeebc;
}
.wx-plan-header.bg-danger .wx-plan-subtitle,
.wx-plan-header.bg-danger .wx-plan-price-desc {
  color: #f5c6ca;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control > .wx-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2ff3e0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .wx-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #2ff3e0;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2ff3e0;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2ff3e0;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2ff3e0;
  border-bottom-color: #2ff3e0;
}
.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: #2ff3e0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e24033 !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='%232ff3e0' %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;
}
.wx-section-btn .btn,
.wx-section-btn-main .btn {
  min-width: 148px;
  max-height: 55px;
  font-weight: 400;
  box-shadow: none;
}
.wx-section-btn .btn:hover,
.wx-section-btn-main .btn:hover {
  box-shadow: none;
}
.wx-section-btn .btn-primary-outline,
.wx-section-btn-main .btn-primary-outline {
  border-color: #2ff3e0;
}
.wx-section-btn .btn-secondary-outline,
.wx-section-btn-main .btn-secondary-outline {
  border-color: #e24033;
}
.wx-section-btn .btn-success-outline,
.wx-section-btn-main .btn-success-outline {
  border-color: #25ca7d;
}
.wx-section-btn .btn-info-outline,
.wx-section-btn-main .btn-info-outline {
  border-color: #0cbfe3;
}
.wx-section-btn .btn-warning-outline,
.wx-section-btn-main .btn-warning-outline {
  border-color: #efb300;
}
.wx-section-btn .btn-danger-outline,
.wx-section-btn-main .btn-danger-outline {
  border-color: #cc2333;
}
.cid-vfnFGVxQBM .logo-wrapper img {
  height: 3rem;
}
.cid-vfnFGVxQBM .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  border-bottom-width: 0px;
}
.cid-vfnFGVxQBM .navbar.opened {
  transition: all 0.3s;
}
.cid-vfnFGVxQBM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vfnFGVxQBM .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-vfnFGVxQBM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: right;
}
.cid-vfnFGVxQBM .navbar.collapsed {
  justify-content: center;
}
.cid-vfnFGVxQBM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfnFGVxQBM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfnFGVxQBM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vfnFGVxQBM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfnFGVxQBM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfnFGVxQBM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfnFGVxQBM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfnFGVxQBM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vfnFGVxQBM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfnFGVxQBM .navbar {
    min-height: 70px;
  }
  .cid-vfnFGVxQBM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfnFGVxQBM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfnFGVxQBM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vfnFGVxQBM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfnFGVxQBM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfnFGVxQBM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfnFGVxQBM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfnFGVxQBM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vfnFGVxQBM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vfnFGVxQBM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    text-align: left;
    margin: 0;
    margin-top: 8px;
  }
  .cid-vfnFGVxQBM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
    padding-left: 1rem;
  }
  .cid-vfnFGVxQBM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfnFGVxQBM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding: 0;
  }
  .cid-vfnFGVxQBM .navbar .navbar-collapse {
    padding: 15px 0;
    border-radius: 25px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vfnFGVxQBM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vfnFGVxQBM .navbar-dropdown {
  position: relative !important;
}
.cid-vfnFGVxQBM .navbar-dropdown {
  position: absolute !important;
}
.cid-vfnFGVxQBM .dropdown-item:before {
  font-family: 'UISymbols' !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfnFGVxQBM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 1200px) {
  .cid-vfnFGVxQBM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-vfnFGVxQBM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vfnFGVxQBM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 40px !important;
    left: -40px !important;
  }
  .cid-vfnFGVxQBM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
.cid-vfnFGVxQBM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  opacity: 0.7;
  border: none;
  font-weight: 400 !important;
}
.cid-vfnFGVxQBM .dropdown-item:hover,
.cid-vfnFGVxQBM .dropdown-item:focus {
  font-weight: 700;
  opacity: 1;
}
.cid-vfnFGVxQBM .dropdown-item:hover span {
  font-weight: 700;
  opacity: 1;
}
.cid-vfnFGVxQBM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfnFGVxQBM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfnFGVxQBM .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 700 !important;
}
.cid-vfnFGVxQBM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfnFGVxQBM .nav-link {
  position: relative;
}
.cid-vfnFGVxQBM .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vfnFGVxQBM .container {
    flex-wrap: wrap;
  }
}
.cid-vfnFGVxQBM .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vfnFGVxQBM .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vfnFGVxQBM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfnFGVxQBM .navbar-caption {
  color: #181818;
}
.cid-vfnFGVxQBM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vfnFGVxQBM .navbar-nav {
    margin: 0;
  }
}
.cid-vfnFGVxQBM .dropdown-menu,
.cid-vfnFGVxQBM .navbar.opened {
  background: #ffffff !important;
  background-color: true !important;
}
.cid-vfnFGVxQBM .nav-item:focus,
.cid-vfnFGVxQBM .nav-link:focus {
  outline: none;
}
.cid-vfnFGVxQBM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfnFGVxQBM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfnFGVxQBM .dropdown .dropdown-menu .dropdown-item .wx-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfnFGVxQBM .dropdown .dropdown-menu .dropdown-item .wx-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfnFGVxQBM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfnFGVxQBM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfnFGVxQBM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfnFGVxQBM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfnFGVxQBM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfnFGVxQBM .dropdown-item.active,
.cid-vfnFGVxQBM .dropdown-item:active {
  background-color: transparent;
}
.cid-vfnFGVxQBM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfnFGVxQBM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfnFGVxQBM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfnFGVxQBM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vfnFGVxQBM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfnFGVxQBM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfnFGVxQBM ul.navbar-nav {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}
.cid-vfnFGVxQBM .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
}
.cid-vfnFGVxQBM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfnFGVxQBM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfnFGVxQBM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfnFGVxQBM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfnFGVxQBM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfnFGVxQBM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfnFGVxQBM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfnFGVxQBM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfnFGVxQBM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfnFGVxQBM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfnFGVxQBM .navbar-dropdown {
  padding: 0 0rem;
}
.cid-vfnFGVxQBM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfnFGVxQBM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfnFGVxQBM .navbar {
    height: 70px;
  }
  .cid-vfnFGVxQBM .navbar.opened {
    height: auto;
  }
  .cid-vfnFGVxQBM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfnFGVxQBM .navbar .navbar-collapse {
  padding: 12px 0;
}
.cid-vfnFGVxQBM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vfnFGVxQBM .nav-item {
    margin: 4px 20px;
    padding: 35px 0px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-vfnFGVxQBM .nav-item {
    margin: 4px 20px !important;
    padding: 10px 0px !important;
  }
}
@media (max-width: 991px) {
  .cid-vfnFGVxQBM .menu_box .navbar.opened,
  .cid-vfnFGVxQBM .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-vfnFGVxQBM .navbar.collapsed {
  padding: 28px 0px;
}
@media (max-width: 991px) {
  .cid-vfnFGVxQBM .nav-dropdown .link {
    padding: 10px 0px !important;
  }
  .cid-vfnFGVxQBM a.nav-link {
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .cid-vfnFGVxQBM .navbar .icons-menu {
    display: flex;
    justify-content: flex-start;
    margin: 15px 0px;
  }
}
.cid-vfnFGVxQBM .navbar-dropdown .navbar-caption {
  font-weight: 400;
}
.cid-vfnFGVTZYD {
  background-color: transparent;
}
.cid-vfnFGVTZYD .container-fluid {
  padding-right: 0;
}
@media (max-width: 992px) {
  .cid-vfnFGVTZYD .container-fluid {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.cid-vfnFGVTZYD .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGVTZYD .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGVTZYD .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGVTZYD .title-wrapper {
    padding: 0 0px;
  }
}
.cid-vfnFGVTZYD .title {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-vfnFGVTZYD .title-wrapper {
    margin-top: 3rem;
  }
}
.cid-vfnFGVTZYD .title-wrapper {
  width: 100%;
}
.cid-vfnFGVTZYD .title-wrapper .wx-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vfnFGVTZYD .title-wrapper .wx-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-vfnFGVTZYD .title-wrapper .wx-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vfnFGVTZYD .title-wrapper .wx-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfnFGVTZYD .title-wrapper .wx-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vfnFGVTZYD .title-wrapper .wx-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vfnFGVTZYD .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vfnFGVTZYD .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vfnFGVTZYD .wx-section-subtitle {
  color: #000000;
}
.cid-vfnFGVTZYD .wx-section-title {
  color: #181818;
}
.cid-vfnFGVTZYD .wx-text {
  color: #000000;
}
.cid-vfnFGVTZYD .wx-section-title,
.cid-vfnFGVTZYD .wx-section-btn {
  color: #000000;
}
.cid-vfnFGVXb5y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfnFGVXb5y .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGVXb5y .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGVXb5y .row {
  justify-content: center;
}
.cid-vfnFGVXb5y .row {
  padding: 0 27px;
}
@media (max-width: 992px) {
  .cid-vfnFGVXb5y .row {
    padding: 0 19px;
  }
}
.cid-vfnFGVXb5y .item {
  padding: 0 5px !important;
}
.cid-vfnFGVXb5y .item-wrap {
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vfnFGVXb5y .item-wrap {
    padding: 0 5px;
  }
}
.cid-vfnFGVXb5y .border-wrap {
  width: 100%;
  height: 2px;
  background-color: #181818;
  margin-bottom: 46px;
}
.cid-vfnFGVXb5y .wx-section-title {
  margin-bottom: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vfnFGVXb5y .wx-section-title {
    margin-bottom: 32px;
  }
}
.cid-vfnFGVXb5y .link-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 64px;
}
.cid-vfnFGVXb5y .link-wrapper:hover .wx-link {
  color: #d9d9d9;
}
@media (max-width: 992px) {
  .cid-vfnFGVXb5y .link-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfnFGVXb5y .link-wrapper .wx-link {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vfnFGVXb5y .item-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vfnFGVXb5y .item-wrapper .item-link img {
  height: 212px;
  object-fit: cover;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .cid-vfnFGVXb5y .item-wrapper .item-link img {
    height: 150px;
  }
}
.cid-vfnFGVXb5y .item-wrapper .item-link .wx-text {
  margin-bottom: 0;
}
.cid-vfnFGVXb5y .wx-link {
  color: #000000;
  text-align: right;
}
.cid-vfnFGVXb5y .wx-like {
  color: #181818;
}
.cid-vfnFGVXb5y .wx-comment,
.cid-vfnFGVXb5y .wx-iconfont {
  color: #181818;
}
.cid-vfnFGVXb5y .wx-text {
  color: #181818;
}
.cid-vfnFGVXb5y .wx-text,
.cid-vfnFGVXb5y .icon-container {
  color: #000000;
}
.cid-vfnFGW3i5w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfnFGW3i5w .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGW3i5w .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGW3i5w .row {
  justify-content: center;
}
.cid-vfnFGW3i5w .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGW3i5w .row {
    padding: 0 12px;
  }
}
.cid-vfnFGW3i5w .item-wrap {
  z-index: 1;
}
.cid-vfnFGW3i5w .wx-section-subtitle {
  margin-bottom: 8px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vfnFGW3i5w .wx-section-subtitle {
    margin-bottom: 6.5em;
  }
}
.cid-vfnFGW3i5w .wx-section-title {
  margin-bottom: 54px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vfnFGW3i5w .wx-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-vfnFGW3i5w .wx-text {
  margin-bottom: 54px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vfnFGW3i5w .wx-text {
    margin-bottom: 44px;
  }
}
.cid-vfnFGW3i5w .item {
  margin-bottom: 4rem;
}
.cid-vfnFGW3i5w .item:nth-child(odd) {
  padding-left: 24px;
}
@media (max-width: 768px) {
  .cid-vfnFGW3i5w .item:nth-child(odd) {
    padding: 0 12px;
  }
}
.cid-vfnFGW3i5w .item:nth-child(even) {
  padding-right: 24px;
}
@media (max-width: 768px) {
  .cid-vfnFGW3i5w .item:nth-child(even) {
    padding: 0 12px;
  }
}
.cid-vfnFGW3i5w .item .item-wrapper {
  width: 100%;
  display: block;
  transition: all 0.3s ease;
}
.cid-vfnFGW3i5w .item .item-wrapper:hover {
  transform: translateY(-10px);
}
.cid-vfnFGW3i5w .item .item-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .cid-vfnFGW3i5w .item .item-wrapper img {
    height: 220px;
  }
}
.cid-vfnFGW3i5w .item .item-wrapper .wx-card-subtitle {
  margin-bottom: 4px;
}
.cid-vfnFGW3i5w .item .item-wrapper .wx-card-title {
  margin-bottom: 0;
}
.cid-vfnFGW3i5w .wx-card-title {
  color: #000000;
}
.cid-vfnFGW3i5w .wx-card-subtitle {
  color: #000000;
}
.cid-vfnFGW7FNl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-vfnFGW7FNl .row {
  justify-content: center;
}
.cid-vfnFGW7FNl .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vfnFGW7FNl .row {
    padding: 0 12px;
  }
}
.cid-vfnFGW7FNl .item-wrap {
  z-index: 1;
}
.cid-vfnFGW7FNl .google-map {
  height: 30rem;
  position: relative;
}
.cid-vfnFGW7FNl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfnFGW7FNl .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vfnFGW7FNl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfnFGW7FNl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfnFGW7FNl .wx-section-title {
  color: #000000;
}
.cid-vfnFGWbVjj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171200;
}
.cid-vfnFGWbVjj .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGWbVjj .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGWbVjj .row {
  justify-content: center;
}
.cid-vfnFGWbVjj .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGWbVjj .row {
    padding: 0 12px;
  }
}
.cid-vfnFGWcRc4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1438786657495-640937046d18.jpeg");
}
.cid-vfnFGWcRc4 .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGWcRc4 .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGWcRc4 .row {
  justify-content: center;
}
.cid-vfnFGWcRc4 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGWcRc4 .row {
    padding: 0 12px;
  }
}
.cid-vfnFGWcRc4 .item-wrap {
  z-index: 1;
}
.cid-vfnFGWcRc4 .wx-section-subtitle {
  margin-bottom: 46px;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .cid-vfnFGWcRc4 .wx-section-subtitle {
    margin-bottom: 37px;
  }
}
.cid-vfnFGWcRc4 .title-wrapper .wx-section-title {
  margin-bottom: 20px;
}
.cid-vfnFGWcRc4 .text-wrapper .wx-text {
  margin-bottom: 46px;
  padding-top: 8px;
}
@media (max-width: 992px) {
  .cid-vfnFGWcRc4 .text-wrapper .wx-text {
    margin-bottom: 37px;
    padding-top: 7px;
  }
}
.cid-vfnFGWcRc4 .wx-section-title {
  color: #ffffff;
}
.cid-vfnFGWcRc4 .wx-text {
  color: #ffffff;
}
.cid-vfnFGWcRc4 .wx-text,
.cid-vfnFGWcRc4 .wx-section-btn {
  color: #FFFFFF;
}
.cid-vfnFGWcRc4 .wx-section-title,
.cid-vfnFGWcRc4 .image-wrapper {
  color: #FFFFFF;
}
.cid-vfnFGWgsaJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-vfnFGWgsaJ .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGWgsaJ .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGWgsaJ .wx-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vfnFGWgsaJ .wx-section-btn {
    margin-top: 16px;
  }
}
.cid-vfnFGWgsaJ .links-container {
  margin-top: 64px;
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGWgsaJ .links-container {
    margin-top: 32px;
  }
}
.cid-vfnFGWgsaJ .links-container .links-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-vfnFGWgsaJ .links-container .links-wrapper .wx-links {
  margin-bottom: 0;
}
.cid-vfnFGWgsaJ .links-container .links-wrapper .wx-dot {
  margin: 0 10px;
}
.cid-vfnFGWgsaJ .links-container .links-wrapper .wx-iconfont {
  display: flex;
  width: 13px;
  font-size: 11px;
  margin-right: 5px;
}
.cid-vfnFGWgsaJ .links-container .links-wrapper .wx-iconfont:hover {
  opacity: 0.7;
}
.cid-vfnFGWgsaJ .wx-section-title {
  color: #181818;
}
.cid-vfnFGWgsaJ .wx-person {
  color: #181818;
}
.cid-vfnFGWgsaJ .wx-links,
.cid-vfnFGWgsaJ .wx-dot,
.cid-vfnFGWgsaJ .wx-iconfont {
  color: #181818;
}
.cid-vfnFGWgsaJ .wx-section-title,
.cid-vfnFGWgsaJ .wx-section-btn,
.cid-vfnFGWgsaJ .person-container,
.cid-vfnFGWgsaJ .links-container {
  text-align: center;
  color: #000000;
}
.cid-vfnFGWgsaJ .wx-text {
  text-align: center;
  color: #000000;
}
.cid-vfnFGWjoYH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-vfnFGWjoYH .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGWjoYH .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGWjoYH .wx-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vfnFGWjoYH .wx-section-btn {
    margin-top: 16px;
  }
}
.cid-vfnFGWjoYH .links-container {
  margin-top: 64px;
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGWjoYH .links-container {
    margin-top: 32px;
  }
}
.cid-vfnFGWjoYH .links-container .links-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-vfnFGWjoYH .links-container .links-wrapper .wx-links {
  margin-bottom: 0;
}
.cid-vfnFGWjoYH .links-container .links-wrapper .wx-dot {
  margin: 0 10px;
}
.cid-vfnFGWjoYH .links-container .links-wrapper .wx-iconfont {
  display: flex;
  width: 13px;
  font-size: 11px;
  margin-right: 5px;
}
.cid-vfnFGWjoYH .links-container .links-wrapper .wx-iconfont:hover {
  opacity: 0.7;
}
.cid-vfnFGWjoYH .wx-section-title {
  color: #181818;
}
.cid-vfnFGWjoYH .wx-person {
  color: #181818;
}
.cid-vfnFGWjoYH .wx-links,
.cid-vfnFGWjoYH .wx-dot,
.cid-vfnFGWjoYH .wx-iconfont {
  color: #181818;
}
.cid-vfnFGWjoYH .wx-section-title,
.cid-vfnFGWjoYH .wx-section-btn,
.cid-vfnFGWjoYH .person-container,
.cid-vfnFGWjoYH .links-container {
  text-align: center;
  color: #000000;
}
.cid-vfnFGWjoYH .wx-text {
  text-align: center;
  color: #000000;
}
.cid-vfnFGWnADy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfnFGWnADy .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGWnADy .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGWnADy .row {
  justify-content: center;
}
.cid-vfnFGWnADy .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGWnADy .row {
    padding: 0 12px;
  }
}
.cid-vfnFGWnADy .item-wrap {
  z-index: 1;
}
.cid-vfnFGWnADy .wx-section-subtitle {
  margin-bottom: 8px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vfnFGWnADy .wx-section-subtitle {
    margin-bottom: 6.5em;
  }
}
.cid-vfnFGWnADy .wx-section-title {
  margin-bottom: 54px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vfnFGWnADy .wx-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-vfnFGWnADy .wx-text {
  margin-bottom: 54px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vfnFGWnADy .wx-text {
    margin-bottom: 44px;
  }
}
.cid-vfnFGWnADy .item {
  margin-bottom: 4rem;
}
.cid-vfnFGWnADy .item:nth-child(odd) {
  padding-left: 24px;
}
@media (max-width: 768px) {
  .cid-vfnFGWnADy .item:nth-child(odd) {
    padding: 0 12px;
  }
}
.cid-vfnFGWnADy .item:nth-child(even) {
  padding-right: 24px;
}
@media (max-width: 768px) {
  .cid-vfnFGWnADy .item:nth-child(even) {
    padding: 0 12px;
  }
}
.cid-vfnFGWnADy .item .item-wrapper {
  width: 100%;
  display: block;
  transition: all 0.3s ease;
}
.cid-vfnFGWnADy .item .item-wrapper:hover {
  transform: translateY(-10px);
}
.cid-vfnFGWnADy .item .item-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .cid-vfnFGWnADy .item .item-wrapper img {
    height: 220px;
  }
}
.cid-vfnFGWnADy .item .item-wrapper .wx-card-subtitle {
  margin-bottom: 4px;
}
.cid-vfnFGWnADy .item .item-wrapper .wx-card-title {
  margin-bottom: 0;
}
.cid-vfnFGWnADy .wx-card-title {
  color: #000000;
}
.cid-vfnFGWnADy .wx-card-subtitle {
  color: #000000;
}
.cid-vfnFGWuODO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfnFGWuODO .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGWuODO .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGWuODO .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGWuODO .row {
    padding: 0 12px;
  }
}
.cid-vfnFGWuODO .item-wrap {
  z-index: 1;
}
.cid-vfnFGWuODO .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfnFGWuODO .title-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vfnFGWuODO .title-wrapper .wx-section-title {
  margin-bottom: 0;
}
.cid-vfnFGWuODO .wx-text {
  margin-bottom: 32px;
  color: #181818;
}
.cid-vfnFGWuODO .wx-text .wx-text {
  margin-bottom: 0;
}
.cid-vfnFGWuODO .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-vfnFGWuODO .card .card-header {
  background-color: transparent;
  padding: 32px 0;
  border: none;
}
.cid-vfnFGWuODO .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.cid-vfnFGWuODO .card .card-header .panel-title::after {
  content: '';
  position: absolute;
  top: -5px;
  right: 0;
  background-color: #2ff3e0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: none;
}
.cid-vfnFGWuODO .card .card-header .panel-title:hover .panel-title-edit {
  color: #000000;
}
.cid-vfnFGWuODO .card .card-header .panel-title:hover .wx-iconfont {
  color: #000000;
}
.cid-vfnFGWuODO .card .card-header .panel-title:focus .panel-title-edit {
  color: #000000;
}
.cid-vfnFGWuODO .card .card-header .panel-title:focus::after {
  display: block;
}
.cid-vfnFGWuODO .card .card-header .panel-title:focus .wx-iconfont {
  color: #000000;
  transform: rotate(45deg);
}
.cid-vfnFGWuODO .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-vfnFGWuODO .card .card-header .panel-title .wx-iconfont {
  margin: 0 12px;
  transition: all 0.3s ease;
  z-index: 1;
}
.cid-vfnFGWuODO .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-vfnFGWuODO .wx-section-title {
  color: #181818;
}
.cid-vfnFGWuODO .panel-title-edit,
.cid-vfnFGWuODO .wx-iconfont {
  color: #000000;
}
.cid-vfnFGWuODO .panel-text {
  color: #181818;
}
.cid-vfnFGWClgR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfnFGWClgR .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGWClgR .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGWClgR .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGWClgR .row {
    padding: 0 12px;
  }
}
.cid-vfnFGWClgR .item-wrap {
  z-index: 1;
}
.cid-vfnFGWClgR .border-wrap {
  width: 100%;
  height: 2px;
  background-color: #181818;
  margin-bottom: 46px;
}
.cid-vfnFGWClgR .wx-section-title {
  margin-bottom: 62px;
  color: #000000;
}
.cid-vfnFGWClgR .link-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 62px;
}
.cid-vfnFGWClgR .link-wrapper:hover .wx-link {
  color: #2ff3e0;
}
.cid-vfnFGWClgR .link-wrapper:hover .wx-link span {
  color: #2ff3e0;
}
.cid-vfnFGWClgR .link-wrapper .wx-link {
  transition: all 0.3s ease;
  margin-bottom: 62px;
}
.cid-vfnFGWClgR .link-wrapper .wx-link span {
  margin-left: 1px;
  font-size: 13px;
}
.cid-vfnFGWClgR .card {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfnFGWClgR .card {
    margin-bottom: 40px;
  }
}
.cid-vfnFGWClgR .card .date-container .date-wrapper {
  margin-bottom: 24px;
  display: flex;
}
.cid-vfnFGWClgR .card .date-container .date-wrapper .wx-date {
  margin-bottom: 0;
}
.cid-vfnFGWClgR .card .date-container .date-wrapper .wx-dot {
  margin: 0 10px;
  font-size: 20px;
  opacity: 0.3;
}
.cid-vfnFGWClgR .card .wx-text {
  margin-bottom: 0;
}
.cid-vfnFGWClgR .wx-text {
  color: #181818;
}
.cid-vfnFGWClgR .wx-link {
  color: #181818;
  text-align: right;
}
.cid-vfnFGWClgR .wx-date,
.cid-vfnFGWClgR .wx-dot {
  color: #181818;
}
.cid-vfnFGWClgR .wx-date {
  text-align: left;
  color: #000000;
}
.cid-vfnFGWClgR .wx-link,
.cid-vfnFGWClgR .wx-iconfont {
  color: #000000;
}
.cid-vfnFGWClgR .wx-text,
.cid-vfnFGWClgR .date-container {
  color: #000000;
}
.cid-vfnFGWHkD9 {
  background-color: transparent;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-vfnFGWHkD9 .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGWHkD9 .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGWHkD9 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGWHkD9 .row {
    padding: 0 12px;
  }
}
.cid-vfnFGWHkD9 .item-wrap {
  z-index: 1;
}
.cid-vfnFGWHkD9 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 32px;
}
.cid-vfnFGWHkD9 .desc-container .desc-wrapper {
  display: inline;
  margin-bottom: 18px;
  justify-content: flex-start;
}
.cid-vfnFGWHkD9 .desc-container .desc-wrapper .wx-desc {
  display: inline;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}
.cid-vfnFGWHkD9 .desc-container .desc-wrapper .wx-desc:first-child:hover {
  color: #2ff3e0;
}
.cid-vfnFGWHkD9 .desc-container .desc-wrapper .wx-dot {
  display: inline;
  margin: 0 10px;
  font-size: 20px;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-vfnFGWHkD9 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfnFGWHkD9 .title-wrapper .wx-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-vfnFGWHkD9 .title-wrapper .wx-section-title:hover {
  color: #2ff3e0;
}
.cid-vfnFGWHkD9 .title-wrapper .wx-text {
  margin-bottom: 0;
}
.cid-vfnFGWHkD9 .date-wrapper .wx-date {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vfnFGWHkD9 .date-wrapper .wx-date {
    text-align: left;
  }
}
.cid-vfnFGWHkD9 .image-wrapper {
  display: flex;
  justify-content: flex-end;
  padding-left: 32px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfnFGWHkD9 .image-wrapper {
    justify-content: flex-start;
    padding-left: 0;
  }
}
@media (max-width: 425px) {
  .cid-vfnFGWHkD9 .image-wrapper {
    padding: 0;
  }
}
.cid-vfnFGWHkD9 .image-wrapper .image-container {
  display: block;
  overflow: hidden;
}
.cid-vfnFGWHkD9 .image-wrapper .image-container:hover img {
  transform: scale(1.1, 1.1);
}
.cid-vfnFGWHkD9 .image-wrapper .image-container img {
  width: 178px;
  height: 128px;
  object-fit: cover;
  transition: all 0.3s ease;
}
.cid-vfnFGWHkD9 .wx-section-title {
  color: var(--backgroundText);
}
.cid-vfnFGWHkD9 .wx-desc,
.cid-vfnFGWHkD9 .wx-dot {
  color: #000000;
}
.cid-vfnFGWHkD9 .wx-date {
  color: #000000;
  text-align: right;
}
.cid-vfnFGWHkD9 .wx-section-title,
.cid-vfnFGWHkD9 .desc-container {
  color: #000000;
}
.cid-vfnFGWHkD9 .wx-dot {
  color: #000000;
}
.cid-vfnFGWN424 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfnFGWN424 .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGWN424 .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGWN424 .row {
  justify-content: left;
}
.cid-vfnFGWN424 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGWN424 .row {
    padding: 0 12px;
  }
}
.cid-vfnFGWN424 .item-wrap {
  z-index: 1;
}
.cid-vfnFGWN424 .card {
  margin-top: 2rem;
  margin-bottom: 2rem;
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-vfnFGWN424 .card {
    margin-bottom: 2rem;
    justify-content: left;
  }
}
.cid-vfnFGWN424 .card .wx-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-vfnFGWN424 .card .text-wrapper .wx-section-title {
  margin-bottom: 4px;
}
.cid-vfnFGWN424 .card .text-wrapper .wx-text {
  margin-bottom: 0;
}
.cid-vfnFGWN424 .border-wrap {
  width: 100%;
  height: 2px;
  background-color: #000000;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfnFGWN424 .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-vfnFGWN424 .wx-section-title,
.cid-vfnFGWN424 .wx-iconfont {
  color: #000000;
}
.cid-vfnFGWN424 .wx-text {
  color: #000000;
}
.cid-vfnFGWSZPm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-vfnFGWSZPm .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGWSZPm .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGWSZPm .wx-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vfnFGWSZPm .wx-section-btn {
    margin-top: 16px;
  }
}
.cid-vfnFGWSZPm .links-container {
  margin-top: 64px;
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGWSZPm .links-container {
    margin-top: 32px;
  }
}
.cid-vfnFGWSZPm .links-container .links-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-vfnFGWSZPm .links-container .links-wrapper .wx-links {
  margin-bottom: 0;
}
.cid-vfnFGWSZPm .links-container .links-wrapper .wx-dot {
  margin: 0 10px;
}
.cid-vfnFGWSZPm .links-container .links-wrapper .wx-iconfont {
  display: flex;
  width: 13px;
  font-size: 11px;
  margin-right: 5px;
}
.cid-vfnFGWSZPm .links-container .links-wrapper .wx-iconfont:hover {
  opacity: 0.7;
}
.cid-vfnFGWSZPm .wx-section-title {
  color: #181818;
}
.cid-vfnFGWSZPm .wx-person {
  color: #181818;
}
.cid-vfnFGWSZPm .wx-links,
.cid-vfnFGWSZPm .wx-dot,
.cid-vfnFGWSZPm .wx-iconfont {
  color: #181818;
}
.cid-vfnFGWSZPm .wx-section-title,
.cid-vfnFGWSZPm .wx-section-btn,
.cid-vfnFGWSZPm .person-container,
.cid-vfnFGWSZPm .links-container {
  text-align: center;
  color: #000000;
}
.cid-vfnFGWSZPm .wx-text {
  text-align: center;
  color: #000000;
}
.cid-vfnFGWWrcI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../{{param headingImage type=image prompt=headingImage}}");
}
.cid-vfnFGWWrcI .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGWWrcI .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGWWrcI .row {
  justify-content: center;
}
.cid-vfnFGWWrcI .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGWWrcI .row {
    padding: 0 12px;
  }
}
.cid-vfnFGWWrcI .item-wrap {
  z-index: 1;
}
.cid-vfnFGWWrcI .image-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vfnFGWWrcI .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfnFGWWrcI .image-wrapper img {
  display: inline-block;
  width: 100px;
  object-fit: cover;
}
.cid-vfnFGWWrcI .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfnFGWWrcI .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfnFGWWrcI .title-wrapper .wx-section-title {
  margin-bottom: 0;
}
.cid-vfnFGWWrcI .text-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfnFGWWrcI .text-wrapper {
    margin-bottom: 65px;
  }
}
.cid-vfnFGWWrcI .text-wrapper .wx-text {
  margin-bottom: 0;
}
.cid-vfnFGWWrcI .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-vfnFGWWrcI .wx-section-title {
  color: #ffffff;
}
.cid-vfnFGWWrcI .wx-text {
  color: #FFFFFF;
}
.cid-vfnFGWWrcI .wx-section-title,
.cid-vfnFGWWrcI .image-wrapper {
  color: #FFFFFF;
}
.cid-vfnFGX2VbE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfnFGX2VbE .item:focus,
.cid-vfnFGX2VbE span:focus {
  outline: none;
}
.cid-vfnFGX2VbE .item {
  cursor: pointer;
}
.cid-vfnFGX2VbE .grid-container {
  grid-row-gap: 64px;
}
@media (max-width: 1200px) {
  .cid-vfnFGX2VbE .grid-container {
    grid-row-gap: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vfnFGX2VbE .grid-container {
    grid-row-gap: 12px;
  }
}
.cid-vfnFGX2VbE .grid-container-1,
.cid-vfnFGX2VbE .grid-container-2,
.cid-vfnFGX2VbE .grid-container-3 {
  gap: 0 64px;
}
@media (max-width: 1200px) {
  .cid-vfnFGX2VbE .grid-container-1,
  .cid-vfnFGX2VbE .grid-container-2,
  .cid-vfnFGX2VbE .grid-container-3 {
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vfnFGX2VbE .grid-container-1,
  .cid-vfnFGX2VbE .grid-container-2,
  .cid-vfnFGX2VbE .grid-container-3 {
    gap: 12px;
  }
}
.cid-vfnFGX2VbE .wx-section-title {
  margin-bottom: 54px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfnFGX2VbE .wx-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-vfnFGX2VbE .content-head {
  max-width: 800px;
}
.cid-vfnFGX2VbE .container,
.cid-vfnFGX2VbE .container-fluid {
  overflow: hidden;
}
.cid-vfnFGX2VbE .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vfnFGX2VbE .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfnFGX2VbE .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vfnFGX2VbE .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-vfnFGX2VbE .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-vfnFGX2VbE .grid-container-1,
.cid-vfnFGX2VbE .grid-container-2,
.cid-vfnFGX2VbE .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vfnFGX2VbE .grid-container-1 {
  align-items: flex-end;
}
.cid-vfnFGX2VbE .grid-container-2 {
  align-items: flex-start;
}
.cid-vfnFGX5TZD .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGX5TZD .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-vfnFGX5TZD .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-vfnFGX5TZD .row {
    height: 400px;
  }
}
.cid-vfnFGX6fJM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfnFGX6fJM .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGX6fJM .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGX6fJM .row {
  justify-content: center;
  margin: 0 -24px;
}
.cid-vfnFGX6fJM .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGX6fJM .row {
    padding: 0 12px;
  }
}
.cid-vfnFGX6fJM .item-wrap {
  z-index: 1;
}
.cid-vfnFGX6fJM .wx-section-subtitle {
  margin-bottom: 8px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vfnFGX6fJM .wx-section-subtitle {
    margin-bottom: 6.5em;
  }
}
.cid-vfnFGX6fJM .wx-section-title {
  margin-bottom: 54px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vfnFGX6fJM .wx-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-vfnFGX6fJM .item {
  padding: 0 24px;
  margin-bottom: 4rem;
  transition: all 0.3s ease;
}
.cid-vfnFGX6fJM .item:hover {
  transform: translateY(-10px);
}
.cid-vfnFGX6fJM .item .item-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .cid-vfnFGX6fJM .item .item-wrapper img {
    height: 220px;
  }
}
.cid-vfnFGX6fJM .item .item-wrapper .wx-price {
  margin-bottom: 10px;
}
.cid-vfnFGX6fJM .item .item-wrapper .wx-card-title {
  margin-bottom: 10px;
}
.cid-vfnFGX6fJM .item .item-wrapper .wx-desc {
  margin-bottom: 10px;
}
.cid-vfnFGX6fJM .wx-card-title {
  color: #181818;
}
.cid-vfnFGX6fJM .wx-price {
  color: #000000;
}
.cid-vfnFGX6fJM .wx-card-desc {
  color: #000000;
}
.cid-vfnFGX6fJM .wx-card-title,
.cid-vfnFGX6fJM .wx-section-btn {
  color: #000000;
}
.cid-vfnFGX9iiS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfnFGX9iiS .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGX9iiS .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGX9iiS .row {
  justify-content: center;
}
.cid-vfnFGX9iiS .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vfnFGX9iiS .row {
    padding: 0 12px;
  }
}
.cid-vfnFGX9iiS .item-wrap {
  z-index: 1;
}
.cid-vfnFGX9iiS .image-wrapper {
  padding: 32px 16px;
}
@media (max-width: 992px) {
  .cid-vfnFGX9iiS .image-wrapper {
    padding: 12px 0;
  }
}
.cid-vfnFGX9iiS .image-wrapper img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfnFGX9iiS .image-wrapper img {
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-vfnFGX9iiS .image-wrapper img {
    height: 150px;
  }
}
.cid-vfnFGXbbTH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfnFGXbbTH .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGXbbTH .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGXbbTH .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGXbbTH .row {
    padding: 0 12px;
  }
}
.cid-vfnFGXbbTH .item-wrap {
  z-index: 1;
}
.cid-vfnFGXbbTH .title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfnFGXbbTH .image-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vfnFGXbbTH .image-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-vfnFGXbbTH .image-wrapper img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
}
.cid-vfnFGXbbTH .desc-container .desc-wrapper {
  display: flex;
}
.cid-vfnFGXbbTH .desc-container .desc-wrapper .wx-desc {
  margin: 0;
}
.cid-vfnFGXbbTH .desc-container .desc-wrapper .wx-desc:first-child:hover {
  opacity: 0.7;
}
.cid-vfnFGXbbTH .desc-container .desc-wrapper .wx-dot {
  margin: 0 10px;
  font-size: 20px;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-vfnFGXbbTH .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfnFGXbbTH .title-wrapper .wx-section-title {
  transition: 0.3s ease;
}
.cid-vfnFGXbbTH .title-wrapper .wx-section-title:hover {
  opacity: 0.7;
}
.cid-vfnFGXbbTH .title-wrapper .wx-text {
  margin-bottom: 0;
}
.cid-vfnFGXbbTH .person-container {
  margin-top: 24px;
  margin-bottom: 18px;
}
.cid-vfnFGXbbTH .person-container .person-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGXbbTH .person-container .person-wrapper {
    margin-bottom: 8px;
  }
}
.cid-vfnFGXbbTH .person-container .person-wrapper img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
  margin: 10px 5px 0 0;
}
.cid-vfnFGXbbTH .person-container .person-wrapper .person-text .wx-person {
  margin: 0;
}
.cid-vfnFGXbbTH .person-container .person-wrapper .person-text .wx-person:first-child {
  margin-bottom: -4px;
  transition: all 0.3s ease;
}
.cid-vfnFGXbbTH .person-container .person-wrapper .person-text .wx-person:first-child:hover {
  opacity: 0.7;
}
.cid-vfnFGXbbTH .wx-section-title {
  color: #000000;
}
.cid-vfnFGXbbTH .wx-desc,
.cid-vfnFGXbbTH .wx-dot {
  color: #181818;
}
.cid-vfnFGXbbTH .wx-person {
  color: #181818;
}
.cid-vfnFGXbbTH .wx-desc {
  color: #000000;
}
.cid-vfnFGXbbTH .wx-dot {
  color: #000000;
}
.cid-vfnFGXecSm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfnFGXecSm .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGXecSm .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGXecSm .row {
  justify-content: center;
}
.cid-vfnFGXecSm .row {
  padding: 0 2rem;
}
@media (max-width: 992px) {
  .cid-vfnFGXecSm .row {
    padding: 0 19px;
  }
}
.cid-vfnFGXecSm .item {
  padding: 0 !important;
  height: 230px;
}
@media (max-width: 768px) {
  .cid-vfnFGXecSm .item {
    height: 150px;
  }
}
.cid-vfnFGXecSm .item-wrap {
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vfnFGXecSm .item-wrap {
    padding: 0 5px;
  }
}
.cid-vfnFGXecSm .border-wrap {
  width: 100%;
  height: 2px;
  background-color: #000000;
  margin-bottom: 46px;
}
.cid-vfnFGXecSm .wx-section-title {
  margin-bottom: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vfnFGXecSm .wx-section-title {
    margin-bottom: 32px;
  }
}
.cid-vfnFGXecSm .link-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 64px;
}
.cid-vfnFGXecSm .link-wrapper:hover .wx-link {
  color: #2ff3e0;
}
@media (max-width: 992px) {
  .cid-vfnFGXecSm .link-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfnFGXecSm .link-wrapper .wx-link {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-vfnFGXecSm .item-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.cid-vfnFGXecSm .item-link:hover img {
  transform: scale(1.1, 1.1);
}
.cid-vfnFGXecSm .item-link img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .cid-vfnFGXecSm .item-link img {
    height: 150px;
  }
}
.cid-vfnFGXecSm .wx-link {
  color: #000000;
  text-align: right;
}
.cid-vfnFGXecSm .wx-like {
  color: #ffffff;
}
.cid-vfnFGXecSm .wx-comment,
.cid-vfnFGXecSm .wx-iconfont {
  color: #ffffff;
}
.cid-vfnFGXiVFD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fefbe7;
}
.cid-vfnFGXiVFD .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGXiVFD .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGXiVFD .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGXiVFD .row {
    padding: 0 12px;
  }
}
.cid-vfnFGXiVFD .item-wrap {
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vfnFGXiVFD .text-wrapper {
    margin-bottom: 8rem;
  }
}
.cid-vfnFGXiVFD .text-wrapper .wx-section-title {
  margin-bottom: 12px;
}
.cid-vfnFGXiVFD .text-wrapper .wx-section-title span {
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cid-vfnFGXiVFD .text-wrapper .wx-section-title {
    margin-bottom: 9.5px;
  }
}
.cid-vfnFGXiVFD .text-wrapper .wx-text {
  margin-bottom: 0;
}
.cid-vfnFGXiVFD .image-wrapper {
  display: flex;
  overflow: hidden;
}
.cid-vfnFGXiVFD .image-wrapper .image-container {
  height: 292px;
  margin-right: 12px;
}
@media (max-width: 768px) {
  .cid-vfnFGXiVFD .image-wrapper .image-container {
    height: 152px;
  }
}
.cid-vfnFGXiVFD .image-wrapper .image-container img {
  width: 190px;
  height: 140px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vfnFGXiVFD .image-wrapper .image-container img {
    width: 95px;
    height: 70px;
  }
}
.cid-vfnFGXiVFD .image-wrapper .image-container img:first-child {
  margin-bottom: 12px;
}
.cid-vfnFGXiVFD .image-wrapper img {
  height: 292px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vfnFGXiVFD .image-wrapper img {
    height: 152px;
  }
}
.cid-vfnFGXiVFD .border-wrap_1 {
  width: 100%;
  height: 2px;
  background-color: #000000;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-vfnFGXiVFD .border-wrap_1 {
    margin-bottom: 114px;
  }
}
.cid-vfnFGXiVFD .border-wrap_2 {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-vfnFGXiVFD .border-wrap_2 {
    margin-top: 65px;
  }
}
.cid-vfnFGXiVFD .wx-section-title {
  color: #000000;
}
.cid-vfnFGXiVFD .wx-text {
  color: #000000;
}
.cid-vfnFGXkOuv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfnFGXkOuv .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGXkOuv .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGXkOuv .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGXkOuv .row {
    padding: 0 12px;
  }
}
.cid-vfnFGXkOuv .item-wrap {
  z-index: 1;
}
.cid-vfnFGXkOuv .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfnFGXkOuv .title-wrapper {
    margin-bottom: 65px;
  }
}
.cid-vfnFGXkOuv .title-wrapper .wx-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-vfnFGXkOuv .title-wrapper .wx-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-vfnFGXkOuv .title-wrapper .wx-section-title {
  margin-bottom: 0;
}
.cid-vfnFGXkOuv .text-wrapper .wx-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfnFGXkOuv .card {
    margin-top: 48px;
  }
}
.cid-vfnFGXkOuv .card .wx-iconfont {
  font-size: 30px;
  margin-bottom: 10px;
  color: #a1a1a1;
}
@media (max-width: 992px) {
  .cid-vfnFGXkOuv .card .wx-iconfont {
    margin-bottom: 8px;
  }
}
.cid-vfnFGXkOuv .card .wx-card-title {
  margin-bottom: 16px;
}
.cid-vfnFGXkOuv .card .wx-card-title span {
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cid-vfnFGXkOuv .card .wx-card-title {
    margin-bottom: 13px;
  }
}
.cid-vfnFGXkOuv .card .wx-text {
  margin-bottom: 0;
}
.cid-vfnFGXkOuv .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfnFGXkOuv .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-vfnFGXkOuv .wx-section-title {
  color: #000000;
}
.cid-vfnFGXkOuv .wx-section-subtitle {
  color: #000000;
}
.cid-vfnFGXkOuv .wx-text {
  color: #000000;
}
.cid-vfnFGXkOuv .wx-card-title {
  color: #181818;
}
.cid-vfnFGXkOuv .wx-card-text {
  color: #000000;
}
.cid-vfnFGXkOuv .wx-card-title,
.cid-vfnFGXkOuv .wx-iconfont {
  color: #000000;
}
.cid-vfnFGXnTDc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/photo-1470770841072-f978cf4d019e.jpeg");
}
.cid-vfnFGXnTDc .wx-overlay {
  background: #171200;
  opacity: 0.7;
}
.cid-vfnFGXnTDc .item:focus,
.cid-vfnFGXnTDc span:focus {
  outline: none;
}
.cid-vfnFGXnTDc .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vfnFGXnTDc .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-vfnFGXnTDc .item {
    min-height: 45px;
  }
}
.cid-vfnFGXovLm {
  background-image: url("../../../assets/images/photo-1438786657495-640937046d18.jpeg");
}
.cid-vfnFGXovLm .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGXovLm .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGXovLm .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-vfnFGXovLm .row {
    height: 400px;
  }
}
.cid-vfnFGXpMUK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfnFGXpMUK .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGXpMUK .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGXpMUK .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGXpMUK .row {
    padding: 0 12px;
  }
}
.cid-vfnFGXpMUK .item-wrap {
  z-index: 1;
}
.cid-vfnFGXpMUK .title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfnFGXpMUK .image-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vfnFGXpMUK .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vfnFGXpMUK .image-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-vfnFGXpMUK .image-wrapper img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
}
.cid-vfnFGXpMUK .desc-container .desc-wrapper {
  display: flex;
}
.cid-vfnFGXpMUK .desc-container .desc-wrapper .wx-desc {
  margin: 0;
}
.cid-vfnFGXpMUK .desc-container .desc-wrapper .wx-desc:first-child:hover {
  opacity: 0.7;
}
.cid-vfnFGXpMUK .desc-container .desc-wrapper .wx-dot {
  margin: 0 10px;
  font-size: 20px;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-vfnFGXpMUK .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfnFGXpMUK .title-wrapper .wx-section-title {
  transition: 0.3s ease;
}
.cid-vfnFGXpMUK .title-wrapper .wx-section-title:hover {
  opacity: 0.7;
}
.cid-vfnFGXpMUK .title-wrapper .wx-text {
  margin-bottom: 0;
}
.cid-vfnFGXpMUK .person-container {
  margin-top: 24px;
  margin-bottom: 18px;
}
.cid-vfnFGXpMUK .person-container .person-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGXpMUK .person-container .person-wrapper {
    margin-bottom: 8px;
  }
}
.cid-vfnFGXpMUK .person-container .person-wrapper img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
  margin: 10px 5px 0 0;
}
.cid-vfnFGXpMUK .person-container .person-wrapper .person-text .wx-person {
  margin: 0;
}
.cid-vfnFGXpMUK .person-container .person-wrapper .person-text .wx-person:first-child {
  margin-bottom: -4px;
  transition: all 0.3s ease;
}
.cid-vfnFGXpMUK .person-container .person-wrapper .person-text .wx-person:first-child:hover {
  opacity: 0.7;
}
.cid-vfnFGXpMUK .wx-section-title {
  color: #181818;
}
.cid-vfnFGXpMUK .wx-desc,
.cid-vfnFGXpMUK .wx-dot {
  color: #000000;
}
.cid-vfnFGXpMUK .wx-person {
  color: #181818;
}
.cid-vfnFGXs1X2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfnFGXs1X2 .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGXs1X2 .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGXs1X2 .row {
  justify-content: center;
}
.cid-vfnFGXs1X2 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGXs1X2 .row {
    padding: 0 12px;
  }
}
.cid-vfnFGXs1X2 .item-wrap {
  z-index: 1;
}
.cid-vfnFGXs1X2 .item-wrap-video {
  z-index: 1;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vfnFGXs1X2 .item-wrap-video {
    padding-right: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-vfnFGXs1X2 .item-wrap-video {
    padding: 0 12px;
  }
}
.cid-vfnFGXs1X2 .item-wrap-image {
  z-index: 1;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vfnFGXs1X2 .item-wrap-image {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .cid-vfnFGXs1X2 .item-wrap-image {
    padding: 0 12px;
  }
}
.cid-vfnFGXs1X2 .border-wrap {
  width: 100%;
  height: 2px;
  background-color: #000000;
  margin-bottom: 46px;
}
.cid-vfnFGXs1X2 .wx-section-subtitle {
  margin-bottom: 64px;
  color: #000000;
}
.cid-vfnFGXs1X2 .link-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 64px;
}
.cid-vfnFGXs1X2 .link-wrapper:hover .wx-link {
  color: #2ff3e0;
}
.cid-vfnFGXs1X2 .link-wrapper:hover .wx-link span {
  color: #2ff3e0;
}
.cid-vfnFGXs1X2 .link-wrapper .wx-link {
  transition: all 0.3s ease;
  margin-bottom: 62px;
}
.cid-vfnFGXs1X2 .link-wrapper .wx-link span {
  margin-left: 1px;
  font-size: 13px;
}
.cid-vfnFGXs1X2 .card .card-link {
  width: 100%;
  display: block;
}
.cid-vfnFGXs1X2 .card .card-link:hover .image-wrapper img {
  transform: scale(1.1, 1.1);
}
.cid-vfnFGXs1X2 .card .card-link:hover .wx-card-title {
  color: #2ff3e0;
}
.cid-vfnFGXs1X2 .video-wrapper {
  width: 100%;
  height: 420px;
  margin-bottom: 32px;
}
.cid-vfnFGXs1X2 .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-vfnFGXs1X2 .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vfnFGXs1X2 .video-wrapper iframe {
  height: 420px !important;
}
@media (max-width: 992px) {
  .cid-vfnFGXs1X2 .video-wrapper iframe {
    height: 210px !important;
  }
}
@media (max-width: 768px) {
  .cid-vfnFGXs1X2 .video-wrapper iframe {
    height: 150px !important;
  }
}
@media (max-width: 992px) {
  .cid-vfnFGXs1X2 .video-wrapper {
    height: 210px;
  }
}
.cid-vfnFGXs1X2 .image-wrapper {
  margin-bottom: 32px;
  overflow: hidden;
}
.cid-vfnFGXs1X2 .image-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vfnFGXs1X2 .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 768px) {
  .cid-vfnFGXs1X2 .image-wrapper img {
    height: 150px;
  }
}
.cid-vfnFGXs1X2 .wx-card-title {
  margin-bottom: 24px;
  transition: all 0.3s ease;
  color: #181818;
}
.cid-vfnFGXs1X2 .wx-card-text {
  margin-bottom: 18px;
  color: #181818;
}
.cid-vfnFGXs1X2 .person-container .person-wrapper {
  display: inline-flex;
}
.cid-vfnFGXs1X2 .person-container .person-wrapper img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
  margin: 10px 5px 0 0;
}
.cid-vfnFGXs1X2 .person-container .person-wrapper .person-text .wx-person {
  margin: 0;
}
.cid-vfnFGXs1X2 .person-container .person-wrapper .person-text .wx-person:first-child {
  margin-bottom: -4px;
  transition: all 0.3s ease;
}
.cid-vfnFGXs1X2 .person-container .person-wrapper .person-text .wx-person:first-child:hover {
  opacity: 0.3;
}
.cid-vfnFGXs1X2 .wx-link {
  color: #181818;
  text-align: right;
}
.cid-vfnFGXs1X2 .wx-person {
  color: #000000;
}
.cid-vfnFGXs1X2 .wx-text {
  color: #000000;
}
.cid-vfnFGXs1X2 .wx-link,
.cid-vfnFGXs1X2 .wx-iconfont {
  color: #000000;
}
.cid-vfnFGXs1X2 .wx-card-title,
.cid-vfnFGXs1X2 .person-container {
  color: #000000;
}
.cid-vfnFGXxHzf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfnFGXxHzf .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGXxHzf .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGXxHzf .row {
  justify-content: center;
}
.cid-vfnFGXxHzf .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vfnFGXxHzf .row {
    padding: 0 12px;
  }
}
.cid-vfnFGXxHzf .item {
  margin-bottom: 40px;
  padding: 0 32px !important;
}
@media (max-width: 992px) {
  .cid-vfnFGXxHzf .item {
    padding: 0 12px !important;
  }
}
.cid-vfnFGXxHzf .link-wrapper {
  display: block;
}
.cid-vfnFGXxHzf .link-wrapper:hover img {
  transform: scale(1.1, 1.1);
}
.cid-vfnFGXxHzf .link-wrapper:hover .wx-date:last-child {
  opacity: 0.7;
}
.cid-vfnFGXxHzf .link-wrapper:hover .wx-section-title {
  opacity: 0.7;
}
.cid-vfnFGXxHzf .link-wrapper .image-wrapper {
  overflow: hidden;
  margin-bottom: 32px;
}
.cid-vfnFGXxHzf .link-wrapper .image-wrapper img {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
  transition: all 0.3s ease;
}
.cid-vfnFGXxHzf .link-wrapper .date-container {
  margin-bottom: 24px;
}
.cid-vfnFGXxHzf .link-wrapper .date-container .date-wrapper {
  display: flex;
}
.cid-vfnFGXxHzf .link-wrapper .date-container .date-wrapper .wx-date {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-vfnFGXxHzf .link-wrapper .date-container .date-wrapper .wx-dot {
  margin: 0 10px;
  opacity: 0.3;
}
.cid-vfnFGXxHzf .link-wrapper .wx-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-vfnFGXxHzf .wx-section-title {
  color: #181818;
}
.cid-vfnFGXxHzf .wx-date,
.cid-vfnFGXxHzf .wx-dot {
  color: #181818;
}
.cid-vfnFGXxHzf .wx-date {
  color: #000000;
}
.cid-vfnFGXxHzf .wx-dot {
  color: #000000;
}
.cid-vfnFGXxHzf .wx-section-title,
.cid-vfnFGXxHzf .date-container {
  color: #000000;
}
.cid-vfnFGXAcrV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fefbe7;
}
.cid-vfnFGXAcrV .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGXAcrV .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGXAcrV .row {
  justify-content: center;
}
.cid-vfnFGXAcrV .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGXAcrV .row {
    padding: 0 12px;
  }
}
.cid-vfnFGXAcrV .item-wrap {
  z-index: 1;
}
.cid-vfnFGXAcrV .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vfnFGXB4qw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171200;
}
.cid-vfnFGXB4qw .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGXB4qw .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGXB4qw .row {
  justify-content: center;
}
.cid-vfnFGXB4qw .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGXB4qw .row {
    padding: 0 12px;
  }
}
.cid-vfnFGXB4qw .item-wrap {
  z-index: 1;
}
.cid-vfnFGXB4qw .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfnFGXB4qw .title-wrapper {
    margin-bottom: 65px;
  }
}
.cid-vfnFGXB4qw .title-wrapper .wx-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-vfnFGXB4qw .title-wrapper .wx-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-vfnFGXB4qw .title-wrapper .wx-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vfnFGXB4qw .title-wrapper .wx-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-vfnFGXB4qw .title-wrapper .wx-text {
  margin-bottom: 0;
}
.cid-vfnFGXB4qw .card {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-vfnFGXB4qw .card {
    margin-bottom: 65px;
  }
}
.cid-vfnFGXB4qw .card .wx-iconfont {
  font-size: 30px;
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vfnFGXB4qw .card .wx-iconfont {
    margin-bottom: 8px;
  }
}
.cid-vfnFGXB4qw .card .wx-card-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vfnFGXB4qw .card .wx-card-title {
    margin-bottom: 13px;
  }
}
.cid-vfnFGXB4qw .card .wx-text {
  margin-bottom: 0;
}
.cid-vfnFGXB4qw .border-wrap {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfnFGXB4qw .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-vfnFGXB4qw .wx-section-title {
  color: #FFFFFF;
}
.cid-vfnFGXB4qw .wx-section-subtitle {
  color: #FFFFFF;
}
.cid-vfnFGXB4qw .wx-text {
  color: #FFFFFF;
}
.cid-vfnFGXB4qw .wx-card-title {
  color: #ffffff;
}
.cid-vfnFGXB4qw .wx-card-text {
  color: #FFFFFF;
}
.cid-vfnFGXB4qw .wx-card-title,
.cid-vfnFGXB4qw .wx-iconfont {
  color: #FFFFFF;
}
.cid-vfnFGXEGu3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfnFGXEGu3 .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGXEGu3 .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGXEGu3 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGXEGu3 .row {
    padding: 0 12px;
  }
}
.cid-vfnFGXEGu3 .item-wrap {
  z-index: 1;
}
.cid-vfnFGXEGu3 .wx-section-subtitle {
  margin-bottom: 8px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vfnFGXEGu3 .wx-section-subtitle {
    margin-bottom: 6.5em;
  }
}
.cid-vfnFGXEGu3 .wx-section-title {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vfnFGXEGu3 .wx-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-vfnFGXEGu3 .wx-text {
  margin-bottom: 48px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vfnFGXEGu3 .wx-text {
    margin-bottom: 39px;
  }
}
.cid-vfnFGXEGu3 .card {
  margin-bottom: 4rem;
}
.cid-vfnFGXEGu3 .card .wx-iconfont {
  font-size: 40px;
  color: #a1a1a1;
}
.cid-vfnFGXEGu3 .card .wx-card-title {
  margin: 32px 0 25px;
  line-height: 0.32;
}
@media (max-width: 992px) {
  .cid-vfnFGXEGu3 .card .wx-card-title {
    margin: 26px 0 20px;
  }
}
.cid-vfnFGXEGu3 .card .wx-card-subtitle {
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .cid-vfnFGXEGu3 .card .wx-card-subtitle {
    margin-bottom: 23px;
  }
}
.cid-vfnFGXEGu3 .card .wx-card-subtitle span {
  opacity: 0.8;
}
.cid-vfnFGXEGu3 .card .wx-card-text {
  margin-bottom: 0;
}
.cid-vfnFGXEGu3 .wx-card-title {
  color: #181818;
}
.cid-vfnFGXEGu3 .wx-card-subtitle {
  color: #000000;
}
.cid-vfnFGXEGu3 .wx-card-text {
  color: #000000;
}
.cid-vfnFGXEGu3 .wx-card-title,
.cid-vfnFGXEGu3 .wx-iconfont {
  color: #000000;
}
.cid-vfnFGXIcr0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../{{param headingImage type=image prompt=headingImage}}");
}
.cid-vfnFGXIcr0 .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGXIcr0 .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGXIcr0 .row {
  justify-content: center;
}
.cid-vfnFGXIcr0 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGXIcr0 .row {
    padding: 0 12px;
  }
}
.cid-vfnFGXIcr0 .item-wrap {
  z-index: 1;
}
.cid-vfnFGXIcr0 .wx-section-title {
  margin-bottom: 32px;
  color: #ffffff;
}
.cid-vfnFGXIcr0 .wx-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-vfnFGXIcr0 .wx-section-title,
.cid-vfnFGXIcr0 .image-wrapper {
  color: #FFFFFF;
}
.cid-vfnFGXJ3Do {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171200;
}
.cid-vfnFGXJ3Do .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGXJ3Do .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGXJ3Do .row {
  justify-content: center;
}
.cid-vfnFGXJ3Do .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGXJ3Do .row {
    padding: 0 12px;
  }
}
.cid-vfnFGXJ3Do .item-wrap {
  z-index: 1;
}
.cid-vfnFGXJ3Do .card {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-vfnFGXJ3Do .card {
    margin-top: 0rem;
    margin-bottom: 3rem;
  }
}
.cid-vfnFGXJ3Do .card .wx-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfnFGXJ3Do .card .wx-section-title {
    margin-bottom: 2rem;
  }
}
.cid-vfnFGXJ3Do .card .wx-text {
  margin-bottom: 0;
}
.cid-vfnFGXJ3Do .wx-section-title {
  color: #FFFFFF;
}
.cid-vfnFGXJ3Do .wx-text {
  color: #FFFFFF;
}
.cid-vfnFGXLbi6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfnFGXLbi6 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGXLbi6 .row {
    padding: 0 12px;
  }
}
.cid-vfnFGXLbi6 .row {
  justify-content: center;
}
.cid-vfnFGXLbi6 .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGXLbi6 .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGXLbi6 .item-wrap {
  z-index: 1;
}
.cid-vfnFGXLbi6 .wx-section-subtitle {
  margin-bottom: 60px;
  color: #181818;
}
.cid-vfnFGXLbi6 .wx-section-title {
  margin-bottom: 60px;
  color: #000000;
}
.cid-vfnFGXLbi6 .form-group {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vfnFGXLbi6 .form-group {
    margin-bottom: 19px;
  }
}
.cid-vfnFGXLbi6 .form-group .form-control {
  padding: 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  border-radius: 0;
  font-size: 16px;
  background-color: transparent;
}
.cid-vfnFGXLbi6 .form-group .form-control:hover,
.cid-vfnFGXLbi6 .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-vfnFGXLbi6 .form-group .form-check {
  margin-bottom: 0;
}
.cid-vfnFGXLbi6 .form-group .form-check .form-check-input {
  width: 12px;
  height: 12px;
  border-radius: 0 !important;
  margin-left: -24px;
}
.cid-vfnFGXLbi6 .form-group .form-check .form-check-label {
  font-size: 12px;
}
.cid-vfnFGXLbi6 LABEL {
  color: #454545;
}
.cid-vfnFGXNce4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfnFGXNce4 .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGXNce4 .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGXNce4 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGXNce4 .row {
    padding: 0 12px;
  }
}
.cid-vfnFGXNce4 .item {
  z-index: 1;
}
.cid-vfnFGXNce4 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfnFGXNce4 .title-wrapper {
    margin-bottom: 65px;
  }
}
.cid-vfnFGXNce4 .title-wrapper .wx-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-vfnFGXNce4 .title-wrapper .wx-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-vfnFGXNce4 .title-wrapper .wx-section-title {
  margin-bottom: 0;
}
.cid-vfnFGXNce4 .text-wrapper .wx-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfnFGXNce4 .item-wrapper {
    margin-top: 48px;
  }
}
.cid-vfnFGXNce4 .item-wrapper .icon-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-vfnFGXNce4 .item-wrapper .icon-wrapper {
    margin-bottom: 8px;
  }
}
.cid-vfnFGXNce4 .item-wrapper .icon-wrapper .wx-iconfont {
  font-size: 30px;
  color: #000000;
}
.cid-vfnFGXNce4 .item-wrapper .wx-card-title {
  margin-bottom: 0;
}
.cid-vfnFGXNce4 .item-wrapper .wx-card-title span {
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cid-vfnFGXNce4 .item-wrapper .wx-card-title {
    margin-bottom: 13px;
  }
}
.cid-vfnFGXNce4 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfnFGXNce4 .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-vfnFGXNce4 .wx-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfnFGXNce4 .wx-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vfnFGXNce4 .wx-card-title {
  color: #181818;
}
.cid-vfnFGXNce4 .wx-card-title,
.cid-vfnFGXNce4 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-vfnFGXPo9U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfnFGXPo9U .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vfnFGXPo9U .row {
    padding: 0 12px;
  }
}
.cid-vfnFGXPo9U .wx-fallback-image.disabled {
  display: none;
}
.cid-vfnFGXPo9U .wx-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnFGXPo9U .list-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfnFGXPo9U .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfnFGXPo9U .list-wrapper .list {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vfnFGXPo9U .list-wrapper .list {
    justify-content: center;
  }
}
.cid-vfnFGXPo9U .list-wrapper .list .wx-list {
  margin-left: 32px;
  padding: 4px 0;
}
@media (max-width: 768px) {
  .cid-vfnFGXPo9U .list-wrapper .list .wx-list {
    margin-left: 16px;
  }
  .cid-vfnFGXPo9U .list-wrapper .list .wx-list:first-child {
    margin-left: 0;
  }
}
.cid-vfnFGXPo9U .list-wrapper .list .wx-list:first-child {
  margin-left: 0;
}
.cid-vfnFGXPo9U .title-wrapper {
  display: block;
}
.cid-vfnFGXPo9U .title-wrapper .wx-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-vfnFGXPo9U .title-wrapper .wx-section-title {
    margin-bottom: 1rem;
  }
}
.cid-vfnFGXPo9U .wx-text {
  margin: 0 auto;
  max-width: 470px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfnFGXPo9U .wx-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
.cid-vfnFGXPo9U .copyright {
  margin-top: 48px;
  border-top: 2px solid #181818;
  padding-top: 48px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-vfnFGXPo9U .wx-section-title {
  color: #181818;
}
.cid-vfnFGXPo9U .wx-section-title,
.cid-vfnFGXPo9U .list-wrapper {
  text-align: center;
}
.cid-vfnFGXPo9U .list {
  color: #000000;
}
.cid-vfnFGXPo9U .wx-section-title,
.cid-vfnFGXPo9U .list-wrapper,
.cid-vfnFGXPo9U .text-wrapper {
  color: #000000;
}
