.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fef8ee;
}
body {
  font-family: "Manrope", Arial, sans-serif;
}
.display-1 {
  font-family: "Manrope", sans-serif;
  font-size: 4rem;
  line-height: 100%;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: "Manrope", sans-serif;
  font-size: 3rem;
  line-height: 140%;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: "Manrope", sans-serif;
  font-size: 1.125rem;
  line-height: 140%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: "Manrope", sans-serif;
  font-size: 2.5rem;
  line-height: 120%;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: "Manrope", sans-serif;
  font-size: 1.25rem;
  line-height: 140%;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc(2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(
      1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)))
    );
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc(1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(
      1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)))
    );
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc(
      1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))
    );
    line-height: calc(
      1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)))
    );
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc(1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(
      1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)))
    );
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc(
      1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))
    );
    line-height: calc(
      1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)))
    );
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #25c0c0 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #25c0c0 !important;
  border-color: #25c0c0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3edada !important;
  border-color: #3edada !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3edada !important;
  border-color: #3edada !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e26b9d !important;
  border-color: #e26b9d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ea96b9 !important;
  border-color: #ea96b9 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ea96b9 !important;
  border-color: #ea96b9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !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: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #25c0c0;
  color: #25c0c0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #177777 !important;
  background-color: transparent !important;
  border-color: #177777 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #25c0c0 !important;
  border-color: #25c0c0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e26b9d;
  color: #e26b9d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ce286e !important;
  background-color: transparent !important;
  border-color: #ce286e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e26b9d !important;
  border-color: #e26b9d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #25c0c0 !important;
}
.text-secondary {
  color: #e26b9d !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #156a6a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c12667 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(
    .navbar-caption
  ) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(
    .navbar-caption
  ):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #25c0c0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.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: #25c0c0;
  border-color: #25c0c0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #25c0c0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7ee6e6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: "Manrope", sans-serif;
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #25c0c0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: "Manrope", sans-serif;
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #25c0c0;
}
/* 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: #25c0c0;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #25c0c0;
}
.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: #25c0c0;
  border-bottom-color: #25c0c0;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current {
  color: #000000 !important;
  background-color: #25c0c0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e26b9d !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2325c0c0' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  font-weight: 600 !important;
  padding: 10px 24px;
  border-radius: 64px;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 18px !important;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  margin-left: 16px;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  border: none !important;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 24px;
  border-radius: 64px;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border: 2px solid;
}
.mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:focus .mbr-iconfont {
  padding: 10px 24px 10px 48px;
  margin-left: 16px;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont {
  border-color: #25c0c0;
}
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont {
  border-color: #e26b9d;
}
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont {
  border-color: #20ac6b;
}
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont {
  border-color: #0aa3c2;
}
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont {
  border-color: #cc9900;
}
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont {
  border-color: #ae1e2c;
}
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont {
  border-color: #000000;
}
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  border-color: #ffffff;
}
img {
  border-radius: 0 !important;
}
.cid-vrCaujo40A {
  background-color: transparent;
}
.cid-vrCaujo40A .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vrCaujo40A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vrCaujo40A
  .navbar.navbar-expand-lg
  .dropdown
  .dropdown-menu
  .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vrCaujo40A .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vrCaujo40A .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vrCaujo40A .menu_box .navbar.opened,
  .cid-vrCaujo40A .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vrCaujo40A .navbar-dropdown {
  position: relative !important;
}
.cid-vrCaujo40A .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vrCaujo40A .btn:hover {
  box-shadow: none;
}
.cid-vrCaujo40A .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vrCaujo40A .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-vrCaujo40A .nav-item {
    margin: 0 !important;
  }
}
.cid-vrCaujo40A .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-vrCaujo40A .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vrCaujo40A .nav-item .nav-link:hover::before,
.cid-vrCaujo40A .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vrCaujo40A .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vrCaujo40A .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vrCaujo40A .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vrCaujo40A
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vrCaujo40A .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vrCaujo40A .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vrCaujo40A .offcanvas_box {
    display: none;
  }
}
.cid-vrCaujo40A .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vrCaujo40A .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vrCaujo40A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vrCaujo40A .container {
  display: flex;
  margin: auto;
}
.cid-vrCaujo40A .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vrCaujo40A .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vrCaujo40A .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vrCaujo40A .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vrCaujo40A .navbar-nav {
    margin: 0;
  }
}
.cid-vrCaujo40A .dropdown-menu,
.cid-vrCaujo40A .navbar.opened {
  background-color: false !important;
}
.cid-vrCaujo40A .nav-item:focus,
.cid-vrCaujo40A .nav-link:focus {
  outline: none;
}
.cid-vrCaujo40A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vrCaujo40A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vrCaujo40A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vrCaujo40A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrCaujo40A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vrCaujo40A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vrCaujo40A .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vrCaujo40A .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vrCaujo40A .navbar.opened {
  transition: all 0.3s;
}
.cid-vrCaujo40A .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vrCaujo40A .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vrCaujo40A .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vrCaujo40A .navbar.collapsed {
  justify-content: center;
}
.cid-vrCaujo40A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vrCaujo40A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vrCaujo40A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vrCaujo40A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vrCaujo40A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vrCaujo40A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vrCaujo40A .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vrCaujo40A .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-vrCaujo40A .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vrCaujo40A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vrCaujo40A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vrCaujo40A .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vrCaujo40A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vrCaujo40A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vrCaujo40A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vrCaujo40A .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vrCaujo40A .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vrCaujo40A .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vrCaujo40A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vrCaujo40A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vrCaujo40A .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vrCaujo40A .navbar.navbar-short {
  min-height: 60px;
}
.cid-vrCaujo40A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vrCaujo40A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vrCaujo40A .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vrCaujo40A .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vrCaujo40A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vrCaujo40A .dropdown-item.active,
.cid-vrCaujo40A .dropdown-item:active {
  background-color: transparent;
}
.cid-vrCaujo40A .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-vrCaujo40A .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vrCaujo40A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vrCaujo40A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vrCaujo40A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vrCaujo40A ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vrCaujo40A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vrCaujo40A button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fef8ee;
}
.cid-vrCaujo40A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vrCaujo40A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vrCaujo40A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vrCaujo40A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vrCaujo40A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vrCaujo40A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrCaujo40A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vrCaujo40A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vrCaujo40A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrCaujo40A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vrCaujo40A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vrCaujo40A .navbar {
    height: 70px;
  }
  .cid-vrCaujo40A .navbar.opened {
    height: auto;
  }
  .cid-vrCaujo40A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vrCaujo40A .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vrCaujo40A .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vrCaujo40A .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-vrCaujo40A .navbar-caption:hover {
  color: #25c0c0;
}
@media (min-width: 992px) {
  .cid-vrCaujo40A .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vrCaujo40A .text_widget {
  margin-bottom: 32px;
}
.cid-vrCaujo40A .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vrCaujo40A .text_widget a:hover,
.cid-vrCaujo40A .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-vrCaujo40A .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-vrCaujo40A .icons-menu-main {
  display: flex;
}
.cid-vrCaujo40A .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vrCaujo40A .navbar-caption {
  color: #000000;
}
.cid-vrCaujo40A .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vrCaujo40A .mbr-section-subtitle,
.cid-vrCaujo40A .text_widget,
.cid-vrCaujo40A .mbr-section-btn {
  text-align: center;
}
.cid-vrCaujo40A
  a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(
    .navbar-caption
  ):hover {
  background-image: none;
}
.cid-vrCaujo40A .nav-link,
.cid-vrCaujo40A .dropdown-item {
  color: #000000;
}
.cid-vrCaujpsrq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrCaujpsrq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujpsrq .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-vrCaujpsrq .container {
    padding: 0 22px;
  }
}
.cid-vrCaujpsrq .row {
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 -6px;
}
.cid-vrCaujpsrq .row .card {
  padding: 0 6px;
  justify-content: center;
}
.cid-vrCaujpsrq .row .title-wrapper {
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
  padding: 24px 80px;
  border-radius: 80px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vrCaujpsrq .row .title-wrapper {
    position: static;
    padding: 32px;
    width: 100%;
  }
}
.cid-vrCaujpsrq .row .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vrCaujpsrq .image-wrapper {
  margin-bottom: 12px;
}
.cid-vrCaujpsrq .image-wrapper img {
  height: 560px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vrCaujpsrq .image-wrapper img {
    height: 350px;
  }
}
.cid-vrCaujpsrq .image-wrap {
  margin-bottom: 12px;
}
.cid-vrCaujpsrq .image-wrap img {
  height: 560px;
  width: 65%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vrCaujpsrq .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.cid-vrCaujpsrq .content-wrapper {
  padding: 55px 0;
}
@media (max-width: 992px) {
  .cid-vrCaujpsrq .content-wrapper {
    padding: 32px 0;
  }
}
.cid-vrCaujpsrq .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vrCaujpsrq .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vrCaujpsrq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vrCaujpsrq .mbr-desc {
  color: #000000;
}
.cid-vrCaujpsrq .mbr-text {
  color: #000000;
}
.cid-vrCaujpsrq .mbr-text,
.cid-vrCaujpsrq .mbr-section-btn {
  color: #000000;
}
.cid-vrCaujq36f {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-vrCaujq36f img {
  position: absolute;
  top: 0;
  left: -200px;
  height: 100%;
  width: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vrCaujq36f img {
    display: none;
  }
}
.cid-vrCaujq36f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujq36f .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-vrCaujq36f .container {
    padding: 0 22px;
  }
}
.cid-vrCaujq36f .row {
  position: relative;
  justify-content: flex-end;
  margin: 0 -8px;
}
.cid-vrCaujq36f .row .card,
.cid-vrCaujq36f .row .item {
  padding: 0 6px;
}
.cid-vrCaujq36f .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vrCaujq36f .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrCaujq36f .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  .cid-vrCaujq36f .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vrCaujq36f .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 16px;
}
.cid-vrCaujq36f
  .items-wrapper
  .item
  .item-wrapper
  .card-box
  .icon-wrapper
  .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: #f3bc50;
}
.cid-vrCaujq36f .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-vrCaujq36f .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vrCaujq36f .content-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-vrCaujq36f .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vrCaujq36f .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-vrCaujq36f .mbr-section-title {
  color: #000000;
}
.cid-vrCaujq36f .mbr-desc {
  color: #000000;
}
.cid-vrCaujq36f .card-title {
  color: #000000;
}
.cid-vrCaujq36f .card-text {
  color: #000000;
}
.cid-vrCaujq36f .card-title,
.cid-vrCaujq36f .icon-wrapper {
  color: #000000;
}
.cid-vrCaujq36f .mbr-desc,
.cid-vrCaujq36f .mbr-section-btn {
  color: #000000;
}
.cid-vrCaujqr0s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrCaujqr0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujqr0s .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-vrCaujqr0s .container {
    padding: 0 22px;
  }
}
.cid-vrCaujqr0s .row {
  justify-content: flex-end;
  margin: 0 -6px;
}
.cid-vrCaujqr0s .row .card,
.cid-vrCaujqr0s .row .item {
  padding: 0 6px;
}
.cid-vrCaujqr0s .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vrCaujqr0s .item {
  margin-bottom: 40px;
  border-radius: 0 !important;
}
.cid-vrCaujqr0s .item .item-wrapper {
  border-top: 1px solid #000000;
  padding-top: 16px;
  border-radius: 0 !important;
}
.cid-vrCaujqr0s .item .item-wrapper .card-box .card-desc {
  margin-bottom: 16px;
}
.cid-vrCaujqr0s .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-vrCaujqr0s .card-desc {
  color: #000000;
}
.cid-vrCaujqr0s .card-number {
  color: #000000;
}
.cid-vrCaujqr0s .mbr-section-title {
  color: #000000;
}
.cid-vrCaujqmZf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrCaujqmZf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujqmZf .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-vrCaujqmZf .container {
    padding: 0 22px;
  }
}
.cid-vrCaujqmZf .row {
  justify-content: space-between;
}
.cid-vrCaujqmZf .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vrCaujqmZf .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vrCaujqmZf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vrCaujqmZf .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vrCaujqmZf .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-vrCaujqmZf .image-wrapper {
  position: relative;
}
.cid-vrCaujqmZf .image-wrapper img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-vrCaujqmZf .image-wrapper img {
    height: 350px;
  }
}
.cid-vrCaujqmZf .mbr-section-title {
  color: #000000;
}
.cid-vrCaujqmZf .mbr-desc {
  color: #000000;
}
.cid-vrCaujqmZf .mbr-text {
  color: #000000;
}
.cid-vrCaujqb4y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f3bc50;
}
.cid-vrCaujqb4y .item:focus,
.cid-vrCaujqb4y span:focus {
  outline: none;
}
.cid-vrCaujqb4y .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vrCaujqb4y .loop-container {
  padding: 10px 0;
}
.cid-vrCaujqb4y .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-vrCaujqb4y .item {
    min-height: 45px;
  }
}
.cid-vrCaujqlJm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrCaujqlJm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujqlJm .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-vrCaujqlJm .container {
    padding: 0 22px;
  }
}
.cid-vrCaujqlJm .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vrCaujqlJm .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrCaujqlJm .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vrCaujqlJm .mbr-section-title {
  color: #000000;
}
.cid-vrCaujqlJm .mbr-text {
  color: #000000;
}
.cid-vrCaujqcn1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrCaujqcn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujqcn1 .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-vrCaujqcn1 .container {
    padding: 0 22px;
  }
}
.cid-vrCaujqcn1 .row {
  justify-content: center;
  margin: 0 -6px;
}
.cid-vrCaujqcn1 .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
.cid-vrCaujqcn1 .item .item-wrapper {
  border-radius: 15px !important;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrCaujqcn1 .item .item-wrapper .item-content {
  padding: 50px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #f3bc50;
  border-radius: 15px !important;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vrCaujqcn1 .item .item-wrapper .item-content {
    padding: 32px;
  }
}
.cid-vrCaujqcn1 .item .item-wrapper .item-content .card-title {
  margin-bottom: 32px;
}
.cid-vrCaujqcn1 .item .item-wrapper .item-content .card-price {
  margin-bottom: 32px;
}
.cid-vrCaujqcn1 .item .item-wrapper .item-content .list-wrap {
  margin-bottom: 32px;
}
.cid-vrCaujqcn1 .item .item-wrapper .item-content .list-wrap .list {
  padding-left: 20px;
  margin: 0;
}
.cid-vrCaujqcn1 .item .item-wrapper .item-content .list-wrap .list .item-wrap {
  margin-bottom: 0;
  padding: 0;
}
.cid-vrCaujqcn1 .item .item-wrapper .item-content .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vrCaujqcn1
  .item
  .item-wrapper
  .item-content
  .list-wrapper
  .list
  .item-wrap {
  border-top: 1px solid #000000;
  padding: 32px 0;
  margin-bottom: 0;
}
.cid-vrCaujqcn1 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-vrCaujqcn1 .card-desc {
  color: #ffffff;
  text-align: center;
}
.cid-vrCaujqcn1 .card-title {
  color: #000000;
}
.cid-vrCaujqcn1 .card-price {
  color: #000000;
}
.cid-vrCaujqcn1 .list {
  color: #000000;
}
.cid-vrCaujqcn1 .card-title,
.cid-vrCaujqcn1 .mbr-section-btn {
  color: #000000;
}
.cid-vrCaujqcn1 .list,
.cid-vrCaujqcn1 .item-wrap {
  color: #000000;
}
.cid-vrCaujqUf4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujqUf4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
@media (max-width: 992px) {
  .cid-vrCaujqUf4 .container {
    padding: 0 22px;
  }
}
.cid-vrCaujq4ve {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vrCaujq4ve .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-vrCaujq4ve .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vrCaujq4ve .container {
    padding: 0 22px;
  }
}
.cid-vrCaujq4ve .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-vrCaujq4ve .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vrCaujq4ve .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vrCaujq4ve .embla__slide .slide-content {
    display: block;
  }
}
.cid-vrCaujq4ve .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrCaujq4ve .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vrCaujq4ve .embla__button--next,
.cid-vrCaujq4ve .embla__button--prev {
  display: flex;
}
.cid-vrCaujq4ve .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vrCaujq4ve .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vrCaujq4ve .embla__button:hover {
  color: #ff5753 !important;
}
.cid-vrCaujq4ve .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-vrCaujq4ve .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-vrCaujq4ve .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-vrCaujq4ve .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vrCaujq4ve .embla {
  position: relative;
  width: 100%;
}
.cid-vrCaujq4ve .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vrCaujq4ve .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vrCaujq4ve .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vrCaujq4ve .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vrCaujq4ve .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vrCaujq6KW {
  background-color: #ffffff;
}
.cid-vrCaujq6KW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujq6KW .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-vrCaujq6KW .container {
    padding: 0 22px;
  }
}
.cid-vrCaujq6KW .row {
  justify-content: space-between;
}
.cid-vrCaujq6KW .row .card {
  justify-content: center;
}
.cid-vrCaujq6KW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vrCaujq6KW .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vrCaujq6KW .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-vrCaujq6KW .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vrCaujq6KW .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vrCaujq6KW .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-vrCaujq6KW .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #f3bc50;
  margin-right: 55px;
}
.cid-vrCaujq6KW .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-vrCaujq6KW .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-vrCaujq6KW .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-vrCaujq6KW .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vrCaujq6KW .mbr-section-title {
  color: #000000;
}
.cid-vrCaujq6KW .mbr-text {
  color: #000000;
}
.cid-vrCaujq6KW .card-title {
  color: #ff5753;
}
.cid-vrCaujq6KW .card-text {
  color: #000000;
}
.cid-vrCaujq6KW .mbr-section-title,
.cid-vrCaujq6KW .mbr-section-btn {
  color: #000000;
}
.cid-vrCaujq6KW .card-title,
.cid-vrCaujq6KW .iconfont-wrapper {
  color: #000000;
}
.cid-vrCaujqevh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-vrCaujqevh .item:focus,
.cid-vrCaujqevh span:focus {
  outline: none;
}
.cid-vrCaujqevh .item {
  cursor: pointer;
}
.cid-vrCaujqevh .grid-container {
  grid-row-gap: 12px;
}
@media (max-width: 767px) {
  .cid-vrCaujqevh .grid-container {
    grid-row-gap: 12px;
  }
}
.cid-vrCaujqevh .grid-container-1,
.cid-vrCaujqevh .grid-container-2,
.cid-vrCaujqevh .grid-container-3 {
  gap: 0 12px;
}
@media (max-width: 767px) {
  .cid-vrCaujqevh .grid-container-1,
  .cid-vrCaujqevh .grid-container-2,
  .cid-vrCaujqevh .grid-container-3 {
    gap: 0 12px;
  }
}
.cid-vrCaujqevh .mbr-section-title {
  margin-bottom: 55px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vrCaujqevh .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrCaujqevh .mbr-text,
.cid-vrCaujqevh .mbr-section-btn {
  color: #000000;
}
.cid-vrCaujqevh .content-head {
  max-width: 800px;
}
.cid-vrCaujqevh .container,
.cid-vrCaujqevh .container-fluid {
  overflow: hidden;
}
.cid-vrCaujqevh .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vrCaujqevh .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vrCaujqevh .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 415px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 1200px) {
  .cid-vrCaujqevh .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-vrCaujqevh .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-vrCaujqevh .grid-container-1,
.cid-vrCaujqevh .grid-container-2,
.cid-vrCaujqevh .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vrCaujqevh .grid-container-1 {
  align-items: flex-end;
}
.cid-vrCaujqevh .grid-container-2 {
  align-items: flex-start;
}
.cid-vrCaujqP4s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1695643912249-d697e81b8371.webp");
}
.cid-vrCaujqP4s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujqP4s .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-vrCaujqP4s .container {
    padding: 0 22px;
  }
}
.cid-vrCaujqP4s .content-wrapper {
  padding-bottom: 60%;
}
.cid-vrCaujqP4s .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vrCaujqP4s .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vrCaujqP4s .mbr-section-title {
  color: #ffffff;
}
.cid-vrCaujqP4s .mbr-text {
  color: #000000;
}
.cid-vrCaujqP4s .mbr-section-title,
.cid-vrCaujqP4s .mbr-section-btn {
  color: #000000;
}
.cid-vrCaujqcFH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrCaujqcFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujqcFH .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-vrCaujqcFH .container {
    padding: 0 22px;
  }
}
.cid-vrCaujqcFH .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-vrCaujqcFH .row .card {
  justify-content: center;
}
.cid-vrCaujqcFH .content-wrapper {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-vrCaujqcFH .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-vrCaujqcFH .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vrCaujqcFH .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-vrCaujqcFH .item {
  padding: 0 8px;
  margin-bottom: 32px;
}
.cid-vrCaujqcFH .item:hover .item-wrapper .item-content .card-title,
.cid-vrCaujqcFH .item:focus .item-wrapper .item-content .card-title {
  color: #f3bc50;
}
.cid-vrCaujqcFH .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-vrCaujqcFH .item .item-wrapper .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
}
.cid-vrCaujqcFH .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vrCaujqcFH .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-vrCaujqcFH .item a {
  display: block;
}
.cid-vrCaujqcFH .mbr-section-title {
  color: #000000;
}
.cid-vrCaujqcFH .mbr-text {
  color: #000000;
}
.cid-vrCaujqcFH .card-title {
  color: #000000;
}
.cid-vrCaujqcFH .card-desc {
  color: #000000;
}
.cid-vrCaujqcFH .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vrCaujqcFH .mbr-section-btn .btn {
    text-align: left;
  }
}
.cid-vrCaujqcFH .mbr-section-title,
.cid-vrCaujqcFH .mbr-section-btn {
  color: #000000;
}
.cid-vrCaujqHH5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1567941723610-db0bcb4cca67.webp");
}
.cid-vrCaujqHH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujqHH5 .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-vrCaujqHH5 .container {
    padding: 0 22px;
  }
}
.cid-vrCaujqHH5 .items-wrapper {
  justify-content: center;
  margin: 0 -6px;
}
.cid-vrCaujqHH5 .items-wrapper .item {
  padding: 0 6px;
}
.cid-vrCaujqHH5 .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-vrCaujqHH5 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrCaujqHH5 .mbr-section-btn {
  margin-bottom: 55px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vrCaujqHH5 .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-vrCaujqHH5 .desc-wrapper .mbr-desc {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 28px;
}
.cid-vrCaujqHH5 .item {
  margin-bottom: 12px;
}
.cid-vrCaujqHH5 .item .item-wrapper {
  padding: 32px 24px 24px;
  border-radius: 15px !important;
  border: 1px solid #000000;
  height: 100%;
}
.cid-vrCaujqHH5 .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 16px;
}
.cid-vrCaujqHH5 .item .item-wrapper .card-box .tag-wrapper .card-tag {
  padding: 0 16px;
  display: inline-flex;
  border: 1px solid #000000;
  border-radius: 15px;
}
.cid-vrCaujqHH5 .item .item-wrapper .card-box .card-title {
  margin-bottom: 18px;
}
.cid-vrCaujqHH5 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vrCaujqHH5 .mbr-section-title {
  color: #000000;
}
.cid-vrCaujqHH5 .mbr-desc {
  color: #000000;
}
.cid-vrCaujqHH5 .card-title {
  color: #000000;
}
.cid-vrCaujqHH5 .card-tag {
  color: #000000;
}
.cid-vrCaujqHH5 .card-text {
  color: #000000;
}
.cid-vrCaujqHH5 .mbr-section-title,
.cid-vrCaujqHH5 .mbr-section-btn {
  color: #000000;
}
.cid-vrCaujqHH5 .card-tag,
.cid-vrCaujqHH5 .tag-wrapper {
  color: #000000;
}
.cid-vrCaujqh1z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vrCaujqh1z .container {
    padding: 0 22px;
  }
}
.cid-vrCaujqh1z .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-vrCaujqh1z .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vrCaujqh1z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
  padding: 0 6px;
}
@media (max-width: 768px) {
  .cid-vrCaujqh1z .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vrCaujqh1z .embla__slide .slide-content {
  border-radius: 16px !important;
  width: 100%;
}
.cid-vrCaujqh1z .embla__slide .slide-content .item-wrapper {
  border-radius: 16px !important;
  background-color: #e9e2ca;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vrCaujqh1z .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-vrCaujqh1z .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-vrCaujqh1z .embla__slide .slide-content .item-wrapper .item-img {
    display: block;
  }
}
.cid-vrCaujqh1z
  .embla__slide
  .slide-content
  .item-wrapper
  .item-img
  .image-wrapper {
  height: 160px;
  width: 160px;
}
@media (max-width: 768px) {
  .cid-vrCaujqh1z
    .embla__slide
    .slide-content
    .item-wrapper
    .item-img
    .image-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vrCaujqh1z
  .embla__slide
  .slide-content
  .item-wrapper
  .item-img
  .image-wrapper
  img {
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 10px !important;
}
.cid-vrCaujqh1z
  .embla__slide
  .slide-content
  .item-wrapper
  .item-img
  .image-wrapper
  a {
  width: 160px;
  height: 160px;
}
.cid-vrCaujqh1z
  .embla__slide
  .slide-content
  .item-wrapper
  .item-img
  .tag-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
}
.cid-vrCaujqh1z
  .embla__slide
  .slide-content
  .item-wrapper
  .item-img
  .tag-wrapper
  .item-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #000000;
  border-radius: 15px;
  width: fit-content;
}
.cid-vrCaujqh1z
  .embla__slide
  .slide-content
  .item-wrapper
  .item-img
  .tag-wrapper
  .icon-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .cid-vrCaujqh1z
    .embla__slide
    .slide-content
    .item-wrapper
    .item-img
    .tag-wrapper
    .icon-wrapper {
    justify-content: flex-start;
  }
}
.cid-vrCaujqh1z
  .embla__slide
  .slide-content
  .item-wrapper
  .item-img
  .tag-wrapper
  .icon-wrapper:hover
  .mbr-iconfont,
.cid-vrCaujqh1z
  .embla__slide
  .slide-content
  .item-wrapper
  .item-img
  .tag-wrapper
  .icon-wrapper:focus
  .mbr-iconfont {
  color: #25c0c0;
}
.cid-vrCaujqh1z
  .embla__slide
  .slide-content
  .item-wrapper
  .item-img
  .tag-wrapper
  .icon-wrapper
  .mbr-iconfont {
  font-size: 26px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vrCaujqh1z .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-vrCaujqh1z
  .embla__slide
  .slide-content
  .item-wrapper
  .item-content
  .item-name {
  margin-bottom: 8px;
}
.cid-vrCaujqh1z
  .embla__slide
  .slide-content
  .item-wrapper
  .item-content
  .item-role {
  margin-bottom: 0;
}
.cid-vrCaujqh1z
  .embla__slide
  .slide-content
  .item-wrapper
  .item-content
  .mbr-section-btn {
  margin-top: 26px;
  border-top: 1px solid #000000;
  padding-top: 16px;
  margin-left: 0;
  margin-right: 0;
}
.cid-vrCaujqh1z
  .embla__slide
  .slide-content
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn {
  margin-bottom: 0;
}
.cid-vrCaujqh1z .embla__button--next,
.cid-vrCaujqh1z .embla__button--prev {
  display: flex;
}
.cid-vrCaujqh1z .embla__button {
  top: -3.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vrCaujqh1z .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-vrCaujqh1z .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vrCaujqh1z .embla__button:hover {
  color: #e9e2ca !important;
}
.cid-vrCaujqh1z .embla__button.embla__button--prev {
  right: 22%;
}
@media (max-width: 992px) {
  .cid-vrCaujqh1z .embla__button.embla__button--prev {
    right: 6rem;
  }
}
.cid-vrCaujqh1z .embla__button.embla__button--next {
  right: 16%;
}
@media (max-width: 992px) {
  .cid-vrCaujqh1z .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vrCaujqh1z .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vrCaujqh1z .embla {
    padding-bottom: 4rem;
  }
}
.cid-vrCaujqh1z .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vrCaujqh1z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vrCaujqh1z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vrCaujqh1z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vrCaujqh1z .mbr-section-title {
  color: #000000;
}
.cid-vrCaujqh1z .item-tag {
  color: #000000;
}
.cid-vrCaujqh1z .item-name {
  color: #000000;
}
.cid-vrCaujqh1z .item-role {
  color: #000000;
}
.cid-vrCaujqh1z .item-name,
.cid-vrCaujqh1z .mbr-section-btn {
  color: #000000;
}
.cid-vrCaujrJ72 {
  background-image: url("../../../assets/images/photo-1568254183919-78a4f43a2877.webp");
}
.cid-vrCaujrJ72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujrJ72 .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-vrCaujrJ72 .container {
    padding: 0 22px;
  }
}
.cid-vrCaujrVTz {
  background-color: #ffffff;
}
.cid-vrCaujrVTz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujrVTz .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-vrCaujrVTz .container {
    padding: 0 22px;
  }
}
.cid-vrCaujrVTz .row {
  justify-content: center;
}
.cid-vrCaujrVTz .row .card {
  justify-content: flex-end;
}
.cid-vrCaujrVTz .content-wrapper {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-vrCaujrVTz .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-vrCaujrVTz .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 16px;
}
.cid-vrCaujrVTz .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-vrCaujrVTz .item {
  padding: 0 8px;
  margin-bottom: 32px;
}
.cid-vrCaujrVTz .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  height: 420px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vrCaujrVTz .item .item-wrapper .item-img {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrCaujrVTz .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-vrCaujrVTz .item .item-wrapper .item-img:hover .mbr-iconfont,
.cid-vrCaujrVTz .item .item-wrapper .item-img:focus .mbr-iconfont {
  transform: translateY(0);
  opacity: 1;
}
.cid-vrCaujrVTz .item .item-wrapper .item-img:hover::before,
.cid-vrCaujrVTz .item .item-wrapper .item-img:focus::before {
  opacity: 0.7;
}
.cid-vrCaujrVTz .item .item-wrapper .item-img:hover img,
.cid-vrCaujrVTz .item .item-wrapper .item-img:focus img {
  filter: blur(10px);
}
.cid-vrCaujrVTz .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-vrCaujrVTz .item .item-wrapper .item-img a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-vrCaujrVTz .item .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  z-index: 2;
  font-size: 64px;
  color: #000000;
  transform: translateY(16px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.cid-vrCaujrVTz .item .item-wrapper .item-img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f3bc50;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.cid-vrCaujrVTz .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-vrCaujrVTz .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-vrCaujrVTz .items-wrapper {
  margin: 0 -8px;
}
.cid-vrCaujrVTz .mbr-section-title {
  color: #000000;
}
.cid-vrCaujrVTz .mbr-text {
  color: #000000;
}
.cid-vrCaujrVTz .card-name {
  color: #000000;
}
.cid-vrCaujrVTz .card-role {
  color: #000000;
}
.cid-vrCaujrVTz .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vrCaujrVTz .mbr-section-btn .btn {
    text-align: left;
  }
}
.cid-vrCaujrVTz .mbr-section-title,
.cid-vrCaujrVTz .mbr-section-btn {
  color: #000000;
}
.cid-vrCaujr4nl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrCaujr4nl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujr4nl .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-vrCaujr4nl .container {
    padding: 0 22px;
  }
}
.cid-vrCaujr4nl .row {
  justify-content: space-between;
}
.cid-vrCaujr4nl .row .card {
  justify-content: center;
}
.cid-vrCaujr4nl .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vrCaujr4nl .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vrCaujr4nl .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-vrCaujr4nl .image-wrapper {
    margin-top: 32px;
  }
}
.cid-vrCaujr4nl .image-wrapper img {
  animation: none;
  height: 850px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vrCaujr4nl .image-wrapper img {
    height: 350px;
  }
}
.cid-vrCaujr4nl .image-wrapper::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  height: 128px;
  width: 55%;
  border-radius: 0 7rem 0 0;
  background-color: #fef8ee;
  animation: none;
}
@media (max-width: 992px) {
  .cid-vrCaujr4nl .image-wrapper::before {
    height: 70px;
  }
}
.cid-vrCaujr4nl .mbr-section-title {
  color: #000000;
}
.cid-vrCaujr4nl .mbr-text {
  color: #000000;
}
.cid-vrCaujr4nl .mbr-section-title,
.cid-vrCaujr4nl .mbr-section-btn {
  color: #000000;
}
.cid-vrCaujrjMe {
  background-color: #ffffff;
}
.cid-vrCaujrjMe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujrjMe .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-vrCaujrjMe .container {
    padding: 0 22px;
  }
}
.cid-vrCaujrjMe .row .card {
  justify-content: flex-end;
}
.cid-vrCaujrjMe .content-wrapper {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-vrCaujrjMe .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-vrCaujrjMe .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vrCaujrjMe .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vrCaujrjMe .item {
  padding: 0 6px;
  margin-bottom: 40px;
}
.cid-vrCaujrjMe .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-vrCaujrjMe .item .item-wrapper .item-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vrCaujrjMe .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vrCaujrjMe .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-vrCaujrjMe .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-vrCaujrjMe .item .item-wrapper .item-content .card-text {
  margin: 32px 0 0 0;
}
.cid-vrCaujrjMe .item .item-wrapper .item-content .icon-wrapper {
  margin-top: 32px;
  display: block;
}
.cid-vrCaujrjMe
  .item
  .item-wrapper
  .item-content
  .icon-wrapper:hover
  .mbr-iconfont,
.cid-vrCaujrjMe
  .item
  .item-wrapper
  .item-content
  .icon-wrapper:focus
  .mbr-iconfont {
  color: #f3bc50;
}
.cid-vrCaujrjMe .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vrCaujrjMe .items-wrapper {
  margin: 0 -6px;
}
.cid-vrCaujrjMe .mbr-section-title {
  color: #000000;
}
.cid-vrCaujrjMe .mbr-desc {
  color: #000000;
  text-align: right;
}
.cid-vrCaujrjMe .card-name {
  color: #000000;
}
.cid-vrCaujrjMe .card-role {
  color: #000000;
}
.cid-vrCaujrjMe .card-text {
  color: #000000;
}
.cid-vrCaujrjMe .card-name,
.cid-vrCaujrjMe .icon-wrapper {
  color: #000000;
}
.cid-vrCaujrp4s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrCaujrp4s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujrp4s .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-vrCaujrp4s .container {
    padding: 0 22px;
  }
}
.cid-vrCaujrp4s .item:nth-child(2n) .item-wrapper {
  padding: 0 32px 0 128px;
}
@media (max-width: 992px) {
  .cid-vrCaujrp4s .item:nth-child(2n) .item-wrapper {
    padding: 0;
  }
}
.cid-vrCaujrp4s .item .item-wrapper {
  padding: 0 128px 0 32px;
}
@media (max-width: 992px) {
  .cid-vrCaujrp4s .item .item-wrapper {
    padding: 0;
  }
}
.cid-vrCaujrp4s .item .item-wrapper .card-box .card-desc {
  margin-bottom: 32px;
}
.cid-vrCaujrp4s .item .item-wrapper .card-box .card-title {
  margin-bottom: 22px;
}
.cid-vrCaujrp4s .card-desc {
  color: #000000;
}
.cid-vrCaujrp4s .card-title {
  color: #000000;
}
.cid-vrCaujrp4s .card-title,
.cid-vrCaujrp4s .mbr-section-btn {
  color: #000000;
}
.cid-vrCaujrU39 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vrCaujrU39 .container {
    padding: 0 22px;
  }
}
.cid-vrCaujrU39 .row {
  justify-content: space-between;
}
.cid-vrCaujrU39 .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-vrCaujrU39 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vrCaujrU39 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 880px;
  max-width: 880px;
  padding: 0 6px;
}
@media (max-width: 992px) {
  .cid-vrCaujrU39 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vrCaujrU39 .embla__slide .slide-content {
  border-radius: 16px !important;
  width: 100%;
}
.cid-vrCaujrU39 .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  background-color: #1c1000;
  border-radius: 16px !important;
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-vrCaujrU39 .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vrCaujrU39 .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-vrCaujrU39 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vrCaujrU39 .embla__slide .slide-content .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-vrCaujrU39 .embla__slide .slide-content .item-wrapper .item-content {
  padding: 16px 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vrCaujrU39 .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0;
  }
}
.cid-vrCaujrU39
  .embla__slide
  .slide-content
  .item-wrapper
  .item-content
  .item-date {
  margin-bottom: 0;
}
.cid-vrCaujrU39
  .embla__slide
  .slide-content
  .item-wrapper
  .item-content
  .item-desc {
  margin-bottom: 0;
}
.cid-vrCaujrU39 .embla__button--next,
.cid-vrCaujrU39 .embla__button--prev {
  display: flex;
}
.cid-vrCaujrU39 .embla__button {
  top: -3.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vrCaujrU39 .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-vrCaujrU39 .embla__button:hover {
  color: #1c1000 !important;
}
.cid-vrCaujrU39 .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-vrCaujrU39 .embla__button.embla__button--next {
  right: 0;
}
.cid-vrCaujrU39 .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vrCaujrU39 .embla {
    padding-bottom: 4rem;
  }
}
.cid-vrCaujrU39 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vrCaujrU39 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vrCaujrU39 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vrCaujrU39 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vrCaujrU39 .mbr-section-title {
  color: #000000;
}
.cid-vrCaujrU39 .item-title {
  color: #ffffff;
}
.cid-vrCaujrU39 .item-text {
  color: #ffffff;
}
.cid-vrCaujrfn3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrCaujrfn3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujrfn3 .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-vrCaujrfn3 .container {
    padding: 0 22px;
  }
}
.cid-vrCaujrfn3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vrCaujrfn3 .mbr-text {
  color: #000000;
}
.cid-vrCaujrFoC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrCaujrFoC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujrFoC .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-vrCaujrFoC .container {
    padding: 0 22px;
  }
}
.cid-vrCaujrFoC .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vrCaujrFoC .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vrCaujrFoC .image-wrapper img {
  height: 415px;
  width: 100%;
  border-radius: 0 6rem 0 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vrCaujrFoC .image-wrapper img {
    height: 350px;
  }
}
.cid-vrCaujrFoC .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-vrCaujrFoC .panel-group {
  border-bottom: 1px solid #000000;
}
.cid-vrCaujrFoC .panel-group .card {
  border-top: 1px solid #000000;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vrCaujrFoC .panel-group .card:hover,
.cid-vrCaujrFoC .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-vrCaujrFoC .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vrCaujrFoC .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-vrCaujrFoC .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vrCaujrFoC .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-vrCaujrFoC
  .panel-group
  .card
  .card-header
  .panel-title:not(.collapsed)
  .mbr-iconfont {
  transform: rotate(45deg);
  color: #f3bc50;
}
.cid-vrCaujrFoC .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-vrCaujrFoC .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-vrCaujrFoC .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vrCaujrFoC .panel-title-edit {
  color: #000000;
}
.cid-vrCaujrFoC .panel-text {
  color: #000000;
}
.cid-vrCaujrRGi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrCaujrRGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujrRGi .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-vrCaujrRGi .container {
    padding: 0 22px;
  }
}
.cid-vrCaujrRGi .row {
  justify-content: center;
  margin: 0 -6px;
}
.cid-vrCaujrRGi .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
.cid-vrCaujrRGi .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 480px;
  padding: 32px;
}
@media (max-width: 768px) {
  .cid-vrCaujrRGi .item .item-wrapper .item-img {
    height: 400px;
  }
}
.cid-vrCaujrRGi .item .item-wrapper .item-img:hover::before,
.cid-vrCaujrRGi .item .item-wrapper .item-img:focus::before {
  opacity: 0.6;
}
.cid-vrCaujrRGi .item .item-wrapper .item-img:hover .item-content,
.cid-vrCaujrRGi .item .item-wrapper .item-img:focus .item-content {
  transform: translateY(-2rem);
}
.cid-vrCaujrRGi .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vrCaujrRGi .item .item-wrapper .item-img a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-vrCaujrRGi .item .item-wrapper .item-img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f3bc50;
  opacity: 0.8;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.cid-vrCaujrRGi .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.cid-vrCaujrRGi .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 16px;
}
.cid-vrCaujrRGi .item .item-wrapper .item-img .item-content .card-text {
  margin-bottom: 0;
}
.cid-vrCaujrRGi .card-title {
  color: #000000;
}
.cid-vrCaujrRGi .card-text {
  color: #000000;
}
.cid-vrCaujrt5A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vrCaujrt5A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujrt5A .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-vrCaujrt5A .container {
    padding: 0 22px;
  }
}
.cid-vrCaujrt5A .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-vrCaujrt5A .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrCaujrt5A .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrCaujrt5A .content-wrapper .image-wrapper {
  position: absolute;
  width: 200vh;
  height: 92%;
}
.cid-vrCaujrt5A .content-wrapper .image-wrapper img {
  position: absolute;
  width: 200vh;
  object-fit: cover;
  height: 100%;
}
.cid-vrCaujrt5A .video-wrap {
  height: 670px;
  width: 100%;
  border-radius: 20px !important;
  border: 20px solid #f3bc50;
  box-shadow: 0 64px 50px -50px #edd4ab;
  z-index: 1;
  background-color: #f3bc50;
}
@media (max-width: 992px) {
  .cid-vrCaujrt5A .video-wrap {
    height: 350px;
  }
}
.cid-vrCaujrt5A .video-wrap .mbr-figure {
  height: 100% !important;
  overflow: hidden;
}
.cid-vrCaujrt5A .video-wrap .mbr-figure iframe {
  height: 100% !important;
  border-radius: 0 !important;
}
.cid-vrCaujrt5A .video-wrap .mbr-figure .app-video-wrapper img {
  height: 100% !important;
  object-fit: cover;
}
.cid-vrCaujrt5A .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vrCaujrFAJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrCaujrFAJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujrFAJ .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-vrCaujrFAJ .container {
    padding: 0 22px;
  }
}
.cid-vrCaujrFAJ .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-vrCaujrFAJ .row .card {
  justify-content: center;
}
.cid-vrCaujrFAJ .content-wrapper {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-vrCaujrFAJ .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-vrCaujrFAJ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vrCaujrFAJ .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-vrCaujrFAJ .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-vrCaujrFAJ .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vrCaujrFAJ .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vrCaujrFAJ .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vrCaujrFAJ .item .item-wrapper .item-img::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  height: 72px;
  width: 55%;
  border-radius: 0 64px 0 0;
  background-color: #fef8ee;
}
.cid-vrCaujrFAJ .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vrCaujrFAJ .item .item-wrapper .item-content .card-desc {
  margin-bottom: 16px;
}
.cid-vrCaujrFAJ .mbr-section-title {
  color: #000000;
}
.cid-vrCaujrFAJ .mbr-text {
  color: #000000;
}
.cid-vrCaujrFAJ .card-title {
  color: #000000;
}
.cid-vrCaujrFAJ .card-desc {
  color: #000000;
}
.cid-vrCaujrFAJ .mbr-section-title,
.cid-vrCaujrFAJ .mbr-section-btn {
  color: #000000;
}
.cid-vrCaujrFAJ .card-price {
  color: #000000;
}
.cid-vrCaujrFAJ .card-title,
.cid-vrCaujrFAJ .mbr-section-btn {
  color: #000000;
}
.cid-vrCaujrFAJ .card-title,
.cid-vrCaujrFAJ .mbr-section-btn {
  color: #000000;
}
.cid-vrCaujrAgT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vrCaujrAgT .container {
    padding: 0 22px;
  }
}
.cid-vrCaujrAgT .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vrCaujrAgT .slider-wrapper {
  position: relative;
  padding: 80px 64px;
}
@media (max-width: 992px) {
  .cid-vrCaujrAgT .slider-wrapper {
    padding: 6px 6px 32px;
  }
}
.cid-vrCaujrAgT .slider-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vrCaujrAgT .slider-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #f3bc50;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-vrCaujrAgT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-vrCaujrAgT .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vrCaujrAgT .embla__slide .slide-content {
  display: flex;
  align-items: center;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 0 !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vrCaujrAgT .embla__slide .slide-content {
    display: block;
  }
}
.cid-vrCaujrAgT .embla__slide .slide-content .item-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vrCaujrAgT .embla__slide .slide-content .item-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vrCaujrAgT .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-vrCaujrAgT .embla__slide .slide-content .item-wrapper .item-img img {
  position: static;
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.cid-vrCaujrAgT .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-vrCaujrAgT .embla__slide .slide-content .item-content {
    width: 100%;
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-vrCaujrAgT .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 18px;
}
.cid-vrCaujrAgT .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 10px;
}
.cid-vrCaujrAgT .embla__button--next,
.cid-vrCaujrAgT .embla__button--prev {
  display: flex;
}
.cid-vrCaujrAgT .embla__button {
  bottom: 45%;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  border: none !important;
}
.cid-vrCaujrAgT .embla__button .mbr-iconfont {
  padding: 10px 24px;
  border: 2px solid #000000 !important;
  color: #000000 !important;
  border-radius: 64px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px !important;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .cid-vrCaujrAgT .embla__button {
    bottom: 0;
  }
}
.cid-vrCaujrAgT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vrCaujrAgT .embla__button:hover .mbr-iconfont {
  padding: 10px 24px 10px 48px;
}
.cid-vrCaujrAgT .embla__button.embla__button--prev {
  left: 45%;
  display: none;
}
@media (max-width: 992px) {
  .cid-vrCaujrAgT .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-vrCaujrAgT .embla__button.embla__button--next {
  right: -22rem;
}
@media (max-width: 1400px) {
  .cid-vrCaujrAgT .embla__button.embla__button--next {
    right: -18rem;
  }
}
@media (max-width: 992px) {
  .cid-vrCaujrAgT .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vrCaujrAgT .embla__button .mbr-next {
  min-width: 50px;
  color: #000000;
  font-size: 18px !important;
  font-family: "Bricolage Grotesque", sans-serif;
}
.cid-vrCaujrAgT .embla {
  position: relative;
  z-index: 2;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vrCaujrAgT .embla {
    padding-bottom: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-vrCaujrAgT .embla {
    width: 100%;
  }
}
.cid-vrCaujrAgT .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vrCaujrAgT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vrCaujrAgT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vrCaujrAgT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vrCaujrAgT .mbr-section-title {
  color: #000000;
}
.cid-vrCaujrAgT .item-title {
  color: #000000;
}
.cid-vrCaujrAgT .item-text {
  color: #000000;
}
.cid-vrCaujrAgT .item-title,
.cid-vrCaujrAgT .mbr-section-btn {
  color: #000000;
}
.cid-vrCaujr2Id {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-vrCaujr2Id .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujr2Id .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-vrCaujr2Id .container {
    padding: 0 22px;
  }
}
.cid-vrCaujr2Id .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vrCaujr2Id .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vrCaujr2Id .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vrCaujr2Id .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vrCaujr2Id .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vrCaujr2Id .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vrCaujr2Id .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vrCaujr2Id .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vrCaujr2Id
  .content-wrapper
  .items-wrapper
  .item
  .item-wrapper
  .card-box
  .card-title {
  margin-bottom: 16px;
}
.cid-vrCaujr2Id
  .content-wrapper
  .items-wrapper
  .item
  .item-wrapper
  .card-box
  .mbr-text {
  margin-bottom: 0;
}
.cid-vrCaujr2Id .image-wrapper {
  min-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 55px;
}
@media (max-width: 992px) {
  .cid-vrCaujr2Id .image-wrapper {
    min-height: 350px;
    margin: 0;
  }
}
.cid-vrCaujr2Id .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vrCaujr2Id .image-wrapper img {
    width: 100%;
  }
}
.cid-vrCaujr2Id .mbr-desc {
  color: #000000;
}
.cid-vrCaujr2Id .mbr-section-title {
  color: #000000;
}
.cid-vrCaujr2Id .card-title {
  color: #000000;
}
.cid-vrCaujr2Id .card-text {
  color: #000000;
}
.cid-vrCaujr2Id .mbr-section-title,
.cid-vrCaujr2Id .mbr-section-btn {
  color: #000000;
}
.cid-vrCaujrdDs {
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vrCaujrdDs .container {
    padding: 0 22px;
  }
}
.cid-vrCaujrdDs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-vrCaujrdDs .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vrCaujrdDs
  .embla__slide:nth-child(2n)
  .slide-content
  .item-wrapper
  .item-img::before {
  left: auto;
  right: -1px;
  border-radius: 64px 0 0 0;
}
.cid-vrCaujrdDs .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vrCaujrdDs .embla__slide .slide-content {
    display: block;
  }
}
.cid-vrCaujrdDs .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  width: 42%;
}
@media (max-width: 992px) {
  .cid-vrCaujrdDs .embla__slide .slide-content .item-content {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vrCaujrdDs .embla__slide .slide-content .item-content .item-desc {
  margin-bottom: 16px;
}
.cid-vrCaujrdDs .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 32px;
}
.cid-vrCaujrdDs .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 22px;
}
.cid-vrCaujrdDs .embla__slide .slide-content .item-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-vrCaujrdDs .embla__slide .slide-content .item-wrapper {
    width: 100%;
  }
}
.cid-vrCaujrdDs .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
}
.cid-vrCaujrdDs .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vrCaujrdDs .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vrCaujrdDs .embla__slide .slide-content .item-wrapper .item-img::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  height: 72px;
  width: 55%;
  border-radius: 0 64px 0 0;
  background-color: #ffffff;
}
.cid-vrCaujrdDs .embla__button--next,
.cid-vrCaujrdDs .embla__button--prev {
  display: flex;
}
.cid-vrCaujrdDs .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vrCaujrdDs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vrCaujrdDs .embla__button:hover {
  color: #f3bc50 !important;
}
.cid-vrCaujrdDs .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-vrCaujrdDs .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-vrCaujrdDs .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-vrCaujrdDs .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vrCaujrdDs .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vrCaujrdDs .embla {
    padding-bottom: 2rem;
  }
}
.cid-vrCaujrdDs .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vrCaujrdDs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vrCaujrdDs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vrCaujrdDs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vrCaujrdDs .item-desc {
  color: #000000;
}
.cid-vrCaujrdDs .item-title {
  color: #000000;
}
.cid-vrCaujrdDs .item-text {
  color: #000000;
}
.cid-vrCaujrr04 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrCaujrr04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujrr04 .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-vrCaujrr04 .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vrCaujrr04 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrCaujrr04 .row {
  justify-content: space-between;
}
.cid-vrCaujrr04 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-vrCaujrr04 .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-vrCaujrr04 .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vrCaujrr04 .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-vrCaujrr04 .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-vrCaujrr04 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-vrCaujrr04 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-vrCaujrr04 .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-vrCaujrr04 .mbr-section-title {
  color: #000000;
}
.cid-vrCaujrr04 .card-title {
  color: #000000;
}
.cid-vrCaujrr04 .mbr-section-title,
.cid-vrCaujrr04 .mbr-section-btn {
  color: #000000;
}
.cid-vrCaujrOeu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrCaujrOeu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujrOeu .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-vrCaujrOeu .container {
    padding: 0 22px;
  }
}
.cid-vrCaujrOeu .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-vrCaujrOeu .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vrCaujrOeu .content-wrapper img {
  height: 510px;
  width: 100%;
  object-fit: cover;
  border-radius: 12rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-vrCaujrOeu .content-wrapper img {
    height: 350px;
  }
}
.cid-vrCaujrOeu .mbr-section-title {
  color: #000000;
}
.cid-vrCaujrjlf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrCaujrjlf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujrjlf .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-vrCaujrjlf .container {
    padding: 0 22px;
  }
}
.cid-vrCaujrjlf .row {
  justify-content: center;
  margin: 0 -6px;
}
.cid-vrCaujrjlf .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
.cid-vrCaujrjlf .item:hover .item-wrapper .item-img img,
.cid-vrCaujrjlf .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-vrCaujrjlf .item:hover .item-wrapper .item-img .item-content,
.cid-vrCaujrjlf .item:focus .item-wrapper .item-img .item-content {
  z-index: 2;
}
.cid-vrCaujrjlf .item .item-wrapper {
  border-radius: 15px !important;
  height: 100%;
}
.cid-vrCaujrjlf .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-vrCaujrjlf .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 15px !important;
  pointer-events: visible;
}
.cid-vrCaujrjlf .item .item-wrapper .item-img .item-content {
  padding: 50px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #f3bc50;
  border-radius: 15px !important;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vrCaujrjlf .item .item-wrapper .item-img .item-content {
    padding: 32px;
  }
}
.cid-vrCaujrjlf .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 32px;
}
.cid-vrCaujrjlf .item .item-wrapper .item-img .item-content .list-wrap {
  margin-bottom: 32px;
}
.cid-vrCaujrjlf .item .item-wrapper .item-img .item-content .list-wrap .list {
  padding-left: 20px;
  margin: 0;
}
.cid-vrCaujrjlf
  .item
  .item-wrapper
  .item-img
  .item-content
  .list-wrap
  .list
  .item-wrap {
  margin-bottom: 0;
  padding: 0;
}
.cid-vrCaujrjlf
  .item
  .item-wrapper
  .item-img
  .item-content
  .list-wrapper
  .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vrCaujrjlf
  .item
  .item-wrapper
  .item-img
  .item-content
  .list-wrapper
  .list
  .item-wrap {
  border-top: 1px solid #000000;
  padding: 32px 0;
  margin-bottom: 0;
}
.cid-vrCaujrjlf .item .item-wrapper .item-img .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-vrCaujrjlf .card-desc {
  color: #ffffff;
  text-align: center;
}
.cid-vrCaujrjlf .card-title {
  color: #000000;
}
.cid-vrCaujrjlf .list {
  color: #000000;
}
.cid-vrCaujrjlf .card-title,
.cid-vrCaujrjlf .mbr-section-btn {
  color: #000000;
}
.cid-vrCaujrjlf .list,
.cid-vrCaujrjlf .item-wrap {
  color: #000000;
}
.cid-vrCaujr1Mp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrCaujr1Mp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujr1Mp .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-vrCaujr1Mp .container {
    padding: 0 22px;
  }
}
.cid-vrCaujr1Mp .row {
  justify-content: space-between;
}
.cid-vrCaujr1Mp .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vrCaujr1Mp .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vrCaujr1Mp .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-vrCaujr1Mp .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-vrCaujr1Mp .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vrCaujr1Mp .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  border: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-vrCaujr1Mp .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vrCaujr1Mp .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-vrCaujr1Mp
  .form-wrap
  .dragArea.row
  .form-group
  .form-control::placeholder {
  color: #000000;
}
.cid-vrCaujr1Mp .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vrCaujr1Mp .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vrCaujr1Mp
  .form-wrap
  .dragArea.row
  .form-group
  .form-check
  .form-check-input {
  background-color: transparent;
  border-color: #000000;
  border-radius: 0;
}
.cid-vrCaujr1Mp
  .form-wrap
  .dragArea.row
  .form-group
  .form-check
  .form-check-input:focus {
  background-color: #000000;
}
.cid-vrCaujr1Mp .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 16px;
  min-height: auto;
}
.cid-vrCaujr1Mp .mbr-section-title {
  color: #000000;
}
.cid-vrCaujr1Mp .mbr-text {
  color: #000000;
}
.cid-vrCaujr1Mp label {
  color: #000000;
}
.cid-vrCaujsRDE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrCaujsRDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujsRDE .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-vrCaujsRDE .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vrCaujsRDE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrCaujsRDE .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-vrCaujsRDE .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 64px;
}
@media (max-width: 992px) {
  .cid-vrCaujsRDE .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-vrCaujsRDE .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vrCaujsRDE .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-vrCaujsRDE .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-vrCaujsRDE .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-vrCaujsRDE .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-vrCaujsRDE .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-vrCaujsRDE .mbr-section-title {
  color: #000000;
}
.cid-vrCaujsRDE .card-title {
  color: #000000;
}
.cid-vrCaujsRDE .mbr-section-title,
.cid-vrCaujsRDE .mbr-section-btn {
  color: #000000;
}
.cid-vrCaujsJV6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1000;
}
.cid-vrCaujsJV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrCaujsJV6 .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-vrCaujsJV6 .container {
    padding: 0 22px;
  }
}
.cid-vrCaujsJV6 .row {
  justify-content: space-between;
}
.cid-vrCaujsJV6 .content-wrapper {
  margin-bottom: 32px;
}
.cid-vrCaujsJV6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vrCaujsJV6 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vrCaujsJV6 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vrCaujsJV6 .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vrCaujsJV6 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vrCaujsJV6 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vrCaujsJV6 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vrCaujsJV6 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-vrCaujsJV6 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vrCaujsJV6 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-vrCaujsJV6 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vrCaujsJV6 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vrCaujsJV6 .copy-wrapper {
    display: block;
  }
}
.cid-vrCaujsJV6 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vrCaujsJV6 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vrCaujsJV6 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vrCaujsJV6 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-vrCaujsJV6
  .copy-wrapper
  .social-wrapper
  .social-wrap
  .soc-item:first-child {
  margin-left: 0;
}
.cid-vrCaujsJV6 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vrCaujsJV6
  .copy-wrapper
  .social-wrapper
  .social-wrap
  .soc-item
  a:hover
  .mbr-iconfont,
.cid-vrCaujsJV6
  .copy-wrapper
  .social-wrapper
  .social-wrap
  .soc-item
  a:focus
  .mbr-iconfont {
  color: #ff5753;
}
.cid-vrCaujsJV6
  .copy-wrapper
  .social-wrapper
  .social-wrap
  .soc-item
  a
  .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vrCaujsJV6 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vrCaujsJV6 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-vrCaujsJV6 .mbr-section-title {
  color: #ff5753;
}
.cid-vrCaujsJV6 .mbr-text {
  color: #ffffff;
}
.cid-vrCaujsJV6 .list {
  color: #635d60;
}
.cid-vrCaujsJV6 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vrCaujsJV6 .mbr-copy,
.cid-vrCaujsJV6 .social-wrapper {
  text-align: center;
  color: #ffffff;
}


/* Local-site accessibility and layout safeguards */
html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
}

.footer-legal-links {
  display: inline-block;
  margin-top: 0.75rem;
}

.footer-legal-links a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.footer-legal-links a:hover,
.footer-legal-links a:focus-visible {
  color: #ff5753;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .mbr-section-title,
  .mbr-text,
  .card-title,
  .card-text,
  .navbar-caption {
    overflow-wrap: anywhere;
  }
}
