.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fefbe7;
}
body {
  font-family: Roboto Flex;
}
.display-1 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .site-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .site-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .site-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.75rem;
  line-height: 1.1;
}
.display-5 > .site-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .site-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f51720 !important;
}
.bg-success {
  background-color: #22b772 !important;
}
.bg-info {
  background-color: #0badce !important;
}
.bg-warning {
  background-color: #d9a300 !important;
}
.bg-danger {
  background-color: #b9202f !important;
}
.btn-primary {
  box-shadow: 0 10px 30px -15px #f51720;
}
.btn-primary,
.btn-primary:active {
  background-color: #f51720 !important;
  border-color: #f51720 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f7484f !important;
  border-color: #f7484f !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px -15px #f51720;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f7484f !important;
  border-color: #f7484f !important;
}
.btn-secondary {
  box-shadow: 0 10px 30px -15px #2ff3e0;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2ff3e0 !important;
  border-color: #2ff3e0 !important;
  color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #5ff6e7 !important;
  border-color: #5ff6e7 !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px -15px #2ff3e0;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #5ff6e7 !important;
  border-color: #5ff6e7 !important;
}
.btn-info {
  box-shadow: 0 10px 30px -15px #0badce;
}
.btn-info,
.btn-info:active {
  background-color: #0badce !important;
  border-color: #0badce !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #19cef3 !important;
  border-color: #19cef3 !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px -15px #0badce;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19cef3 !important;
  border-color: #19cef3 !important;
}
.btn-success {
  box-shadow: 0 10px 30px -15px #22b772;
}
.btn-success,
.btn-success:active {
  background-color: #22b772 !important;
  border-color: #22b772 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #33d98c !important;
  border-color: #33d98c !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px -15px #22b772;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #33d98c !important;
  border-color: #33d98c !important;
}
.btn-warning {
  box-shadow: 0 10px 30px -15px #d9a300;
}
.btn-warning,
.btn-warning:active {
  background-color: #d9a300 !important;
  border-color: #d9a300 !important;
  color: #000000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc30d !important;
  border-color: #ffc30d !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px -15px #d9a300;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffc30d !important;
  border-color: #ffc30d !important;
}
.btn-danger {
  box-shadow: 0 10px 30px -15px #b9202f;
}
.btn-danger,
.btn-danger:active {
  background-color: #b9202f !important;
  border-color: #b9202f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #db3141 !important;
  border-color: #db3141 !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px -15px #b9202f;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #db3141 !important;
  border-color: #db3141 !important;
}
.btn-white {
  box-shadow: 0 10px 30px -15px #eff0ec;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #5a5f4b !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px -15px #eff0ec;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5a5f4b !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: 0 10px 30px -15px #000000;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px -15px #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f51720;
  color: #f51720;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ae070e !important;
  background-color: transparent !important;
  border-color: #ae070e !important;
  box-shadow: none !important;
  transform: translateY(-3px);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f51720 !important;
  border-color: #f51720 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2ff3e0;
  color: #2ff3e0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0bc0af !important;
  background-color: transparent !important;
  border-color: #0bc0af !important;
  box-shadow: none !important;
  transform: translateY(-3px);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #02211e !important;
  background-color: #2ff3e0 !important;
  border-color: #2ff3e0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0badce;
  color: #0badce;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #07687c !important;
  background-color: transparent !important;
  border-color: #07687c !important;
  box-shadow: none !important;
  transform: translateY(-3px);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0badce !important;
  border-color: #0badce !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #22b772;
  color: #22b772;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #146e44 !important;
  background-color: transparent !important;
  border-color: #146e44 !important;
  box-shadow: none !important;
  transform: translateY(-3px);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #22b772 !important;
  border-color: #22b772 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d9a300;
  color: #d9a300;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #826200 !important;
  background-color: transparent !important;
  border-color: #826200 !important;
  box-shadow: none !important;
  transform: translateY(-3px);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d9a300 !important;
  border-color: #d9a300 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #b9202f;
  color: #b9202f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6f131c !important;
  background-color: transparent !important;
  border-color: #6f131c !important;
  box-shadow: none !important;
  transform: translateY(-3px);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b9202f !important;
  border-color: #b9202f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
  transform: translateY(-3px);
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  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: #cfcfcf !important;
  box-shadow: none !important;
  transform: translateY(-3px);
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f51720 !important;
}
.text-secondary {
  color: #2ff3e0 !important;
}
.text-success {
  color: #22b772 !important;
}
.text-info {
  color: #0badce !important;
}
.text-warning {
  color: #d9a300 !important;
}
.text-danger {
  color: #b9202f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9f070d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0ab2a2 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #12613c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #065c6d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #735600 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #621119 !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: #f51720;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0badce;
}
.alert-warning {
  background-color: #d9a300;
}
.alert-danger {
  background-color: #b9202f;
}
.site-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.site-gallery-filter li a {
  border-radius: 100px !important;
}
.site-gallery-filter li.active .btn {
  background-color: #f51720;
  border-color: #f51720;
  color: #ffffff;
}
.site-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 32px !important;
}
a,
a:hover {
  color: #f51720;
}
.site-plan-header.bg-primary .site-plan-subtitle,
.site-plan-header.bg-primary .site-plan-price-desc {
  color: #fddbdc;
}
.site-plan-header.bg-success .site-plan-subtitle,
.site-plan-header.bg-success .site-plan-price-desc {
  color: #73e5b0;
}
.site-plan-header.bg-info .site-plan-subtitle,
.site-plan-header.bg-info .site-plan-price-desc {
  color: #abedfa;
}
.site-plan-header.bg-warning .site-plan-subtitle,
.site-plan-header.bg-warning .site-plan-price-desc {
  color: #ffe9a6;
}
.site-plan-header.bg-danger .site-plan-subtitle,
.site-plan-header.bg-danger .site-plan-price-desc {
  color: #e7727d;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 12px !important;
}
.form-control > .site-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: #f51720 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .site-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #f51720;
}
/* Forms */
.site-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.site-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.site-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.site-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f51720;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f51720;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f51720;
  border-bottom-color: #f51720;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #f51720 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #2ff3e0 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.site-section-btn .btn {
  border-radius: 12px !important;
  padding: 9px 20px;
  font-weight: 400;
  margin-right: 6px;
  margin-left: 6px;
}
.site-section-btn .btn-black-outline {
  border-color: #d9d9d9 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.site-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 32px !important;
}
.large-radius {
  border-radius: 40px !important;
}
.little-radius {
  border-radius: 8px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vqb1rdYI1g .navbar-dropdown {
  position: relative !important;
}
.cid-vqb1rdYI1g .dropdown-item:before {
  font-family: AvendorisIcons !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-vqb1rdYI1g .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vqb1rdYI1g .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-vqb1rdYI1g .dropdown-item:hover,
.cid-vqb1rdYI1g .dropdown-item:focus {
  background: #ffffff !important;
  color: #4f4f4f !important;
}
.cid-vqb1rdYI1g .dropdown-item:hover span {
  color: white;
}
.cid-vqb1rdYI1g .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqb1rdYI1g .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqb1rdYI1g .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqb1rdYI1g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqb1rdYI1g .nav-link {
  position: relative;
}
.cid-vqb1rdYI1g .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vqb1rdYI1g .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vqb1rdYI1g .container {
    max-width: 1100px;
  }
}
.cid-vqb1rdYI1g .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vqb1rdYI1g .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vqb1rdYI1g .dropdown-menu,
.cid-vqb1rdYI1g .navbar.opened {
  background: #ffffff !important;
}
.cid-vqb1rdYI1g .nav-item:focus,
.cid-vqb1rdYI1g .nav-link:focus {
  outline: none;
}
.cid-vqb1rdYI1g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqb1rdYI1g .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vqb1rdYI1g .dropdown .dropdown-menu .dropdown-item .site-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqb1rdYI1g .dropdown .dropdown-menu .dropdown-item .site-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqb1rdYI1g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqb1rdYI1g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqb1rdYI1g .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vqb1rdYI1g .navbar.opened {
  transition: all 0.3s;
}
.cid-vqb1rdYI1g .navbar .dropdown-item {
  padding: 8px 2rem 8px 10px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vqb1rdYI1g .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vqb1rdYI1g .navbar .navbar-logo img {
  width: auto;
}
.cid-vqb1rdYI1g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqb1rdYI1g .navbar.collapsed {
  justify-content: center;
}
.cid-vqb1rdYI1g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqb1rdYI1g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqb1rdYI1g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-vqb1rdYI1g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vqb1rdYI1g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: -0.4rem;
}
.cid-vqb1rdYI1g .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-vqb1rdYI1g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqb1rdYI1g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqb1rdYI1g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqb1rdYI1g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqb1rdYI1g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqb1rdYI1g .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vqb1rdYI1g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    text-align: center;
  }
  .cid-vqb1rdYI1g .navbar .dropdown-menu .dropdown-item:after {
    right: -0.4rem;
  }
  .cid-vqb1rdYI1g .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-vqb1rdYI1g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqb1rdYI1g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqb1rdYI1g .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    display: inline-block;
  }
  .cid-vqb1rdYI1g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vqb1rdYI1g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqb1rdYI1g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqb1rdYI1g .navbar.navbar-short {
  min-height: 70px;
}
.cid-vqb1rdYI1g .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vqb1rdYI1g .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vqb1rdYI1g .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vqb1rdYI1g .navbar-brand .navbar-caption:hover,
.cid-vqb1rdYI1g .navbar-brand .navbar-caption:focus {
  color: #4f4f4f !important;
}
.cid-vqb1rdYI1g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqb1rdYI1g .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vqb1rdYI1g .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #4f4f4f !important;
}
.cid-vqb1rdYI1g .dropdown-item.active,
.cid-vqb1rdYI1g .dropdown-item:active {
  background-color: transparent;
}
.cid-vqb1rdYI1g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqb1rdYI1g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqb1rdYI1g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqb1rdYI1g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vqb1rdYI1g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vqb1rdYI1g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vqb1rdYI1g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqb1rdYI1g ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vqb1rdYI1g ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-vqb1rdYI1g .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vqb1rdYI1g .navbar-buttons {
    text-align: left;
  }
}
.cid-vqb1rdYI1g .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vqb1rdYI1g .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vqb1rdYI1g button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqb1rdYI1g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqb1rdYI1g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vqb1rdYI1g button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vqb1rdYI1g button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vqb1rdYI1g button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vqb1rdYI1g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqb1rdYI1g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqb1rdYI1g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqb1rdYI1g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqb1rdYI1g .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vqb1rdYI1g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqb1rdYI1g .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-vqb1rdYI1g .navbar {
    height: 70px;
  }
  .cid-vqb1rdYI1g .navbar.opened {
    height: auto;
  }
  .cid-vqb1rdYI1g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqb1rdYI1g .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vqb1rdYI1g .nav-item .nav-link {
  padding: 8px 10px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vqb1rdYI1g .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vqb1rdYI1g .nav-item .nav-link:hover {
  background-color: transparent;
  color: #4f4f4f;
  transform: translateY(-2px);
}
.cid-vqb1rdYI1g .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vqb1rdYI1g .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vqb1rdYI1g .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vqb1rdYI1g .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vqb1rdYI1g .navbar {
    justify-content: flex-start !important;
  }
  .cid-vqb1rdYI1g .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vqb1rdYI1g .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vqb1rdYI1g .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vqb1rdYI1g .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vqb1rdYI1g .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vqb1rdYI1g .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vqb1rdYI1g .content-wrap {
  min-height: 70px;
}
.cid-vqb1rdYI1g .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vqb1rdYI1g .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vqb1rdZLFl {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqb1rdZLFl .site-fallback-image.disabled {
  display: none;
}
.cid-vqb1rdZLFl .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqb1rdZLFl .card-wrapper {
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vqb1rdZLFl .items-wrapper {
  margin: 0 -4px;
}
.cid-vqb1rdZLFl .items-wrapper .card {
  padding: 0 4px;
  justify-content: space-between;
}
.cid-vqb1rdZLFl .content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vqb1rdZLFl .content-wrap {
    padding: 24px;
  }
}
.cid-vqb1rdZLFl .content-wrap .title-wrapper .site-section-title {
  margin-bottom: 16px;
}
.cid-vqb1rdZLFl .content-wrap .title-wrapper .text-wrapper .site-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqb1rdZLFl .content-wrap .title-wrapper .text-wrapper .site-text {
    width: 100%;
  }
}
.cid-vqb1rdZLFl .content-wrap .site-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vqb1rdZLFl .content-wrap .site-section-btn {
    margin-top: 14px;
  }
}
.cid-vqb1rdZLFl .content-wrap .site-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqb1rdZLFl .image-wrapper {
    margin-bottom: 8px;
  }
}
.cid-vqb1rdZLFl .image-wrapper img {
  height: 540px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vqb1rdZLFl .image-wrapper img {
    height: 300px;
  }
}
.cid-vqb1rdZLFl .site-label {
  color: #000000;
}
.cid-vqb1rdZLFl .site-section-title {
  color: #000000;
}
.cid-vqb1rdZLFl .site-text {
  color: #4f4f4f;
}
.cid-vqb1re0LMV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqb1re0LMV .site-fallback-image.disabled {
  display: none;
}
.cid-vqb1re0LMV .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqb1re0LMV .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vqb1re0LMV .content-wrap .label-wrapper .site-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vqb1re0LMV .content-wrap .site-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vqb1re0LMV .content-wrap .site-section-title {
    margin-bottom: 16px;
  }
}
.cid-vqb1re0LMV .content-wrap .text-wrapper .site-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqb1re0LMV .content-wrap .text-wrapper .site-text {
    width: 100%;
  }
}
.cid-vqb1re0LMV .content-wrap .site-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vqb1re0LMV .content-wrap .site-section-btn {
    margin-top: 14px;
  }
}
.cid-vqb1re0LMV .site-label,
.cid-vqb1re0LMV .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vqb1re0LMV .site-section-title {
  color: #000000;
}
.cid-vqb1re0LMV .site-text,
.cid-vqb1re0LMV .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vqb1re0LMV .site-section-title,
.cid-vqb1re0LMV .site-section-btn {
  text-align: center;
}
.cid-vqb1re0FHn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqb1re0FHn .site-fallback-image.disabled {
  display: none;
}
.cid-vqb1re0FHn .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqb1re0FHn .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vqb1re0FHn .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vqb1re0FHn .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vqb1re0FHn .content-wrap .label-wrapper .site-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vqb1re0FHn .content-wrap .site-section-title {
  margin-bottom: 16px;
}
.cid-vqb1re0FHn .content-wrap .text-wrapper .site-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqb1re0FHn .content-wrap .text-wrapper .site-text {
    width: 100%;
  }
}
.cid-vqb1re0FHn .items-wrapper {
  margin: 0 -10px;
}
.cid-vqb1re0FHn .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vqb1re0FHn .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vqb1re0FHn .item .item-wrapper {
  height: 100%;
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vqb1re0FHn .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.cid-vqb1re0FHn .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vqb1re0FHn .item .item-wrapper .card-box .iconfont-wrapper .site-iconfont {
  display: inline-flex;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.cid-vqb1re0FHn .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vqb1re0FHn .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vqb1re0FHn .item .item-wrapper .card-box .site-section-btn {
  margin-top: 14px;
}
.cid-vqb1re0FHn .item .item-wrapper .card-box .site-section-btn .btn {
  margin-bottom: 0;
}
.cid-vqb1re0FHn .site-label,
.cid-vqb1re0FHn .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vqb1re0FHn .site-section-title {
  color: #000000;
  text-align: center;
}
.cid-vqb1re0FHn .site-text,
.cid-vqb1re0FHn .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vqb1re0FHn .item-title {
  color: #000000;
}
.cid-vqb1re0FHn .item-text {
  color: #4f4f4f;
}
.cid-vqb1re1oRV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqb1re1oRV .site-fallback-image.disabled {
  display: none;
}
.cid-vqb1re1oRV .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqb1re1oRV .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vqb1re1oRV .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vqb1re1oRV .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vqb1re1oRV .content-wrap .label-wrapper .site-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f51720;
}
.cid-vqb1re1oRV .content-wrap .site-section-title {
  margin-bottom: 16px;
}
.cid-vqb1re1oRV .content-wrap .text-wrapper .site-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqb1re1oRV .content-wrap .text-wrapper .site-text {
    width: 100%;
  }
}
.cid-vqb1re1oRV .item {
  margin-bottom: 32px;
  transform: rotate(4deg);
}
@media (max-width: 992px) {
  .cid-vqb1re1oRV .item {
    transform: none;
    margin-bottom: 20px;
  }
}
.cid-vqb1re1oRV .item:nth-child(2n) {
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-vqb1re1oRV .item:nth-child(2n) {
    transform: none;
  }
}
.cid-vqb1re1oRV .item .item-wrapper {
  height: 100%;
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vqb1re1oRV .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.cid-vqb1re1oRV .item .item-wrapper .card-box .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vqb1re1oRV .item .item-wrapper .card-box .item-img {
    margin-bottom: 24px;
  }
}
.cid-vqb1re1oRV .item .item-wrapper .card-box .item-img img {
  display: inline-flex;
  width: 118px;
  height: 118px;
  object-fit: cover;
}
.cid-vqb1re1oRV .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vqb1re1oRV .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vqb1re1oRV .item .item-wrapper .card-box .site-section-btn {
  margin-top: 14px;
}
.cid-vqb1re1oRV .item .item-wrapper .card-box .site-section-btn .btn {
  margin-bottom: 0;
}
.cid-vqb1re1oRV .site-label,
.cid-vqb1re1oRV .label-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-vqb1re1oRV .site-section-title {
  color: #000000;
}
.cid-vqb1re1oRV .site-text,
.cid-vqb1re1oRV .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vqb1re1oRV .item-title {
  color: #000000;
}
.cid-vqb1re1oRV .item-text {
  color: #4f4f4f;
  text-align: center;
}
.cid-vqb1re1oRV .site-section-title,
.cid-vqb1re1oRV .main-btn {
  text-align: center;
}
.cid-vqb1re1oRV .item-title,
.cid-vqb1re1oRV .item-img,
.cid-vqb1re1oRV .btn-item {
  text-align: center;
}
.cid-vqb1re1hdr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqb1re1hdr .site-fallback-image.disabled {
  display: none;
}
.cid-vqb1re1hdr .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqb1re1hdr .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vqb1re1hdr .content-wrap {
    margin-bottom: 0;
  }
}
.cid-vqb1re1hdr .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vqb1re1hdr .content-wrap .label-wrapper .site-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vqb1re1hdr .content-wrap .title-wrapper .site-section-title {
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vqb1re1hdr .content-wrap .title-wrapper .site-section-title {
    width: 100%;
  }
}
.cid-vqb1re1hdr .content-wrap .text-wrapper .site-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqb1re1hdr .content-wrap .text-wrapper .site-text {
    width: 100%;
  }
}
.cid-vqb1re1hdr .card {
  justify-content: flex-end;
}
.cid-vqb1re1hdr .main-btn {
  margin-top: 14px;
  margin-bottom: 56px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vqb1re1hdr .main-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-vqb1re1hdr .main-btn .btn {
  margin-bottom: 0;
}
.cid-vqb1re1hdr .items-wrapper {
  margin: 0 -10px;
}
.cid-vqb1re1hdr .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vqb1re1hdr .item:last-child {
  margin-bottom: 0;
}
.cid-vqb1re1hdr .item .item-wrapper {
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vqb1re1hdr .item .item-wrapper .item-img {
  margin-bottom: 8px;
}
.cid-vqb1re1hdr .item .item-wrapper .item-img img {
  height: 390px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vqb1re1hdr .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vqb1re1hdr .item .item-wrapper .card-box {
  padding: 24px;
  background-color: #ffffff;
}
.cid-vqb1re1hdr .item .item-wrapper .card-box .label-wrap {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vqb1re1hdr .item .item-wrapper .card-box .label-wrap {
    margin-bottom: 16px;
  }
}
.cid-vqb1re1hdr .item .item-wrapper .card-box .label-wrap .item-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f51720;
}
.cid-vqb1re1hdr .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vqb1re1hdr .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vqb1re1hdr .item .item-wrapper .card-box .site-section-btn {
  margin-top: 14px;
}
.cid-vqb1re1hdr .item .item-wrapper .card-box .site-section-btn .btn {
  margin-bottom: 0;
}
.cid-vqb1re1hdr .site-label,
.cid-vqb1re1hdr .label-wrapper {
  color: #000000;
}
.cid-vqb1re1hdr .site-section-title {
  color: #000000;
}
.cid-vqb1re1hdr .site-text,
.cid-vqb1re1hdr .text-wrapper {
  color: #4f4f4f;
}
.cid-vqb1re1hdr .item-label {
  color: #000000;
}
.cid-vqb1re1hdr .item-title {
  color: #000000;
}
.cid-vqb1re1hdr .item-text {
  color: #4f4f4f;
}
.cid-vqb1re1hdr .item-label,
.cid-vqb1re1hdr .label-wrap {
  color: #FFFFFF;
}
.cid-vqb1re2wyD {
  background-image: url("../../assets/images/photo-1625888791210-40ea41c1d0f3.webp");
}
.cid-vqb1re2wyD .site-fallback-image.disabled {
  display: none;
}
.cid-vqb1re2wyD .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqb1re2wyD .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vqb1re2wyD .image-wrap {
    height: 300px;
  }
}
.cid-vqb1re278F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqb1re278F .site-fallback-image.disabled {
  display: none;
}
.cid-vqb1re278F .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqb1re278F .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vqb1re278F .content-wrap {
    margin-bottom: 0;
  }
}
.cid-vqb1re278F .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vqb1re278F .content-wrap .label-wrapper .site-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vqb1re278F .content-wrap .title-wrapper .site-section-title {
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vqb1re278F .content-wrap .title-wrapper .site-section-title {
    width: 100%;
  }
}
.cid-vqb1re278F .content-wrap .text-wrapper .site-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqb1re278F .content-wrap .text-wrapper .site-text {
    width: 100%;
  }
}
.cid-vqb1re278F .card {
  justify-content: flex-end;
}
.cid-vqb1re278F .main-btn {
  margin-top: 14px;
  margin-bottom: 56px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vqb1re278F .main-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-vqb1re278F .main-btn .btn {
  margin-bottom: 0;
}
.cid-vqb1re278F .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vqb1re278F .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vqb1re278F .embla__slide .slide-content {
  width: 100%;
}
.cid-vqb1re278F .embla__slide .slide-content .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  height: 100%;
  background-color: #f7f7f7;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vqb1re278F .embla__slide .slide-content .item-wrapper {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.cid-vqb1re278F .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  height: 100%;
  min-height: 540px;
}
@media (max-width: 992px) {
  .cid-vqb1re278F .embla__slide .slide-content .item-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-vqb1re278F .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vqb1re278F .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
}
.cid-vqb1re278F .embla__slide .slide-content .item-wrapper .card-box .role-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vqb1re278F .embla__slide .slide-content .item-wrapper .card-box .role-wrapper {
    padding: 24px 24px 0 24px;
  }
}
.cid-vqb1re278F .embla__slide .slide-content .item-wrapper .card-box .role-wrapper .item-role {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-flex;
  background-color: #f51720;
}
.cid-vqb1re278F .embla__slide .slide-content .item-wrapper .card-box .item-content {
  padding: 56px;
}
@media (max-width: 992px) {
  .cid-vqb1re278F .embla__slide .slide-content .item-wrapper .card-box .item-content {
    padding: 24px;
  }
}
.cid-vqb1re278F .embla__slide .slide-content .item-wrapper .card-box .item-content .rating-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-vqb1re278F .embla__slide .slide-content .item-wrapper .card-box .item-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.cid-vqb1re278F .embla__slide .slide-content .item-wrapper .card-box .item-content .rating-wrapper .rating-wrap .site-star {
  margin-bottom: 0;
}
.cid-vqb1re278F .embla__slide .slide-content .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-vqb1re278F .embla__slide .slide-content .item-wrapper .card-box .item-content .person-wrapper {
  margin-top: 56px;
}
@media (max-width: 992px) {
  .cid-vqb1re278F .embla__slide .slide-content .item-wrapper .card-box .item-content .person-wrapper {
    margin-top: 24px;
  }
}
.cid-vqb1re278F .embla__slide .slide-content .item-wrapper .card-box .item-content .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vqb1re278F .embla__slide .slide-content .item-wrapper .card-box .item-content .person-wrapper .person-wrap .image-wrap img {
  width: 44px;
  height: 44px;
  min-width: 44px;
  object-fit: cover;
  border-radius: 100% !important;
  background-color: #f7f7f7;
  padding: 4px;
}
.cid-vqb1re278F .embla__slide .slide-content .item-wrapper .card-box .item-content .person-wrapper .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-vqb1re278F .embla__button--next,
.cid-vqb1re278F .embla__button--prev {
  display: flex;
}
.cid-vqb1re278F .embla__button {
  bottom: 24px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vqb1re278F .embla__button {
    bottom: 0;
  }
}
.cid-vqb1re278F .embla__button:hover {
  transform: translateY(-2px);
}
.cid-vqb1re278F .embla__button:disabled {
  opacity: 0.5 !important;
  transform: none;
}
.cid-vqb1re278F .embla__button.embla__button--prev {
  right: 106px;
}
@media (max-width: 992px) {
  .cid-vqb1re278F .embla__button.embla__button--prev {
    right: 74px;
  }
}
.cid-vqb1re278F .embla__button.embla__button--prev .site-iconfont {
  margin-left: -4px;
}
.cid-vqb1re278F .embla__button.embla__button--next {
  right: 56px;
}
@media (max-width: 992px) {
  .cid-vqb1re278F .embla__button.embla__button--next {
    right: 24px;
  }
}
.cid-vqb1re278F .embla__button.embla__button--next .site-iconfont {
  margin-right: -4px;
}
.cid-vqb1re278F .embla {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vqb1re278F .embla {
    padding-bottom: 4rem;
  }
}
.cid-vqb1re278F .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-vqb1re278F .embla__viewport {
    padding: 0;
  }
}
.cid-vqb1re278F .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vqb1re278F .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vqb1re278F .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-vqb1re278F .btn-wrapper {
  margin-top: -12px;
  margin-right: 3%;
}
.cid-vqb1re278F .site-label,
.cid-vqb1re278F .label-wrapper {
  color: #000000;
}
.cid-vqb1re278F .site-section-title {
  color: #000000;
}
.cid-vqb1re278F .site-text,
.cid-vqb1re278F .text-wrapper {
  color: #4f4f4f;
}
.cid-vqb1re278F .item-role,
.cid-vqb1re278F .role-wrapper {
  color: #FFFFFF;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vqb1re278F .item-role,
  .cid-vqb1re278F .role-wrapper {
    text-align: left;
  }
}
.cid-vqb1re278F .site-star {
  color: #000000;
}
.cid-vqb1re278F .item-text {
  color: #000000;
}
.cid-vqb1re278F .item-name {
  color: #000000;
}
.cid-vqb1re3slf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqb1re3slf .site-fallback-image.disabled {
  display: none;
}
.cid-vqb1re3slf .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vqb1re3slf .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vqb1re3slf .content-wrap .site-section-title {
  margin-bottom: 0;
}
.cid-vqb1re3slf .content-wrap .site-section-btn {
  margin-top: 14px;
}
.cid-vqb1re3slf .content-wrap .site-section-btn .btn {
  margin-bottom: 0;
}
.cid-vqb1re3slf .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vqb1re3slf .text-wrapper .site-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vqb1re3slf .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vqb1re3slf .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vqb1re3slf .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f51720;
}
.cid-vqb1re3slf .site-section-title {
  color: #000000;
}
.cid-vqb1re3slf .site-text,
.cid-vqb1re3slf .text-wrapper {
  color: #4f4f4f;
}
.cid-vqb1re3slf .list {
  color: #000000;
}
.cid-vqb1re3slf .list,
.cid-vqb1re3slf .item-wrap,
.cid-vqb1re3slf .list-wrapper {
  color: #FFFFFF;
}
.cid-vqb1re3Wcx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqb1re3Wcx .site-fallback-image.disabled {
  display: none;
}
.cid-vqb1re3Wcx .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqb1re3Wcx .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vqb1re3Wcx .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vqb1re3Wcx .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vqb1re3Wcx .content-wrap .label-wrapper .site-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vqb1re3Wcx .content-wrap .site-section-title {
  margin-bottom: 16px;
}
.cid-vqb1re3Wcx .content-wrap .text-wrapper .site-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqb1re3Wcx .content-wrap .text-wrapper .site-text {
    width: 100%;
  }
}
.cid-vqb1re3Wcx .items-wrapper {
  margin: 0 -10px;
}
.cid-vqb1re3Wcx .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vqb1re3Wcx .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vqb1re3Wcx .item .item-wrapper {
  height: 100%;
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vqb1re3Wcx .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.cid-vqb1re3Wcx .item .item-wrapper .card-box .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vqb1re3Wcx .item .item-wrapper .card-box .item-img {
    margin-bottom: 24px;
  }
}
.cid-vqb1re3Wcx .item .item-wrapper .card-box .item-img img {
  width: 100%;
  height: 275px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vqb1re3Wcx .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-vqb1re3Wcx .item .item-wrapper .card-box .label-wrap {
  margin-bottom: 16px;
}
.cid-vqb1re3Wcx .item .item-wrapper .card-box .label-wrap .item-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f51720;
}
.cid-vqb1re3Wcx .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vqb1re3Wcx .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vqb1re3Wcx .item .item-wrapper .card-box .site-section-btn {
  margin-top: 14px;
}
.cid-vqb1re3Wcx .item .item-wrapper .card-box .site-section-btn .btn {
  margin-bottom: 0;
}
.cid-vqb1re3Wcx .site-label,
.cid-vqb1re3Wcx .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vqb1re3Wcx .site-section-title {
  color: #000000;
  text-align: center;
}
.cid-vqb1re3Wcx .site-text,
.cid-vqb1re3Wcx .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vqb1re3Wcx .item-price {
  color: #000000;
}
.cid-vqb1re3Wcx .item-label {
  color: #000000;
}
.cid-vqb1re3Wcx .item-title {
  color: #000000;
}
.cid-vqb1re3Wcx .item-text {
  color: #4f4f4f;
}
.cid-vqb1re3Wcx .item-label,
.cid-vqb1re3Wcx .label-wrap {
  color: #FFFFFF;
}
.cid-vqb1re5D8l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqb1re5D8l .site-fallback-image.disabled {
  display: none;
}
.cid-vqb1re5D8l .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqb1re5D8l .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vqb1re5D8l .items-wrapper .card-wrapper {
  height: 100%;
  margin: 0 -12px;
  -webkit-flex: inherit;
  z-index: 1;
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vqb1re5D8l .items-wrapper .card-wrapper .image-wrapper .item-img img {
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.cid-vqb1re5D8l .items-wrapper .card_1 {
  transform: rotate(-15deg) translateY(10px);
}
.cid-vqb1re5D8l .items-wrapper .card_2 {
  transform: rotate(11deg) translateY(10px);
  z-index: 2;
}
.cid-vqb1re51yT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqb1re51yT .site-fallback-image.disabled {
  display: none;
}
.cid-vqb1re51yT .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqb1re51yT .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vqb1re51yT .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vqb1re51yT .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vqb1re51yT .content-wrap .label-wrapper .site-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f51720;
}
.cid-vqb1re51yT .content-wrap .site-section-title {
  margin-bottom: 16px;
}
.cid-vqb1re51yT .content-wrap .text-wrapper .site-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqb1re51yT .content-wrap .text-wrapper .site-text {
    width: 100%;
  }
}
.cid-vqb1re51yT .content-wrap .site-section-btn {
  margin-top: 14px;
}
.cid-vqb1re51yT .image-wrapper {
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vqb1re51yT .image-wrapper .image-wrap {
  background-color: #ffffff;
  padding: 24px;
}
.cid-vqb1re51yT .image-wrapper .image-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vqb1re51yT .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-vqb1re51yT .site-label,
.cid-vqb1re51yT .label-wrapper {
  color: #FFFFFF;
}
.cid-vqb1re51yT .site-section-title {
  color: #000000;
}
.cid-vqb1re51yT .site-text,
.cid-vqb1re51yT .text-wrapper {
  color: #4f4f4f;
}
.cid-vqb1re6LaD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f51720;
}
.cid-vqb1re6LaD .item:focus,
.cid-vqb1re6LaD span:focus {
  outline: none;
}
.cid-vqb1re6LaD .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vqb1re6LaD .content-head {
  max-width: 800px;
}
.cid-vqb1re6LaD .item {
  color: #ffffff;
  padding: 10px 0;
}
.cid-vqb1re6Sfa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqb1re6Sfa .site-fallback-image.disabled {
  display: none;
}
.cid-vqb1re6Sfa .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqb1re6Sfa .content-wrap {
  position: sticky;
  top: 56px;
}
@media (max-width: 992px) {
  .cid-vqb1re6Sfa .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vqb1re6Sfa .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vqb1re6Sfa .content-wrap .label-wrapper .site-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vqb1re6Sfa .content-wrap .site-section-title {
  margin-bottom: 16px;
}
.cid-vqb1re6Sfa .content-wrap .text-wrapper .site-text {
  margin-bottom: 0;
}
.cid-vqb1re6Sfa .content-wrap .main-btn {
  margin-top: 14px;
}
.cid-vqb1re6Sfa .content-wrap .main-btn .btn {
  margin-bottom: 0;
}
.cid-vqb1re6Sfa .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vqb1re6Sfa .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vqb1re6Sfa .item .item-wrapper {
  height: 100%;
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vqb1re6Sfa .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.cid-vqb1re6Sfa .item .item-wrapper .card-box .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vqb1re6Sfa .item .item-wrapper .card-box .item-img {
    margin-bottom: 24px;
  }
}
.cid-vqb1re6Sfa .item .item-wrapper .card-box .item-img img {
  display: inline-flex;
  width: 158px;
  height: 158px;
  object-fit: cover;
}
.cid-vqb1re6Sfa .item .item-wrapper .card-box .label-wrap {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vqb1re6Sfa .item .item-wrapper .card-box .label-wrap {
    margin-bottom: 16px;
  }
}
.cid-vqb1re6Sfa .item .item-wrapper .card-box .label-wrap .item-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f51720;
}
.cid-vqb1re6Sfa .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vqb1re6Sfa .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vqb1re6Sfa .item .item-wrapper .card-box .site-section-btn {
  margin-top: 14px;
}
.cid-vqb1re6Sfa .item .item-wrapper .card-box .site-section-btn .btn {
  margin-bottom: 0;
}
.cid-vqb1re6Sfa .site-label,
.cid-vqb1re6Sfa .label-wrapper {
  color: #000000;
}
.cid-vqb1re6Sfa .site-section-title {
  color: #000000;
}
.cid-vqb1re6Sfa .site-text,
.cid-vqb1re6Sfa .text-wrapper {
  color: #4f4f4f;
}
.cid-vqb1re6Sfa .item-label {
  color: #000000;
}
.cid-vqb1re6Sfa .item-title {
  color: #000000;
}
.cid-vqb1re6Sfa .item-text {
  color: #4f4f4f;
}
.cid-vqb1re6Sfa .item-label,
.cid-vqb1re6Sfa .label-wrap {
  color: #FFFFFF;
}
.cid-vqb1re7U5z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqb1re7U5z .site-fallback-image.disabled {
  display: none;
}
.cid-vqb1re7U5z .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqb1re7U5z .card-wrapper {
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vqb1re7U5z .card-wrapper .card-wrap .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vqb1re7U5z .card-wrapper .card-wrap .google-map iframe {
    height: 300px;
  }
}
.cid-vqb1re7yUt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqb1re7yUt .site-fallback-image.disabled {
  display: none;
}
.cid-vqb1re7yUt .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqb1re7yUt .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vqb1re7yUt .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vqb1re7yUt .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vqb1re7yUt .content-wrap .label-wrapper .site-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vqb1re7yUt .content-wrap .site-section-title {
  margin-bottom: 16px;
}
.cid-vqb1re7yUt .content-wrap .text-wrapper .site-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqb1re7yUt .content-wrap .text-wrapper .site-text {
    width: 100%;
  }
}
.cid-vqb1re7yUt .card-wrapper {
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vqb1re7yUt .card-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  border-bottom: none;
  background-color: #ffffff;
  margin-top: 8px;
  overflow: hidden;
}
.cid-vqb1re7yUt .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vqb1re7yUt .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vqb1re7yUt .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
}
.cid-vqb1re7yUt .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vqb1re7yUt .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-vqb1re7yUt .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .site-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-vqb1re7yUt .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .site-iconfont {
  transform: rotate(-45deg);
}
.cid-vqb1re7yUt .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 24px 24px 24px;
}
.cid-vqb1re7yUt .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  transition: all 0.3s ease;
  transform: translateY(10px);
  opacity: 0;
}
.cid-vqb1re7yUt .card-wrapper .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0);
  opacity: 1;
}
.cid-vqb1re7yUt .site-label,
.cid-vqb1re7yUt .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vqb1re7yUt .site-section-title {
  color: #000000;
  text-align: center;
}
.cid-vqb1re7yUt .site-text,
.cid-vqb1re7yUt .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vqb1re7yUt .panel-title-edit {
  color: #000000;
}
.cid-vqb1re7yUt .panel-text {
  color: #4f4f4f;
}
.cid-vqb1re8b40 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqb1re8b40 .item:focus,
.cid-vqb1re8b40 span:focus {
  outline: none;
}
.cid-vqb1re8b40 .item {
  cursor: pointer;
}
.cid-vqb1re8b40 .grid-container {
  grid-row-gap: 20px;
}
@media (max-width: 767px) {
  .cid-vqb1re8b40 .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-vqb1re8b40 .grid-container-1,
.cid-vqb1re8b40 .grid-container-2 {
  gap: 0 20px;
}
@media (max-width: 767px) {
  .cid-vqb1re8b40 .grid-container-1,
  .cid-vqb1re8b40 .grid-container-2 {
    gap: 0 20px;
  }
}
.cid-vqb1re8b40 .site-section-title {
  margin-bottom: 56px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vqb1re8b40 .site-section-title {
    margin-bottom: 32px;
  }
}
.cid-vqb1re8b40 .content-head {
  max-width: 800px;
}
.cid-vqb1re8b40 .container,
.cid-vqb1re8b40 .container-fluid {
  overflow: hidden;
}
.cid-vqb1re8b40 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vqb1re8b40 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vqb1re8b40 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vqb1re8b40 .grid-item img {
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vqb1re8b40 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-vqb1re8b40 .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vqb1re8b40 .grid-item img {
    height: 140px;
  }
}
.cid-vqb1re8b40 .grid-container-1,
.cid-vqb1re8b40 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vqb1re8b40 .grid-container-1 {
  align-items: flex-end;
}
.cid-vqb1re8b40 .grid-container-2 {
  align-items: flex-start;
}
.cid-vqb1re87Xe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqb1re87Xe .site-fallback-image.disabled {
  display: none;
}
.cid-vqb1re87Xe .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqb1re87Xe .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vqb1re87Xe .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vqb1re87Xe .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vqb1re87Xe .content-wrap .label-wrapper .site-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vqb1re87Xe .content-wrap .title-wrapper .site-section-title {
  display: inline-block;
  width: 35%;
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  .cid-vqb1re87Xe .content-wrap .title-wrapper .site-section-title {
    width: 40%;
  }
}
@media (max-width: 1200px) {
  .cid-vqb1re87Xe .content-wrap .title-wrapper .site-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vqb1re87Xe .content-wrap .title-wrapper .site-section-title {
    width: 100%;
  }
}
.cid-vqb1re87Xe .content-wrap .text-wrapper .site-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vqb1re87Xe .content-wrap .text-wrapper .site-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vqb1re87Xe .content-wrap .text-wrapper .site-text {
    width: 100%;
  }
}
.cid-vqb1re87Xe .items-wrapper {
  margin: 0 -10px;
}
.cid-vqb1re87Xe .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vqb1re87Xe .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vqb1re87Xe .item .item-wrapper {
  height: 100%;
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vqb1re87Xe .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vqb1re87Xe .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-vqb1re87Xe .item .item-wrapper .card-box .title-wrap .label-wrap_1,
.cid-vqb1re87Xe .item .item-wrapper .card-box .title-wrap .label-wrap_2 {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqb1re87Xe .item .item-wrapper .card-box .title-wrap .label-wrap_1,
  .cid-vqb1re87Xe .item .item-wrapper .card-box .title-wrap .label-wrap_2 {
    margin-bottom: 16px;
  }
}
.cid-vqb1re87Xe .item .item-wrapper .card-box .title-wrap .label-wrap_1 .item-label_1,
.cid-vqb1re87Xe .item .item-wrapper .card-box .title-wrap .label-wrap_2 .item-label_1,
.cid-vqb1re87Xe .item .item-wrapper .card-box .title-wrap .label-wrap_1 .item-label_2,
.cid-vqb1re87Xe .item .item-wrapper .card-box .title-wrap .label-wrap_2 .item-label_2 {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
}
.cid-vqb1re87Xe .item .item-wrapper .card-box .title-wrap .label-wrap_1 .item-label_1,
.cid-vqb1re87Xe .item .item-wrapper .card-box .title-wrap .label-wrap_2 .item-label_1 {
  background-color: #f7f7f7;
}
.cid-vqb1re87Xe .item .item-wrapper .card-box .title-wrap .label-wrap_1 .item-label_2,
.cid-vqb1re87Xe .item .item-wrapper .card-box .title-wrap .label-wrap_2 .item-label_2 {
  background-color: #f51720;
}
.cid-vqb1re87Xe .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 12px;
}
.cid-vqb1re87Xe .item .item-wrapper .card-box .title-wrap .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqb1re87Xe .item .item-wrapper .card-box .title-wrap .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vqb1re87Xe .item .item-wrapper .card-box .item-content .item-price {
  margin-top: 56px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqb1re87Xe .item .item-wrapper .card-box .item-content .item-price {
    margin-top: 24px;
  }
}
.cid-vqb1re87Xe .item .item-wrapper .card-box .item-content .list {
  margin: 32px 0 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vqb1re87Xe .item .item-wrapper .card-box .item-content .list {
    margin-top: 24px;
  }
}
.cid-vqb1re87Xe .item .item-wrapper .card-box .item-content .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}
.cid-vqb1re87Xe .item .item-wrapper .card-box .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 1px solid #000000;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border-radius: 100%;
}
.cid-vqb1re87Xe .item .item-wrapper .card-box .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vqb1re87Xe .item .item-wrapper .card-box .item-content .site-section-btn {
  margin-top: 46px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vqb1re87Xe .item .item-wrapper .card-box .item-content .site-section-btn {
    margin-top: 14px;
  }
}
.cid-vqb1re87Xe .item .item-wrapper .card-box .item-content .site-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vqb1re87Xe .btn-wrapper {
  margin-top: -4%;
}
.cid-vqb1re87Xe .site-label,
.cid-vqb1re87Xe .label-wrapper {
  color: #000000;
}
.cid-vqb1re87Xe .site-section-title {
  color: #000000;
}
.cid-vqb1re87Xe .site-text,
.cid-vqb1re87Xe .text-wrapper {
  color: #4f4f4f;
}
.cid-vqb1re87Xe .item-label_1,
.cid-vqb1re87Xe .label-wrap_1 {
  color: #000000;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vqb1re87Xe .item-label_1,
  .cid-vqb1re87Xe .label-wrap_1 {
    text-align: left;
  }
}
.cid-vqb1re87Xe .item-label_2,
.cid-vqb1re87Xe .label-wrap_2 {
  color: #FFFFFF;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vqb1re87Xe .item-label_2,
  .cid-vqb1re87Xe .label-wrap_2 {
    text-align: left;
  }
}
.cid-vqb1re87Xe .item-title {
  color: #000000;
}
.cid-vqb1re87Xe .item-text {
  color: #4f4f4f;
}
.cid-vqb1re87Xe .item-price {
  color: #000000;
}
.cid-vqb1re87Xe .list {
  color: #4f4f4f;
}
.cid-vqb1re9M9m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqb1re9M9m .site-fallback-image.disabled {
  display: none;
}
.cid-vqb1re9M9m .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqb1re9M9m .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vqb1re9M9m .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vqb1re9M9m .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vqb1re9M9m .content-wrap .label-wrapper .site-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vqb1re9M9m .content-wrap .site-section-title {
  margin-bottom: 16px;
}
.cid-vqb1re9M9m .content-wrap .text-wrapper .site-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqb1re9M9m .content-wrap .text-wrapper .site-text {
    width: 100%;
  }
}
.cid-vqb1re9M9m .item {
  margin-bottom: 20px;
}
.cid-vqb1re9M9m .item:last-child {
  margin-bottom: 0;
}
.cid-vqb1re9M9m .item .item-wrapper {
  height: 100%;
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 8px;
  background-color: #f7f7f7;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vqb1re9M9m .item .item-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vqb1re9M9m .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vqb1re9M9m .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-vqb1re9M9m .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vqb1re9M9m .item .item-wrapper .card-box .item-content .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vqb1re9M9m .item .item-wrapper .card-box .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vqb1re9M9m .item .item-wrapper .card-box .item-content .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vqb1re9M9m .item .item-wrapper .card-box .item-content .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f51720;
}
.cid-vqb1re9M9m .item .item-wrapper .card-box .item-content .site-section-btn {
  margin-top: 14px;
}
.cid-vqb1re9M9m .item .item-wrapper .card-box .item-content .site-section-btn .btn {
  margin-bottom: 0;
}
.cid-vqb1re9M9m .item .item-wrapper .item-img {
  position: relative;
  height: 100%;
  min-height: 600px;
}
@media (max-width: 992px) {
  .cid-vqb1re9M9m .item .item-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-vqb1re9M9m .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vqb1re9M9m .site-label,
.cid-vqb1re9M9m .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vqb1re9M9m .site-section-title {
  color: #000000;
  text-align: center;
}
.cid-vqb1re9M9m .site-text,
.cid-vqb1re9M9m .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vqb1re9M9m .item-title {
  color: #000000;
}
.cid-vqb1re9M9m .item-text {
  color: #4f4f4f;
}
.cid-vqb1re9M9m .list {
  color: #000000;
}
.cid-vqb1re9M9m .list,
.cid-vqb1re9M9m .item-wrap,
.cid-vqb1re9M9m .list-wrapper {
  color: #FFFFFF;
}
.cid-vqb1re93hK {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqb1re93hK .site-fallback-image.disabled {
  display: none;
}
.cid-vqb1re93hK .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqb1re93hK .items-wrapper {
  margin: 0;
}
.cid-vqb1re93hK .items-wrapper .card {
  padding: 0;
  justify-content: center;
}
.cid-vqb1re93hK .content-wrap {
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vqb1re93hK .content-wrap {
    padding-right: 0;
  }
}
.cid-vqb1re93hK .content-wrap .label-wrapper {
  margin-bottom: 24px;
}
.cid-vqb1re93hK .content-wrap .label-wrapper .site-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f51720;
}
.cid-vqb1re93hK .content-wrap .site-section-title {
  margin-bottom: 16px;
}
.cid-vqb1re93hK .content-wrap .text-wrapper .site-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqb1re93hK .content-wrap .text-wrapper .site-text {
    width: 100%;
  }
}
.cid-vqb1re93hK .content-wrap .site-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vqb1re93hK .content-wrap .site-section-btn {
    margin-top: 14px;
  }
}
.cid-vqb1re93hK .image-wrapper {
  background-color: #f7f7f7;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vqb1re93hK .image-wrapper {
    margin-top: 32px;
  }
}
.cid-vqb1re93hK .image-wrapper img {
  height: 540px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vqb1re93hK .image-wrapper img {
    height: 300px;
  }
}
.cid-vqb1re93hK .site-label {
  color: #000000;
}
.cid-vqb1re93hK .site-section-title {
  color: #000000;
}
.cid-vqb1re93hK .site-text {
  color: #4f4f4f;
}
.cid-vqb1re93hK .site-label,
.cid-vqb1re93hK .label-wrapper {
  color: #FFFFFF;
}
.cid-vqb1reaIw4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqb1reaIw4 .site-fallback-image.disabled {
  display: none;
}
.cid-vqb1reaIw4 .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqb1reaIw4 .items-wrapper {
  margin: 0 -10px;
}
.cid-vqb1reaIw4 .items-wrapper .card {
  padding: 0 10px;
}
.cid-vqb1reaIw4 .tabs-wrapper {
  background-color: #f7f7f7;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vqb1reaIw4 .tabs-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vqb1reaIw4 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-vqb1reaIw4 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 8px;
}
.cid-vqb1reaIw4 .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-vqb1reaIw4 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: block;
  color: #000000;
  padding: 24px;
  border: none;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-vqb1reaIw4 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #f51720;
  color: #ffffff;
}
.cid-vqb1reaIw4 .card-wrapper {
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vqb1reaIw4 .card-wrapper .tab-content .tab-pane .item-content {
  padding: 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vqb1reaIw4 .card-wrapper .tab-content .tab-pane .item-content {
    padding: 24px;
  }
}
.cid-vqb1reaIw4 .card-wrapper .tab-content .tab-pane .item-content .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vqb1reaIw4 .card-wrapper .tab-content .tab-pane .item-content .image-wrap {
    margin-bottom: 24px;
  }
}
.cid-vqb1reaIw4 .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vqb1reaIw4 .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-vqb1reaIw4 .card-wrapper .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 12px;
}
.cid-vqb1reaIw4 .card-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqb1reaIw4 .card-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vqb1reaIw4 .card-wrapper .tab-content .tab-pane .item-content .site-section-btn {
  margin-top: 14px;
}
.cid-vqb1reaIw4 .card-wrapper .tab-content .tab-pane .item-content .site-section-btn .btn {
  margin-bottom: 0;
}
.cid-vqb1reaIw4 .item-title {
  color: #000000;
}
.cid-vqb1reaIw4 .item-text {
  color: #4f4f4f;
}
.cid-vqb1realK5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqb1realK5 .site-fallback-image.disabled {
  display: none;
}
.cid-vqb1realK5 .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqb1realK5 .card-wrapper {
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vqb1realK5 .card-wrapper .content-wrapper {
  background-color: #ffffff;
  padding: 24px;
}
.cid-vqb1realK5 .card-wrapper .items-wrapper {
  margin: 0 -28px;
}
.cid-vqb1realK5 .card-wrapper .items-wrapper .card {
  padding: 0 28px;
}
.cid-vqb1realK5 .card-wrapper .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 495px;
}
@media (max-width: 992px) {
  .cid-vqb1realK5 .card-wrapper .items-wrapper .card .image-wrapper {
    min-height: auto;
    height: 300px;
    margin-bottom: 32px;
  }
}
.cid-vqb1realK5 .card-wrapper .items-wrapper .card .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vqb1realK5 .card-wrapper .items-wrapper .card .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-vqb1realK5 .card-wrapper .items-wrapper .card .content-wrap .title-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vqb1realK5 .card-wrapper .items-wrapper .card .content-wrap .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vqb1realK5 .card-wrapper .items-wrapper .card .content-wrap .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vqb1realK5 .card-wrapper .items-wrapper .card .content-wrap .title-wrapper .label-wrapper .site-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f51720;
}
.cid-vqb1realK5 .card-wrapper .items-wrapper .card .content-wrap .title-wrapper .site-section-title {
  margin-bottom: 16px;
}
.cid-vqb1realK5 .card-wrapper .items-wrapper .card .content-wrap .title-wrapper .text-wrapper .site-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqb1realK5 .card-wrapper .items-wrapper .card .content-wrap .title-wrapper .text-wrapper .site-text {
    width: 100%;
  }
}
.cid-vqb1realK5 .card-wrapper .items-wrapper .card .content-wrap .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-vqb1realK5 .card-wrapper .items-wrapper .card .content-wrap .items-wrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vqb1realK5 .card-wrapper .items-wrapper .card .content-wrap .items-wrap .item {
    margin-bottom: 32px;
  }
  .cid-vqb1realK5 .card-wrapper .items-wrapper .card .content-wrap .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vqb1realK5 .card-wrapper .items-wrapper .card .content-wrap .items-wrap .item .item-wrapper .item-title {
  margin-bottom: 12px;
}
.cid-vqb1realK5 .card-wrapper .items-wrapper .card .content-wrap .items-wrap .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vqb1realK5 .card-wrapper .items-wrapper .card .content-wrap .items-wrap .item .item-wrapper .site-section-btn {
  margin-top: 6px;
}
.cid-vqb1realK5 .card-wrapper .items-wrapper .card .content-wrap .items-wrap .item .item-wrapper .site-section-btn .btn {
  margin-bottom: 0;
}
.cid-vqb1realK5 .btn-wrapper {
  margin-top: -4rem;
  margin-right: 0;
}
.cid-vqb1realK5 .site-label,
.cid-vqb1realK5 .label-wrapper {
  color: #FFFFFF;
}
.cid-vqb1realK5 .site-section-title {
  color: #000000;
}
.cid-vqb1realK5 .site-text,
.cid-vqb1realK5 .text-wrapper {
  color: #4f4f4f;
}
.cid-vqb1realK5 .item-title {
  color: #000000;
}
.cid-vqb1realK5 .item-text {
  color: #4f4f4f;
}
.cid-vqb1reb8xR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqb1reb8xR .site-fallback-image.disabled {
  display: none;
}
.cid-vqb1reb8xR .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqb1reb8xR .items-wrapper {
  margin: 0 -10px;
}
.cid-vqb1reb8xR .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vqb1reb8xR .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vqb1reb8xR .item .item-wrapper {
  height: 100%;
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vqb1reb8xR .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.cid-vqb1reb8xR .item .item-wrapper .card-box .item-number {
  margin-bottom: 24px;
}
.cid-vqb1reb8xR .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vqb1reb8xR .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vqb1reb8xR .item .item-wrapper .card-box .text-wrap .item-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vqb1reb8xR .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vqb1reb8xR .item .item-wrapper .card-box .label-wrapper {
  margin-top: 24px;
}
.cid-vqb1reb8xR .item .item-wrapper .card-box .label-wrapper .site-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f51720;
}
.cid-vqb1reb8xR .item .item-wrapper .card-box .site-section-btn {
  margin-top: 14px;
}
.cid-vqb1reb8xR .item .item-wrapper .card-box .site-section-btn .btn {
  margin-bottom: 0;
}
.cid-vqb1reb8xR .item-number {
  color: #000000;
}
.cid-vqb1reb8xR .item-title {
  color: #000000;
}
.cid-vqb1reb8xR .item-text {
  color: #4f4f4f;
}
.cid-vqb1reb8xR .site-label {
  color: #000000;
}
.cid-vqb1reb8xR .site-label,
.cid-vqb1reb8xR .label-wrapper {
  color: #FFFFFF;
}
.cid-vqb1rebLHO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqb1rebLHO .site-fallback-image.disabled {
  display: none;
}
.cid-vqb1rebLHO .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqb1rebLHO .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vqb1rebLHO .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vqb1rebLHO .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vqb1rebLHO .content-wrap .label-wrapper .site-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vqb1rebLHO .content-wrap .site-section-title {
  margin-bottom: 16px;
}
.cid-vqb1rebLHO .content-wrap .text-wrapper .site-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqb1rebLHO .content-wrap .text-wrapper .site-text {
    width: 100%;
  }
}
.cid-vqb1rebLHO .items-wrapper {
  margin: 0 -10px;
}
.cid-vqb1rebLHO .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vqb1rebLHO .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vqb1rebLHO .item .item-wrapper {
  height: 100%;
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vqb1rebLHO .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.cid-vqb1rebLHO .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 24px;
}
.cid-vqb1rebLHO .item .item-wrapper .card-box .number-wrapper .item-number {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f51720;
}
.cid-vqb1rebLHO .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vqb1rebLHO .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vqb1rebLHO .item .item-wrapper .card-box .site-section-btn {
  margin-top: 14px;
}
.cid-vqb1rebLHO .item .item-wrapper .card-box .site-section-btn .btn {
  margin-bottom: 0;
}
.cid-vqb1rebLHO .site-label,
.cid-vqb1rebLHO .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vqb1rebLHO .site-section-title {
  color: #000000;
  text-align: center;
}
.cid-vqb1rebLHO .site-text,
.cid-vqb1rebLHO .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vqb1rebLHO .item-number {
  color: #000000;
}
.cid-vqb1rebLHO .item-title {
  color: #000000;
}
.cid-vqb1rebLHO .item-text {
  color: #4f4f4f;
}
.cid-vqb1rebLHO .item-number,
.cid-vqb1rebLHO .number-wrapper {
  color: #FFFFFF;
}
.cid-vqb1recc2p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqb1recc2p .site-fallback-image.disabled {
  display: none;
}
.cid-vqb1recc2p .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqb1recc2p .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vqb1recc2p .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vqb1recc2p .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vqb1recc2p .content-wrap .label-wrapper .site-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vqb1recc2p .content-wrap .title-wrapper .site-section-title {
  display: inline-block;
  width: 35%;
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  .cid-vqb1recc2p .content-wrap .title-wrapper .site-section-title {
    width: 40%;
  }
}
@media (max-width: 1200px) {
  .cid-vqb1recc2p .content-wrap .title-wrapper .site-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vqb1recc2p .content-wrap .title-wrapper .site-section-title {
    width: 100%;
  }
}
.cid-vqb1recc2p .content-wrap .text-wrapper .site-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vqb1recc2p .content-wrap .text-wrapper .site-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vqb1recc2p .content-wrap .text-wrapper .site-text {
    width: 100%;
  }
}
.cid-vqb1recc2p .card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  background-color: #f7f7f7;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vqb1recc2p .card-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vqb1recc2p .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 495px;
}
@media (max-width: 992px) {
  .cid-vqb1recc2p .card-wrapper .image-wrapper {
    min-height: auto;
    height: 300px;
  }
}
.cid-vqb1recc2p .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vqb1recc2p .card-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  border-bottom: none;
  background-color: #ffffff;
  margin-top: 8px;
}
.cid-vqb1recc2p .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vqb1recc2p .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vqb1recc2p .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
}
.cid-vqb1recc2p .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vqb1recc2p .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-vqb1recc2p .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .site-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-vqb1recc2p .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .site-iconfont {
  transform: rotate(-45deg);
}
.cid-vqb1recc2p .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 24px 24px 24px;
}
.cid-vqb1recc2p .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 24px;
}
.cid-vqb1recc2p .card-wrapper .panel-group .card .panel-collapse .panel-body .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vqb1recc2p .card-wrapper .panel-group .card .panel-collapse .panel-body .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}
.cid-vqb1recc2p .card-wrapper .panel-group .card .panel-collapse .panel-body .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 1px solid #000000;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border-radius: 100%;
}
.cid-vqb1recc2p .card-wrapper .panel-group .card .panel-collapse .panel-body .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vqb1recc2p .card-wrapper .panel-group .card .panel-collapse .panel-body .site-section-btn {
  margin-top: 14px;
}
.cid-vqb1recc2p .card-wrapper .panel-group .card .panel-collapse .panel-body .site-section-btn .btn {
  margin-bottom: 0;
}
.cid-vqb1recc2p .site-label,
.cid-vqb1recc2p .label-wrapper {
  color: #000000;
}
.cid-vqb1recc2p .site-section-title {
  color: #000000;
}
.cid-vqb1recc2p .site-text,
.cid-vqb1recc2p .text-wrapper {
  color: #4f4f4f;
}
.cid-vqb1recc2p .panel-title-edit {
  color: #000000;
}
.cid-vqb1recc2p .panel-text {
  color: #4f4f4f;
}
.cid-vqb1recc2p .list {
  color: #000000;
}
.cid-vqb1rediPO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqb1rediPO .site-fallback-image.disabled {
  display: none;
}
.cid-vqb1rediPO .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqb1rediPO .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vqb1rediPO .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vqb1rediPO .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vqb1rediPO .content-wrap .label-wrapper .site-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f51720;
}
.cid-vqb1rediPO .content-wrap .site-section-title {
  margin-bottom: 16px;
}
.cid-vqb1rediPO .content-wrap .text-wrapper .site-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqb1rediPO .content-wrap .text-wrapper .site-text {
    width: 100%;
  }
}
.cid-vqb1rediPO .card-wrapper {
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vqb1rediPO .card-wrapper .form-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vqb1rediPO .card-wrapper .form-wrap {
    padding: 24px;
  }
}
.cid-vqb1rediPO .card-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vqb1rediPO .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vqb1rediPO .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-vqb1rediPO .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px 16px;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7 !important;
  box-shadow: none;
  margin-bottom: 24px;
  color: #4f4f4f;
}
.cid-vqb1rediPO .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #4f4f4f;
}
.cid-vqb1rediPO .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vqb1rediPO .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-vqb1rediPO .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vqb1rediPO .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vqb1rediPO .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #4f4f4f;
  border-color: #4f4f4f;
}
.cid-vqb1rediPO .card-wrapper .form-wrap .dragArea.row .site-section-btn {
  width: 100%;
}
.cid-vqb1rediPO .card-wrapper .form-wrap .dragArea.row .site-section-btn .btn {
  margin: 0 0 0 0.6rem;
}
.cid-vqb1rediPO .site-label,
.cid-vqb1rediPO .label-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-vqb1rediPO .site-section-title {
  color: #000000;
  text-align: center;
}
.cid-vqb1rediPO .site-text,
.cid-vqb1rediPO .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vqb1rediPO label {
  color: #000000;
}
.cid-vqb1redJJL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqb1redJJL .site-fallback-image.disabled {
  display: none;
}
.cid-vqb1redJJL .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqb1redJJL .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vqb1redJJL .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vqb1redJJL .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vqb1redJJL .content-wrap .label-wrapper .site-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vqb1redJJL .content-wrap .site-section-title {
  margin-bottom: 16px;
}
.cid-vqb1redJJL .content-wrap .text-wrapper .site-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqb1redJJL .content-wrap .text-wrapper .site-text {
    width: 100%;
  }
}
.cid-vqb1redJJL .items-wrapper {
  margin: 0 -10px;
}
.cid-vqb1redJJL .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vqb1redJJL .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vqb1redJJL .item .item-wrapper {
  height: 100%;
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vqb1redJJL .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.cid-vqb1redJJL .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vqb1redJJL .item .item-wrapper .card-box .iconfont-wrapper .site-iconfont {
  display: inline-flex;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.cid-vqb1redJJL .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vqb1redJJL .item .item-wrapper .card-box .item-text {
  margin-bottom: 24px;
}
.cid-vqb1redJJL .item .item-wrapper .card-box .link-wrapper {
  padding-top: 24px;
  border-top: 1px solid #dddddd;
}
.cid-vqb1redJJL .item .item-wrapper .card-box .link-wrapper .item-link {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-vqb1redJJL .item .item-wrapper .card-box .link-wrapper .item-link:hover,
.cid-vqb1redJJL .item .item-wrapper .card-box .link-wrapper .item-link:focus {
  transform: translateY(-2px);
}
.cid-vqb1redJJL .site-label,
.cid-vqb1redJJL .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vqb1redJJL .site-section-title {
  color: #000000;
  text-align: center;
}
.cid-vqb1redJJL .site-text,
.cid-vqb1redJJL .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vqb1redJJL .item-title {
  color: #000000;
}
.cid-vqb1redJJL .item-text {
  color: #4f4f4f;
}
.cid-vqb1redJJL .item-link {
  color: #000000;
}
.cid-vqb1reeve8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqb1reeve8 .site-fallback-image.disabled {
  display: none;
}
.cid-vqb1reeve8 .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqb1reeve8 .card {
  justify-content: flex-end;
}
.cid-vqb1reeve8 .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px 56px;
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-vqb1reeve8 .nav-wrapper {
    gap: 24px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vqb1reeve8 .nav-wrapper {
    margin-bottom: 32px;
    grid-template-columns: 1fr 1fr;
    gap: 24px 20px;
  }
}
@media (max-width: 768px) {
  .cid-vqb1reeve8 .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vqb1reeve8 .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vqb1reeve8 .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-vqb1reeve8 .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vqb1reeve8 .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #4f4f4f;
  transform: translateY(-2px);
}
.cid-vqb1reeve8 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vqb1reeve8 .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vqb1reeve8 .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vqb1reeve8 .social-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vqb1reeve8 .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vqb1reeve8 .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vqb1reeve8 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: #e0f782;
  transition: all 0.3s ease;
  border-radius: 100%;
}
.cid-vqb1reeve8 .social-wrapper .social-wrap .soc-item:hover,
.cid-vqb1reeve8 .social-wrapper .social-wrap .soc-item:focus {
  opacity: 0.5;
}
.cid-vqb1reeve8 .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vqb1reeve8 .social-wrapper .social-wrap .soc-item a .site-iconfont {
  display: inline-flex;
  font-size: 14px;
}
.cid-vqb1reeve8 .site-copy {
  margin-bottom: 0;
  color: #4f4f4f;
  text-align: center;
}
.cid-vqb1reeve8 .site-section-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-vqb1reeve8 .list {
  color: #000000;
}
.cid-vqb1reeve8 .site-section-title,
.cid-vqb1reeve8 .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vqb1reeve8 .site-section-title,
  .cid-vqb1reeve8 .social-wrapper {
    text-align: left;
  }
}

.skip-link{position:fixed;left:1rem;top:-5rem;z-index:9999;padding:.75rem 1rem;background:#fff;color:#111;border:2px solid #111;border-radius:.4rem}.skip-link:focus{top:1rem}.policy-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem;margin-top:1rem}.policy-links a{color:inherit;text-decoration:underline;text-underline-offset:.18em}.local-map-panel{min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.65rem;padding:2rem;text-align:center;background:radial-gradient(circle at center,rgba(255,255,255,.95),rgba(226,226,226,.96));color:#111}.local-map-icon{font-size:3rem}.form-status{min-height:1.5em;margin-top:1rem}.form-privacy-note{margin-top:.75rem;font-size:.9rem}.form-privacy-note a{color:inherit;text-decoration:underline}.legal-page{padding:8rem 0 5rem}.legal-card{max-width:980px;margin:0 auto;padding:clamp(1.25rem,3vw,3rem);background:rgba(255,255,255,.97);color:#171717;box-shadow:0 18px 50px rgba(0,0,0,.12)}.legal-card h1,.legal-card h2,.legal-card p,.legal-card li{color:#171717}.legal-card h2{margin-top:2rem;margin-bottom:.75rem}.legal-card p,.legal-list{line-height:1.75}.legal-list{padding-left:1.35rem}.legal-list li{margin-bottom:.55rem}.legal-lead{font-weight:600}.legal-updated{opacity:.75}img{max-width:100%;height:auto}:focus-visible{outline:3px solid currentColor;outline-offset:3px}@media(max-width:767px){.legal-page{padding-top:6.5rem}.legal-card{border-radius:1rem}.local-map-panel{min-height:320px}}
html, body { max-width: 100%; overflow-x: hidden; }
@media (max-width: 575px) {
  #hero-2-vqb1rdZLFl .display-1 {
    font-size: 2rem;
    line-height: 1.08;
    letter-spacing: -0.02em;
    hyphens: auto;
    overflow-wrap: break-word;
  }
}
