.btn {
  border: none !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #e8f3f9;
}
body {
  font-family: Georgia;
}
.display-1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 5.25rem;
  line-height: 1.2;
  font-weight: 500;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5625rem;
}
.display-2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 4.5rem;
  line-height: 1.1;
  font-weight: 600;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 500;
}
.display-4 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-5 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 2.2rem;
  line-height: 1.25;
  font-weight: 500;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.3rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.675rem;
    font-size: calc( 2.4875rem + (5.25 - 2.4875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (2.4875rem + (5.25 - 2.4875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    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-4 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.25 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.25 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.675rem;
    font-size: calc( 2.4875rem + (5.25 - 2.4875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (2.4875rem + (5.25 - 2.4875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.6rem;
    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-4 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.25 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.25 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.105rem + (1.3 - 1.105) * ((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: #ff595e !important;
}
.bg-success {
  background-color: #48dd98 !important;
}
.bg-info {
  background-color: #31d3f4 !important;
}
.bg-warning {
  background-color: #ffc926 !important;
}
.bg-danger {
  background-color: #df4655 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff595e !important;
  border-color: #ff595e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff8c8f !important;
  border-color: #ff8c8f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff8c8f !important;
  border-color: #ff8c8f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f8cb66 !important;
  border-color: #f8cb66 !important;
  color: #2a1e02 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fadc97 !important;
  border-color: #fadc97 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #2a1e02 !important;
  background-color: #fadc97 !important;
  border-color: #fadc97 !important;
}
.btn-info,
.btn-info:active {
  background-color: #31d3f4 !important;
  border-color: #31d3f4 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #61ddf7 !important;
  border-color: #61ddf7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #61ddf7 !important;
  border-color: #61ddf7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #48dd98 !important;
  border-color: #48dd98 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #73e5b0 !important;
  border-color: #73e5b0 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #73e5b0 !important;
  border-color: #73e5b0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc926 !important;
  border-color: #ffc926 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd659 !important;
  border-color: #ffd659 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffd659 !important;
  border-color: #ffd659 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #df4655 !important;
  border-color: #df4655 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e7717d !important;
  border-color: #e7717d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e7717d !important;
  border-color: #e7717d !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #333336 !important;
  border-color: #333336 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #4c4c50 !important;
  border-color: #4c4c50 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #4c4c50 !important;
  border-color: #4c4c50 !important;
}
.btn-primary-outline {
  padding: 0 !important;
}
.btn-primary-outline::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #ff595e;
  transition: all .3s ease;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff595e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff020a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover::before,
.btn-primary-outline:focus::before,
.btn-primary-outline.focus::before,
.btn-primary-outline.active::before {
  width: 100%;
  background-color: #ff020a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff595e !important;
  border-color: #ff595e !important;
}
.btn-secondary-outline {
  padding: 0 !important;
}
.btn-secondary-outline::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #f8cb66;
  transition: all .3s ease;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f8cb66;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f4af13 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover::before,
.btn-secondary-outline:focus::before,
.btn-secondary-outline.focus::before,
.btn-secondary-outline.active::before {
  width: 100%;
  background-color: #f4af13;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5b4004 !important;
  background-color: #f8cb66 !important;
  border-color: #f8cb66 !important;
}
.btn-info-outline {
  padding: 0 !important;
}
.btn-info-outline::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #31d3f4;
  transition: all .3s ease;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #31d3f4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0aa4c4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline:hover::before,
.btn-info-outline:focus::before,
.btn-info-outline.focus::before,
.btn-info-outline.active::before {
  width: 100%;
  background-color: #0aa4c4;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #31d3f4 !important;
  border-color: #31d3f4 !important;
}
.btn-success-outline {
  padding: 0 !important;
}
.btn-success-outline::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #48dd98;
  transition: all .3s ease;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #48dd98;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #20ae6c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline:hover::before,
.btn-success-outline:focus::before,
.btn-success-outline.focus::before,
.btn-success-outline.active::before {
  width: 100%;
  background-color: #20ae6c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #48dd98 !important;
  border-color: #48dd98 !important;
}
.btn-warning-outline {
  padding: 0 !important;
}
.btn-warning-outline::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #ffc926;
  transition: all .3s ease;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffc926;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ce9b00 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover::before,
.btn-warning-outline:focus::before,
.btn-warning-outline.focus::before,
.btn-warning-outline.active::before {
  width: 100%;
  background-color: #ce9b00;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #261d00 !important;
  background-color: #ffc926 !important;
  border-color: #ffc926 !important;
}
.btn-danger-outline {
  padding: 0 !important;
}
.btn-danger-outline::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #df4655;
  transition: all .3s ease;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #df4655;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b01e2d !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover::before,
.btn-danger-outline:focus::before,
.btn-danger-outline.focus::before,
.btn-danger-outline.active::before {
  width: 100%;
  background-color: #b01e2d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #df4655 !important;
  border-color: #df4655 !important;
}
.btn-black-outline {
  padding: 0 !important;
}
.btn-black-outline::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #333336;
  transition: all .3s ease;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #333336;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #090909 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline:hover::before,
.btn-black-outline:focus::before,
.btn-black-outline.focus::before,
.btn-black-outline.active::before {
  width: 100%;
  background-color: #090909;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333336 !important;
  border-color: #333336 !important;
}
.btn-white-outline {
  padding: 0 !important;
}
.btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline:hover::before,
.btn-white-outline:focus::before,
.btn-white-outline.focus::before,
.btn-white-outline.active::before {
  width: 100%;
  background-color: #d4d4d4;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #ff595e !important;
}
.text-secondary {
  color: #f8cb66 !important;
}
.text-success {
  color: #48dd98 !important;
}
.text-info {
  color: #31d3f4 !important;
}
.text-warning {
  color: #ffc926 !important;
}
.text-danger {
  color: #df4655 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #333336 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #f20007 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #eda70b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1ea164 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0a98b5 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #bf8f00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a31c29 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #010102 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: none;
  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: #ff595e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #31d3f4;
}
.alert-warning {
  background-color: #ffc926;
}
.alert-danger {
  background-color: #df4655;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff595e;
  border-color: #ff595e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav.nav-tabs {
  border-radius: 100px !important;
}
@media (max-width: 992px) {
  .nav.nav-tabs {
    border-radius: 1rem !important;
  }
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
@media (max-width: 992px) {
  .nav-tabs .nav-link {
    border-radius: 1rem !important;
  }
}
a,
a:hover {
  color: #ff595e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f4fdf9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3fcfe;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffcf2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf4f5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 0 !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #ff595e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #ff595e;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-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: #ff595e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff595e;
}
.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: #ff595e;
  border-bottom-color: #ff595e;
}
.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: #ff595e !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: #f8cb66 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  position: relative;
  padding: 10px 16px;
  border-radius: 8px !important;
  font-weight: 500;
}
.mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline::before {
  background-color: #ff595e;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn .btn-white-outline.focus,
.mbr-section-btn .btn-white-outline.active {
  color: #ff595e !important;
}
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn .btn-white-outline:focus::before,
.mbr-section-btn .btn-white-outline.focus::before,
.mbr-section-btn .btn-white-outline.active::before {
  background-color: #ff595e;
}
.mbr-section-btn .btn-black-outline {
  color: #333336 !important;
}
.mbr-section-btn .btn-black-outline::before {
  background-color: #ff595e;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-black-outline.focus,
.mbr-section-btn .btn-black-outline.active {
  color: #ff595e !important;
}
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn .btn-black-outline:focus::before,
.mbr-section-btn .btn-black-outline.focus::before,
.mbr-section-btn .btn-black-outline.active::before {
  background-color: #ff595e;
}
.mbr-section-btn .btn-white {
  background-color: #ffffff !important;
  color: #333336 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  background-color: #ff595e !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black {
  background-color: #333336 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  background-color: #ff595e !important;
  color: #ffffff !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.large-radius {
  border-radius: 100px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vqhpqawt13 .navbar-dropdown {
  position: relative !important;
}
.cid-vqhpqawt13 .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vqhpqawt13 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vqhpqawt13 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqhpqawt13 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vqhpqawt13 .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.cid-vqhpqawt13 .dropdown-item:hover,
.cid-vqhpqawt13 .dropdown-item:focus {
  background: #000000 !important;
  color: #ff8d8b !important;
}
.cid-vqhpqawt13 .dropdown-item:hover span {
  color: white;
}
.cid-vqhpqawt13 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqhpqawt13 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqhpqawt13 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqhpqawt13 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqhpqawt13 .nav-link {
  position: relative;
}
.cid-vqhpqawt13 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vqhpqawt13 .container {
    flex-wrap: nowrap;
  }
}
.cid-vqhpqawt13 .iconfont-wrapper {
  color: #ff4400 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vqhpqawt13 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vqhpqawt13 .dropdown-menu,
.cid-vqhpqawt13 .navbar.opened {
  background: #000000 !important;
}
.cid-vqhpqawt13 .nav-item:focus,
.cid-vqhpqawt13 .nav-link:focus {
  outline: none;
}
.cid-vqhpqawt13 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqhpqawt13 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vqhpqawt13 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqhpqawt13 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqhpqawt13 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqhpqawt13 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqhpqawt13 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(6px);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqhpqawt13 .navbar.opened {
  transition: all 0.3s;
}
.cid-vqhpqawt13 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vqhpqawt13 .navbar .navbar-logo img {
  width: auto;
}
.cid-vqhpqawt13 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqhpqawt13 .navbar.collapsed {
  justify-content: center;
}
.cid-vqhpqawt13 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqhpqawt13 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqhpqawt13 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqhpqawt13 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqhpqawt13 .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-vqhpqawt13 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqhpqawt13 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqhpqawt13 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqhpqawt13 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqhpqawt13 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqhpqawt13 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqhpqawt13 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqhpqawt13 .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-vqhpqawt13 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqhpqawt13 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqhpqawt13 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    margin-bottom: 0;
  }
  .cid-vqhpqawt13 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vqhpqawt13 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqhpqawt13 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqhpqawt13 .navbar.navbar-short {
  min-height: 70px;
}
.cid-vqhpqawt13 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vqhpqawt13 .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: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .cid-vqhpqawt13 .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.cid-vqhpqawt13 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vqhpqawt13 .navbar-brand .navbar-caption:hover,
.cid-vqhpqawt13 .navbar-brand .navbar-caption:focus {
  color: #ff8d8b !important;
}
.cid-vqhpqawt13 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqhpqawt13 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vqhpqawt13 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff8d8b !important;
}
.cid-vqhpqawt13 .dropdown-item.active,
.cid-vqhpqawt13 .dropdown-item:active {
  background-color: transparent;
}
.cid-vqhpqawt13 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqhpqawt13 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqhpqawt13 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqhpqawt13 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vqhpqawt13 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vqhpqawt13 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vqhpqawt13 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqhpqawt13 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vqhpqawt13 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vqhpqawt13 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vqhpqawt13 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .cid-vqhpqawt13 .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.cid-vqhpqawt13 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vqhpqawt13 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vqhpqawt13 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqhpqawt13 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8d8b;
}
.cid-vqhpqawt13 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vqhpqawt13 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqhpqawt13 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqhpqawt13 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vqhpqawt13 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqhpqawt13 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqhpqawt13 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqhpqawt13 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqhpqawt13 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vqhpqawt13 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqhpqawt13 .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-vqhpqawt13 .navbar {
    height: 70px;
  }
  .cid-vqhpqawt13 .navbar.opened {
    height: auto;
  }
  .cid-vqhpqawt13 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqhpqawt13 .navbar-nav {
  margin: 0 auto;
}
.cid-vqhpqawt13 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vqhpqawt13 .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vqhpqawt13 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vqhpqawt13 .nav-item .nav-link:hover,
.cid-vqhpqawt13 .nav-item .nav-link:focus {
  color: #ff8d8b !important;
  text-decoration-color: inherit;
}
.cid-vqhpqawt13 .nav-item .nav-link:hover::after,
.cid-vqhpqawt13 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vqhpqawt13 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vqhpqawt13 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vqhpqawt13 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vqhpqawt13 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vqhpqawt13 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vqhpqawt13 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vqhpqawt13 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vqhpqawt13 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vqhpqawt13 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vqhpqawt13 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .cid-vqhpqawt13 .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .cid-vqhpqawt13 .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .cid-vqhpqawt13 .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.cid-vqhpqawt13 .content-wrap {
  min-height: 70px;
}
.cid-vqhpqawt13 .navbar-caption {
  color: #FF8D8B;
}
.cid-vqhpqawt13 .nav-link,
.cid-vqhpqawt13 .dropdown-item {
  color: #FF8D8B;
}
.cid-vqhpqaxQ1n {
  align-items: flex-start;
  padding-top: 9rem;
  padding-bottom: 3rem;
  flex-direction: column;
  justify-content: space-between;
  background-image: url("../../assets/images/photo-1481401908818-600b7a676c0d.webp");
}
.cid-vqhpqaxQ1n .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqaxQ1n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqhpqaxQ1n .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vqhpqaxQ1n .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vqhpqaxQ1n .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 16px;
}
.cid-vqhpqaxQ1n .content-wrapper .label-wrapper .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 6px solid #ff8d8b;
  border-radius: 100%;
}
.cid-vqhpqaxQ1n .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vqhpqaxQ1n .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaxQ1n .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqhpqaxQ1n .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vqhpqaxQ1n .content-wrapper .mbr-section-subtitle {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vqhpqaxQ1n .mbr-brand-name {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 190px;
  width: 100%;
  padding: 0 48px;
  color: #FF8D8B;
  text-align: center;
}
@media (max-width: 1640px) {
  .cid-vqhpqaxQ1n .mbr-brand-name {
    font-size: 150px;
  }
}
@media (max-width: 1440px) {
  .cid-vqhpqaxQ1n .mbr-brand-name {
    font-size: 120px;
  }
}
@media (max-width: 1200px) {
  .cid-vqhpqaxQ1n .mbr-brand-name {
    font-size: 100px;
  }
}
@media (max-width: 992px) {
  .cid-vqhpqaxQ1n .mbr-brand-name {
    font-size: 84px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .cid-vqhpqaxQ1n .mbr-brand-name {
    font-size: 48px;
  }
}
.cid-vqhpqaxQ1n .mbr-section-title {
  color: #ffffff;
}
.cid-vqhpqaxQ1n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqhpqaxQ1n .mbr-label {
  color: #ffffff;
}
.cid-vqhpqaxQ1n .mbr-text {
  color: #ffffff;
}
.cid-vqhpqaxQ1n .mbr-section-subtitle,
.cid-vqhpqaxQ1n .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vqhpqaxQ1n .mbr-section-subtitle,
  .cid-vqhpqaxQ1n .mbr-section-btn {
    text-align: left;
  }
}
.cid-vqhpqaxDXM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqhpqaxDXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqaxDXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqhpqaxDXM .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vqhpqaxDXM .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vqhpqaxDXM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vqhpqaxDXM .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaxDXM .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqhpqaxDXM .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 52px 40px 40px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 992px) {
  .cid-vqhpqaxDXM .items-wrapper .item .item-wrapper {
    padding: 24px 0;
    display: block;
  }
}
.cid-vqhpqaxDXM .items-wrapper .item .item-wrapper .list-title {
  display: flex;
  gap: 12px;
  width: 40%;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vqhpqaxDXM .items-wrapper .item .item-wrapper .list-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vqhpqaxDXM .items-wrapper .item .item-wrapper .list-title .item-number {
  margin-bottom: 0;
}
.cid-vqhpqaxDXM .items-wrapper .item .item-wrapper .list-title .item-title {
  margin-bottom: 0;
}
.cid-vqhpqaxDXM .items-wrapper .item .item-wrapper .list-text {
  width: 35%;
  padding-right: 32px;
  height: fit-content;
  border-left: 1px solid #e6e6e6;
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-vqhpqaxDXM .items-wrapper .item .item-wrapper .list-text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vqhpqaxDXM .items-wrapper .item .item-wrapper .list-text .item-text {
  margin-bottom: 0;
}
.cid-vqhpqaxDXM .items-wrapper .item .item-wrapper .list-text .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vqhpqaxDXM .items-wrapper .item .item-wrapper .list-wrapper {
  width: 25%;
}
@media (max-width: 992px) {
  .cid-vqhpqaxDXM .items-wrapper .item .item-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-vqhpqaxDXM .items-wrapper .item .item-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vqhpqaxDXM .items-wrapper .item .item-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
}
.cid-vqhpqaxDXM .items-wrapper .item .item-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vqhpqaxDXM .mbr-section-title {
  color: #333336;
}
.cid-vqhpqaxDXM .mbr-text {
  color: #6f6f75;
}
.cid-vqhpqaxDXM .item-number {
  color: #C61E34;
}
.cid-vqhpqaxDXM .item-title {
  color: #333336;
}
.cid-vqhpqaxDXM .item-text {
  color: #6f6f75;
}
.cid-vqhpqaxDXM .list {
  color: #333336;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vqhpqaxDXM .list {
    text-align: left;
  }
}
.cid-vqhpqay45G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqhpqay45G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqay45G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqhpqay45G .mbr-section-title {
  margin-bottom: 40px;
  color: #6f6f75;
}
.cid-vqhpqay45G .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 40px;
}
@media (max-width: 1440px) {
  .cid-vqhpqay45G .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 60px 24px;
  }
}
@media (max-width: 768px) {
  .cid-vqhpqay45G .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-vqhpqay45G .item-wrapper:hover .item-img img,
.cid-vqhpqay45G .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-vqhpqay45G .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 24px;
}
.cid-vqhpqay45G .item-wrapper .item-img img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vqhpqay45G .item-wrapper .item-img img {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-vqhpqay45G .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vqhpqay45G .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vqhpqay45G .item-wrapper .card-box .item-name {
  margin-bottom: 4px;
}
.cid-vqhpqay45G .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vqhpqay45G .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 12px;
}
.cid-vqhpqay45G .item-wrapper .card-box .social-wrapper {
  height: 100%;
  margin-top: 16px;
}
.cid-vqhpqay45G .item-wrapper .card-box .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.cid-vqhpqay45G .item-wrapper .card-box .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
}
.cid-vqhpqay45G .item-wrapper .card-box .social-wrapper .social-wrap .soc-item:hover .mbr-iconfont,
.cid-vqhpqay45G .item-wrapper .card-box .social-wrapper .social-wrap .soc-item:hover .mbr-iconfont {
  text-decoration-color: inherit !important;
}
.cid-vqhpqay45G .item-wrapper .card-box .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vqhpqay45G .item-wrapper .card-box .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  text-decoration-color: inherit !important;
}
.cid-vqhpqay45G .item-wrapper .card-box .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vqhpqay45G .item-wrapper .card-box .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vqhpqay45G .item-name {
  color: #333336;
}
.cid-vqhpqay45G .item-role {
  color: #6f6f75;
}
.cid-vqhpqay45G .card-icon {
  color: #C61E34;
}
.cid-vqhpqazN0t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vqhpqazN0t .item:focus,
.cid-vqhpqazN0t span:focus {
  outline: none;
}
.cid-vqhpqazN0t .item {
  cursor: pointer;
}
.cid-vqhpqazN0t .grid-container {
  grid-row-gap: 1rem;
}
@media (max-width: 767px) {
  .cid-vqhpqazN0t .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vqhpqazN0t .grid-container-1,
.cid-vqhpqazN0t .grid-container-2 {
  gap: 0 1rem;
}
@media (max-width: 767px) {
  .cid-vqhpqazN0t .grid-container-1,
  .cid-vqhpqazN0t .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-vqhpqazN0t .mbr-section-title {
  margin-bottom: 40px;
  color: #f6f6f6;
  text-align: center;
}
.cid-vqhpqazN0t .content-head {
  max-width: 800px;
}
.cid-vqhpqazN0t .container,
.cid-vqhpqazN0t .container-fluid {
  overflow: hidden;
}
.cid-vqhpqazN0t .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vqhpqazN0t .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vqhpqazN0t .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vqhpqazN0t .grid-item img {
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-vqhpqazN0t .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vqhpqazN0t .grid-item img {
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-vqhpqazN0t .grid-item img {
    height: 140px;
  }
}
.cid-vqhpqazN0t .grid-container-1,
.cid-vqhpqazN0t .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vqhpqazN0t .grid-container-1 {
  align-items: flex-end;
}
.cid-vqhpqazN0t .grid-container-2 {
  align-items: flex-start;
}
.cid-vqhpqaza64 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vqhpqaza64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqaza64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqhpqaza64 .content-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vqhpqaza64 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vqhpqaza64 .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-vqhpqaza64 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vqhpqaza64 .embla__slide .slide-content {
  width: 100%;
}
.cid-vqhpqaza64 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vqhpqaza64 .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vqhpqaza64 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  height: 80px;
  opacity: 0.5;
  filter: invert(1);
}
.cid-vqhpqaza64 .embla__button--next,
.cid-vqhpqaza64 .embla__button--prev {
  display: flex;
}
.cid-vqhpqaza64 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: transparent !important;
  color: #ff4400 !important;
  border: 1px solid #ff4400 !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vqhpqaza64 .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-vqhpqaza64 .embla__button:disabled {
  opacity: 0.3 !important;
}
.cid-vqhpqaza64 .embla__button.embla__button--prev {
  right: 52px;
}
.cid-vqhpqaza64 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vqhpqaza64 .embla__button.embla__button--next {
  right: 0;
}
.cid-vqhpqaza64 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vqhpqaza64 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vqhpqaza64 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vqhpqaza64 .embla__viewport {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-vqhpqaza64 .embla__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.cid-vqhpqaza64 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vqhpqaza64 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vqhpqaza64 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vqhpqaza64 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vqhpqaza64 .mbr-label {
  color: #c0c0c0;
  text-align: center;
}
.cid-vqhpqaAuzU {
  background-image: url("../../assets/images/photo-1719513709219-1d6e405ea017.webp");
}
.cid-vqhpqaAuzU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqaAuzU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqhpqaAuzU .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  gap: 4px;
}
.cid-vqhpqaAuzU .content-wrapper .title-wrapper .title-wrap .marker-wrapper {
  display: inline-flex;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 4px solid #ff8d8b;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vqhpqaAuzU .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vqhpqaAuzU .content-wrapper .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vqhpqaAuzU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vqhpqaAuzU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-top: 24px;
  }
}
.cid-vqhpqaAuzU .content-wrapper .mbr-section-btn {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vqhpqaAuzU .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vqhpqaAuzU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-vqhpqaAuzU .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 24px;
  }
}
.cid-vqhpqaAuzU .mbr-section-title {
  color: #ffffff;
}
.cid-vqhpqaAuzU .mbr-section-subtitle,
.cid-vqhpqaAuzU .subtitle-wrapper {
  color: #FF8D8B;
  text-align: center;
}
.cid-vqhpqaAuzU .mbr-text,
.cid-vqhpqaAuzU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vqhpqaAuzU .mbr-desc,
.cid-vqhpqaAuzU .desc-wrapper {
  color: #f6f6f6;
  text-align: center;
}
.cid-vqhpqaAuzU .mbr-section-title,
.cid-vqhpqaAuzU .title-wrapper,
.cid-vqhpqaAuzU .mbr-section-btn {
  text-align: center;
}
.cid-vqhpqaAYwn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqhpqaAYwn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqaAYwn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqhpqaAYwn .label-wrapper {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqhpqaAYwn .label-wrapper .label-content {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vqhpqaAYwn .label-wrapper .label-content {
    display: block;
  }
}
.cid-vqhpqaAYwn .label-wrapper .label-content .label-wrap {
  display: inline-flex;
  gap: 4px;
  padding-right: 24px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 992px) {
  .cid-vqhpqaAYwn .label-wrapper .label-content .label-wrap {
    border-right: none;
    padding-right: 0;
  }
}
.cid-vqhpqaAYwn .label-wrapper .label-content .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 16px;
  height: 16px;
  border: 4px solid #c61e34;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vqhpqaAYwn .label-wrapper .label-content .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaAYwn .label-wrapper .label-content .label-wrap .mbr-label {
    margin-bottom: 12px;
  }
}
.cid-vqhpqaAYwn .label-wrapper .label-content .mbr-tag {
  margin-bottom: 0;
}
.cid-vqhpqaAYwn .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vqhpqaAYwn .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vqhpqaAYwn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vqhpqaAYwn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaAYwn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqhpqaAYwn .items-wrapper {
  margin: 0 -8px;
}
.cid-vqhpqaAYwn .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-vqhpqaAYwn .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-vqhpqaAYwn .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vqhpqaAYwn .items-wrapper .item .item-wrapper {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-vqhpqaAYwn .items-wrapper .item .item-wrapper .card-box .item-price_1,
.cid-vqhpqaAYwn .items-wrapper .item .item-wrapper .card-box .item-price_2 {
  margin-bottom: 24px;
}
.cid-vqhpqaAYwn .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-vqhpqaAYwn .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 12px;
}
.cid-vqhpqaAYwn .items-wrapper .item .item-wrapper .card-box .text-wrapper_1 .item-text_1,
.cid-vqhpqaAYwn .items-wrapper .item .item-wrapper .card-box .text-wrapper_2 .item-text_1,
.cid-vqhpqaAYwn .items-wrapper .item .item-wrapper .card-box .text-wrapper_1 .item-text_2,
.cid-vqhpqaAYwn .items-wrapper .item .item-wrapper .card-box .text-wrapper_2 .item-text_2 {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaAYwn .items-wrapper .item .item-wrapper .card-box .text-wrapper_1 .item-text_1,
  .cid-vqhpqaAYwn .items-wrapper .item .item-wrapper .card-box .text-wrapper_2 .item-text_1,
  .cid-vqhpqaAYwn .items-wrapper .item .item-wrapper .card-box .text-wrapper_1 .item-text_2,
  .cid-vqhpqaAYwn .items-wrapper .item .item-wrapper .card-box .text-wrapper_2 .item-text_2 {
    width: 100%;
  }
}
.cid-vqhpqaAYwn .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vqhpqaAYwn .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vqhpqaAYwn .items-wrapper .item .card_1 {
  background-color: #f6f6f6;
}
.cid-vqhpqaAYwn .items-wrapper .item .card_2 {
  background-color: #000000;
}
.cid-vqhpqaAYwn .mbr-label {
  color: #6f6f75;
}
.cid-vqhpqaAYwn .mbr-tag {
  color: #333336;
}
.cid-vqhpqaAYwn .mbr-section-title,
.cid-vqhpqaAYwn .title-wrapper {
  color: #333336;
  text-align: center;
}
.cid-vqhpqaAYwn .mbr-text,
.cid-vqhpqaAYwn .text-wrapper {
  color: #6f6f75;
  text-align: center;
}
.cid-vqhpqaAYwn .item-price_1 {
  color: #333336;
  text-align: center;
}
.cid-vqhpqaAYwn .item-price_2 {
  color: #f6f6f6;
  text-align: center;
}
.cid-vqhpqaAYwn .item-title_1 {
  color: #333336;
}
.cid-vqhpqaAYwn .item-title_2 {
  color: #ffffff;
  text-align: center;
}
.cid-vqhpqaAYwn .item-text_1,
.cid-vqhpqaAYwn .text-wrapper_1 {
  color: #6f6f75;
  text-align: center;
}
.cid-vqhpqaAYwn .item-text_2,
.cid-vqhpqaAYwn .text-wrapper_2 {
  color: #f6f6f6;
  text-align: center;
}
.cid-vqhpqaAYwn .mbr-label,
.cid-vqhpqaAYwn .label-wrapper,
.cid-vqhpqaAYwn .mbr-tag {
  text-align: center;
}
.cid-vqhpqaAYwn .item-title_1,
.cid-vqhpqaAYwn .mbr-section-btn {
  text-align: center;
}
.cid-vqhpqaBMM9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqhpqaBMM9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqaBMM9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqhpqaBMM9 .items-wrapper {
  margin: 0;
  align-items: center;
}
.cid-vqhpqaBMM9 .items-wrapper .card {
  padding: 0;
}
.cid-vqhpqaBMM9 .content-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vqhpqaBMM9 .content-wrapper {
    padding-right: 0;
  }
}
.cid-vqhpqaBMM9 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaBMM9 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vqhpqaBMM9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vqhpqaBMM9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqhpqaBMM9 .content-wrap {
  padding-left: 40px;
  border-left: 1px solid #c0c0c0;
}
@media (max-width: 992px) {
  .cid-vqhpqaBMM9 .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vqhpqaBMM9 .content-wrap {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-vqhpqaBMM9 .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vqhpqaBMM9 .mbr-section-title,
.cid-vqhpqaBMM9 .title-wrapper {
  color: #333336;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vqhpqaBMM9 .mbr-section-title,
  .cid-vqhpqaBMM9 .title-wrapper {
    text-align: left;
  }
}
.cid-vqhpqaBMM9 .mbr-text,
.cid-vqhpqaBMM9 .text-wrapper {
  color: #6f6f75;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vqhpqaBMM9 .mbr-text,
  .cid-vqhpqaBMM9 .text-wrapper {
    text-align: left;
  }
}
.cid-vqhpqaBHF3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vqhpqaBHF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqaBHF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqhpqaBHF3 .items-wrap {
  margin: 0 -30px;
  align-items: center;
}
.cid-vqhpqaBHF3 .items-wrap .card {
  padding: 0 30px;
}
.cid-vqhpqaBHF3 .mbr-section-title {
  margin-bottom: 40px;
  color: #c0c0c0;
  text-align: center;
}
.cid-vqhpqaBHF3 .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vqhpqaBHF3 .items-wrapper .item {
  width: 20%;
}
@media (max-width: 992px) {
  .cid-vqhpqaBHF3 .items-wrapper .item {
    width: 100%;
  }
}
.cid-vqhpqaBHF3 .items-wrapper .item .item-wrapper {
  border-right: 1px solid #333336;
}
@media (max-width: 992px) {
  .cid-vqhpqaBHF3 .items-wrapper .item .item-wrapper {
    border-right: 0;
    border-bottom: 1px solid #333336;
  }
}
.cid-vqhpqaBHF3 .items-wrapper .item:last-child .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vqhpqaBHF3 .items-wrapper .item:last-child .item-wrapper {
    border-bottom: none;
  }
}
.cid-vqhpqaBHF3 .items-wrapper .item .item-wrapper {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vqhpqaBHF3 .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-vqhpqaBHF3 .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vqhpqaBHF3 .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
}
.cid-vqhpqaBHF3 .btn-wrapper {
  margin-top: -2.5rem;
}
.cid-vqhpqaBHF3 .item-title {
  color: #c0c0c0;
  text-align: center;
}
.cid-vqhpqaBHF3 .item-number {
  color: #c0c0c0;
  text-align: center;
}
.cid-vqhpqaC2jN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqhpqaC2jN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqaC2jN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqhpqaC2jN .label-wrapper {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqhpqaC2jN .label-wrapper .label-content {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vqhpqaC2jN .label-wrapper .label-content {
    display: block;
  }
}
.cid-vqhpqaC2jN .label-wrapper .label-content .label-wrap {
  display: inline-flex;
  gap: 4px;
  padding-right: 24px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 992px) {
  .cid-vqhpqaC2jN .label-wrapper .label-content .label-wrap {
    border-right: none;
    padding-right: 0;
  }
}
.cid-vqhpqaC2jN .label-wrapper .label-content .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 4px solid #c61e34;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vqhpqaC2jN .label-wrapper .label-content .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaC2jN .label-wrapper .label-content .label-wrap .mbr-label {
    margin-bottom: 12px;
  }
}
.cid-vqhpqaC2jN .label-wrapper .label-content .mbr-tag {
  margin-bottom: 0;
}
.cid-vqhpqaC2jN .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vqhpqaC2jN .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vqhpqaC2jN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vqhpqaC2jN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaC2jN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqhpqaC2jN .content-wrap {
  display: flex;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vqhpqaC2jN .content-wrap {
    display: block;
  }
}
.cid-vqhpqaC2jN .content-wrap .card-wrapper {
  display: flex;
  align-items: flex-end;
  width: 350px;
  min-width: 350px;
  min-height: 500px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vqhpqaC2jN .content-wrap .card-wrapper {
    width: 100%;
    min-width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .cid-vqhpqaC2jN .content-wrap .card-wrapper {
    min-height: 350px;
  }
}
.cid-vqhpqaC2jN .content-wrap .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.cid-vqhpqaC2jN .content-wrap .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-vqhpqaC2jN .content-wrap .card-wrapper .card-box {
  position: relative;
  z-index: 1;
  padding: 24px;
}
.cid-vqhpqaC2jN .content-wrap .card-wrapper .card-box .mbr-name {
  margin-bottom: 0;
}
.cid-vqhpqaC2jN .content-wrap .card-wrapper .card-box .mbr-role {
  margin-bottom: 0;
}
.cid-vqhpqaC2jN .content-wrap .card-wrapper .card-box .mbr-section-btn {
  margin-top: 4px;
  margin-bottom: -9.6px;
}
.cid-vqhpqaC2jN .slider-wrap {
  overflow: hidden;
}
.cid-vqhpqaC2jN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 400px;
  max-width: 400px;
}
@media (max-width: 768px) {
  .cid-vqhpqaC2jN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vqhpqaC2jN .embla__slide .slide-content {
  width: 100%;
}
.cid-vqhpqaC2jN .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background-color: #f6f6f6;
  min-height: 500px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vqhpqaC2jN .embla__slide .slide-content .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-vqhpqaC2jN .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper {
  margin-bottom: 12px;
}
.cid-vqhpqaC2jN .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-vqhpqaC2jN .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 24px;
}
.cid-vqhpqaC2jN .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  gap: 16px;
}
.cid-vqhpqaC2jN .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-top: 3px;
}
.cid-vqhpqaC2jN .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vqhpqaC2jN .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vqhpqaC2jN .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vqhpqaC2jN .embla__button--next,
.cid-vqhpqaC2jN .embla__button--prev {
  display: flex;
}
.cid-vqhpqaC2jN .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: transparent !important;
  color: #ff4400 !important;
  border: 1px solid #ff4400 !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vqhpqaC2jN .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-vqhpqaC2jN .embla__button:disabled {
  opacity: 0.3 !important;
}
.cid-vqhpqaC2jN .embla__button.embla__button--prev {
  right: 52px;
}
.cid-vqhpqaC2jN .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vqhpqaC2jN .embla__button.embla__button--next {
  right: 0;
}
.cid-vqhpqaC2jN .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vqhpqaC2jN .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vqhpqaC2jN .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 7.5%, #000000 92.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 7.5%, #000000 92.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vqhpqaC2jN .embla__viewport {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-vqhpqaC2jN .embla__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.cid-vqhpqaC2jN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vqhpqaC2jN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vqhpqaC2jN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vqhpqaC2jN .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vqhpqaC2jN .mbr-label {
  color: #6f6f75;
}
.cid-vqhpqaC2jN .mbr-tag {
  color: #333336;
}
.cid-vqhpqaC2jN .mbr-section-title,
.cid-vqhpqaC2jN .title-wrapper {
  color: #333336;
  text-align: center;
}
.cid-vqhpqaC2jN .mbr-text,
.cid-vqhpqaC2jN .text-wrapper {
  color: #6f6f75;
  text-align: center;
}
.cid-vqhpqaC2jN .mbr-name {
  color: #ffffff;
}
.cid-vqhpqaC2jN .mbr-role {
  color: #ffffff;
}
.cid-vqhpqaC2jN .item-text {
  color: #333336;
}
.cid-vqhpqaC2jN .item-name {
  color: #333336;
}
.cid-vqhpqaC2jN .item-role {
  color: #6f6f75;
}
.cid-vqhpqaC2jN .mbr-label,
.cid-vqhpqaC2jN .label-wrapper,
.cid-vqhpqaC2jN .mbr-tag {
  text-align: center;
}
.cid-vqhpqaD9RR {
  align-items: flex-start;
  padding-top: 100px;
  background-image: url("../../assets/images/photo-1611013621103-91e10668a120.webp");
}
.cid-vqhpqaD9RR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqaD9RR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqhpqaD9RR .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vqhpqaD9RR .content-wrapper {
    display: block;
  }
}
.cid-vqhpqaD9RR .content-wrapper .mbr-section-title {
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-vqhpqaD9RR .content-wrapper .mbr-section-title {
    min-width: 100%;
    margin-bottom: 24px;
    white-space: inherit;
  }
}
.cid-vqhpqaD9RR .content-wrapper .line-wrap {
  width: 100%;
  height: 1px;
  background-color: #c0c0c0;
}
.cid-vqhpqaD9RR .content-wrapper .mbr-tag {
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-vqhpqaD9RR .content-wrapper .mbr-tag {
    margin-top: 24px;
  }
}
.cid-vqhpqaD9RR .mbr-label {
  margin-top: 12px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vqhpqaD9RR .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vqhpqaD9RR .mbr-section-title {
  color: #ffffff;
}
.cid-vqhpqaD9RR .mbr-tag {
  color: #ffffff;
}
.cid-vqhpqaDtuR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqhpqaDtuR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqaDtuR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqhpqaDtuR .items-wrapper {
  margin: 0 -20px;
}
.cid-vqhpqaDtuR .items-wrapper .item {
  padding: 0 20px;
}
.cid-vqhpqaDtuR .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vqhpqaDtuR .item {
    margin-bottom: 24px;
  }
  .cid-vqhpqaDtuR .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vqhpqaDtuR .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  overflow: hidden !important;
  min-height: 800px;
  padding: 32px 32px 100px;
}
@media (max-width: 1920px) {
  .cid-vqhpqaDtuR .item-wrapper {
    min-height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vqhpqaDtuR .item-wrapper {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-vqhpqaDtuR .item-wrapper:hover .item-img img,
.cid-vqhpqaDtuR .item-wrapper:focus .item-img img {
  filter: blur(6px);
}
.cid-vqhpqaDtuR .item-wrapper:hover::before,
.cid-vqhpqaDtuR .item-wrapper:focus::before {
  opacity: 0.8 !important;
}
.cid-vqhpqaDtuR .item-wrapper:hover .card-box .item-date,
.cid-vqhpqaDtuR .item-wrapper:focus .card-box .item-date {
  padding: 0 8px 16px 8px;
  opacity: 1;
}
.cid-vqhpqaDtuR .item-wrapper:hover .card-box .border-wrap,
.cid-vqhpqaDtuR .item-wrapper:focus .card-box .border-wrap {
  opacity: 1;
}
.cid-vqhpqaDtuR .item-wrapper:hover .card-box .item-title,
.cid-vqhpqaDtuR .item-wrapper:focus .card-box .item-title {
  padding: 0 4px 0 4px;
}
.cid-vqhpqaDtuR .item-wrapper:hover .card-box .item-desc,
.cid-vqhpqaDtuR .item-wrapper:focus .card-box .item-desc {
  padding: 0 4px 0 4px;
}
.cid-vqhpqaDtuR .item-wrapper:hover .item-content .item-text,
.cid-vqhpqaDtuR .item-wrapper:focus .item-content .item-text {
  opacity: 1;
}
.cid-vqhpqaDtuR .item-wrapper:hover .item-content .item-btn,
.cid-vqhpqaDtuR .item-wrapper:focus .item-content .item-btn {
  opacity: 1;
}
.cid-vqhpqaDtuR .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vqhpqaDtuR .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vqhpqaDtuR .item-wrapper .item-img img {
    filter: blur(6px) !important;
  }
}
.cid-vqhpqaDtuR .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
  transition: all 0.5s ease;
}
.cid-vqhpqaDtuR .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vqhpqaDtuR .item-wrapper .card-box .item-date {
  padding: 0 16px 16px 16px;
  margin-bottom: 0;
  transition: all 0.5s ease;
  opacity: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaDtuR .item-wrapper .card-box .item-date {
    opacity: 1 !important;
    padding: 0 0 16px 0 !important;
  }
}
.cid-vqhpqaDtuR .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  opacity: 0;
  transition: all 0.5s ease;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vqhpqaDtuR .item-wrapper .card-box .border-wrap {
    opacity: 1 !important;
  }
}
.cid-vqhpqaDtuR .item-wrapper .card-box .item-title {
  padding: 0 16px 0 16px;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vqhpqaDtuR .item-wrapper .card-box .item-title {
    padding: 0 !important;
  }
}
.cid-vqhpqaDtuR .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
  padding: 0 16px 0 16px;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vqhpqaDtuR .item-wrapper .card-box .item-desc {
    padding: 0 !important;
  }
}
.cid-vqhpqaDtuR .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-vqhpqaDtuR .item-wrapper .item-content .item-text {
  margin-top: 24px;
  margin-bottom: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vqhpqaDtuR .item-wrapper .item-content .item-text {
    opacity: 1 !important;
  }
}
.cid-vqhpqaDtuR .item-wrapper .item-content .item-btn {
  opacity: 0;
  margin-top: 14px;
  margin-bottom: -9.6px;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vqhpqaDtuR .item-wrapper .item-content .item-btn {
    opacity: 1 !important;
  }
}
.cid-vqhpqaDtuR .item-date {
  color: #f6f6f6;
}
.cid-vqhpqaDtuR .item-title {
  color: #ffffff;
}
.cid-vqhpqaDtuR .item-desc {
  color: #f6f6f6;
}
.cid-vqhpqaDtuR .item-text {
  color: #f6f6f6;
}
.cid-vqhpqaEjJF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqhpqaEjJF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqaEjJF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaEjJF .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vqhpqaEjJF .content-wrapper .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vqhpqaEjJF .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 4px;
}
.cid-vqhpqaEjJF .content-wrapper .content-wrap .label-wrapper .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 12px;
  height: 12px;
  min-width: 12px;
  border: 3px solid #c61e34;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vqhpqaEjJF .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vqhpqaEjJF .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vqhpqaEjJF .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaEjJF .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqhpqaEjJF .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vqhpqaEjJF .mbr-label {
  color: #6f6f75;
}
.cid-vqhpqaEjJF .mbr-section-title {
  color: #333336;
}
.cid-vqhpqaEjJF .mbr-text {
  color: #6f6f75;
}
.cid-vqhpqaEaRP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqhpqaEaRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqaEaRP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqhpqaEaRP .label-wrapper {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqhpqaEaRP .label-wrapper .label-content {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vqhpqaEaRP .label-wrapper .label-content {
    display: block;
  }
}
.cid-vqhpqaEaRP .label-wrapper .label-content .label-wrap {
  display: inline-flex;
  gap: 4px;
  padding-right: 24px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 992px) {
  .cid-vqhpqaEaRP .label-wrapper .label-content .label-wrap {
    border-right: none;
    padding-right: 0;
  }
}
.cid-vqhpqaEaRP .label-wrapper .label-content .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 16px;
  height: 16px;
  border: 4px solid #c61e34;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vqhpqaEaRP .label-wrapper .label-content .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaEaRP .label-wrapper .label-content .label-wrap .mbr-label {
    margin-bottom: 12px;
  }
}
.cid-vqhpqaEaRP .label-wrapper .label-content .mbr-tag {
  margin-bottom: 0;
}
.cid-vqhpqaEaRP .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vqhpqaEaRP .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vqhpqaEaRP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vqhpqaEaRP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaEaRP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqhpqaEaRP .items-wrapper {
  margin: 0 -70px;
}
.cid-vqhpqaEaRP .items-wrapper .card {
  padding: 0 70px;
}
.cid-vqhpqaEaRP .panel-group .card {
  position: relative;
  padding: 20px 24px 32px;
  border: none;
  background-color: transparent;
  border-radius: 0 !important;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 992px) {
  .cid-vqhpqaEaRP .panel-group .card {
    padding: 24px 0;
  }
}
.cid-vqhpqaEaRP .panel-group .card:first-child {
  border-top: 1px solid #e6e6e6;
}
.cid-vqhpqaEaRP .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vqhpqaEaRP .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vqhpqaEaRP .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vqhpqaEaRP .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-vqhpqaEaRP .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 28px;
    height: 28px;
    min-width: 28px;
  }
}
.cid-vqhpqaEaRP .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 35px;
  transition: all 0.3s ease-in-out;
  color: #c61e34;
}
@media (max-width: 992px) {
  .cid-vqhpqaEaRP .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-vqhpqaEaRP .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vqhpqaEaRP .panel-group .card .panel-collapse .panel-body {
  padding-top: 12px;
}
.cid-vqhpqaEaRP .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaEaRP .content-wrap {
    margin-top: 40px;
  }
}
.cid-vqhpqaEaRP .content-wrap .image-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vqhpqaEaRP .content-wrap .image-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vqhpqaEaRP .content-wrap .image-wrapper img {
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vqhpqaEaRP .content-wrap .image-wrapper img {
    height: 300px;
  }
}
.cid-vqhpqaEaRP .content-wrap .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vqhpqaEaRP .content-wrap .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-vqhpqaEaRP .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vqhpqaEaRP .mbr-label {
  color: #6f6f75;
}
.cid-vqhpqaEaRP .mbr-tag {
  color: #333336;
}
.cid-vqhpqaEaRP .mbr-section-title,
.cid-vqhpqaEaRP .title-wrapper {
  color: #333336;
  text-align: center;
}
.cid-vqhpqaEaRP .mbr-text,
.cid-vqhpqaEaRP .text-wrapper {
  color: #6f6f75;
  text-align: center;
}
.cid-vqhpqaEaRP .panel-title-edit {
  color: #333336;
}
.cid-vqhpqaEaRP .panel-text {
  color: #6f6f75;
}
.cid-vqhpqaEaRP .mbr-label,
.cid-vqhpqaEaRP .label-wrapper,
.cid-vqhpqaEaRP .mbr-tag {
  text-align: center;
}
.cid-vqhpqaFVOv {
  background-image: url("../../assets/images/photo-1523976714396-3ee195e3b3a1.webp");
}
.cid-vqhpqaFVOv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqaFVOv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqhpqaFVOv .content-wrapper .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vqhpqaFVOv .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vqhpqaFVOv .content-wrapper .mbr-name {
  margin-bottom: 4px;
}
.cid-vqhpqaFVOv .content-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-vqhpqaFVOv .content-wrapper .mbr-section-btn {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vqhpqaFVOv .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
@media (max-width: 992px) {
  .cid-vqhpqaFVOv .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vqhpqaFVOv .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vqhpqaFVOv .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vqhpqaFVOv .image-wrapper img {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-vqhpqaFVOv .image-wrapper img {
    height: 300px;
  }
}
.cid-vqhpqaFVOv .mbr-text {
  color: #ffffff;
}
.cid-vqhpqaFVOv .mbr-name {
  color: #000000;
}
.cid-vqhpqaFVOv .mbr-role {
  color: #000000;
}
.cid-vqhpqaFVOv .mbr-text,
.cid-vqhpqaFVOv .mbr-section-btn {
  color: #000000;
}
.cid-vqhpqaFOPN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vqhpqaFOPN .item:focus,
.cid-vqhpqaFOPN span:focus {
  outline: none;
}
.cid-vqhpqaFOPN .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vqhpqaFOPN .content-head {
  max-width: 800px;
}
.cid-vqhpqaFOPN .item {
  color: #ff8d8b;
  padding: 10px 0;
}
.cid-vqhpqaFBDI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vqhpqaFBDI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqaFBDI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqhpqaFBDI .label-wrapper {
  margin-bottom: 60px;
  padding-bottom: 24px;
  border-bottom: 1px solid #333336;
}
@media (max-width: 992px) {
  .cid-vqhpqaFBDI .label-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vqhpqaFBDI .label-wrapper .label-content {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vqhpqaFBDI .label-wrapper .label-content {
    display: block;
  }
}
.cid-vqhpqaFBDI .label-wrapper .label-content .label-wrap {
  display: inline-flex;
  gap: 4px;
  padding-right: 24px;
  border-right: 1px solid #333336;
}
@media (max-width: 992px) {
  .cid-vqhpqaFBDI .label-wrapper .label-content .label-wrap {
    border-right: none;
    padding-right: 0;
  }
}
.cid-vqhpqaFBDI .label-wrapper .label-content .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 4px solid #ff8d8b;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vqhpqaFBDI .label-wrapper .label-content .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaFBDI .label-wrapper .label-content .label-wrap .mbr-label {
    margin-bottom: 12px;
  }
}
.cid-vqhpqaFBDI .label-wrapper .label-content .mbr-tag {
  margin-bottom: 0;
}
.cid-vqhpqaFBDI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vqhpqaFBDI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaFBDI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqhpqaFBDI .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vqhpqaFBDI .mbr-label {
  color: #c0c0c0;
}
.cid-vqhpqaFBDI .mbr-tag {
  color: #6f6f75;
}
.cid-vqhpqaFBDI .mbr-section-title {
  color: #f6f6f6;
}
.cid-vqhpqaFBDI .mbr-text {
  color: #c0c0c0;
}
.cid-vqhpqaGnFf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vqhpqaGnFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqaGnFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqhpqaGnFf .items-wrap {
  margin: 0 -30px;
  align-items: center;
}
.cid-vqhpqaGnFf .items-wrap .card {
  padding: 0 30px;
}
.cid-vqhpqaGnFf .image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vqhpqaGnFf .image-wrapper img {
    height: 300px;
    margin-bottom: 40px;
  }
}
.cid-vqhpqaGnFf .content-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}
@media (max-width: 1640px) {
  .cid-vqhpqaGnFf .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vqhpqaGnFf .content-wrapper .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vqhpqaGnFf .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 4px;
}
.cid-vqhpqaGnFf .content-wrapper .content-wrap .label-wrapper .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 12px;
  height: 12px;
  min-width: 12px;
  border: 3px solid #ff8d8b;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vqhpqaGnFf .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vqhpqaGnFf .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vqhpqaGnFf .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaGnFf .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqhpqaGnFf .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vqhpqaGnFf .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  border-left: 1px solid #333336;
  padding-left: 40px;
}
@media (max-width: 1640px) {
  .cid-vqhpqaGnFf .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vqhpqaGnFf .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vqhpqaGnFf .content-wrapper .items-wrapper {
    padding-left: 24px;
  }
}
.cid-vqhpqaGnFf .content-wrapper .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 0;
}
.cid-vqhpqaGnFf .content-wrapper .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
}
.cid-vqhpqaGnFf .btn-wrapper {
  margin-top: -2.5rem;
}
.cid-vqhpqaGnFf .mbr-label {
  color: #c0c0c0;
}
.cid-vqhpqaGnFf .mbr-section-title {
  color: #f6f6f6;
}
.cid-vqhpqaGnFf .mbr-text {
  color: #c0c0c0;
}
.cid-vqhpqaGnFf .item-title {
  color: #c0c0c0;
}
.cid-vqhpqaGnFf .item-number {
  color: #c0c0c0;
}
.cid-vqhpqaGEx3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqhpqaGEx3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqaGEx3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaGEx3 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vqhpqaGEx3 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vqhpqaGEx3 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vqhpqaGEx3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vqhpqaGEx3 .image-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vqhpqaGEx3 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vqhpqaGEx3 .image-wrapper img {
  height: 430px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vqhpqaGEx3 .image-wrapper img {
    height: 300px;
  }
}
.cid-vqhpqaGEx3 .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-vqhpqaGEx3 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vqhpqaGEx3 .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 8px;
}
.cid-vqhpqaGEx3 .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vqhpqaGEx3 .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 4px;
  margin-bottom: -9.6px;
}
.cid-vqhpqaGEx3 .mbr-section-title {
  color: #c0c0c0;
}
.cid-vqhpqaGEx3 .mbr-text {
  color: #333336;
}
.cid-vqhpqaGEx3 .item-title {
  color: #333336;
}
.cid-vqhpqaGEx3 .item-text {
  color: #6f6f75;
}
.cid-vqhpqaHV3f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqhpqaHV3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqaHV3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqhpqaHV3f .label-wrapper {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqhpqaHV3f .label-wrapper .label-content {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vqhpqaHV3f .label-wrapper .label-content {
    display: block;
  }
}
.cid-vqhpqaHV3f .label-wrapper .label-content .label-wrap {
  display: inline-flex;
  gap: 4px;
  padding-right: 24px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 992px) {
  .cid-vqhpqaHV3f .label-wrapper .label-content .label-wrap {
    border-right: none;
    padding-right: 0;
  }
}
.cid-vqhpqaHV3f .label-wrapper .label-content .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 16px;
  height: 16px;
  border: 4px solid #c61e34;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vqhpqaHV3f .label-wrapper .label-content .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaHV3f .label-wrapper .label-content .label-wrap .mbr-label {
    margin-bottom: 12px;
  }
}
.cid-vqhpqaHV3f .label-wrapper .label-content .mbr-tag {
  margin-bottom: 0;
}
.cid-vqhpqaHV3f .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vqhpqaHV3f .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vqhpqaHV3f .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vqhpqaHV3f .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaHV3f .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqhpqaHV3f .tabs-wrapper {
  margin-bottom: 40px;
}
.cid-vqhpqaHV3f .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #333336;
  padding: 0;
  background-color: transparent;
  display: inline-flex;
  gap: 0;
  flex-wrap: wrap;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vqhpqaHV3f .tabs-wrapper .nav.nav-tabs {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .cid-vqhpqaHV3f .tabs-wrapper .nav.nav-tabs {
    width: 100%;
  }
}
.cid-vqhpqaHV3f .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  will-change: transform;
}
.cid-vqhpqaHV3f .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #333336;
  padding: 10px 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  background-color: transparent;
  will-change: transform;
}
.cid-vqhpqaHV3f .tabs-wrapper .nav.nav-tabs .nav-item .nav-link span {
  line-height: 1.6;
}
.cid-vqhpqaHV3f .tabs-wrapper .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  line-height: 1;
  margin-right: 0;
  margin-left: 12px;
  font-size: inherit;
}
.cid-vqhpqaHV3f .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #333336;
  color: #ffffff;
  border: none;
}
.cid-vqhpqaHV3f .tab-content .tab-pane .item-content {
  margin: 0 -40px;
}
.cid-vqhpqaHV3f .tab-content .tab-pane .item-content .card {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vqhpqaHV3f .tab-content .tab-pane .image-wrap {
    margin-bottom: 24px;
  }
}
.cid-vqhpqaHV3f .tab-content .tab-pane .image-wrap img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vqhpqaHV3f .tab-content .tab-pane .image-wrap img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vqhpqaHV3f .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vqhpqaHV3f .tab-content .tab-pane .card-title {
    margin-bottom: 24px;
  }
}
.cid-vqhpqaHV3f .tab-content .tab-pane .card-title .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vqhpqaHV3f .tab-content .tab-pane .card-title .item-title {
    margin-bottom: 24px;
  }
}
.cid-vqhpqaHV3f .tab-content .tab-pane .card-title .item-price {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vqhpqaHV3f .tab-content .tab-pane .card-title .item-price {
    margin-bottom: 24px;
  }
}
.cid-vqhpqaHV3f .tab-content .tab-pane .card-title .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaHV3f .tab-content .tab-pane .card-title .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vqhpqaHV3f .tab-content .tab-pane .card-title .mbr-section-btn {
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vqhpqaHV3f .tab-content .tab-pane .card-title .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vqhpqaHV3f .tab-content .tab-pane .list-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vqhpqaHV3f .tab-content .tab-pane .list-wrapper .list {
  width: 75%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 1440px) {
  .cid-vqhpqaHV3f .tab-content .tab-pane .list-wrapper .list {
    width: 100%;
  }
}
.cid-vqhpqaHV3f .tab-content .tab-pane .list-wrapper .list .item-wrap {
  padding: 16px 8px 16px 44px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vqhpqaHV3f .tab-content .tab-pane .list-wrapper .list .item-wrap {
    padding: 16px 0 16px 36px;
  }
}
.cid-vqhpqaHV3f .tab-content .tab-pane .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 23px;
  left: 8px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #c61e34;
  border: 1px solid #c61e34;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .cid-vqhpqaHV3f .tab-content .tab-pane .list-wrapper .list .item-wrap::before {
    left: 0;
  }
}
.cid-vqhpqaHV3f .mbr-label {
  color: #6f6f75;
}
.cid-vqhpqaHV3f .mbr-tag {
  color: #333336;
}
.cid-vqhpqaHV3f .mbr-section-title {
  color: #333336;
}
.cid-vqhpqaHV3f .mbr-text,
.cid-vqhpqaHV3f .text-wrapper {
  color: #6f6f75;
  text-align: center;
}
.cid-vqhpqaHV3f .item-title {
  color: #6f6f75;
}
.cid-vqhpqaHV3f .item-price {
  color: #333336;
  text-align: center;
}
.cid-vqhpqaHV3f .item-text,
.cid-vqhpqaHV3f .text-wrap {
  color: #6f6f75;
  text-align: center;
}
.cid-vqhpqaHV3f .list {
  color: #333336;
}
.cid-vqhpqaHV3f .mbr-label,
.cid-vqhpqaHV3f .label-wrapper,
.cid-vqhpqaHV3f .mbr-tag {
  text-align: center;
}
.cid-vqhpqaHV3f .mbr-section-title,
.cid-vqhpqaHV3f .title-wrapper,
.cid-vqhpqaHV3f .tabs-wrapper {
  text-align: center;
}
.cid-vqhpqaHV3f .item-title,
.cid-vqhpqaHV3f .mbr-section-btn {
  text-align: center;
}
.cid-vqhpqaIjAm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqhpqaIjAm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqaIjAm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqhpqaIjAm .items-wrapper {
  margin: 0 -8px;
}
.cid-vqhpqaIjAm .items-wrapper .item {
  padding: 0 8px;
}
.cid-vqhpqaIjAm .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vqhpqaIjAm .item {
    margin-bottom: 24px;
  }
  .cid-vqhpqaIjAm .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vqhpqaIjAm .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  overflow: hidden !important;
  min-height: 800px;
  padding: 60px 32px;
}
@media (max-width: 1440px) {
  .cid-vqhpqaIjAm .item-wrapper {
    min-height: 650px;
  }
}
@media (max-width: 992px) {
  .cid-vqhpqaIjAm .item-wrapper {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-vqhpqaIjAm .item-wrapper:hover .item-img img,
.cid-vqhpqaIjAm .item-wrapper:focus .item-img img {
  filter: blur(6px);
}
.cid-vqhpqaIjAm .item-wrapper:hover::before,
.cid-vqhpqaIjAm .item-wrapper:focus::before {
  opacity: 0.8 !important;
}
.cid-vqhpqaIjAm .item-wrapper:hover .card-box,
.cid-vqhpqaIjAm .item-wrapper:focus .card-box {
  padding: 0;
}
.cid-vqhpqaIjAm .item-wrapper:hover .item-content .item-text,
.cid-vqhpqaIjAm .item-wrapper:focus .item-content .item-text {
  opacity: 1;
}
.cid-vqhpqaIjAm .item-wrapper:hover .item-content .item-btn,
.cid-vqhpqaIjAm .item-wrapper:focus .item-content .item-btn {
  opacity: 1;
}
.cid-vqhpqaIjAm .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vqhpqaIjAm .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vqhpqaIjAm .item-wrapper .item-img img {
    filter: blur(6px) !important;
  }
}
.cid-vqhpqaIjAm .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
  transition: all 0.5s ease;
}
.cid-vqhpqaIjAm .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vqhpqaIjAm .item-wrapper .item-content {
    margin-bottom: 40px;
  }
}
.cid-vqhpqaIjAm .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vqhpqaIjAm .item-wrapper .item-content .item-text {
    opacity: 1 !important;
  }
}
.cid-vqhpqaIjAm .item-wrapper .item-content .item-btn {
  opacity: 0;
  margin-top: 14px;
  margin-bottom: -9.6px;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vqhpqaIjAm .item-wrapper .item-content .item-btn {
    opacity: 1 !important;
  }
}
.cid-vqhpqaIjAm .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  padding: 0 24px;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vqhpqaIjAm .item-wrapper .card-box {
    padding: 0 !important;
  }
}
.cid-vqhpqaIjAm .item-wrapper .card-box .date-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vqhpqaIjAm .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-vqhpqaIjAm .item-wrapper .card-box .date-wrapper .item-label {
  margin-bottom: 12px;
}
.cid-vqhpqaIjAm .item-wrapper .card-box .date-wrapper .item-date {
  margin-bottom: 12px;
}
.cid-vqhpqaIjAm .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  margin-bottom: 16px;
}
.cid-vqhpqaIjAm .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vqhpqaIjAm .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-vqhpqaIjAm .item-label {
  color: #f6f6f6;
}
.cid-vqhpqaIjAm .item-date {
  color: #f6f6f6;
}
.cid-vqhpqaIjAm .item-title {
  color: #ffffff;
}
.cid-vqhpqaIjAm .item-desc {
  color: #f6f6f6;
}
.cid-vqhpqaIjAm .item-text {
  color: #ffffff;
}
.cid-vqhpqaIs0X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqhpqaIs0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqaIs0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqhpqaIs0X .items-wrapper {
  margin: 0 -8px;
}
.cid-vqhpqaIs0X .items-wrapper .item {
  padding: 0 8px;
}
.cid-vqhpqaIs0X .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vqhpqaIs0X .item {
    margin-bottom: 24px;
  }
  .cid-vqhpqaIs0X .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vqhpqaIs0X .card-wrapper {
  height: 100%;
}
.cid-vqhpqaIs0X .card-wrapper .content-wrap {
  padding: 32px;
  background-color: #f6f6f6;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vqhpqaIs0X .card-wrapper .content-wrap {
    padding: 24px;
  }
}
.cid-vqhpqaIs0X .card-wrapper .content-wrap .label-wrapper {
  margin-bottom: 24px;
}
.cid-vqhpqaIs0X .card-wrapper .content-wrap .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 2px 16px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  margin-bottom: 0;
}
.cid-vqhpqaIs0X .card-wrapper .content-wrap .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vqhpqaIs0X .card-wrapper .content-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 35px;
  display: inline-flex;
}
.cid-vqhpqaIs0X .card-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaIs0X .card-wrapper .content-wrap .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-vqhpqaIs0X .card-wrapper .content-wrapper {
  padding: 32px;
  background-color: #ff595e;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .cid-vqhpqaIs0X .card-wrapper .content-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-vqhpqaIs0X .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-vqhpqaIs0X .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaIs0X .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqhpqaIs0X .card-wrapper .content-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-vqhpqaIs0X .card-wrapper .content-wrapper .image-wrap img {
  height: 250px;
  margin-top: 40px;
  display: inline-flex;
  width: 70%;
  margin-bottom: -100px;
  object-fit: cover;
}
.cid-vqhpqaIs0X .item-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden !important;
  min-height: 320px;
}
.cid-vqhpqaIs0X .item-wrapper:hover .item-img img,
.cid-vqhpqaIs0X .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-vqhpqaIs0X .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.cid-vqhpqaIs0X .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vqhpqaIs0X .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-vqhpqaIs0X .item-wrapper .card-box .item-title_1 {
  margin-bottom: 12px;
}
.cid-vqhpqaIs0X .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vqhpqaIs0X .item-wrapper .card-box .item-btn {
  margin-top: 4px;
  margin-bottom: -9.6px;
}
.cid-vqhpqaIs0X .item-wrapper .card-box .title-wrap .card-title {
  display: inline-flex;
  gap: 4px;
}
.cid-vqhpqaIs0X .item-wrapper .card-box .title-wrap .card-title .marker-wrapper {
  display: inline-flex;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 4px solid #c61e34;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vqhpqaIs0X .item-wrapper .card-box .title-wrap .card-title .item-title {
  margin-bottom: 0;
}
.cid-vqhpqaIs0X .card_1 .card-box .item-text,
.cid-vqhpqaIs0X .card_2 .card-box .item-text {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-vqhpqaIs0X .card_1 .card-box .item-text,
  .cid-vqhpqaIs0X .card_2 .card-box .item-text {
    padding-left: 0;
  }
}
.cid-vqhpqaIs0X .card_1 .card-box .item-btn,
.cid-vqhpqaIs0X .card_2 .card-box .item-btn {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-vqhpqaIs0X .card_1 .card-box .item-btn,
  .cid-vqhpqaIs0X .card_2 .card-box .item-btn {
    padding-left: 0;
  }
}
.cid-vqhpqaIs0X .card_1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #f6f6f6 0, transparent 150%);
  pointer-events: none;
  z-index: 1;
}
.cid-vqhpqaIs0X .card_2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vqhpqaIs0X .card_2 {
    justify-content: flex-start;
  }
}
.cid-vqhpqaIs0X .card_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #f6f6f6 0, transparent 150%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vqhpqaIs0X .card_2::before {
    background-image: linear-gradient(135deg, #f6f6f6 0, transparent 150%);
  }
}
.cid-vqhpqaIs0X .card_3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vqhpqaIs0X .card_3 {
    justify-content: flex-start;
  }
}
.cid-vqhpqaIs0X .card_3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  opacity: 0.9;
  pointer-events: none;
  z-index: 1;
}
.cid-vqhpqaIs0X .mbr-label {
  color: #333336;
}
.cid-vqhpqaIs0X .mbr-desc {
  color: #333336;
}
.cid-vqhpqaIs0X .mbr-section-title {
  color: #000000;
}
.cid-vqhpqaIs0X .mbr-text,
.cid-vqhpqaIs0X .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vqhpqaIs0X .item-title {
  color: #333336;
}
.cid-vqhpqaIs0X .item-title_1 {
  color: #ff4400;
}
.cid-vqhpqaIs0X .item-text,
.cid-vqhpqaIs0X .text-wrap {
  color: #333336;
}
.cid-vqhpqaIs0X .mbr-label,
.cid-vqhpqaIs0X .label-wrapper {
  text-align: center;
}
.cid-vqhpqaIs0X .mbr-desc,
.cid-vqhpqaIs0X .desc-wrapper,
.cid-vqhpqaIs0X .iconfont-wrapper {
  text-align: center;
}
.cid-vqhpqaIs0X .mbr-section-title,
.cid-vqhpqaIs0X .main-btn {
  text-align: center;
}
.cid-vqhpqaIs0X .cards-icon {
  color: #C61E34;
}
.cid-vqhpqaIs0X .item-title_1,
.cid-vqhpqaIs0X .item-btn {
  color: #C61E34;
}
.cid-vqhpqaJkAi {
  background-image: url("../../assets/images/photo-1481401908818-600b7a676c0d.webp");
}
.cid-vqhpqaJkAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqaJkAi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqhpqaJkAi .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vqhpqaJkAi .image-wrap {
    height: 300px;
  }
}
.cid-vqhpqaKbrZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vqhpqaKbrZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqaKbrZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqhpqaKbrZ .label-wrapper {
  margin-bottom: 60px;
  padding-bottom: 24px;
  border-bottom: 1px solid #333336;
}
@media (max-width: 992px) {
  .cid-vqhpqaKbrZ .label-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vqhpqaKbrZ .label-wrapper .label-content {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vqhpqaKbrZ .label-wrapper .label-content {
    display: block;
  }
}
.cid-vqhpqaKbrZ .label-wrapper .label-content .label-wrap {
  display: inline-flex;
  gap: 4px;
  padding-right: 24px;
  border-right: 1px solid #333336;
}
@media (max-width: 992px) {
  .cid-vqhpqaKbrZ .label-wrapper .label-content .label-wrap {
    border-right: none;
    padding-right: 0;
  }
}
.cid-vqhpqaKbrZ .label-wrapper .label-content .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 4px solid #ff8d8b;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vqhpqaKbrZ .label-wrapper .label-content .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaKbrZ .label-wrapper .label-content .label-wrap .mbr-label {
    margin-bottom: 12px;
  }
}
.cid-vqhpqaKbrZ .label-wrapper .label-content .mbr-tag {
  margin-bottom: 0;
}
.cid-vqhpqaKbrZ .google-map iframe {
  height: 650px;
}
@media (max-width: 1440px) {
  .cid-vqhpqaKbrZ .google-map iframe {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vqhpqaKbrZ .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vqhpqaKbrZ .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-vqhpqaKbrZ .google-map iframe {
    height: 300px;
  }
}
.cid-vqhpqaKbrZ .mbr-label {
  color: #c0c0c0;
}
.cid-vqhpqaKbrZ .mbr-tag {
  color: #6f6f75;
}
.cid-vqhpqaKrKA {
  background-color: #000000;
}
.cid-vqhpqaKrKA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqaKrKA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqhpqaKrKA .items-wrapper {
  margin: 0 -20px;
}
.cid-vqhpqaKrKA .items-wrapper .card {
  padding: 0 20px;
  justify-content: center;
}
.cid-vqhpqaKrKA .content-wrapper {
  position: relative;
  padding: 100px 40px;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-vqhpqaKrKA .content-wrapper {
    padding: 40px 24px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .cid-vqhpqaKrKA .content-wrapper {
    padding: 40px 12px;
  }
}
.cid-vqhpqaKrKA .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vqhpqaKrKA .content-wrapper .overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
  pointer-events: none;
}
.cid-vqhpqaKrKA .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-vqhpqaKrKA .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vqhpqaKrKA .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaKrKA .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqhpqaKrKA .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vqhpqaKrKA .image-wrap img {
  height: 540px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vqhpqaKrKA .image-wrap img {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-vqhpqaKrKA .image-wrap img {
    height: 300px;
  }
}
.cid-vqhpqaKrKA .image_1 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vqhpqaKrKA .image_1 {
    margin-bottom: 24px;
  }
}
.cid-vqhpqaKrKA .image_2 {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-vqhpqaKrKA .image_2 img {
  margin-bottom: -40px;
}
@media (max-width: 992px) {
  .cid-vqhpqaKrKA .image_2 img {
    margin-top: 24px;
  }
}
.cid-vqhpqaKrKA .mbr-section-title {
  color: #ffffff;
}
.cid-vqhpqaKrKA .mbr-text,
.cid-vqhpqaKrKA .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vqhpqaKrKA .mbr-section-title,
.cid-vqhpqaKrKA .mbr-section-btn {
  text-align: center;
}
.cid-vqhpqaKXPp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqhpqaKXPp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqaKXPp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqhpqaKXPp .content-wrapper {
  margin-bottom: 40px;
}
.cid-vqhpqaKXPp .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vqhpqaKXPp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqhpqaKXPp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqhpqaKXPp .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vqhpqaKXPp .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vqhpqaKXPp .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vqhpqaKXPp .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid #e6e6e6 !important;
  box-shadow: none;
  margin-bottom: 32px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vqhpqaKXPp .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 24px;
  }
}
.cid-vqhpqaKXPp .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #333336;
}
.cid-vqhpqaKXPp .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vqhpqaKXPp .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #ff595e !important;
}
.cid-vqhpqaKXPp .form-wrap .dragArea.row .form-group textarea {
  min-height: 80px;
}
.cid-vqhpqaKXPp .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vqhpqaKXPp .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #333336;
  border-color: #333336;
}
.cid-vqhpqaKXPp .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 14px;
}
.cid-vqhpqaKXPp .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  min-height: auto;
}
.cid-vqhpqaKXPp .mbr-section-title {
  color: #333336;
}
.cid-vqhpqaKXPp .mbr-text {
  color: #6f6f75;
}
.cid-vqhpqaKXPp label {
  color: #6f6f75;
}
.cid-vqhpqaLd7X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqhpqaLd7X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqaLd7X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqhpqaLd7X .content-wrapper {
  padding: 100px 60px 60px;
  background-color: #f6f6f6;
}
@media (max-width: 1440px) {
  .cid-vqhpqaLd7X .content-wrapper {
    padding: 60px 40px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vqhpqaLd7X .content-wrapper {
    padding: 24px;
  }
}
.cid-vqhpqaLd7X .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vqhpqaLd7X .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vqhpqaLd7X .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vqhpqaLd7X .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vqhpqaLd7X .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 35px;
  display: inline-flex;
}
.cid-vqhpqaLd7X .item .item-wrapper .item-title {
  margin-bottom: 12px;
}
.cid-vqhpqaLd7X .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vqhpqaLd7X .item .item-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vqhpqaLd7X .item .item-wrapper .mbr-section-btn {
    margin-top: 4px;
  }
}
.cid-vqhpqaLd7X .btn-wrapper {
  margin-top: -2.5rem;
}
.cid-vqhpqaLd7X .item-title {
  color: #333336;
  text-align: center;
}
.cid-vqhpqaLd7X .item-text {
  color: #6f6f75;
  text-align: center;
}
.cid-vqhpqaLd7X .item-title,
.cid-vqhpqaLd7X .iconfont-wrapper,
.cid-vqhpqaLd7X .mbr-section-btn {
  text-align: center;
}
.cid-vqhpqaLd7X .cards-icon {
  color: #C61E34;
}
.cid-vqhpqaLztz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqhpqaLztz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhpqaLztz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqhpqaLztz .container-fluid {
  padding: 0;
}
.cid-vqhpqaLztz .items-wrapper {
  margin: 0;
}
.cid-vqhpqaLztz .items-wrapper .card {
  padding: 0;
}
.cid-vqhpqaLztz .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}
.cid-vqhpqaLztz .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  padding: 60px 40px 60px 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vqhpqaLztz .nav-wrapper {
    padding: 24px;
    gap: 48px;
  }
}
.cid-vqhpqaLztz .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style: none;
  width: fit-content;
}
.cid-vqhpqaLztz .nav-wrapper .nav-wrap .list .item-wrap {
  width: fit-content;
  position: relative;
  transition: all 0.3s ease;
  margin-bottom: 16px;
}
.cid-vqhpqaLztz .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #ff4400;
  transition: all 0.3s ease;
}
.cid-vqhpqaLztz .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vqhpqaLztz .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vqhpqaLztz .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ff4400;
}
.cid-vqhpqaLztz .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vqhpqaLztz .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vqhpqaLztz .content-wrapper {
  padding: 60px 40px 60px 40px;
  background-color: #f6f6f6;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vqhpqaLztz .content-wrapper {
    padding: 24px;
  }
}
.cid-vqhpqaLztz .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vqhpqaLztz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vqhpqaLztz .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vqhpqaLztz .social-wrapper {
  height: 100%;
}
.cid-vqhpqaLztz .social-wrapper .soc-item {
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  transition: all 0.3s ease;
}
.cid-vqhpqaLztz .social-wrapper .soc-item:hover,
.cid-vqhpqaLztz .social-wrapper .soc-item:hover {
  background-color: #ff4400;
}
.cid-vqhpqaLztz .social-wrapper .soc-item:hover .soc-item,
.cid-vqhpqaLztz .social-wrapper .soc-item:hover .soc-item {
  color: #ffffff;
}
.cid-vqhpqaLztz .social-wrapper .soc-item:hover .mbr-iconfont,
.cid-vqhpqaLztz .social-wrapper .soc-item:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vqhpqaLztz .social-wrapper .soc-item:hover a.mbr-iconfont,
.cid-vqhpqaLztz .social-wrapper .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vqhpqaLztz .social-wrapper .soc-item .mbr-soc {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-vqhpqaLztz .social-wrapper .soc-item a {
  display: block;
}
.cid-vqhpqaLztz .social-wrapper .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-vqhpqaLztz .mbr-copy {
  padding: 40px;
  margin-bottom: 0;
  color: #6f6f75;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vqhpqaLztz .mbr-copy {
    padding: 24px;
  }
}
.cid-vqhpqaLztz .list {
  color: #333336;
}
.cid-vqhpqaLztz .mbr-section-title {
  color: #333336;
}
.cid-vqhpqaLztz .mbr-text {
  color: #333336;
}
.cid-vqhpqaLztz .mbr-soc {
  color: #333336;
}


/* Accessibility, local media, legal pages, and responsive safeguards */
html { scroll-behavior: smooth; }
body { overflow-wrap: anywhere; }
section[id] { scroll-margin-top: 88px; }
img { max-width: 100%; height: auto; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}
.skip-link {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 10000;
  padding: 0.75rem 1rem;
  background: #ffffff;
  color: #111111;
  border: 2px solid #111111;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.local-media-card {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #171717;
}
.local-media-card img { width: 100%; height: 100%; object-fit: cover; }
.local-media-caption {
  position: absolute;
  inset: auto 0 0;
  padding: 1rem 1.25rem;
  color: #ffffff;
  background: linear-gradient(transparent, rgba(0,0,0,.88));
  font-weight: 700;
}
.local-map-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 2rem;
  text-align: center;
  color: #171717;
  background: radial-gradient(circle at center, #ffffff 0, #efe9df 70%, #ddd1c1 100%);
}
.local-map-card .site-icon { font-size: 3rem; }
.local-map-card a { color: #111111; font-weight: 700; text-decoration: underline; }
.footer-policy-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem 1.5rem; padding: 1rem 0; }
.footer-policy-links a { color: inherit; text-decoration: underline; }
.form-note { margin-top: 1rem; color: inherit; }
.policy-page { min-height: 100vh; background: #f4f0ea; color: #171717; }
.policy-header, .policy-footer { background: #111111; color: #ffffff; }
.policy-nav { max-width: 1180px; margin: 0 auto; padding: 1rem 1.5rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; }
.policy-nav a { color: #ffffff; text-decoration: none; }
.policy-nav a:hover { color: #ffffff; text-decoration: underline; text-underline-offset: 0.25em; }
.policy-nav-links { display: flex; flex-wrap: wrap; gap: 0.75rem 1.25rem; }
.policy-main { max-width: 980px; margin: 0 auto; padding: clamp(2.5rem, 6vw, 5rem) 1.5rem; }
.policy-main h1 { max-width: 14ch; margin: 1.5rem 0 clamp(2rem, 5vw, 3.5rem); font-size: clamp(2.6rem, 6vw, 4.4rem); line-height: 1.02; letter-spacing: -0.025em; }
.policy-main > section { margin-top: 1.25rem; padding: clamp(1.35rem, 3vw, 2rem); background: rgba(255,255,255,.82); border: 1px solid #ded7cd; border-radius: 3px; box-shadow: 0 10px 30px rgba(38,31,23,.04); }
.policy-main h2 { margin: 0 0 1rem; font-size: clamp(1.4rem, 3vw, 2rem); line-height: 1.15; }
.policy-main h3 { margin: 1.75rem 0 0.65rem; font-size: 1.2rem; }
.policy-main p, .policy-main li { font-size: 1rem; line-height: 1.75; }
.policy-main p { margin-bottom: 1rem; }
.policy-main p:last-child { margin-bottom: 0; }
.policy-main ul, .policy-main ol { padding-left: 1.4rem; }
.policy-meta { margin: 0; padding: 1rem 1.25rem; border-left: 4px solid #111111; background: rgba(255,255,255,.82); }
.policy-contact { margin: 0 0 1.25rem; padding: 1.25rem; background: #f7f3ed; border: 1px solid #d8d0c5; }
.policy-contact span, .policy-contact a { display: inline; }
.policy-contact a { color: #711922; font-weight: 700; text-decoration: underline; text-underline-offset: 0.15em; }
.policy-footer .footer-inner { max-width: 1180px; margin: 0 auto; padding: 1.5rem; text-align: center; }
.policy-footer a { color: #ffffff; }
@media (max-width: 767px) {
  .local-map-card { min-height: 300px; }
  .footer-policy-links { flex-direction: column; align-items: center; }
  .policy-nav { align-items: flex-start; padding: 0.9rem 1rem; }
  .policy-nav-links { width: 100%; flex-direction: row; gap: 0.5rem 1rem; padding-top: 0.75rem; border-top: 1px solid rgba(255,255,255,.18); }
  .policy-main { padding: 2rem 1rem 3rem; }
  .policy-main h1 { margin-top: 1.25rem; font-size: clamp(2.35rem, 13vw, 3.3rem); }
  .policy-main > section { padding: 1.25rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
