.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #efeeec;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 6.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 3.625rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 4.53125rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Smooch Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.9rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91875rem + (3.625 - 1.91875) * ((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: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.9rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.91875rem + (3.625 - 1.91875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #a9927d !important;
}
.bg-success {
  background-color: #26cd80 !important;
}
.bg-info {
  background-color: #0cc2e7 !important;
}
.bg-warning {
  background-color: #f3b600 !important;
}
.bg-danger {
  background-color: #cf2434 !important;
}
.btn-primary .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #a9927d !important;
  border-color: #a9927d !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #c7b9ab !important;
  border-color: #c7b9ab !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #c7b9ab !important;
  border-color: #c7b9ab !important;
}
.btn-secondary .mbr-iconfont {
  background-color: #ffffff;
  color: #4d4d4d;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #323131 !important;
  border-color: #323131 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #595757 !important;
  border-color: #595757 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #595757 !important;
  border-color: #595757 !important;
}
.btn-info .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #0cc2e7 !important;
  border-color: #0cc2e7 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #4ad9f6 !important;
  border-color: #4ad9f6 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #4ad9f6 !important;
  border-color: #4ad9f6 !important;
}
.btn-success .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #26cd80 !important;
  border-color: #26cd80 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5ee1a5 !important;
  border-color: #5ee1a5 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #5ee1a5 !important;
  border-color: #5ee1a5 !important;
}
.btn-warning .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #f3b600 !important;
  border-color: #f3b600 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffcf41 !important;
  border-color: #ffcf41 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffcf41 !important;
  border-color: #ffcf41 !important;
}
.btn-danger .mbr-iconfont {
  background-color: #ffffff;
  color: #4d4d4d;
}
.btn-danger,
.btn-danger:active {
  background-color: #cf2434 !important;
  border-color: #cf2434 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e35d69 !important;
  border-color: #e35d69 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e35d69 !important;
  border-color: #e35d69 !important;
}
.btn-white .mbr-iconfont {
  background-color: #4d4d4d;
  color: #ffffff;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #4d4d4d !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: #4d4d4d !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  background-color: #ffffff;
  color: #4d4d4d;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #262626 !important;
  border-color: #262626 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.btn-primary-outline .mbr-iconfont {
  background-color: #a9927d;
  color: #ffffff;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #a9927d;
  color: #a9927d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7d6753 !important;
  background-color: transparent !important;
  border-color: #7d6753 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  background-color: #7d6753;
  color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #a9927d !important;
  border-color: #a9927d !important;
}
.btn-secondary-outline .mbr-iconfont {
  background-color: #323131;
  color: #ffffff;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #323131;
  color: #323131;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #060606 !important;
  background-color: transparent !important;
  border-color: #060606 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  background-color: #060606;
  color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #323131 !important;
  border-color: #323131 !important;
}
.btn-info-outline .mbr-iconfont {
  background-color: #0cc2e7;
  color: #000000;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0cc2e7;
  color: #0cc2e7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #087d95 !important;
  background-color: transparent !important;
  border-color: #087d95 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  background-color: #087d95;
  color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #0cc2e7 !important;
  border-color: #0cc2e7 !important;
}
.btn-success-outline .mbr-iconfont {
  background-color: #26cd80;
  color: #000000;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #26cd80;
  color: #26cd80;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #188452 !important;
  background-color: transparent !important;
  border-color: #188452 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  background-color: #188452;
  color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #26cd80 !important;
  border-color: #26cd80 !important;
}
.btn-warning-outline .mbr-iconfont {
  background-color: #f3b600;
  color: #000000;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f3b600;
  color: #f3b600;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9c7500 !important;
  background-color: transparent !important;
  border-color: #9c7500 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  background-color: #9c7500;
  color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #f3b600 !important;
  border-color: #f3b600 !important;
}
.btn-danger-outline .mbr-iconfont {
  background-color: #cf2434;
  color: #ffffff;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #cf2434;
  color: #cf2434;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #851721 !important;
  background-color: transparent !important;
  border-color: #851721 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  background-color: #851721;
  color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #cf2434 !important;
  border-color: #cf2434 !important;
}
.btn-black-outline .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline .mbr-iconfont {
  background-color: #ffffff;
  color: #666666;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  background-color: #d4d4d4;
  color: #3b3b3b;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #4d4d4d !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #a9927d !important;
}
.text-secondary {
  color: #323131 !important;
}
.text-success {
  color: #26cd80 !important;
}
.text-info {
  color: #0cc2e7 !important;
}
.text-warning {
  color: #f3b600 !important;
}
.text-danger {
  color: #cf2434 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #745f4c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #16774a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #077186 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8d6a00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #78151e !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #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: #a9927d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cc2e7;
}
.alert-warning {
  background-color: #f3b600;
}
.alert-danger {
  background-color: #cf2434;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 16px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a9927d;
  border-color: #a9927d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a9927d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dcd2ca;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #caf5e1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c3f2fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffefc0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f6c9cd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 16px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #a9927d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Smooch Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #a9927d;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 16px !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: 16px !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: #a9927d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a9927d;
}
.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: #a9927d;
  border-bottom-color: #a9927d;
}
.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: #a9927d !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: #323131 !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='%23a9927d' %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 {
  font-weight: 500;
  padding: 8px 24px 8px 24px;
  min-height: 62px;
  min-height: 45px;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 48px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transition: all .3s ease;
  margin-left: 20px;
  margin-right: -17px;
  width: 38px;
  height: 26px;
}
.mbr-section-btn .btn-primary .mbr-iconfont {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover .mbr-iconfont,
.mbr-section-btn .btn-primary:focus .mbr-iconfont,
.mbr-section-btn .btn-primary.focus .mbr-iconfont,
.mbr-section-btn .btn-primary.active .mbr-iconfont {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white {
  color: #000000 !important;
}
.mbr-section-btn .btn-white .mbr-iconfont {
  background-color: #a9927d !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.mbr-section-btn .btn-white:hover .mbr-iconfont,
.mbr-section-btn .btn-white:focus .mbr-iconfont,
.mbr-section-btn .btn-white.focus .mbr-iconfont,
.mbr-section-btn .btn-white.active .mbr-iconfont {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black {
  color: #ffffff !important;
}
.mbr-section-btn .btn-black .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.mbr-section-btn .btn-black:hover .mbr-iconfont,
.mbr-section-btn .btn-black:focus .mbr-iconfont,
.mbr-section-btn .btn-black.focus .mbr-iconfont,
.mbr-section-btn .btn-black.active .mbr-iconfont {
  background-color: #a9927d !important;
  color: #000000 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.grid-item::before {
  border-radius: 30px !important;
}
@media (max-width: 991px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .grid-item::before {
    border-radius: 25px !important;
  }
}
.middle-radius {
  border-radius: 20px !important;
}
.little-radius,
.dropdown-item {
  border-radius: 10px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vdmnggLyH2 .navbar-dropdown {
  position: relative !important;
}
.cid-vdmnggLyH2 .navbar-dropdown {
  position: absolute !important;
}
.cid-vdmnggLyH2 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vdmnggLyH2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdmnggLyH2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdmnggLyH2 .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 300;
}
.cid-vdmnggLyH2 .dropdown-item:hover,
.cid-vdmnggLyH2 .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vdmnggLyH2 .dropdown-item:hover span {
  color: white;
}
.cid-vdmnggLyH2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdmnggLyH2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdmnggLyH2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdmnggLyH2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdmnggLyH2 .nav-link {
  position: relative;
}
.cid-vdmnggLyH2 .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vdmnggLyH2 .container {
    max-width: 1100px;
  }
}
.cid-vdmnggLyH2 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdmnggLyH2 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vdmnggLyH2 .dropdown-menu,
.cid-vdmnggLyH2 .navbar.opened {
  background: #ffffff !important;
  background: rgba(255, 255, 255, 0.5) !important;
}
.cid-vdmnggLyH2 .nav-item:focus,
.cid-vdmnggLyH2 .nav-link:focus {
  outline: none;
}
.cid-vdmnggLyH2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdmnggLyH2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vdmnggLyH2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdmnggLyH2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdmnggLyH2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdmnggLyH2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vdmnggLyH2 .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vdmnggLyH2 .navbar.opened {
  transition: all 0.3s;
}
.cid-vdmnggLyH2 .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vdmnggLyH2 .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vdmnggLyH2 .navbar .navbar-logo img {
  width: auto;
}
.cid-vdmnggLyH2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdmnggLyH2 .navbar.collapsed {
  justify-content: center;
}
.cid-vdmnggLyH2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdmnggLyH2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdmnggLyH2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vdmnggLyH2 .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vdmnggLyH2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vdmnggLyH2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vdmnggLyH2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdmnggLyH2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdmnggLyH2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdmnggLyH2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdmnggLyH2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdmnggLyH2 .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vdmnggLyH2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdmnggLyH2 .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vdmnggLyH2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vdmnggLyH2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdmnggLyH2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdmnggLyH2 .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vdmnggLyH2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdmnggLyH2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdmnggLyH2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdmnggLyH2 .navbar.navbar-short {
  min-height: 86px;
}
.cid-vdmnggLyH2 .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vdmnggLyH2 .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdmnggLyH2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdmnggLyH2 .navbar-brand .navbar-caption:hover,
.cid-vdmnggLyH2 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdmnggLyH2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdmnggLyH2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdmnggLyH2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdmnggLyH2 .dropdown-item.active,
.cid-vdmnggLyH2 .dropdown-item:active {
  background-color: transparent;
}
.cid-vdmnggLyH2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdmnggLyH2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdmnggLyH2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdmnggLyH2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vdmnggLyH2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vdmnggLyH2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdmnggLyH2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdmnggLyH2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #777777;
}
@media (min-width: 991px) {
  .cid-vdmnggLyH2 ul.navbar-nav {
    background-color: transparent;
    border-radius: 20px !important;
  }
}
@media (max-width: 992px) {
  .cid-vdmnggLyH2 ul.navbar-nav {
    padding: 10px;
  }
  .cid-vdmnggLyH2 ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vdmnggLyH2 .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vdmnggLyH2 .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vdmnggLyH2 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vdmnggLyH2 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vdmnggLyH2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdmnggLyH2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdmnggLyH2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdmnggLyH2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdmnggLyH2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdmnggLyH2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdmnggLyH2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vdmnggLyH2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdmnggLyH2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdmnggLyH2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdmnggLyH2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdmnggLyH2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdmnggLyH2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdmnggLyH2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdmnggLyH2 .navbar {
    height: 70px;
  }
  .cid-vdmnggLyH2 .navbar.opened {
    height: auto;
  }
  .cid-vdmnggLyH2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdmnggLyH2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdmnggLyH2 .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdmnggLyH2 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vdmnggLyH2 .nav-item .nav-link:hover {
  background-color: #a9927d;
  color: #000000;
}
.cid-vdmnggLyH2 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vdmnggLyH2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdmnggLyH2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdmnggLyH2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdmnggLyH2 .navbar {
  justify-content: flex-start !important;
}
.cid-vdmnggLyH2 .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-vdmnggLyH2 .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-vdmnggLyH2 .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-vdmnggLyH2 .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-vdmnggLyH2 .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-vdmnggLyH2 .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-vdmnggLyH2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdmnggLyH2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdmnggLyH2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdmnggLyH2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdmnggLyH2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdmnggLyH2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdmnggLyH2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdmnggLyH2 .content-wrap {
  min-height: 86px;
}
.cid-vdmnggLyH2 .dropdown {
  width: fit-content;
  width: auto;
  text-align: center;
}
.cid-vdmnggLyH2 .dropdown .dropdown-item {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vdmnggLyH2 .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vdmnggMj7d {
  background-image: url("https://r.mobirisesite.com/2422027/assets/images/ge865cdcf3ddb435d78f28af31a0d-h_mn31y1zh.jpg");
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
.cid-vdmnggMj7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmnggMj7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdmnggMj7d .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vdmnggMj7d .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdmnggMj7d .card {
  justify-content: flex-end;
}
.cid-vdmnggMj7d .title-wrapper {
  margin-bottom: 20px;
}
.cid-vdmnggMj7d .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdmnggMj7d .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vdmnggMj7d .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdmnggMj7d .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdmnggMj7d .mbr-section-title {
  color: #ffffff;
}
.cid-vdmnggMj7d .mbr-section-subtitle {
  color: #DBC2AC;
}
.cid-vdmnggMj7d .mbr-text {
  color: #ffffff;
}
.cid-vdmnggMj7d .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdmnggMj7d .mbr-section-btn {
    text-align: left;
  }
}
.cid-vdmnghe26R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a9927d;
}
.cid-vdmnghe26R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmnghe26R .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-vdmnghe26R .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vdmnghe26R .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdmnghe26R .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdmnghe26R .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdmnghe26R .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdmnghe26R .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdmnghe26R .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vdmnghe26R .title-wrapper .main-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vdmnghe26R .items-wrapper .item {
  margin-bottom: 50px;
}
.cid-vdmnghe26R .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vdmnghe26R .items-wrapper .item .item-wrapper {
  display: flex;
  gap: 25px;
}
@media (max-width: 992px) {
  .cid-vdmnghe26R .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vdmnghe26R .items-wrapper .item .item-wrapper .iconfont-wrapper {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-vdmnghe26R .items-wrapper .item .item-wrapper .iconfont-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vdmnghe26R .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vdmnghe26R .items-wrapper .item .item-wrapper .card-box {
  width: 100%;
}
.cid-vdmnghe26R .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdmnghe26R .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdmnghe26R .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdmnghe26R .mbr-label {
  color: #000000;
}
.cid-vdmnghe26R .mbr-section-title {
  color: #000000;
}
.cid-vdmnghe26R .item-title {
  color: #000000;
}
.cid-vdmnghe26R .item-text {
  color: #000000;
}
.cid-vdmnghe26R .mbr-label,
.cid-vdmnghe26R .label-wrapper {
  color: #000000;
}
.cid-vdmnghe26R .mbr-section-title,
.cid-vdmnghe26R .main-btn,
.cid-vdmnghe26R .title-wrap {
  color: #000000;
}
.cid-vdmnghe26R .card-icons {
  color: #000000;
}
.cid-vdmnghe26R .item-title,
.cid-vdmnghe26R .item-btn {
  color: #000000;
}
.cid-vdmnghe26R .card-icon {
  color: #000000;
}
.cid-vdmnghxAXB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdmnghxAXB .item:focus,
.cid-vdmnghxAXB span:focus {
  outline: none;
}
.cid-vdmnghxAXB .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-vdmnghxAXB .item {
  padding: 30px 0;
}
.cid-vdmnghxAXB .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #efeeec;
  will-change: transform;
}
.cid-vdmnghxAXB .content-wrap_2 {
  transform: rotate(-2deg);
  background-color: #000000;
  will-change: transform;
}
.cid-vdmnghxAXB .container_1 {
  background-color: #efeeec;
}
.cid-vdmnghxAXB .container_1 .item_1 {
  color: #000000;
  background-color: #efeeec;
}
.cid-vdmnghxAXB .container_2 {
  background-color: #000000;
}
.cid-vdmnghxAXB .container_2 .item_2 {
  color: #ffffff;
  background-color: #000000;
}
.cid-vdmngiO7YZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdmngiO7YZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmngiO7YZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdmngiO7YZ .title-wrapper {
  margin-bottom: 50px;
}
.cid-vdmngiO7YZ .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdmngiO7YZ .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdmngiO7YZ .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdmngiO7YZ .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdmngiO7YZ .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdmngiO7YZ .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vdmngiO7YZ .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdmngiO7YZ .items-wrapper {
  margin: 0 -10px;
}
.cid-vdmngiO7YZ .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdmngiO7YZ .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vdmngiO7YZ .items-wrapper .item:hover .item-wrapper,
.cid-vdmngiO7YZ .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vdmngiO7YZ .items-wrapper .item:hover .item-wrapper,
  .cid-vdmngiO7YZ .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vdmngiO7YZ .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vdmngiO7YZ .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #a9927d;
  color: #000000 !important;
}
.cid-vdmngiO7YZ .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #e8e8e8;
  padding: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vdmngiO7YZ .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vdmngiO7YZ .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdmngiO7YZ .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdmngiO7YZ .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vdmngiO7YZ .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdmngiO7YZ .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdmngiO7YZ .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdmngiO7YZ .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vdmngiO7YZ .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vdmngiO7YZ .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #efeeec;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  z-index: 1;
}
.cid-vdmngiO7YZ .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vdmngiO7YZ .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #a9927d;
  color: #000000 !important;
}
.cid-vdmngiO7YZ .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vdmngiO7YZ .mbr-label,
.cid-vdmngiO7YZ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vdmngiO7YZ .mbr-section-title,
.cid-vdmngiO7YZ .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vdmngiO7YZ .item-title {
  color: #000000;
}
.cid-vdmngiO7YZ .item-text {
  color: #000000;
}
.cid-vdmngiO7YZ .card-link {
  color: #000000;
}
.cid-vdmngjAP0s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdmngjAP0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmngjAP0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdmngjAP0s .content-wrap {
  margin: 0 -25px;
}
.cid-vdmngjAP0s .content-wrap .item {
  padding: 0 25px;
}
@media (max-width: 992px) {
  .cid-vdmngjAP0s .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vdmngjAP0s .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdmngjAP0s .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdmngjAP0s .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdmngjAP0s .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdmngjAP0s .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdmngjAP0s .mbr-label {
  color: #000000;
}
.cid-vdmngjAP0s .mbr-section-title {
  color: #000000;
}
.cid-vdmngiQk4N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdmngiQk4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmngiQk4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdmngiQk4N .card {
  justify-content: center;
}
.cid-vdmngiQk4N .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdmngiQk4N .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdmngiQk4N .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vdmngiQk4N .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-vdmngiQk4N .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vdmngiQk4N .embla__slide .slide-content {
  width: 100%;
}
.cid-vdmngiQk4N .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vdmngiQk4N .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdmngiQk4N .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-vdmngiQk4N .embla__button--next,
.cid-vdmngiQk4N .embla__button--prev {
  display: flex;
}
.cid-vdmngiQk4N .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vdmngiQk4N .embla__button:hover {
  background-color: #caf31d !important;
  color: #000000 !important;
}
.cid-vdmngiQk4N .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vdmngiQk4N .embla__button.embla__button--prev {
  left: 0;
}
.cid-vdmngiQk4N .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vdmngiQk4N .embla__button.embla__button--next {
  right: 0;
}
.cid-vdmngiQk4N .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vdmngiQk4N .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vdmngiQk4N .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vdmngiQk4N .embla__viewport {
    padding: 0;
  }
}
.cid-vdmngiQk4N .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdmngiQk4N .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdmngiQk4N .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdmngiQk4N .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vdmngiQk4N .mbr-section-title {
  color: #000000;
}
.cid-vdmngiQk4N .mbr-section-title,
.cid-vdmngiQk4N .title-wrapper {
  color: #000000;
}
.cid-vdmnglh43X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdmnglh43X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmnglh43X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdmnglh43X .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
}
@media (max-width: 1640px) {
  .cid-vdmnglh43X .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdmnglh43X .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdmnglh43X .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdmnglh43X .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vdmnglh43X .title-wrapper .title-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-vdmnglh43X .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdmnglh43X .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cid-vdmnglh43X .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  background-color: #a9927d;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vdmnglh43X .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vdmnglh43X .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdmnglh43X .btn-wrapper {
  margin-top: -3rem;
}
.cid-vdmnglh43X .mbr-section-title {
  color: #ffffff;
}
.cid-vdmnglh43X .item-title {
  color: #ffffff;
}
.cid-vdmnglh43X .item-text {
  color: #ffffff;
}
.cid-vdmnglh43X .card-icons {
  color: #000000;
}
.cid-vdmnglh0Dr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdmnglh0Dr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmnglh0Dr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdmnglh0Dr .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vdmnglh0Dr .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdmnglh0Dr .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdmnglh0Dr .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdmnglh0Dr .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vdmnglh0Dr .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdmnglh0Dr .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vdmnglh0Dr .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vdmnglh0Dr .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vdmnglh0Dr .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.cid-vdmnglh0Dr .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdmnglh0Dr .nav-wrapper .list .item-wrap:hover,
.cid-vdmnglh0Dr .nav-wrapper .list .item-wrap:focus {
  color: #caf31d;
}
.cid-vdmnglh0Dr .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vdmnglh0Dr .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vdmnglh0Dr .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vdmnglh0Dr .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vdmnglh0Dr .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vdmnglh0Dr .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdmnglh0Dr .mbr-copy {
  margin-bottom: 0;
  color: #777777;
  text-align: center;
}
.cid-vdmnglh0Dr .mbr-text {
  color: #ffffff;
}
.cid-vdmnglh0Dr .list {
  color: #ffffff;
}
.cid-vdmnglh0Dr .mbr-soc {
  color: #ffffff;
}
.cid-vdmnglh0Dr .mbr-desc {
  color: #ffffff;
}
.cid-vdt4Z0loVf .navbar-dropdown {
  position: relative !important;
}
.cid-vdt4Z0loVf .navbar-dropdown {
  position: absolute !important;
}
.cid-vdt4Z0loVf .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vdt4Z0loVf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdt4Z0loVf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdt4Z0loVf .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 300;
}
.cid-vdt4Z0loVf .dropdown-item:hover,
.cid-vdt4Z0loVf .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vdt4Z0loVf .dropdown-item:hover span {
  color: white;
}
.cid-vdt4Z0loVf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdt4Z0loVf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdt4Z0loVf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdt4Z0loVf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdt4Z0loVf .nav-link {
  position: relative;
}
.cid-vdt4Z0loVf .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vdt4Z0loVf .container {
    max-width: 1100px;
  }
}
.cid-vdt4Z0loVf .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdt4Z0loVf .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vdt4Z0loVf .dropdown-menu,
.cid-vdt4Z0loVf .navbar.opened {
  background: #ffffff !important;
  background: rgba(255, 255, 255, 0.5) !important;
}
.cid-vdt4Z0loVf .nav-item:focus,
.cid-vdt4Z0loVf .nav-link:focus {
  outline: none;
}
.cid-vdt4Z0loVf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdt4Z0loVf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vdt4Z0loVf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdt4Z0loVf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdt4Z0loVf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdt4Z0loVf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vdt4Z0loVf .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vdt4Z0loVf .navbar.opened {
  transition: all 0.3s;
}
.cid-vdt4Z0loVf .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vdt4Z0loVf .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vdt4Z0loVf .navbar .navbar-logo img {
  width: auto;
}
.cid-vdt4Z0loVf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdt4Z0loVf .navbar.collapsed {
  justify-content: center;
}
.cid-vdt4Z0loVf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdt4Z0loVf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdt4Z0loVf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vdt4Z0loVf .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vdt4Z0loVf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vdt4Z0loVf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vdt4Z0loVf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdt4Z0loVf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdt4Z0loVf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdt4Z0loVf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdt4Z0loVf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdt4Z0loVf .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vdt4Z0loVf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdt4Z0loVf .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vdt4Z0loVf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vdt4Z0loVf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdt4Z0loVf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdt4Z0loVf .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vdt4Z0loVf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdt4Z0loVf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdt4Z0loVf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdt4Z0loVf .navbar.navbar-short {
  min-height: 86px;
}
.cid-vdt4Z0loVf .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vdt4Z0loVf .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdt4Z0loVf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdt4Z0loVf .navbar-brand .navbar-caption:hover,
.cid-vdt4Z0loVf .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdt4Z0loVf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdt4Z0loVf .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdt4Z0loVf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdt4Z0loVf .dropdown-item.active,
.cid-vdt4Z0loVf .dropdown-item:active {
  background-color: transparent;
}
.cid-vdt4Z0loVf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdt4Z0loVf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdt4Z0loVf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdt4Z0loVf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vdt4Z0loVf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vdt4Z0loVf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdt4Z0loVf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdt4Z0loVf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #777777;
}
@media (min-width: 991px) {
  .cid-vdt4Z0loVf ul.navbar-nav {
    background-color: transparent;
    border-radius: 20px !important;
  }
}
@media (max-width: 992px) {
  .cid-vdt4Z0loVf ul.navbar-nav {
    padding: 10px;
  }
  .cid-vdt4Z0loVf ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vdt4Z0loVf .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vdt4Z0loVf .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vdt4Z0loVf .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vdt4Z0loVf .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vdt4Z0loVf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdt4Z0loVf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdt4Z0loVf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdt4Z0loVf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdt4Z0loVf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdt4Z0loVf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdt4Z0loVf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vdt4Z0loVf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdt4Z0loVf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdt4Z0loVf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdt4Z0loVf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdt4Z0loVf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdt4Z0loVf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdt4Z0loVf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdt4Z0loVf .navbar {
    height: 70px;
  }
  .cid-vdt4Z0loVf .navbar.opened {
    height: auto;
  }
  .cid-vdt4Z0loVf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdt4Z0loVf .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdt4Z0loVf .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdt4Z0loVf .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vdt4Z0loVf .nav-item .nav-link:hover {
  background-color: #a9927d;
  color: #000000;
}
.cid-vdt4Z0loVf .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vdt4Z0loVf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdt4Z0loVf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdt4Z0loVf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdt4Z0loVf .navbar {
  justify-content: flex-start !important;
}
.cid-vdt4Z0loVf .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-vdt4Z0loVf .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-vdt4Z0loVf .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-vdt4Z0loVf .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-vdt4Z0loVf .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-vdt4Z0loVf .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-vdt4Z0loVf .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdt4Z0loVf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdt4Z0loVf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdt4Z0loVf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdt4Z0loVf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdt4Z0loVf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdt4Z0loVf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdt4Z0loVf .content-wrap {
  min-height: 86px;
}
.cid-vdt4Z0loVf .dropdown {
  width: fit-content;
  width: auto;
  text-align: center;
}
.cid-vdt4Z0loVf .dropdown .dropdown-item {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vdt4Z0loVf .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vdt4Z19Kjx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt4Z19Kjx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2422027/assets/images/background1.jpg?rnd=1774272755073");
}
.cid-vdt4Z19Kjx .image-wrap {
  height: 300px;
}
.cid-vdt4Z1Amif {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdt4Z1Amif .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt4Z1Amif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdt4Z1Amif .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdt4Z1Amif .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdt4Z1Amif .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdt4Z1Amif .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdt4Z1Amif .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdt4Z1Amif .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdt4Z1Amif .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdt4Z1Amif .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vdt4Z1Amif .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vdt4Z1Amif .content-wrap {
  margin: 0 -20px;
}
.cid-vdt4Z1Amif .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdt4Z1Amif .text-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdt4Z1Amif .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdt4Z1Amif .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 25px;
  }
}
.cid-vdt4Z1Amif .text-wrapper .mbr-number {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdt4Z1Amif .text-wrapper .mbr-number {
    margin-bottom: 25px;
  }
}
.cid-vdt4Z1Amif .text-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdt4Z1Amif .text-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-vdt4Z1Amif .image-wrapper img {
  height: 530px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vdt4Z1Amif .image-wrapper img {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-vdt4Z1Amif .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vdt4Z1Amif .list-wrapper {
    margin-top: 25px;
  }
}
.cid-vdt4Z1Amif .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdt4Z1Amif .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vdt4Z1Amif .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdt4Z1Amif .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
}
.cid-vdt4Z1Amif .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdt4Z1Amif .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vdt4Z1Amif .list-wrapper .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vdt4Z1Amif .list-wrapper .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vdt4Z1Amif .mbr-label {
  color: #000000;
}
.cid-vdt4Z1Amif .mbr-section-title {
  color: #000000;
}
.cid-vdt4Z1Amif .mbr-text {
  color: #000000;
}
.cid-vdt4Z1Amif .mbr-number {
  color: #000000;
}
.cid-vdt4Z1Amif .mbr-desc {
  color: #000000;
}
.cid-vdt4Z1Amif .mbr-section-subtitle {
  color: #000000;
}
.cid-vdt4Z1Amif .list {
  color: #000000;
}
.cid-vdt4Z1Amif .card-icon {
  color: #000000;
}
.cid-vdt4Z1Amif .mbr-label,
.cid-vdt4Z1Amif .label-wrapper {
  color: #000000;
}
.cid-vdt4Z1Amif .mbr-section-title,
.cid-vdt4Z1Amif .main-btn,
.cid-vdt4Z1Amif .title-wrap {
  color: #000000;
}
.cid-vdt4Z1Amif .mbr-text .text-wrap {
  color: #000000;
}
.cid-vdt4Z1Amif .mbr-section-subtitle,
.cid-vdt4Z1Amif .mbr-section-btn {
  color: #000000;
}
.cid-vdt4Z1Amif .list,
.cid-vdt4Z1Amif .item-wrap {
  color: #000000;
}
.cid-vdt4Z3uvAE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdt4Z3uvAE .item:focus,
.cid-vdt4Z3uvAE span:focus {
  outline: none;
}
.cid-vdt4Z3uvAE .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-vdt4Z3uvAE .item {
  padding: 30px 0;
}
.cid-vdt4Z3uvAE .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #efeeec;
  will-change: transform;
}
.cid-vdt4Z3uvAE .content-wrap_2 {
  transform: rotate(-2deg);
  background-color: #000000;
  will-change: transform;
}
.cid-vdt4Z3uvAE .container_1 {
  background-color: #efeeec;
}
.cid-vdt4Z3uvAE .container_1 .item_1 {
  color: #000000;
  background-color: #efeeec;
}
.cid-vdt4Z3uvAE .container_2 {
  background-color: #000000;
}
.cid-vdt4Z3uvAE .container_2 .item_2 {
  color: #ffffff;
  background-color: #000000;
}
.cid-vdt4Z4QRBx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdt4Z4QRBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt4Z4QRBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdt4Z4QRBx .title-wrapper {
  margin-bottom: 50px;
}
.cid-vdt4Z4QRBx .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdt4Z4QRBx .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdt4Z4QRBx .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdt4Z4QRBx .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdt4Z4QRBx .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdt4Z4QRBx .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vdt4Z4QRBx .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdt4Z4QRBx .items-wrapper {
  margin: 0 -10px;
}
.cid-vdt4Z4QRBx .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdt4Z4QRBx .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vdt4Z4QRBx .items-wrapper .item:hover .item-wrapper,
.cid-vdt4Z4QRBx .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vdt4Z4QRBx .items-wrapper .item:hover .item-wrapper,
  .cid-vdt4Z4QRBx .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vdt4Z4QRBx .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vdt4Z4QRBx .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #a9927d;
  color: #000000 !important;
}
.cid-vdt4Z4QRBx .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #e8e8e8;
  padding: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vdt4Z4QRBx .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vdt4Z4QRBx .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdt4Z4QRBx .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdt4Z4QRBx .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vdt4Z4QRBx .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdt4Z4QRBx .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdt4Z4QRBx .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdt4Z4QRBx .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vdt4Z4QRBx .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vdt4Z4QRBx .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #efeeec;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  z-index: 1;
}
.cid-vdt4Z4QRBx .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vdt4Z4QRBx .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #a9927d;
  color: #000000 !important;
}
.cid-vdt4Z4QRBx .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vdt4Z4QRBx .mbr-label,
.cid-vdt4Z4QRBx .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vdt4Z4QRBx .mbr-section-title,
.cid-vdt4Z4QRBx .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vdt4Z4QRBx .item-title {
  color: #000000;
}
.cid-vdt4Z4QRBx .item-text {
  color: #000000;
}
.cid-vdt4Z4QRBx .card-link {
  color: #000000;
}
.cid-vdt4Z5bcq9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdt4Z5bcq9 .item:focus,
.cid-vdt4Z5bcq9 span:focus {
  outline: none;
}
.cid-vdt4Z5bcq9 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vdt4Z5bcq9 .content-head {
  max-width: 800px;
}
.cid-vdt4Z5bcq9 .item {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  font-weight: 700;
  padding: 10px 0;
}
.cid-vdt4Z5JAxQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdt4Z5JAxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt4Z5JAxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdt4Z5JAxQ .card {
  justify-content: center;
}
.cid-vdt4Z5JAxQ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdt4Z5JAxQ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdt4Z5JAxQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vdt4Z5JAxQ .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-vdt4Z5JAxQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vdt4Z5JAxQ .embla__slide .slide-content {
  width: 100%;
}
.cid-vdt4Z5JAxQ .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vdt4Z5JAxQ .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdt4Z5JAxQ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-vdt4Z5JAxQ .embla__button--next,
.cid-vdt4Z5JAxQ .embla__button--prev {
  display: flex;
}
.cid-vdt4Z5JAxQ .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vdt4Z5JAxQ .embla__button:hover {
  background-color: #caf31d !important;
  color: #000000 !important;
}
.cid-vdt4Z5JAxQ .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vdt4Z5JAxQ .embla__button.embla__button--prev {
  left: 0;
}
.cid-vdt4Z5JAxQ .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vdt4Z5JAxQ .embla__button.embla__button--next {
  right: 0;
}
.cid-vdt4Z5JAxQ .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vdt4Z5JAxQ .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vdt4Z5JAxQ .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vdt4Z5JAxQ .embla__viewport {
    padding: 0;
  }
}
.cid-vdt4Z5JAxQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdt4Z5JAxQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdt4Z5JAxQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdt4Z5JAxQ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vdt4Z5JAxQ .mbr-section-title {
  color: #000000;
}
.cid-vdt4Z5JAxQ .mbr-section-title,
.cid-vdt4Z5JAxQ .title-wrapper {
  color: #000000;
}
.cid-vdt4Z7NcDt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdt4Z7NcDt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt4Z7NcDt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdt4Z7NcDt .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
}
@media (max-width: 1640px) {
  .cid-vdt4Z7NcDt .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdt4Z7NcDt .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdt4Z7NcDt .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdt4Z7NcDt .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vdt4Z7NcDt .title-wrapper .title-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-vdt4Z7NcDt .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdt4Z7NcDt .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cid-vdt4Z7NcDt .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  background-color: #a9927d;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vdt4Z7NcDt .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vdt4Z7NcDt .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdt4Z7NcDt .btn-wrapper {
  margin-top: -3rem;
}
.cid-vdt4Z7NcDt .mbr-section-title {
  color: #ffffff;
}
.cid-vdt4Z7NcDt .item-title {
  color: #ffffff;
}
.cid-vdt4Z7NcDt .item-text {
  color: #ffffff;
}
.cid-vdt4Z7NcDt .card-icons {
  color: #000000;
}
.cid-vdt4Z83nKF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdt4Z83nKF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt4Z83nKF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdt4Z83nKF .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vdt4Z83nKF .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdt4Z83nKF .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdt4Z83nKF .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdt4Z83nKF .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vdt4Z83nKF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdt4Z83nKF .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vdt4Z83nKF .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vdt4Z83nKF .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vdt4Z83nKF .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.cid-vdt4Z83nKF .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdt4Z83nKF .nav-wrapper .list .item-wrap:hover,
.cid-vdt4Z83nKF .nav-wrapper .list .item-wrap:focus {
  color: #caf31d;
}
.cid-vdt4Z83nKF .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vdt4Z83nKF .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vdt4Z83nKF .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vdt4Z83nKF .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vdt4Z83nKF .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vdt4Z83nKF .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdt4Z83nKF .mbr-copy {
  margin-bottom: 0;
  color: #777777;
  text-align: center;
}
.cid-vdt4Z83nKF .mbr-text {
  color: #ffffff;
}
.cid-vdt4Z83nKF .list {
  color: #ffffff;
}
.cid-vdt4Z83nKF .mbr-soc {
  color: #ffffff;
}
.cid-vdt4Z83nKF .mbr-desc {
  color: #ffffff;
}
.cid-vdxWNuY7ZK .navbar-dropdown {
  position: relative !important;
}
.cid-vdxWNuY7ZK .navbar-dropdown {
  position: absolute !important;
}
.cid-vdxWNuY7ZK .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vdxWNuY7ZK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxWNuY7ZK .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdxWNuY7ZK .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 300;
}
.cid-vdxWNuY7ZK .dropdown-item:hover,
.cid-vdxWNuY7ZK .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vdxWNuY7ZK .dropdown-item:hover span {
  color: white;
}
.cid-vdxWNuY7ZK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdxWNuY7ZK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdxWNuY7ZK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdxWNuY7ZK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdxWNuY7ZK .nav-link {
  position: relative;
}
.cid-vdxWNuY7ZK .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vdxWNuY7ZK .container {
    max-width: 1100px;
  }
}
.cid-vdxWNuY7ZK .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdxWNuY7ZK .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vdxWNuY7ZK .dropdown-menu,
.cid-vdxWNuY7ZK .navbar.opened {
  background: #ffffff !important;
  background: rgba(255, 255, 255, 0.5) !important;
}
.cid-vdxWNuY7ZK .nav-item:focus,
.cid-vdxWNuY7ZK .nav-link:focus {
  outline: none;
}
.cid-vdxWNuY7ZK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdxWNuY7ZK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vdxWNuY7ZK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdxWNuY7ZK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxWNuY7ZK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdxWNuY7ZK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vdxWNuY7ZK .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vdxWNuY7ZK .navbar.opened {
  transition: all 0.3s;
}
.cid-vdxWNuY7ZK .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vdxWNuY7ZK .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vdxWNuY7ZK .navbar .navbar-logo img {
  width: auto;
}
.cid-vdxWNuY7ZK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdxWNuY7ZK .navbar.collapsed {
  justify-content: center;
}
.cid-vdxWNuY7ZK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdxWNuY7ZK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdxWNuY7ZK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vdxWNuY7ZK .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vdxWNuY7ZK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vdxWNuY7ZK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vdxWNuY7ZK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdxWNuY7ZK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdxWNuY7ZK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdxWNuY7ZK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdxWNuY7ZK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdxWNuY7ZK .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vdxWNuY7ZK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdxWNuY7ZK .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vdxWNuY7ZK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vdxWNuY7ZK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdxWNuY7ZK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdxWNuY7ZK .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vdxWNuY7ZK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdxWNuY7ZK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdxWNuY7ZK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdxWNuY7ZK .navbar.navbar-short {
  min-height: 86px;
}
.cid-vdxWNuY7ZK .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vdxWNuY7ZK .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdxWNuY7ZK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdxWNuY7ZK .navbar-brand .navbar-caption:hover,
.cid-vdxWNuY7ZK .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdxWNuY7ZK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdxWNuY7ZK .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdxWNuY7ZK .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdxWNuY7ZK .dropdown-item.active,
.cid-vdxWNuY7ZK .dropdown-item:active {
  background-color: transparent;
}
.cid-vdxWNuY7ZK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdxWNuY7ZK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdxWNuY7ZK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdxWNuY7ZK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vdxWNuY7ZK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vdxWNuY7ZK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdxWNuY7ZK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdxWNuY7ZK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #777777;
}
@media (min-width: 991px) {
  .cid-vdxWNuY7ZK ul.navbar-nav {
    background-color: transparent;
    border-radius: 20px !important;
  }
}
@media (max-width: 992px) {
  .cid-vdxWNuY7ZK ul.navbar-nav {
    padding: 10px;
  }
  .cid-vdxWNuY7ZK ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vdxWNuY7ZK .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vdxWNuY7ZK .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vdxWNuY7ZK .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vdxWNuY7ZK .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vdxWNuY7ZK .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdxWNuY7ZK button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdxWNuY7ZK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdxWNuY7ZK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdxWNuY7ZK button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdxWNuY7ZK button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdxWNuY7ZK button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vdxWNuY7ZK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxWNuY7ZK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxWNuY7ZK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxWNuY7ZK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxWNuY7ZK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdxWNuY7ZK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxWNuY7ZK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdxWNuY7ZK .navbar {
    height: 70px;
  }
  .cid-vdxWNuY7ZK .navbar.opened {
    height: auto;
  }
  .cid-vdxWNuY7ZK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdxWNuY7ZK .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdxWNuY7ZK .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdxWNuY7ZK .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vdxWNuY7ZK .nav-item .nav-link:hover {
  background-color: #a9927d;
  color: #000000;
}
.cid-vdxWNuY7ZK .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vdxWNuY7ZK .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdxWNuY7ZK .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdxWNuY7ZK .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdxWNuY7ZK .navbar {
  justify-content: flex-start !important;
}
.cid-vdxWNuY7ZK .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-vdxWNuY7ZK .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-vdxWNuY7ZK .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-vdxWNuY7ZK .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-vdxWNuY7ZK .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-vdxWNuY7ZK .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-vdxWNuY7ZK .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdxWNuY7ZK .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdxWNuY7ZK .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdxWNuY7ZK .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdxWNuY7ZK .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdxWNuY7ZK .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdxWNuY7ZK .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdxWNuY7ZK .content-wrap {
  min-height: 86px;
}
.cid-vdxWNuY7ZK .dropdown {
  width: fit-content;
  width: auto;
  text-align: center;
}
.cid-vdxWNuY7ZK .dropdown .dropdown-item {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vdxWNuY7ZK .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vdxWNwZz0q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdxWNwZz0q .item:focus,
.cid-vdxWNwZz0q span:focus {
  outline: none;
}
.cid-vdxWNwZz0q .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-vdxWNwZz0q .item {
  padding: 30px 0;
}
.cid-vdxWNwZz0q .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #efeeec;
  will-change: transform;
}
.cid-vdxWNwZz0q .content-wrap_2 {
  transform: rotate(-2deg);
  background-color: #000000;
  will-change: transform;
}
.cid-vdxWNwZz0q .container_1 {
  background-color: #efeeec;
}
.cid-vdxWNwZz0q .container_1 .item_1 {
  color: #000000;
  background-color: #efeeec;
}
.cid-vdxWNwZz0q .container_2 {
  background-color: #000000;
}
.cid-vdxWNwZz0q .container_2 .item_2 {
  color: #ffffff;
  background-color: #000000;
}
.cid-vdxWNzxqHs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdxWNzxqHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxWNzxqHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxWNzxqHs .content-wrap {
  margin: 0 -25px;
}
.cid-vdxWNzxqHs .content-wrap .card {
  padding: 0 25px;
}
@media (max-width: 992px) {
  .cid-vdxWNzxqHs .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vdxWNzxqHs .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdxWNzxqHs .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdxWNzxqHs .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdxWNzxqHs .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdxWNzxqHs .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .cid-vdxWNzxqHs .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vdxWNzxqHs .title-wrapper .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdxWNzxqHs .title-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-vdxWNzxqHs .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vdxWNzxqHs .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vdxWNzxqHs .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vdxWNzxqHs .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 5px;
}
.cid-vdxWNzxqHs .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px 15px;
  background-color: transparent;
  border: 1px solid #e8e8e8 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-vdxWNzxqHs .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #777777;
}
.cid-vdxWNzxqHs .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vdxWNzxqHs .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #a9927d !important;
}
.cid-vdxWNzxqHs .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vdxWNzxqHs .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vdxWNzxqHs .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #777777;
  border-color: #777777;
}
.cid-vdxWNzxqHs .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 5px;
}
.cid-vdxWNzxqHs .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  min-height: auto;
}
.cid-vdxWNzxqHs .mbr-label {
  color: #000000;
}
.cid-vdxWNzxqHs .mbr-section-title {
  color: #000000;
}
.cid-vdxWNzxqHs .mbr-section-subtitle {
  color: #000000;
}
.cid-vdxWNzxqHs label {
  color: #000000;
}
.cid-vdxWNyzOSd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdxWNyzOSd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxWNyzOSd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxWNyzOSd .card {
  justify-content: center;
}
.cid-vdxWNyzOSd .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdxWNyzOSd .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdxWNyzOSd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vdxWNyzOSd .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-vdxWNyzOSd .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vdxWNyzOSd .embla__slide .slide-content {
  width: 100%;
}
.cid-vdxWNyzOSd .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vdxWNyzOSd .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdxWNyzOSd .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-vdxWNyzOSd .embla__button--next,
.cid-vdxWNyzOSd .embla__button--prev {
  display: flex;
}
.cid-vdxWNyzOSd .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vdxWNyzOSd .embla__button:hover {
  background-color: #caf31d !important;
  color: #000000 !important;
}
.cid-vdxWNyzOSd .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vdxWNyzOSd .embla__button.embla__button--prev {
  left: 0;
}
.cid-vdxWNyzOSd .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vdxWNyzOSd .embla__button.embla__button--next {
  right: 0;
}
.cid-vdxWNyzOSd .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vdxWNyzOSd .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vdxWNyzOSd .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vdxWNyzOSd .embla__viewport {
    padding: 0;
  }
}
.cid-vdxWNyzOSd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxWNyzOSd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxWNyzOSd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxWNyzOSd .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vdxWNyzOSd .mbr-section-title {
  color: #000000;
}
.cid-vdxWNyzOSd .mbr-section-title,
.cid-vdxWNyzOSd .title-wrapper {
  color: #000000;
}
.cid-vdxWNycbXu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdxWNycbXu .item:focus,
.cid-vdxWNycbXu span:focus {
  outline: none;
}
.cid-vdxWNycbXu .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vdxWNycbXu .content-head {
  max-width: 800px;
}
.cid-vdxWNycbXu .item {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  font-weight: 700;
  padding: 10px 0;
}
.cid-vdxWNxM0OE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdxWNxM0OE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxWNxM0OE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxWNxM0OE .title-wrapper {
  position: sticky;
  top: 90px;
}
@media (max-width: 992px) {
  .cid-vdxWNxM0OE .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vdxWNxM0OE .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdxWNxM0OE .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdxWNxM0OE .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdxWNxM0OE .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdxWNxM0OE .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .cid-vdxWNxM0OE .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vdxWNxM0OE .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdxWNxM0OE .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdxWNxM0OE .title-wrapper .main-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vdxWNxM0OE .items-wrapper .item {
  margin-bottom: 50px;
}
.cid-vdxWNxM0OE .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdxWNxM0OE .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vdxWNxM0OE .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vdxWNxM0OE .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 50px;
}
@media (max-width: 1440px) {
  .cid-vdxWNxM0OE .items-wrapper .item .item-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdxWNxM0OE .items-wrapper .item .item-wrapper {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vdxWNxM0OE .items-wrapper .item .item-wrapper .card-box {
    margin-bottom: 25px;
  }
}
.cid-vdxWNxM0OE .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-vdxWNxM0OE .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 15px;
}
.cid-vdxWNxM0OE .items-wrapper .item .item-wrapper .card-box .item-price_1,
.cid-vdxWNxM0OE .items-wrapper .item .item-wrapper .card-box .item-price_2 {
  margin-bottom: 15px;
}
.cid-vdxWNxM0OE .items-wrapper .item .item-wrapper .card-box .item-text_1,
.cid-vdxWNxM0OE .items-wrapper .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-vdxWNxM0OE .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  width: 100%;
  margin-bottom: -9.6px;
}
.cid-vdxWNxM0OE .items-wrapper .item .item-wrapper .card-box .item-btn .btn {
  width: 100%;
  min-height: auto;
}
.cid-vdxWNxM0OE .items-wrapper .item .item-wrapper .item-content .item-desc_1,
.cid-vdxWNxM0OE .items-wrapper .item .item-wrapper .item-content .item-desc_2 {
  margin-bottom: 20px;
}
.cid-vdxWNxM0OE .items-wrapper .item .item-wrapper .item-content .list_1,
.cid-vdxWNxM0OE .items-wrapper .item .item-wrapper .item-content .list_2 {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdxWNxM0OE .items-wrapper .item .item-wrapper .item-content .list_1 .item-wrap_1,
.cid-vdxWNxM0OE .items-wrapper .item .item-wrapper .item-content .list_2 .item-wrap_1,
.cid-vdxWNxM0OE .items-wrapper .item .item-wrapper .item-content .list_1 .item-wrap_2,
.cid-vdxWNxM0OE .items-wrapper .item .item-wrapper .item-content .list_2 .item-wrap_2 {
  position: relative;
  padding-left: 34px;
  margin-bottom: 20px;
}
.cid-vdxWNxM0OE .items-wrapper .item .item-wrapper .item-content .list_1 .item-wrap_1:last-child,
.cid-vdxWNxM0OE .items-wrapper .item .item-wrapper .item-content .list_2 .item-wrap_1:last-child,
.cid-vdxWNxM0OE .items-wrapper .item .item-wrapper .item-content .list_1 .item-wrap_2:last-child,
.cid-vdxWNxM0OE .items-wrapper .item .item-wrapper .item-content .list_2 .item-wrap_2:last-child {
  margin-bottom: 0;
}
.cid-vdxWNxM0OE .items-wrapper .item .item-wrapper .item-content .list_1 .item-wrap_1::before,
.cid-vdxWNxM0OE .items-wrapper .item .item-wrapper .item-content .list_2 .item-wrap_1::before,
.cid-vdxWNxM0OE .items-wrapper .item .item-wrapper .item-content .list_1 .item-wrap_2::before,
.cid-vdxWNxM0OE .items-wrapper .item .item-wrapper .item-content .list_2 .item-wrap_2::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  border-radius: 100%;
  background-color: #a9927d;
  color: #000000;
  border: 1px solid #000000;
}
.cid-vdxWNxM0OE .items-wrapper .item .card_1 {
  background-color: #efeeec;
  border: 1px solid #e8e8e8;
}
.cid-vdxWNxM0OE .items-wrapper .item .card_2 {
  background-color: #000000;
  border: 1px solid #000000;
}
.cid-vdxWNxM0OE .mbr-label {
  color: #000000;
}
.cid-vdxWNxM0OE .mbr-section-title {
  color: #000000;
}
.cid-vdxWNxM0OE .mbr-text {
  color: #000000;
}
.cid-vdxWNxM0OE .item-title_1 {
  color: #000000;
}
.cid-vdxWNxM0OE .item-title_2 {
  color: #ffffff;
}
.cid-vdxWNxM0OE .item-price_1 {
  color: #000000;
}
.cid-vdxWNxM0OE .item-price_2 {
  color: #ffffff;
}
.cid-vdxWNxM0OE .item-text_1 {
  color: #000000;
}
.cid-vdxWNxM0OE .item-text_2 {
  color: #ffffff;
}
.cid-vdxWNxM0OE .item-desc_1 {
  color: #000000;
}
.cid-vdxWNxM0OE .item-desc_2 {
  color: #ffffff;
}
.cid-vdxWNxM0OE .list_1 {
  color: #000000;
}
.cid-vdxWNxM0OE .list_2 {
  color: #ffffff;
}
.cid-vdxWNxM0OE .item-title_1,
.cid-vdxWNxM0OE .item-btn {
  color: #000000;
}
.cid-vdxWNxM0OE .list_1,
.cid-vdxWNxM0OE .item-wrap_1 {
  color: #000000;
}
.cid-vdxWNzPH4L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdxWNzPH4L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxWNzPH4L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxWNzPH4L .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
}
@media (max-width: 1640px) {
  .cid-vdxWNzPH4L .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdxWNzPH4L .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdxWNzPH4L .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdxWNzPH4L .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vdxWNzPH4L .title-wrapper .title-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-vdxWNzPH4L .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdxWNzPH4L .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cid-vdxWNzPH4L .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  background-color: #a9927d;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxWNzPH4L .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vdxWNzPH4L .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdxWNzPH4L .btn-wrapper {
  margin-top: -3rem;
}
.cid-vdxWNzPH4L .mbr-section-title {
  color: #ffffff;
}
.cid-vdxWNzPH4L .item-title {
  color: #ffffff;
}
.cid-vdxWNzPH4L .item-text {
  color: #ffffff;
}
.cid-vdxWNzPH4L .card-icons {
  color: #000000;
}
.cid-vdxWNA1SwJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdxWNA1SwJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxWNA1SwJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxWNA1SwJ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vdxWNA1SwJ .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdxWNA1SwJ .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdxWNA1SwJ .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdxWNA1SwJ .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vdxWNA1SwJ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdxWNA1SwJ .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vdxWNA1SwJ .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vdxWNA1SwJ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vdxWNA1SwJ .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.cid-vdxWNA1SwJ .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdxWNA1SwJ .nav-wrapper .list .item-wrap:hover,
.cid-vdxWNA1SwJ .nav-wrapper .list .item-wrap:focus {
  color: #caf31d;
}
.cid-vdxWNA1SwJ .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vdxWNA1SwJ .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vdxWNA1SwJ .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vdxWNA1SwJ .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vdxWNA1SwJ .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vdxWNA1SwJ .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdxWNA1SwJ .mbr-copy {
  margin-bottom: 0;
  color: #777777;
  text-align: center;
}
.cid-vdxWNA1SwJ .mbr-text {
  color: #ffffff;
}
.cid-vdxWNA1SwJ .list {
  color: #ffffff;
}
.cid-vdxWNA1SwJ .mbr-soc {
  color: #ffffff;
}
.cid-vdxWNA1SwJ .mbr-desc {
  color: #ffffff;
}
.cid-vdxXUpm1wC .navbar-dropdown {
  position: relative !important;
}
.cid-vdxXUpm1wC .navbar-dropdown {
  position: absolute !important;
}
.cid-vdxXUpm1wC .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vdxXUpm1wC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxXUpm1wC .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdxXUpm1wC .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 300;
}
.cid-vdxXUpm1wC .dropdown-item:hover,
.cid-vdxXUpm1wC .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vdxXUpm1wC .dropdown-item:hover span {
  color: white;
}
.cid-vdxXUpm1wC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdxXUpm1wC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdxXUpm1wC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdxXUpm1wC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdxXUpm1wC .nav-link {
  position: relative;
}
.cid-vdxXUpm1wC .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vdxXUpm1wC .container {
    max-width: 1100px;
  }
}
.cid-vdxXUpm1wC .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdxXUpm1wC .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vdxXUpm1wC .dropdown-menu,
.cid-vdxXUpm1wC .navbar.opened {
  background: #ffffff !important;
  background: rgba(255, 255, 255, 0.5) !important;
}
.cid-vdxXUpm1wC .nav-item:focus,
.cid-vdxXUpm1wC .nav-link:focus {
  outline: none;
}
.cid-vdxXUpm1wC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdxXUpm1wC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vdxXUpm1wC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdxXUpm1wC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxXUpm1wC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdxXUpm1wC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vdxXUpm1wC .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vdxXUpm1wC .navbar.opened {
  transition: all 0.3s;
}
.cid-vdxXUpm1wC .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vdxXUpm1wC .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vdxXUpm1wC .navbar .navbar-logo img {
  width: auto;
}
.cid-vdxXUpm1wC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdxXUpm1wC .navbar.collapsed {
  justify-content: center;
}
.cid-vdxXUpm1wC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdxXUpm1wC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdxXUpm1wC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vdxXUpm1wC .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vdxXUpm1wC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vdxXUpm1wC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vdxXUpm1wC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdxXUpm1wC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdxXUpm1wC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdxXUpm1wC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdxXUpm1wC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdxXUpm1wC .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vdxXUpm1wC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdxXUpm1wC .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vdxXUpm1wC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vdxXUpm1wC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdxXUpm1wC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdxXUpm1wC .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vdxXUpm1wC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdxXUpm1wC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdxXUpm1wC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdxXUpm1wC .navbar.navbar-short {
  min-height: 86px;
}
.cid-vdxXUpm1wC .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vdxXUpm1wC .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdxXUpm1wC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdxXUpm1wC .navbar-brand .navbar-caption:hover,
.cid-vdxXUpm1wC .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdxXUpm1wC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdxXUpm1wC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdxXUpm1wC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdxXUpm1wC .dropdown-item.active,
.cid-vdxXUpm1wC .dropdown-item:active {
  background-color: transparent;
}
.cid-vdxXUpm1wC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdxXUpm1wC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdxXUpm1wC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdxXUpm1wC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vdxXUpm1wC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vdxXUpm1wC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdxXUpm1wC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdxXUpm1wC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #777777;
}
@media (min-width: 991px) {
  .cid-vdxXUpm1wC ul.navbar-nav {
    background-color: transparent;
    border-radius: 20px !important;
  }
}
@media (max-width: 992px) {
  .cid-vdxXUpm1wC ul.navbar-nav {
    padding: 10px;
  }
  .cid-vdxXUpm1wC ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vdxXUpm1wC .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vdxXUpm1wC .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vdxXUpm1wC .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vdxXUpm1wC .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vdxXUpm1wC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdxXUpm1wC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdxXUpm1wC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdxXUpm1wC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdxXUpm1wC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdxXUpm1wC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdxXUpm1wC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vdxXUpm1wC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxXUpm1wC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxXUpm1wC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxXUpm1wC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxXUpm1wC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdxXUpm1wC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxXUpm1wC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdxXUpm1wC .navbar {
    height: 70px;
  }
  .cid-vdxXUpm1wC .navbar.opened {
    height: auto;
  }
  .cid-vdxXUpm1wC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdxXUpm1wC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdxXUpm1wC .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdxXUpm1wC .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vdxXUpm1wC .nav-item .nav-link:hover {
  background-color: #a9927d;
  color: #000000;
}
.cid-vdxXUpm1wC .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vdxXUpm1wC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdxXUpm1wC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdxXUpm1wC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdxXUpm1wC .navbar {
  justify-content: flex-start !important;
}
.cid-vdxXUpm1wC .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-vdxXUpm1wC .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-vdxXUpm1wC .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-vdxXUpm1wC .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-vdxXUpm1wC .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-vdxXUpm1wC .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-vdxXUpm1wC .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdxXUpm1wC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdxXUpm1wC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdxXUpm1wC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdxXUpm1wC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdxXUpm1wC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdxXUpm1wC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdxXUpm1wC .content-wrap {
  min-height: 86px;
}
.cid-vdxXUpm1wC .dropdown {
  width: fit-content;
  width: auto;
  text-align: center;
}
.cid-vdxXUpm1wC .dropdown .dropdown-item {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vdxXUpm1wC .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vdxXUsbW5x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdxXUsbW5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxXUsbW5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxXUsbW5x .title-wrapper {
  padding: 25px;
  background-color: #000000;
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdxXUsbW5x .title-wrapper {
    padding: 20px;
  }
}
.cid-vdxXUsbW5x .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 60px;
  display: inline-flex;
  margin-bottom: 25px;
}
.cid-vdxXUsbW5x .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdxXUsbW5x .title-wrapper .main-btn {
  margin-top: 25px;
  margin-bottom: -9.6px;
}
.cid-vdxXUsbW5x .title-wrapper .main-btn .btn {
  min-height: auto;
}
.cid-vdxXUsbW5x .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-vdxXUsbW5x .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .cid-vdxXUsbW5x .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vdxXUsbW5x .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdxXUsbW5x .items-wrapper .item:hover .item-wrapper .card-box,
.cid-vdxXUsbW5x .items-wrapper .item:focus .item-wrapper .card-box {
  transform: translateX(0);
}
.cid-vdxXUsbW5x .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  position: relative;
  min-height: 355px;
  will-change: transform;
}
.cid-vdxXUsbW5x .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.cid-vdxXUsbW5x .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 25px;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vdxXUsbW5x .items-wrapper .item .item-wrapper .card-box {
    justify-content: flex-end;
    padding: 20px;
    transform: translateX(0);
  }
}
.cid-vdxXUsbW5x .items-wrapper .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a9927d;
  opacity: 0.85;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vdxXUsbW5x .items-wrapper .item .item-wrapper .card-box::before {
    height: 60%;
    background-color: transparent;
    background-image: linear-gradient(180deg, transparent 0%, #a9927d 30%);
    top: auto;
    bottom: 0;
  }
}
.cid-vdxXUsbW5x .items-wrapper .item .item-wrapper .card-box .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdxXUsbW5x .items-wrapper .item .item-wrapper .card-box .social-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vdxXUsbW5x .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-vdxXUsbW5x .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap {
    flex-direction: row;
  }
}
.cid-vdxXUsbW5x .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.cid-vdxXUsbW5x .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vdxXUsbW5x .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  transition: all 0.3s ease;
}
.cid-vdxXUsbW5x .items-wrapper .item .item-wrapper .card-box .item-content {
  position: relative;
  z-index: 1;
}
.cid-vdxXUsbW5x .items-wrapper .item .item-wrapper .card-box .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vdxXUsbW5x .items-wrapper .item .item-wrapper .card-box .item-content .item-role {
  margin-bottom: 0;
}
.cid-vdxXUsbW5x .btn-wrapper {
  margin-right: 60px;
}
.cid-vdxXUsbW5x .mbr-section-title {
  color: #ffffff;
}
.cid-vdxXUsbW5x .item-name {
  color: #000000;
}
.cid-vdxXUsbW5x .item-role {
  color: #000000;
}
.cid-vdxXUsbW5x .card-icon {
  color: #DBC2AC;
}
.cid-vdxXUsbW5x .card-icons {
  color: #000000;
}
.cid-vdxXUqYhCl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdxXUqYhCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxXUqYhCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxXUqYhCl .content-wrap {
  margin-bottom: 50px;
}
.cid-vdxXUqYhCl .content-wrap .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdxXUqYhCl .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdxXUqYhCl .content-wrap .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdxXUqYhCl .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdxXUqYhCl .content-wrap .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdxXUqYhCl .content-wrap .mbr-section-btn {
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vdxXUqYhCl .content-wrap .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vdxXUqYhCl .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-vdxXUqYhCl .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vdxXUqYhCl .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 425px) {
  .cid-vdxXUqYhCl .items-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-vdxXUqYhCl .items-wrap .item .item-wrapper {
  background-color: #ffffff;
  height: 100%;
  padding: 40px 30px;
}
@media (max-width: 768px) {
  .cid-vdxXUqYhCl .items-wrap .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vdxXUqYhCl .items-wrap .item .item-wrapper .item-img img {
  height: 40px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vdxXUqYhCl .items-wrap .item .item-wrapper .item-img img {
    height: 65px;
  }
}
.cid-vdxXUqYhCl .mbr-label,
.cid-vdxXUqYhCl .label-wrapper {
  color: #000000;
}
.cid-vdxXUqYhCl .mbr-section-title {
  color: #000000;
}
.cid-vdxXUqYhCl .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdxXUqYhCl .mbr-section-btn {
    text-align: left;
  }
}
.cid-vdxXUqYhCl .card-icon {
  color: #000000;
}
.cid-vdxXUqYhCl .mbr-section-title,
.cid-vdxXUqYhCl .title-wrap,
.cid-vdxXUqYhCl .mbr-section-btn {
  color: #000000;
}
.cid-vdxXUtgThE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdxXUtgThE .item:focus,
.cid-vdxXUtgThE span:focus {
  outline: none;
}
.cid-vdxXUtgThE .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vdxXUtgThE .content-head {
  max-width: 800px;
}
.cid-vdxXUtgThE .item {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  font-weight: 700;
  padding: 10px 0;
}
.cid-vdxXUt38rj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdxXUt38rj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxXUt38rj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxXUt38rj .title-wrapper {
  margin-bottom: 50px;
}
.cid-vdxXUt38rj .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdxXUt38rj .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdxXUt38rj .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdxXUt38rj .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdxXUt38rj .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdxXUt38rj .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vdxXUt38rj .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdxXUt38rj .items-wrapper {
  margin: 0 -10px;
}
.cid-vdxXUt38rj .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdxXUt38rj .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vdxXUt38rj .items-wrapper .item:hover .item-wrapper,
.cid-vdxXUt38rj .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vdxXUt38rj .items-wrapper .item:hover .item-wrapper,
  .cid-vdxXUt38rj .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vdxXUt38rj .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vdxXUt38rj .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #a9927d;
  color: #000000 !important;
}
.cid-vdxXUt38rj .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #e8e8e8;
  padding: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vdxXUt38rj .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vdxXUt38rj .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdxXUt38rj .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdxXUt38rj .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vdxXUt38rj .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdxXUt38rj .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdxXUt38rj .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdxXUt38rj .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vdxXUt38rj .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vdxXUt38rj .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #efeeec;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  z-index: 1;
}
.cid-vdxXUt38rj .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vdxXUt38rj .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #a9927d;
  color: #000000 !important;
}
.cid-vdxXUt38rj .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vdxXUt38rj .mbr-label,
.cid-vdxXUt38rj .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vdxXUt38rj .mbr-section-title,
.cid-vdxXUt38rj .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vdxXUt38rj .item-title {
  color: #000000;
}
.cid-vdxXUt38rj .item-text {
  color: #000000;
}
.cid-vdxXUt38rj .card-link {
  color: #000000;
}
.cid-vdxXUuHKAG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdxXUuHKAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxXUuHKAG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxXUuHKAG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
}
@media (max-width: 1640px) {
  .cid-vdxXUuHKAG .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdxXUuHKAG .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdxXUuHKAG .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdxXUuHKAG .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vdxXUuHKAG .title-wrapper .title-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-vdxXUuHKAG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdxXUuHKAG .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cid-vdxXUuHKAG .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  background-color: #a9927d;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxXUuHKAG .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vdxXUuHKAG .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdxXUuHKAG .btn-wrapper {
  margin-top: -3rem;
}
.cid-vdxXUuHKAG .mbr-section-title {
  color: #ffffff;
}
.cid-vdxXUuHKAG .item-title {
  color: #ffffff;
}
.cid-vdxXUuHKAG .item-text {
  color: #ffffff;
}
.cid-vdxXUuHKAG .card-icons {
  color: #000000;
}
.cid-vdxXUuVHQD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdxXUuVHQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxXUuVHQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxXUuVHQD .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vdxXUuVHQD .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdxXUuVHQD .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdxXUuVHQD .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdxXUuVHQD .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vdxXUuVHQD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdxXUuVHQD .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vdxXUuVHQD .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vdxXUuVHQD .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vdxXUuVHQD .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.cid-vdxXUuVHQD .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdxXUuVHQD .nav-wrapper .list .item-wrap:hover,
.cid-vdxXUuVHQD .nav-wrapper .list .item-wrap:focus {
  color: #caf31d;
}
.cid-vdxXUuVHQD .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vdxXUuVHQD .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vdxXUuVHQD .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vdxXUuVHQD .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vdxXUuVHQD .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vdxXUuVHQD .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdxXUuVHQD .mbr-copy {
  margin-bottom: 0;
  color: #777777;
  text-align: center;
}
.cid-vdxXUuVHQD .mbr-text {
  color: #ffffff;
}
.cid-vdxXUuVHQD .list {
  color: #ffffff;
}
.cid-vdxXUuVHQD .mbr-soc {
  color: #ffffff;
}
.cid-vdxXUuVHQD .mbr-desc {
  color: #ffffff;
}
.cid-vdxYIwGdwr .navbar-dropdown {
  position: relative !important;
}
.cid-vdxYIwGdwr .navbar-dropdown {
  position: absolute !important;
}
.cid-vdxYIwGdwr .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vdxYIwGdwr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxYIwGdwr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdxYIwGdwr .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 300;
}
.cid-vdxYIwGdwr .dropdown-item:hover,
.cid-vdxYIwGdwr .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vdxYIwGdwr .dropdown-item:hover span {
  color: white;
}
.cid-vdxYIwGdwr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdxYIwGdwr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdxYIwGdwr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdxYIwGdwr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdxYIwGdwr .nav-link {
  position: relative;
}
.cid-vdxYIwGdwr .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vdxYIwGdwr .container {
    max-width: 1100px;
  }
}
.cid-vdxYIwGdwr .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdxYIwGdwr .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vdxYIwGdwr .dropdown-menu,
.cid-vdxYIwGdwr .navbar.opened {
  background: #ffffff !important;
  background: rgba(255, 255, 255, 0.5) !important;
}
.cid-vdxYIwGdwr .nav-item:focus,
.cid-vdxYIwGdwr .nav-link:focus {
  outline: none;
}
.cid-vdxYIwGdwr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdxYIwGdwr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vdxYIwGdwr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdxYIwGdwr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxYIwGdwr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdxYIwGdwr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vdxYIwGdwr .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vdxYIwGdwr .navbar.opened {
  transition: all 0.3s;
}
.cid-vdxYIwGdwr .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vdxYIwGdwr .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vdxYIwGdwr .navbar .navbar-logo img {
  width: auto;
}
.cid-vdxYIwGdwr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdxYIwGdwr .navbar.collapsed {
  justify-content: center;
}
.cid-vdxYIwGdwr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdxYIwGdwr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdxYIwGdwr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vdxYIwGdwr .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vdxYIwGdwr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vdxYIwGdwr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vdxYIwGdwr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdxYIwGdwr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdxYIwGdwr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdxYIwGdwr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdxYIwGdwr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdxYIwGdwr .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vdxYIwGdwr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdxYIwGdwr .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vdxYIwGdwr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vdxYIwGdwr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdxYIwGdwr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdxYIwGdwr .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vdxYIwGdwr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdxYIwGdwr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdxYIwGdwr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdxYIwGdwr .navbar.navbar-short {
  min-height: 86px;
}
.cid-vdxYIwGdwr .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vdxYIwGdwr .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdxYIwGdwr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdxYIwGdwr .navbar-brand .navbar-caption:hover,
.cid-vdxYIwGdwr .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdxYIwGdwr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdxYIwGdwr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdxYIwGdwr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdxYIwGdwr .dropdown-item.active,
.cid-vdxYIwGdwr .dropdown-item:active {
  background-color: transparent;
}
.cid-vdxYIwGdwr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdxYIwGdwr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdxYIwGdwr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdxYIwGdwr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vdxYIwGdwr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vdxYIwGdwr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdxYIwGdwr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdxYIwGdwr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #777777;
}
@media (min-width: 991px) {
  .cid-vdxYIwGdwr ul.navbar-nav {
    background-color: transparent;
    border-radius: 20px !important;
  }
}
@media (max-width: 992px) {
  .cid-vdxYIwGdwr ul.navbar-nav {
    padding: 10px;
  }
  .cid-vdxYIwGdwr ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vdxYIwGdwr .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vdxYIwGdwr .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vdxYIwGdwr .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vdxYIwGdwr .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vdxYIwGdwr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdxYIwGdwr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdxYIwGdwr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdxYIwGdwr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdxYIwGdwr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdxYIwGdwr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdxYIwGdwr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vdxYIwGdwr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxYIwGdwr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxYIwGdwr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxYIwGdwr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxYIwGdwr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdxYIwGdwr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxYIwGdwr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdxYIwGdwr .navbar {
    height: 70px;
  }
  .cid-vdxYIwGdwr .navbar.opened {
    height: auto;
  }
  .cid-vdxYIwGdwr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdxYIwGdwr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdxYIwGdwr .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdxYIwGdwr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vdxYIwGdwr .nav-item .nav-link:hover {
  background-color: #a9927d;
  color: #000000;
}
.cid-vdxYIwGdwr .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vdxYIwGdwr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdxYIwGdwr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdxYIwGdwr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdxYIwGdwr .navbar {
  justify-content: flex-start !important;
}
.cid-vdxYIwGdwr .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-vdxYIwGdwr .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-vdxYIwGdwr .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-vdxYIwGdwr .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-vdxYIwGdwr .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-vdxYIwGdwr .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-vdxYIwGdwr .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdxYIwGdwr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdxYIwGdwr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdxYIwGdwr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdxYIwGdwr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdxYIwGdwr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdxYIwGdwr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdxYIwGdwr .content-wrap {
  min-height: 86px;
}
.cid-vdxYIwGdwr .dropdown {
  width: fit-content;
  width: auto;
  text-align: center;
}
.cid-vdxYIwGdwr .dropdown .dropdown-item {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vdxYIwGdwr .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vdxYIzuBmq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdxYIzuBmq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxYIzuBmq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxYIzuBmq .content-wrap {
  margin: 0 -25px;
}
.cid-vdxYIzuBmq .content-wrap .card {
  padding: 0 25px;
}
.cid-vdxYIzuBmq .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdxYIzuBmq .image-wrapper {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-vdxYIzuBmq .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdxYIzuBmq .image-wrapper .card-wrap {
  position: absolute;
  right: 40px;
  bottom: 60px;
  padding: 20px;
  background-color: #a9927d;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vdxYIzuBmq .image-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vdxYIzuBmq .image-wrapper .card-wrap {
    width: 100%;
    bottom: 0;
    right: auto;
    left: 0;
  }
}
.cid-vdxYIzuBmq .image-wrapper .card-wrap .mbr-number {
  margin-bottom: 0;
}
.cid-vdxYIzuBmq .image-wrapper .card-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vdxYIzuBmq .title-wrapper {
  margin-bottom: 25px;
}
.cid-vdxYIzuBmq .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdxYIzuBmq .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdxYIzuBmq .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdxYIzuBmq .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdxYIzuBmq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdxYIzuBmq .panel-group .card {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #dddddd;
  background-color: transparent;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-vdxYIzuBmq .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vdxYIzuBmq .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  transition: all 0.3s ease-in-out;
}
.cid-vdxYIzuBmq .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vdxYIzuBmq .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-vdxYIzuBmq .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vdxYIzuBmq .panel-group .card .card-header .panel-title:not(.collapsed) {
  padding: 20px 0 15px 0;
}
.cid-vdxYIzuBmq .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vdxYIzuBmq .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 20px;
}
.cid-vdxYIzuBmq .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdxYIzuBmq .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-vdxYIzuBmq .mbr-label {
  color: #000000;
}
.cid-vdxYIzuBmq .mbr-section-title {
  color: #000000;
}
.cid-vdxYIzuBmq .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-vdxYIzuBmq .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-vdxYIzuBmq .panel-title-edit {
  color: #000000;
}
.cid-vdxYIzuBmq .panel-text {
  color: #000000;
}
.cid-vdxYIzuBmq .card-icon {
  color: #000000;
}
.cid-vdxYIzuBmq .mbr-label,
.cid-vdxYIzuBmq .label-wrapper {
  color: #000000;
}
.cid-vdxYIzuBmq .mbr-section-title,
.cid-vdxYIzuBmq .main-btn,
.cid-vdxYIzuBmq .title-wrap {
  color: #000000;
}
.cid-vdxYIzuBmq .panel-text,
.cid-vdxYIzuBmq .panel-body {
  color: #000000;
}
.cid-vdxYIyWUmM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdxYIyWUmM .item:focus,
.cid-vdxYIyWUmM span:focus {
  outline: none;
}
.cid-vdxYIyWUmM .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-vdxYIyWUmM .item {
  padding: 30px 0;
}
.cid-vdxYIyWUmM .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #efeeec;
  will-change: transform;
}
.cid-vdxYIyWUmM .content-wrap_2 {
  transform: rotate(-2deg);
  background-color: #000000;
  will-change: transform;
}
.cid-vdxYIyWUmM .container_1 {
  background-color: #efeeec;
}
.cid-vdxYIyWUmM .container_1 .item_1 {
  color: #000000;
  background-color: #efeeec;
}
.cid-vdxYIyWUmM .container_2 {
  background-color: #000000;
}
.cid-vdxYIyWUmM .container_2 .item_2 {
  color: #ffffff;
  background-color: #000000;
}
.cid-veGBX2sC7S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veGBX2sC7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGBX2sC7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGBX2sC7S .content-wrap {
  margin: 0 -25px;
}
.cid-veGBX2sC7S .content-wrap .item {
  padding: 0 25px;
}
@media (max-width: 992px) {
  .cid-veGBX2sC7S .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-veGBX2sC7S .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-veGBX2sC7S .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-veGBX2sC7S .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-veGBX2sC7S .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-veGBX2sC7S .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-veGBX2sC7S .mbr-label {
  color: #000000;
}
.cid-veGBX2sC7S .mbr-section-title {
  color: #000000;
}
.cid-vdxYIBTOKw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdxYIBTOKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxYIBTOKw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxYIBTOKw .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
}
@media (max-width: 1640px) {
  .cid-vdxYIBTOKw .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdxYIBTOKw .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdxYIBTOKw .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdxYIBTOKw .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vdxYIBTOKw .title-wrapper .title-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-vdxYIBTOKw .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdxYIBTOKw .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cid-vdxYIBTOKw .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  background-color: #a9927d;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxYIBTOKw .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vdxYIBTOKw .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdxYIBTOKw .btn-wrapper {
  margin-top: -3rem;
}
.cid-vdxYIBTOKw .mbr-section-title {
  color: #ffffff;
}
.cid-vdxYIBTOKw .item-title {
  color: #ffffff;
}
.cid-vdxYIBTOKw .item-text {
  color: #ffffff;
}
.cid-vdxYIBTOKw .card-icons {
  color: #000000;
}
.cid-vdxYICcmHg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdxYICcmHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxYICcmHg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxYICcmHg .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vdxYICcmHg .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdxYICcmHg .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdxYICcmHg .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdxYICcmHg .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vdxYICcmHg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdxYICcmHg .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vdxYICcmHg .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vdxYICcmHg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vdxYICcmHg .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.cid-vdxYICcmHg .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdxYICcmHg .nav-wrapper .list .item-wrap:hover,
.cid-vdxYICcmHg .nav-wrapper .list .item-wrap:focus {
  color: #caf31d;
}
.cid-vdxYICcmHg .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vdxYICcmHg .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vdxYICcmHg .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vdxYICcmHg .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vdxYICcmHg .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vdxYICcmHg .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdxYICcmHg .mbr-copy {
  margin-bottom: 0;
  color: #777777;
  text-align: center;
}
.cid-vdxYICcmHg .mbr-text {
  color: #ffffff;
}
.cid-vdxYICcmHg .list {
  color: #ffffff;
}
.cid-vdxYICcmHg .mbr-soc {
  color: #ffffff;
}
.cid-vdxYICcmHg .mbr-desc {
  color: #ffffff;
}
.cid-vdxZAWq8bC .navbar-dropdown {
  position: relative !important;
}
.cid-vdxZAWq8bC .navbar-dropdown {
  position: absolute !important;
}
.cid-vdxZAWq8bC .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vdxZAWq8bC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxZAWq8bC .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdxZAWq8bC .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 300;
}
.cid-vdxZAWq8bC .dropdown-item:hover,
.cid-vdxZAWq8bC .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vdxZAWq8bC .dropdown-item:hover span {
  color: white;
}
.cid-vdxZAWq8bC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdxZAWq8bC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdxZAWq8bC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdxZAWq8bC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdxZAWq8bC .nav-link {
  position: relative;
}
.cid-vdxZAWq8bC .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vdxZAWq8bC .container {
    max-width: 1100px;
  }
}
.cid-vdxZAWq8bC .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdxZAWq8bC .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vdxZAWq8bC .dropdown-menu,
.cid-vdxZAWq8bC .navbar.opened {
  background: #ffffff !important;
  background: rgba(255, 255, 255, 0.5) !important;
}
.cid-vdxZAWq8bC .nav-item:focus,
.cid-vdxZAWq8bC .nav-link:focus {
  outline: none;
}
.cid-vdxZAWq8bC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdxZAWq8bC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vdxZAWq8bC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdxZAWq8bC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxZAWq8bC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdxZAWq8bC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vdxZAWq8bC .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vdxZAWq8bC .navbar.opened {
  transition: all 0.3s;
}
.cid-vdxZAWq8bC .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vdxZAWq8bC .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vdxZAWq8bC .navbar .navbar-logo img {
  width: auto;
}
.cid-vdxZAWq8bC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdxZAWq8bC .navbar.collapsed {
  justify-content: center;
}
.cid-vdxZAWq8bC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdxZAWq8bC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdxZAWq8bC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vdxZAWq8bC .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vdxZAWq8bC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vdxZAWq8bC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vdxZAWq8bC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdxZAWq8bC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdxZAWq8bC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdxZAWq8bC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdxZAWq8bC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdxZAWq8bC .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vdxZAWq8bC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdxZAWq8bC .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vdxZAWq8bC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vdxZAWq8bC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdxZAWq8bC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdxZAWq8bC .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vdxZAWq8bC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdxZAWq8bC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdxZAWq8bC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdxZAWq8bC .navbar.navbar-short {
  min-height: 86px;
}
.cid-vdxZAWq8bC .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vdxZAWq8bC .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdxZAWq8bC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdxZAWq8bC .navbar-brand .navbar-caption:hover,
.cid-vdxZAWq8bC .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdxZAWq8bC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdxZAWq8bC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdxZAWq8bC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdxZAWq8bC .dropdown-item.active,
.cid-vdxZAWq8bC .dropdown-item:active {
  background-color: transparent;
}
.cid-vdxZAWq8bC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdxZAWq8bC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdxZAWq8bC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdxZAWq8bC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vdxZAWq8bC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vdxZAWq8bC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdxZAWq8bC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdxZAWq8bC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #777777;
}
@media (min-width: 991px) {
  .cid-vdxZAWq8bC ul.navbar-nav {
    background-color: transparent;
    border-radius: 20px !important;
  }
}
@media (max-width: 992px) {
  .cid-vdxZAWq8bC ul.navbar-nav {
    padding: 10px;
  }
  .cid-vdxZAWq8bC ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vdxZAWq8bC .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vdxZAWq8bC .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vdxZAWq8bC .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vdxZAWq8bC .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vdxZAWq8bC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdxZAWq8bC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdxZAWq8bC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdxZAWq8bC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdxZAWq8bC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdxZAWq8bC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdxZAWq8bC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vdxZAWq8bC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxZAWq8bC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxZAWq8bC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxZAWq8bC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxZAWq8bC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdxZAWq8bC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxZAWq8bC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdxZAWq8bC .navbar {
    height: 70px;
  }
  .cid-vdxZAWq8bC .navbar.opened {
    height: auto;
  }
  .cid-vdxZAWq8bC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdxZAWq8bC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdxZAWq8bC .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdxZAWq8bC .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vdxZAWq8bC .nav-item .nav-link:hover {
  background-color: #a9927d;
  color: #000000;
}
.cid-vdxZAWq8bC .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vdxZAWq8bC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdxZAWq8bC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdxZAWq8bC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdxZAWq8bC .navbar {
  justify-content: flex-start !important;
}
.cid-vdxZAWq8bC .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-vdxZAWq8bC .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-vdxZAWq8bC .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-vdxZAWq8bC .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-vdxZAWq8bC .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-vdxZAWq8bC .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-vdxZAWq8bC .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdxZAWq8bC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdxZAWq8bC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdxZAWq8bC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdxZAWq8bC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdxZAWq8bC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdxZAWq8bC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdxZAWq8bC .content-wrap {
  min-height: 86px;
}
.cid-vdxZAWq8bC .dropdown {
  width: fit-content;
  width: auto;
  text-align: center;
}
.cid-vdxZAWq8bC .dropdown .dropdown-item {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vdxZAWq8bC .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vdxZAXrhlB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/2422027/assets/images/photo-1680229891957-92f1ff5bff1d.jpeg");
  overflow: hidden;
}
.cid-vdxZAXrhlB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxZAXrhlB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxZAXrhlB .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vdxZAXrhlB .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdxZAXrhlB .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vdxZAXrhlB .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdxZAXrhlB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdxZAXrhlB .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vdxZAXrhlB .mbr-section-title {
  color: #ffffff;
}
.cid-vdxZAXrhlB .mbr-text,
.cid-vdxZAXrhlB .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vdxZAXrhlB .mbr-section-btn,
.cid-vdxZAXrhlB .mbr-section-title {
  text-align: center;
}
.cid-vdxZAXz62Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxZAXz62Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2422027/assets/images/background1.jpg?rnd=1774272755073");
}
.cid-vdxZAXz62Z .image-wrap {
  height: 300px;
}
.cid-vdxZAXRC30 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a9927d;
}
.cid-vdxZAXRC30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxZAXRC30 .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-vdxZAXRC30 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vdxZAXRC30 .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdxZAXRC30 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdxZAXRC30 .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdxZAXRC30 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdxZAXRC30 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdxZAXRC30 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vdxZAXRC30 .title-wrapper .main-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vdxZAXRC30 .items-wrapper .item {
  margin-bottom: 50px;
}
.cid-vdxZAXRC30 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vdxZAXRC30 .items-wrapper .item .item-wrapper {
  display: flex;
  gap: 25px;
}
@media (max-width: 992px) {
  .cid-vdxZAXRC30 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vdxZAXRC30 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-vdxZAXRC30 .items-wrapper .item .item-wrapper .iconfont-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vdxZAXRC30 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vdxZAXRC30 .items-wrapper .item .item-wrapper .card-box {
  width: 100%;
}
.cid-vdxZAXRC30 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdxZAXRC30 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdxZAXRC30 .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdxZAXRC30 .mbr-label {
  color: #000000;
}
.cid-vdxZAXRC30 .mbr-section-title {
  color: #000000;
}
.cid-vdxZAXRC30 .item-title {
  color: #000000;
}
.cid-vdxZAXRC30 .item-text {
  color: #000000;
}
.cid-vdxZAXRC30 .mbr-label,
.cid-vdxZAXRC30 .label-wrapper {
  color: #000000;
}
.cid-vdxZAXRC30 .mbr-section-title,
.cid-vdxZAXRC30 .main-btn,
.cid-vdxZAXRC30 .title-wrap {
  color: #000000;
}
.cid-vdxZAXRC30 .card-icons {
  color: #000000;
}
.cid-vdxZAXRC30 .item-title,
.cid-vdxZAXRC30 .item-btn {
  color: #000000;
}
.cid-vdxZAXRC30 .card-icon {
  color: #000000;
}
.cid-vdxZAZScuU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdxZAZScuU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxZAZScuU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxZAZScuU .card {
  justify-content: center;
}
.cid-vdxZAZScuU .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdxZAZScuU .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdxZAZScuU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vdxZAZScuU .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-vdxZAZScuU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vdxZAZScuU .embla__slide .slide-content {
  width: 100%;
}
.cid-vdxZAZScuU .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vdxZAZScuU .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdxZAZScuU .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-vdxZAZScuU .embla__button--next,
.cid-vdxZAZScuU .embla__button--prev {
  display: flex;
}
.cid-vdxZAZScuU .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vdxZAZScuU .embla__button:hover {
  background-color: #caf31d !important;
  color: #000000 !important;
}
.cid-vdxZAZScuU .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vdxZAZScuU .embla__button.embla__button--prev {
  left: 0;
}
.cid-vdxZAZScuU .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vdxZAZScuU .embla__button.embla__button--next {
  right: 0;
}
.cid-vdxZAZScuU .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vdxZAZScuU .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vdxZAZScuU .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vdxZAZScuU .embla__viewport {
    padding: 0;
  }
}
.cid-vdxZAZScuU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdxZAZScuU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdxZAZScuU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdxZAZScuU .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vdxZAZScuU .mbr-section-title {
  color: #000000;
}
.cid-vdxZAZScuU .mbr-section-title,
.cid-vdxZAZScuU .title-wrapper {
  color: #000000;
}
.cid-vdxZB0OwY8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdxZB0OwY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxZB0OwY8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxZB0OwY8 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
}
@media (max-width: 1640px) {
  .cid-vdxZB0OwY8 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdxZB0OwY8 .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdxZB0OwY8 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdxZB0OwY8 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vdxZB0OwY8 .title-wrapper .title-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-vdxZB0OwY8 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdxZB0OwY8 .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cid-vdxZB0OwY8 .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  background-color: #a9927d;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxZB0OwY8 .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vdxZB0OwY8 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdxZB0OwY8 .btn-wrapper {
  margin-top: -3rem;
}
.cid-vdxZB0OwY8 .mbr-section-title {
  color: #ffffff;
}
.cid-vdxZB0OwY8 .item-title {
  color: #ffffff;
}
.cid-vdxZB0OwY8 .item-text {
  color: #ffffff;
}
.cid-vdxZB0OwY8 .card-icons {
  color: #000000;
}
.cid-vdxZB13JNK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdxZB13JNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxZB13JNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxZB13JNK .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vdxZB13JNK .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdxZB13JNK .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdxZB13JNK .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdxZB13JNK .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vdxZB13JNK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdxZB13JNK .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vdxZB13JNK .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vdxZB13JNK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vdxZB13JNK .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.cid-vdxZB13JNK .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdxZB13JNK .nav-wrapper .list .item-wrap:hover,
.cid-vdxZB13JNK .nav-wrapper .list .item-wrap:focus {
  color: #caf31d;
}
.cid-vdxZB13JNK .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vdxZB13JNK .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vdxZB13JNK .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vdxZB13JNK .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vdxZB13JNK .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vdxZB13JNK .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdxZB13JNK .mbr-copy {
  margin-bottom: 0;
  color: #777777;
  text-align: center;
}
.cid-vdxZB13JNK .mbr-text {
  color: #ffffff;
}
.cid-vdxZB13JNK .list {
  color: #ffffff;
}
.cid-vdxZB13JNK .mbr-soc {
  color: #ffffff;
}
.cid-vdxZB13JNK .mbr-desc {
  color: #ffffff;
}
.cid-vdy2cbsyYP .navbar-dropdown {
  position: relative !important;
}
.cid-vdy2cbsyYP .navbar-dropdown {
  position: absolute !important;
}
.cid-vdy2cbsyYP .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vdy2cbsyYP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdy2cbsyYP .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdy2cbsyYP .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 300;
}
.cid-vdy2cbsyYP .dropdown-item:hover,
.cid-vdy2cbsyYP .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vdy2cbsyYP .dropdown-item:hover span {
  color: white;
}
.cid-vdy2cbsyYP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdy2cbsyYP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdy2cbsyYP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdy2cbsyYP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdy2cbsyYP .nav-link {
  position: relative;
}
.cid-vdy2cbsyYP .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vdy2cbsyYP .container {
    max-width: 1100px;
  }
}
.cid-vdy2cbsyYP .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdy2cbsyYP .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vdy2cbsyYP .dropdown-menu,
.cid-vdy2cbsyYP .navbar.opened {
  background: #ffffff !important;
  background: rgba(255, 255, 255, 0.5) !important;
}
.cid-vdy2cbsyYP .nav-item:focus,
.cid-vdy2cbsyYP .nav-link:focus {
  outline: none;
}
.cid-vdy2cbsyYP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdy2cbsyYP .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vdy2cbsyYP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdy2cbsyYP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdy2cbsyYP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdy2cbsyYP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vdy2cbsyYP .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vdy2cbsyYP .navbar.opened {
  transition: all 0.3s;
}
.cid-vdy2cbsyYP .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vdy2cbsyYP .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vdy2cbsyYP .navbar .navbar-logo img {
  width: auto;
}
.cid-vdy2cbsyYP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdy2cbsyYP .navbar.collapsed {
  justify-content: center;
}
.cid-vdy2cbsyYP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdy2cbsyYP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdy2cbsyYP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vdy2cbsyYP .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vdy2cbsyYP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vdy2cbsyYP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vdy2cbsyYP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdy2cbsyYP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdy2cbsyYP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdy2cbsyYP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdy2cbsyYP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdy2cbsyYP .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vdy2cbsyYP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdy2cbsyYP .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vdy2cbsyYP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vdy2cbsyYP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdy2cbsyYP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdy2cbsyYP .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vdy2cbsyYP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdy2cbsyYP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdy2cbsyYP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdy2cbsyYP .navbar.navbar-short {
  min-height: 86px;
}
.cid-vdy2cbsyYP .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vdy2cbsyYP .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdy2cbsyYP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdy2cbsyYP .navbar-brand .navbar-caption:hover,
.cid-vdy2cbsyYP .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdy2cbsyYP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdy2cbsyYP .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdy2cbsyYP .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdy2cbsyYP .dropdown-item.active,
.cid-vdy2cbsyYP .dropdown-item:active {
  background-color: transparent;
}
.cid-vdy2cbsyYP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdy2cbsyYP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdy2cbsyYP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdy2cbsyYP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vdy2cbsyYP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vdy2cbsyYP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdy2cbsyYP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdy2cbsyYP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #777777;
}
@media (min-width: 991px) {
  .cid-vdy2cbsyYP ul.navbar-nav {
    background-color: transparent;
    border-radius: 20px !important;
  }
}
@media (max-width: 992px) {
  .cid-vdy2cbsyYP ul.navbar-nav {
    padding: 10px;
  }
  .cid-vdy2cbsyYP ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vdy2cbsyYP .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vdy2cbsyYP .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vdy2cbsyYP .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vdy2cbsyYP .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vdy2cbsyYP .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdy2cbsyYP button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdy2cbsyYP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdy2cbsyYP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdy2cbsyYP button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdy2cbsyYP button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdy2cbsyYP button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vdy2cbsyYP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy2cbsyYP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdy2cbsyYP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdy2cbsyYP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy2cbsyYP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdy2cbsyYP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdy2cbsyYP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdy2cbsyYP .navbar {
    height: 70px;
  }
  .cid-vdy2cbsyYP .navbar.opened {
    height: auto;
  }
  .cid-vdy2cbsyYP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdy2cbsyYP .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdy2cbsyYP .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdy2cbsyYP .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vdy2cbsyYP .nav-item .nav-link:hover {
  background-color: #a9927d;
  color: #000000;
}
.cid-vdy2cbsyYP .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vdy2cbsyYP .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdy2cbsyYP .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdy2cbsyYP .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdy2cbsyYP .navbar {
  justify-content: flex-start !important;
}
.cid-vdy2cbsyYP .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-vdy2cbsyYP .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-vdy2cbsyYP .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-vdy2cbsyYP .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-vdy2cbsyYP .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-vdy2cbsyYP .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-vdy2cbsyYP .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdy2cbsyYP .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdy2cbsyYP .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdy2cbsyYP .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdy2cbsyYP .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdy2cbsyYP .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdy2cbsyYP .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdy2cbsyYP .content-wrap {
  min-height: 86px;
}
.cid-vdy2cbsyYP .dropdown {
  width: fit-content;
  width: auto;
  text-align: center;
}
.cid-vdy2cbsyYP .dropdown .dropdown-item {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vdy2cbsyYP .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vdy2ccezih .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy2ccezih .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2422027/assets/images/background1.jpg?rnd=1774272755073");
}
.cid-vdy2ccezih .image-wrap {
  height: 300px;
}
.cid-vdy2cdBtcO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdy2cdBtcO .item:focus,
.cid-vdy2cdBtcO span:focus {
  outline: none;
}
.cid-vdy2cdBtcO .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-vdy2cdBtcO .item {
  padding: 30px 0;
}
.cid-vdy2cdBtcO .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #efeeec;
  will-change: transform;
}
.cid-vdy2cdBtcO .content-wrap_2 {
  transform: rotate(-2deg);
  background-color: #000000;
  will-change: transform;
}
.cid-vdy2cdBtcO .container_1 {
  background-color: #efeeec;
}
.cid-vdy2cdBtcO .container_1 .item_1 {
  color: #000000;
  background-color: #efeeec;
}
.cid-vdy2cdBtcO .container_2 {
  background-color: #000000;
}
.cid-vdy2cdBtcO .container_2 .item_2 {
  color: #ffffff;
  background-color: #000000;
}
.cid-vdy2cdmAb6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdy2cdmAb6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy2cdmAb6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy2cdmAb6 .title-wrapper {
  margin-bottom: 50px;
}
.cid-vdy2cdmAb6 .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdy2cdmAb6 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdy2cdmAb6 .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdy2cdmAb6 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdy2cdmAb6 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdy2cdmAb6 .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vdy2cdmAb6 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vdy2cdmAb6 .items-wrapper {
  margin: 0 -10px;
}
.cid-vdy2cdmAb6 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy2cdmAb6 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vdy2cdmAb6 .items-wrapper .item:hover .item-wrapper .image-wrapper .item-img img,
.cid-vdy2cdmAb6 .items-wrapper .item:focus .item-wrapper .image-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vdy2cdmAb6 .items-wrapper .item .item-wrapper .image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  will-change: transform;
}
.cid-vdy2cdmAb6 .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  will-change: transform;
}
.cid-vdy2cdmAb6 .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vdy2cdmAb6 .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vdy2cdmAb6 .items-wrapper .item .item-wrapper .image-wrapper .price-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 30px;
}
@media (max-width: 992px) {
  .cid-vdy2cdmAb6 .items-wrapper .item .item-wrapper .image-wrapper .price-wrapper {
    padding: 15px 20px;
  }
}
.cid-vdy2cdmAb6 .items-wrapper .item .item-wrapper .image-wrapper .price-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a9927d;
  opacity: 0.85;
  will-change: transform;
}
.cid-vdy2cdmAb6 .items-wrapper .item .item-wrapper .image-wrapper .price-wrapper .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vdy2cdmAb6 .items-wrapper .item .item-wrapper .card-box .item-price {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-vdy2cdmAb6 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdy2cdmAb6 .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdy2cdmAb6 .mbr-label,
.cid-vdy2cdmAb6 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vdy2cdmAb6 .mbr-section-title,
.cid-vdy2cdmAb6 .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vdy2cdmAb6 .item-title {
  color: #000000;
}
.cid-vdy2cdmAb6 .item-price {
  color: #000000;
}
.cid-vdy2cdmAb6 .item-text {
  color: #000000;
}
.cid-vdy2cdmAb6 .item-title,
.cid-vdy2cdmAb6 .item-btn {
  color: #000000;
}
.cid-vdy2cfa00Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdy2cfa00Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy2cfa00Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy2cfa00Q .card {
  justify-content: center;
}
.cid-vdy2cfa00Q .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdy2cfa00Q .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdy2cfa00Q .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vdy2cfa00Q .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-vdy2cfa00Q .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vdy2cfa00Q .embla__slide .slide-content {
  width: 100%;
}
.cid-vdy2cfa00Q .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vdy2cfa00Q .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdy2cfa00Q .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-vdy2cfa00Q .embla__button--next,
.cid-vdy2cfa00Q .embla__button--prev {
  display: flex;
}
.cid-vdy2cfa00Q .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vdy2cfa00Q .embla__button:hover {
  background-color: #caf31d !important;
  color: #000000 !important;
}
.cid-vdy2cfa00Q .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vdy2cfa00Q .embla__button.embla__button--prev {
  left: 0;
}
.cid-vdy2cfa00Q .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vdy2cfa00Q .embla__button.embla__button--next {
  right: 0;
}
.cid-vdy2cfa00Q .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vdy2cfa00Q .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vdy2cfa00Q .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vdy2cfa00Q .embla__viewport {
    padding: 0;
  }
}
.cid-vdy2cfa00Q .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdy2cfa00Q .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdy2cfa00Q .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdy2cfa00Q .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vdy2cfa00Q .mbr-section-title {
  color: #000000;
}
.cid-vdy2cfa00Q .mbr-section-title,
.cid-vdy2cfa00Q .title-wrapper {
  color: #000000;
}
.cid-vdy2cg8Oyi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy2cg8Oyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy2cg8Oyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy2cg8Oyi .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
}
@media (max-width: 1640px) {
  .cid-vdy2cg8Oyi .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdy2cg8Oyi .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdy2cg8Oyi .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdy2cg8Oyi .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vdy2cg8Oyi .title-wrapper .title-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-vdy2cg8Oyi .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdy2cg8Oyi .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cid-vdy2cg8Oyi .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  background-color: #a9927d;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vdy2cg8Oyi .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vdy2cg8Oyi .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdy2cg8Oyi .btn-wrapper {
  margin-top: -3rem;
}
.cid-vdy2cg8Oyi .mbr-section-title {
  color: #ffffff;
}
.cid-vdy2cg8Oyi .item-title {
  color: #ffffff;
}
.cid-vdy2cg8Oyi .item-text {
  color: #ffffff;
}
.cid-vdy2cg8Oyi .card-icons {
  color: #000000;
}
.cid-vdy2cgnjC9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy2cgnjC9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy2cgnjC9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy2cgnjC9 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vdy2cgnjC9 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdy2cgnjC9 .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdy2cgnjC9 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdy2cgnjC9 .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vdy2cgnjC9 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdy2cgnjC9 .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vdy2cgnjC9 .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vdy2cgnjC9 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vdy2cgnjC9 .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.cid-vdy2cgnjC9 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdy2cgnjC9 .nav-wrapper .list .item-wrap:hover,
.cid-vdy2cgnjC9 .nav-wrapper .list .item-wrap:focus {
  color: #caf31d;
}
.cid-vdy2cgnjC9 .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vdy2cgnjC9 .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vdy2cgnjC9 .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vdy2cgnjC9 .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vdy2cgnjC9 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vdy2cgnjC9 .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdy2cgnjC9 .mbr-copy {
  margin-bottom: 0;
  color: #777777;
  text-align: center;
}
.cid-vdy2cgnjC9 .mbr-text {
  color: #ffffff;
}
.cid-vdy2cgnjC9 .list {
  color: #ffffff;
}
.cid-vdy2cgnjC9 .mbr-soc {
  color: #ffffff;
}
.cid-vdy2cgnjC9 .mbr-desc {
  color: #ffffff;
}
.cid-vdy39PqFzK .navbar-dropdown {
  position: relative !important;
}
.cid-vdy39PqFzK .navbar-dropdown {
  position: absolute !important;
}
.cid-vdy39PqFzK .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vdy39PqFzK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdy39PqFzK .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdy39PqFzK .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 300;
}
.cid-vdy39PqFzK .dropdown-item:hover,
.cid-vdy39PqFzK .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vdy39PqFzK .dropdown-item:hover span {
  color: white;
}
.cid-vdy39PqFzK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdy39PqFzK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdy39PqFzK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdy39PqFzK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdy39PqFzK .nav-link {
  position: relative;
}
.cid-vdy39PqFzK .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vdy39PqFzK .container {
    max-width: 1100px;
  }
}
.cid-vdy39PqFzK .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdy39PqFzK .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vdy39PqFzK .dropdown-menu,
.cid-vdy39PqFzK .navbar.opened {
  background: #ffffff !important;
  background: rgba(255, 255, 255, 0.5) !important;
}
.cid-vdy39PqFzK .nav-item:focus,
.cid-vdy39PqFzK .nav-link:focus {
  outline: none;
}
.cid-vdy39PqFzK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdy39PqFzK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vdy39PqFzK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdy39PqFzK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdy39PqFzK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdy39PqFzK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vdy39PqFzK .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vdy39PqFzK .navbar.opened {
  transition: all 0.3s;
}
.cid-vdy39PqFzK .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vdy39PqFzK .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vdy39PqFzK .navbar .navbar-logo img {
  width: auto;
}
.cid-vdy39PqFzK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdy39PqFzK .navbar.collapsed {
  justify-content: center;
}
.cid-vdy39PqFzK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdy39PqFzK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdy39PqFzK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vdy39PqFzK .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vdy39PqFzK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vdy39PqFzK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vdy39PqFzK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdy39PqFzK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdy39PqFzK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdy39PqFzK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdy39PqFzK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdy39PqFzK .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vdy39PqFzK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdy39PqFzK .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vdy39PqFzK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vdy39PqFzK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdy39PqFzK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdy39PqFzK .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vdy39PqFzK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdy39PqFzK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdy39PqFzK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdy39PqFzK .navbar.navbar-short {
  min-height: 86px;
}
.cid-vdy39PqFzK .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vdy39PqFzK .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdy39PqFzK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdy39PqFzK .navbar-brand .navbar-caption:hover,
.cid-vdy39PqFzK .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdy39PqFzK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdy39PqFzK .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdy39PqFzK .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdy39PqFzK .dropdown-item.active,
.cid-vdy39PqFzK .dropdown-item:active {
  background-color: transparent;
}
.cid-vdy39PqFzK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdy39PqFzK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdy39PqFzK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdy39PqFzK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vdy39PqFzK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vdy39PqFzK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdy39PqFzK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdy39PqFzK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #777777;
}
@media (min-width: 991px) {
  .cid-vdy39PqFzK ul.navbar-nav {
    background-color: transparent;
    border-radius: 20px !important;
  }
}
@media (max-width: 992px) {
  .cid-vdy39PqFzK ul.navbar-nav {
    padding: 10px;
  }
  .cid-vdy39PqFzK ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vdy39PqFzK .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vdy39PqFzK .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vdy39PqFzK .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vdy39PqFzK .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vdy39PqFzK .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdy39PqFzK button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdy39PqFzK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdy39PqFzK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdy39PqFzK button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdy39PqFzK button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdy39PqFzK button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vdy39PqFzK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy39PqFzK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdy39PqFzK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdy39PqFzK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy39PqFzK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdy39PqFzK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdy39PqFzK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdy39PqFzK .navbar {
    height: 70px;
  }
  .cid-vdy39PqFzK .navbar.opened {
    height: auto;
  }
  .cid-vdy39PqFzK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdy39PqFzK .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdy39PqFzK .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdy39PqFzK .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vdy39PqFzK .nav-item .nav-link:hover {
  background-color: #a9927d;
  color: #000000;
}
.cid-vdy39PqFzK .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vdy39PqFzK .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdy39PqFzK .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdy39PqFzK .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdy39PqFzK .navbar {
  justify-content: flex-start !important;
}
.cid-vdy39PqFzK .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-vdy39PqFzK .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-vdy39PqFzK .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-vdy39PqFzK .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-vdy39PqFzK .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-vdy39PqFzK .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-vdy39PqFzK .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdy39PqFzK .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdy39PqFzK .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdy39PqFzK .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdy39PqFzK .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdy39PqFzK .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdy39PqFzK .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdy39PqFzK .content-wrap {
  min-height: 86px;
}
.cid-vdy39PqFzK .dropdown {
  width: fit-content;
  width: auto;
  text-align: center;
}
.cid-vdy39PqFzK .dropdown .dropdown-item {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vdy39PqFzK .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vdy39Q8qL9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdy39Q8qL9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy39Q8qL9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy39Q8qL9 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy39Q8qL9 .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdy39Q8qL9 .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdy39Q8qL9 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdy39Q8qL9 .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdy39Q8qL9 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdy39Q8qL9 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdy39Q8qL9 .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vdy39Q8qL9 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vdy39Q8qL9 .content-wrap {
  margin: 0 -20px;
}
.cid-vdy39Q8qL9 .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdy39Q8qL9 .text-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdy39Q8qL9 .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy39Q8qL9 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 25px;
  }
}
.cid-vdy39Q8qL9 .text-wrapper .mbr-number {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy39Q8qL9 .text-wrapper .mbr-number {
    margin-bottom: 25px;
  }
}
.cid-vdy39Q8qL9 .text-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdy39Q8qL9 .text-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-vdy39Q8qL9 .image-wrapper img {
  height: 530px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vdy39Q8qL9 .image-wrapper img {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-vdy39Q8qL9 .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vdy39Q8qL9 .list-wrapper {
    margin-top: 25px;
  }
}
.cid-vdy39Q8qL9 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy39Q8qL9 .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vdy39Q8qL9 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdy39Q8qL9 .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
}
.cid-vdy39Q8qL9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdy39Q8qL9 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vdy39Q8qL9 .list-wrapper .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vdy39Q8qL9 .list-wrapper .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vdy39Q8qL9 .mbr-label {
  color: #000000;
}
.cid-vdy39Q8qL9 .mbr-section-title {
  color: #000000;
}
.cid-vdy39Q8qL9 .mbr-text {
  color: #000000;
}
.cid-vdy39Q8qL9 .mbr-number {
  color: #000000;
}
.cid-vdy39Q8qL9 .mbr-desc {
  color: #000000;
}
.cid-vdy39Q8qL9 .mbr-section-subtitle {
  color: #000000;
}
.cid-vdy39Q8qL9 .list {
  color: #000000;
}
.cid-vdy39Q8qL9 .card-icon {
  color: #000000;
}
.cid-vdy39Q8qL9 .mbr-label,
.cid-vdy39Q8qL9 .label-wrapper {
  color: #000000;
}
.cid-vdy39Q8qL9 .mbr-section-title,
.cid-vdy39Q8qL9 .main-btn,
.cid-vdy39Q8qL9 .title-wrap {
  color: #000000;
}
.cid-vdy39Q8qL9 .mbr-text .text-wrap {
  color: #000000;
}
.cid-vdy39Q8qL9 .mbr-section-subtitle,
.cid-vdy39Q8qL9 .mbr-section-btn {
  color: #000000;
}
.cid-vdy39Q8qL9 .list,
.cid-vdy39Q8qL9 .item-wrap {
  color: #000000;
}
.cid-vdy39QpHwl {
  background-image: url("https://r.mobirisesite.com/2422027/assets/images/photo-1489286696299-aa7486820-h_mmltkwmh.jpg");
}
.cid-vdy39QpHwl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy39QpHwl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy39QpHwl .image-wrap {
  height: 300px;
}
.cid-vdy39QGjuw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a9927d;
}
.cid-vdy39QGjuw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy39QGjuw .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-vdy39QGjuw .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vdy39QGjuw .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdy39QGjuw .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdy39QGjuw .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdy39QGjuw .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdy39QGjuw .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdy39QGjuw .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vdy39QGjuw .title-wrapper .main-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vdy39QGjuw .items-wrapper .item {
  margin-bottom: 50px;
}
.cid-vdy39QGjuw .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vdy39QGjuw .items-wrapper .item .item-wrapper {
  display: flex;
  gap: 25px;
}
@media (max-width: 992px) {
  .cid-vdy39QGjuw .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vdy39QGjuw .items-wrapper .item .item-wrapper .iconfont-wrapper {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-vdy39QGjuw .items-wrapper .item .item-wrapper .iconfont-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vdy39QGjuw .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vdy39QGjuw .items-wrapper .item .item-wrapper .card-box {
  width: 100%;
}
.cid-vdy39QGjuw .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdy39QGjuw .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdy39QGjuw .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdy39QGjuw .mbr-label {
  color: #000000;
}
.cid-vdy39QGjuw .mbr-section-title {
  color: #000000;
}
.cid-vdy39QGjuw .item-title {
  color: #000000;
}
.cid-vdy39QGjuw .item-text {
  color: #000000;
}
.cid-vdy39QGjuw .mbr-label,
.cid-vdy39QGjuw .label-wrapper {
  color: #000000;
}
.cid-vdy39QGjuw .mbr-section-title,
.cid-vdy39QGjuw .main-btn,
.cid-vdy39QGjuw .title-wrap {
  color: #000000;
}
.cid-vdy39QGjuw .card-icons {
  color: #000000;
}
.cid-vdy39QGjuw .item-title,
.cid-vdy39QGjuw .item-btn {
  color: #000000;
}
.cid-vdy39QGjuw .card-icon {
  color: #000000;
}
.cid-vdy39R6jt9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdy39R6jt9 .item:focus,
.cid-vdy39R6jt9 span:focus {
  outline: none;
}
.cid-vdy39R6jt9 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-vdy39R6jt9 .item {
  padding: 30px 0;
}
.cid-vdy39R6jt9 .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #efeeec;
  will-change: transform;
}
.cid-vdy39R6jt9 .content-wrap_2 {
  transform: rotate(-2deg);
  background-color: #000000;
  will-change: transform;
}
.cid-vdy39R6jt9 .container_1 {
  background-color: #efeeec;
}
.cid-vdy39R6jt9 .container_1 .item_1 {
  color: #000000;
  background-color: #efeeec;
}
.cid-vdy39R6jt9 .container_2 {
  background-color: #000000;
}
.cid-vdy39R6jt9 .container_2 .item_2 {
  color: #ffffff;
  background-color: #000000;
}
.cid-vdy39Sb4Nx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdy39Sb4Nx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy39Sb4Nx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy39Sb4Nx .title-wrapper {
  margin-bottom: 50px;
}
.cid-vdy39Sb4Nx .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdy39Sb4Nx .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdy39Sb4Nx .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdy39Sb4Nx .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdy39Sb4Nx .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdy39Sb4Nx .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vdy39Sb4Nx .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdy39Sb4Nx .items-wrapper {
  margin: 0 -10px;
}
.cid-vdy39Sb4Nx .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdy39Sb4Nx .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vdy39Sb4Nx .items-wrapper .item:hover .item-wrapper,
.cid-vdy39Sb4Nx .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vdy39Sb4Nx .items-wrapper .item:hover .item-wrapper,
  .cid-vdy39Sb4Nx .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vdy39Sb4Nx .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vdy39Sb4Nx .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #a9927d;
  color: #000000 !important;
}
.cid-vdy39Sb4Nx .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #e8e8e8;
  padding: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vdy39Sb4Nx .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vdy39Sb4Nx .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdy39Sb4Nx .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdy39Sb4Nx .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vdy39Sb4Nx .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdy39Sb4Nx .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdy39Sb4Nx .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdy39Sb4Nx .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vdy39Sb4Nx .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vdy39Sb4Nx .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #efeeec;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  z-index: 1;
}
.cid-vdy39Sb4Nx .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vdy39Sb4Nx .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #a9927d;
  color: #000000 !important;
}
.cid-vdy39Sb4Nx .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vdy39Sb4Nx .mbr-label,
.cid-vdy39Sb4Nx .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vdy39Sb4Nx .mbr-section-title,
.cid-vdy39Sb4Nx .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vdy39Sb4Nx .item-title {
  color: #000000;
}
.cid-vdy39Sb4Nx .item-text {
  color: #000000;
}
.cid-vdy39Sb4Nx .card-link {
  color: #000000;
}
.cid-vdy39Sqo7A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy39Sqo7A .item:focus,
.cid-vdy39Sqo7A span:focus {
  outline: none;
}
.cid-vdy39Sqo7A .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vdy39Sqo7A .content-head {
  max-width: 800px;
}
.cid-vdy39Sqo7A .item {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  font-weight: 700;
  padding: 10px 0;
}
.cid-vdy39STBcd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdy39STBcd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy39STBcd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy39STBcd .card {
  justify-content: center;
}
.cid-vdy39STBcd .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdy39STBcd .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdy39STBcd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vdy39STBcd .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-vdy39STBcd .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vdy39STBcd .embla__slide .slide-content {
  width: 100%;
}
.cid-vdy39STBcd .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vdy39STBcd .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdy39STBcd .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-vdy39STBcd .embla__button--next,
.cid-vdy39STBcd .embla__button--prev {
  display: flex;
}
.cid-vdy39STBcd .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vdy39STBcd .embla__button:hover {
  background-color: #caf31d !important;
  color: #000000 !important;
}
.cid-vdy39STBcd .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vdy39STBcd .embla__button.embla__button--prev {
  left: 0;
}
.cid-vdy39STBcd .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vdy39STBcd .embla__button.embla__button--next {
  right: 0;
}
.cid-vdy39STBcd .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vdy39STBcd .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vdy39STBcd .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vdy39STBcd .embla__viewport {
    padding: 0;
  }
}
.cid-vdy39STBcd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdy39STBcd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdy39STBcd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdy39STBcd .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vdy39STBcd .mbr-section-title {
  color: #000000;
}
.cid-vdy39STBcd .mbr-section-title,
.cid-vdy39STBcd .title-wrapper {
  color: #000000;
}
.cid-vdy39TPhC3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy39TPhC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy39TPhC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy39TPhC3 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
}
@media (max-width: 1640px) {
  .cid-vdy39TPhC3 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdy39TPhC3 .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdy39TPhC3 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdy39TPhC3 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vdy39TPhC3 .title-wrapper .title-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-vdy39TPhC3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdy39TPhC3 .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cid-vdy39TPhC3 .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  background-color: #a9927d;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vdy39TPhC3 .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vdy39TPhC3 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdy39TPhC3 .btn-wrapper {
  margin-top: -3rem;
}
.cid-vdy39TPhC3 .mbr-section-title {
  color: #ffffff;
}
.cid-vdy39TPhC3 .item-title {
  color: #ffffff;
}
.cid-vdy39TPhC3 .item-text {
  color: #ffffff;
}
.cid-vdy39TPhC3 .card-icons {
  color: #000000;
}
.cid-vdy39U2KLH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy39U2KLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy39U2KLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy39U2KLH .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vdy39U2KLH .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdy39U2KLH .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdy39U2KLH .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdy39U2KLH .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vdy39U2KLH .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdy39U2KLH .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vdy39U2KLH .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vdy39U2KLH .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vdy39U2KLH .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.cid-vdy39U2KLH .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdy39U2KLH .nav-wrapper .list .item-wrap:hover,
.cid-vdy39U2KLH .nav-wrapper .list .item-wrap:focus {
  color: #caf31d;
}
.cid-vdy39U2KLH .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vdy39U2KLH .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vdy39U2KLH .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vdy39U2KLH .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vdy39U2KLH .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vdy39U2KLH .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdy39U2KLH .mbr-copy {
  margin-bottom: 0;
  color: #777777;
  text-align: center;
}
.cid-vdy39U2KLH .mbr-text {
  color: #ffffff;
}
.cid-vdy39U2KLH .list {
  color: #ffffff;
}
.cid-vdy39U2KLH .mbr-soc {
  color: #ffffff;
}
.cid-vdy39U2KLH .mbr-desc {
  color: #ffffff;
}
.cid-vdy7q1Ajfp .navbar-dropdown {
  position: relative !important;
}
.cid-vdy7q1Ajfp .navbar-dropdown {
  position: absolute !important;
}
.cid-vdy7q1Ajfp .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vdy7q1Ajfp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdy7q1Ajfp .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdy7q1Ajfp .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 300;
}
.cid-vdy7q1Ajfp .dropdown-item:hover,
.cid-vdy7q1Ajfp .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vdy7q1Ajfp .dropdown-item:hover span {
  color: white;
}
.cid-vdy7q1Ajfp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdy7q1Ajfp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdy7q1Ajfp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdy7q1Ajfp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdy7q1Ajfp .nav-link {
  position: relative;
}
.cid-vdy7q1Ajfp .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vdy7q1Ajfp .container {
    max-width: 1100px;
  }
}
.cid-vdy7q1Ajfp .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdy7q1Ajfp .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vdy7q1Ajfp .dropdown-menu,
.cid-vdy7q1Ajfp .navbar.opened {
  background: #ffffff !important;
  background: rgba(255, 255, 255, 0.5) !important;
}
.cid-vdy7q1Ajfp .nav-item:focus,
.cid-vdy7q1Ajfp .nav-link:focus {
  outline: none;
}
.cid-vdy7q1Ajfp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdy7q1Ajfp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vdy7q1Ajfp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdy7q1Ajfp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdy7q1Ajfp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdy7q1Ajfp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vdy7q1Ajfp .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vdy7q1Ajfp .navbar.opened {
  transition: all 0.3s;
}
.cid-vdy7q1Ajfp .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vdy7q1Ajfp .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vdy7q1Ajfp .navbar .navbar-logo img {
  width: auto;
}
.cid-vdy7q1Ajfp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdy7q1Ajfp .navbar.collapsed {
  justify-content: center;
}
.cid-vdy7q1Ajfp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdy7q1Ajfp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdy7q1Ajfp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vdy7q1Ajfp .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vdy7q1Ajfp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vdy7q1Ajfp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vdy7q1Ajfp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdy7q1Ajfp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdy7q1Ajfp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdy7q1Ajfp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdy7q1Ajfp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdy7q1Ajfp .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vdy7q1Ajfp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdy7q1Ajfp .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vdy7q1Ajfp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vdy7q1Ajfp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdy7q1Ajfp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdy7q1Ajfp .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vdy7q1Ajfp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdy7q1Ajfp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdy7q1Ajfp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdy7q1Ajfp .navbar.navbar-short {
  min-height: 86px;
}
.cid-vdy7q1Ajfp .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vdy7q1Ajfp .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdy7q1Ajfp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdy7q1Ajfp .navbar-brand .navbar-caption:hover,
.cid-vdy7q1Ajfp .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdy7q1Ajfp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdy7q1Ajfp .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdy7q1Ajfp .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdy7q1Ajfp .dropdown-item.active,
.cid-vdy7q1Ajfp .dropdown-item:active {
  background-color: transparent;
}
.cid-vdy7q1Ajfp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdy7q1Ajfp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdy7q1Ajfp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdy7q1Ajfp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vdy7q1Ajfp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vdy7q1Ajfp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdy7q1Ajfp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdy7q1Ajfp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #777777;
}
@media (min-width: 991px) {
  .cid-vdy7q1Ajfp ul.navbar-nav {
    background-color: transparent;
    border-radius: 20px !important;
  }
}
@media (max-width: 992px) {
  .cid-vdy7q1Ajfp ul.navbar-nav {
    padding: 10px;
  }
  .cid-vdy7q1Ajfp ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vdy7q1Ajfp .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vdy7q1Ajfp .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vdy7q1Ajfp .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vdy7q1Ajfp .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vdy7q1Ajfp .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdy7q1Ajfp button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdy7q1Ajfp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdy7q1Ajfp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdy7q1Ajfp button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdy7q1Ajfp button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdy7q1Ajfp button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vdy7q1Ajfp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy7q1Ajfp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdy7q1Ajfp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdy7q1Ajfp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy7q1Ajfp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdy7q1Ajfp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdy7q1Ajfp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdy7q1Ajfp .navbar {
    height: 70px;
  }
  .cid-vdy7q1Ajfp .navbar.opened {
    height: auto;
  }
  .cid-vdy7q1Ajfp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdy7q1Ajfp .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdy7q1Ajfp .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdy7q1Ajfp .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vdy7q1Ajfp .nav-item .nav-link:hover {
  background-color: #a9927d;
  color: #000000;
}
.cid-vdy7q1Ajfp .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vdy7q1Ajfp .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdy7q1Ajfp .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdy7q1Ajfp .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdy7q1Ajfp .navbar {
  justify-content: flex-start !important;
}
.cid-vdy7q1Ajfp .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-vdy7q1Ajfp .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-vdy7q1Ajfp .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-vdy7q1Ajfp .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-vdy7q1Ajfp .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-vdy7q1Ajfp .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-vdy7q1Ajfp .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdy7q1Ajfp .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdy7q1Ajfp .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdy7q1Ajfp .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdy7q1Ajfp .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdy7q1Ajfp .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdy7q1Ajfp .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdy7q1Ajfp .content-wrap {
  min-height: 86px;
}
.cid-vdy7q1Ajfp .dropdown {
  width: fit-content;
  width: auto;
  text-align: center;
}
.cid-vdy7q1Ajfp .dropdown .dropdown-item {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vdy7q1Ajfp .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vdy7q1UIT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy7q1UIT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2422027/assets/images/background1.jpg?rnd=1774272755073");
}
.cid-vdy7q1UIT0 .image-wrap {
  height: 300px;
}
.cid-vdy7q22VN4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdy7q22VN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy7q22VN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy7q22VN4 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy7q22VN4 .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdy7q22VN4 .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdy7q22VN4 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdy7q22VN4 .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdy7q22VN4 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdy7q22VN4 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdy7q22VN4 .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vdy7q22VN4 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vdy7q22VN4 .content-wrap {
  margin: 0 -20px;
}
.cid-vdy7q22VN4 .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdy7q22VN4 .text-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdy7q22VN4 .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy7q22VN4 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 25px;
  }
}
.cid-vdy7q22VN4 .text-wrapper .mbr-number {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy7q22VN4 .text-wrapper .mbr-number {
    margin-bottom: 25px;
  }
}
.cid-vdy7q22VN4 .text-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdy7q22VN4 .text-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-vdy7q22VN4 .image-wrapper img {
  height: 530px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vdy7q22VN4 .image-wrapper img {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-vdy7q22VN4 .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vdy7q22VN4 .list-wrapper {
    margin-top: 25px;
  }
}
.cid-vdy7q22VN4 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy7q22VN4 .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vdy7q22VN4 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdy7q22VN4 .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
}
.cid-vdy7q22VN4 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdy7q22VN4 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vdy7q22VN4 .list-wrapper .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vdy7q22VN4 .list-wrapper .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vdy7q22VN4 .mbr-label {
  color: #000000;
}
.cid-vdy7q22VN4 .mbr-section-title {
  color: #000000;
}
.cid-vdy7q22VN4 .mbr-text {
  color: #000000;
}
.cid-vdy7q22VN4 .mbr-number {
  color: #000000;
}
.cid-vdy7q22VN4 .mbr-desc {
  color: #000000;
}
.cid-vdy7q22VN4 .mbr-section-subtitle {
  color: #000000;
}
.cid-vdy7q22VN4 .list {
  color: #000000;
}
.cid-vdy7q22VN4 .card-icon {
  color: #000000;
}
.cid-vdy7q22VN4 .mbr-label,
.cid-vdy7q22VN4 .label-wrapper {
  color: #000000;
}
.cid-vdy7q22VN4 .mbr-section-title,
.cid-vdy7q22VN4 .main-btn,
.cid-vdy7q22VN4 .title-wrap {
  color: #000000;
}
.cid-vdy7q22VN4 .mbr-text .text-wrap {
  color: #000000;
}
.cid-vdy7q22VN4 .mbr-section-subtitle,
.cid-vdy7q22VN4 .mbr-section-btn {
  color: #000000;
}
.cid-vdy7q22VN4 .list,
.cid-vdy7q22VN4 .item-wrap {
  color: #000000;
}
.cid-vdy7q2c7q3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdy7q2c7q3 .item:focus,
.cid-vdy7q2c7q3 span:focus {
  outline: none;
}
.cid-vdy7q2c7q3 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-vdy7q2c7q3 .item {
  padding: 30px 0;
}
.cid-vdy7q2c7q3 .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #efeeec;
  will-change: transform;
}
.cid-vdy7q2c7q3 .content-wrap_2 {
  transform: rotate(-2deg);
  background-color: #000000;
  will-change: transform;
}
.cid-vdy7q2c7q3 .container_1 {
  background-color: #efeeec;
}
.cid-vdy7q2c7q3 .container_1 .item_1 {
  color: #000000;
  background-color: #efeeec;
}
.cid-vdy7q2c7q3 .container_2 {
  background-color: #000000;
}
.cid-vdy7q2c7q3 .container_2 .item_2 {
  color: #ffffff;
  background-color: #000000;
}
.cid-vdy7q2kntq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdy7q2kntq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy7q2kntq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy7q2kntq .title-wrapper {
  margin-bottom: 50px;
}
.cid-vdy7q2kntq .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdy7q2kntq .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdy7q2kntq .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdy7q2kntq .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdy7q2kntq .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdy7q2kntq .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vdy7q2kntq .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdy7q2kntq .items-wrapper {
  margin: 0 -10px;
}
.cid-vdy7q2kntq .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdy7q2kntq .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vdy7q2kntq .items-wrapper .item:hover .item-wrapper,
.cid-vdy7q2kntq .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vdy7q2kntq .items-wrapper .item:hover .item-wrapper,
  .cid-vdy7q2kntq .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vdy7q2kntq .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vdy7q2kntq .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #a9927d;
  color: #000000 !important;
}
.cid-vdy7q2kntq .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #e8e8e8;
  padding: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vdy7q2kntq .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vdy7q2kntq .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdy7q2kntq .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdy7q2kntq .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vdy7q2kntq .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdy7q2kntq .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdy7q2kntq .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdy7q2kntq .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vdy7q2kntq .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vdy7q2kntq .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #efeeec;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  z-index: 1;
}
.cid-vdy7q2kntq .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vdy7q2kntq .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #a9927d;
  color: #000000 !important;
}
.cid-vdy7q2kntq .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vdy7q2kntq .mbr-label,
.cid-vdy7q2kntq .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vdy7q2kntq .mbr-section-title,
.cid-vdy7q2kntq .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vdy7q2kntq .item-title {
  color: #000000;
}
.cid-vdy7q2kntq .item-text {
  color: #000000;
}
.cid-vdy7q2kntq .card-link {
  color: #000000;
}
.cid-vdy7q2vJ87 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy7q2vJ87 .item:focus,
.cid-vdy7q2vJ87 span:focus {
  outline: none;
}
.cid-vdy7q2vJ87 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vdy7q2vJ87 .content-head {
  max-width: 800px;
}
.cid-vdy7q2vJ87 .item {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  font-weight: 700;
  padding: 10px 0;
}
.cid-vdy7q2Cztt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdy7q2Cztt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy7q2Cztt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy7q2Cztt .card {
  justify-content: center;
}
.cid-vdy7q2Cztt .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdy7q2Cztt .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdy7q2Cztt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vdy7q2Cztt .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-vdy7q2Cztt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vdy7q2Cztt .embla__slide .slide-content {
  width: 100%;
}
.cid-vdy7q2Cztt .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vdy7q2Cztt .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdy7q2Cztt .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-vdy7q2Cztt .embla__button--next,
.cid-vdy7q2Cztt .embla__button--prev {
  display: flex;
}
.cid-vdy7q2Cztt .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vdy7q2Cztt .embla__button:hover {
  background-color: #caf31d !important;
  color: #000000 !important;
}
.cid-vdy7q2Cztt .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vdy7q2Cztt .embla__button.embla__button--prev {
  left: 0;
}
.cid-vdy7q2Cztt .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vdy7q2Cztt .embla__button.embla__button--next {
  right: 0;
}
.cid-vdy7q2Cztt .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vdy7q2Cztt .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vdy7q2Cztt .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vdy7q2Cztt .embla__viewport {
    padding: 0;
  }
}
.cid-vdy7q2Cztt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdy7q2Cztt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdy7q2Cztt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdy7q2Cztt .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vdy7q2Cztt .mbr-section-title {
  color: #000000;
}
.cid-vdy7q2Cztt .mbr-section-title,
.cid-vdy7q2Cztt .title-wrapper {
  color: #000000;
}
.cid-vdy7q2Q0Bo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy7q2Q0Bo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy7q2Q0Bo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy7q2Q0Bo .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
}
@media (max-width: 1640px) {
  .cid-vdy7q2Q0Bo .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdy7q2Q0Bo .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdy7q2Q0Bo .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdy7q2Q0Bo .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vdy7q2Q0Bo .title-wrapper .title-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-vdy7q2Q0Bo .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdy7q2Q0Bo .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cid-vdy7q2Q0Bo .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  background-color: #a9927d;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vdy7q2Q0Bo .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vdy7q2Q0Bo .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdy7q2Q0Bo .btn-wrapper {
  margin-top: -3rem;
}
.cid-vdy7q2Q0Bo .mbr-section-title {
  color: #ffffff;
}
.cid-vdy7q2Q0Bo .item-title {
  color: #ffffff;
}
.cid-vdy7q2Q0Bo .item-text {
  color: #ffffff;
}
.cid-vdy7q2Q0Bo .card-icons {
  color: #000000;
}
.cid-vdy7q34D52 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy7q34D52 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy7q34D52 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy7q34D52 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vdy7q34D52 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdy7q34D52 .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdy7q34D52 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdy7q34D52 .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vdy7q34D52 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdy7q34D52 .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vdy7q34D52 .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vdy7q34D52 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vdy7q34D52 .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.cid-vdy7q34D52 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdy7q34D52 .nav-wrapper .list .item-wrap:hover,
.cid-vdy7q34D52 .nav-wrapper .list .item-wrap:focus {
  color: #caf31d;
}
.cid-vdy7q34D52 .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vdy7q34D52 .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vdy7q34D52 .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vdy7q34D52 .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vdy7q34D52 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vdy7q34D52 .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdy7q34D52 .mbr-copy {
  margin-bottom: 0;
  color: #777777;
  text-align: center;
}
.cid-vdy7q34D52 .mbr-text {
  color: #ffffff;
}
.cid-vdy7q34D52 .list {
  color: #ffffff;
}
.cid-vdy7q34D52 .mbr-soc {
  color: #ffffff;
}
.cid-vdy7q34D52 .mbr-desc {
  color: #ffffff;
}
.cid-vdy854TKi1 .navbar-dropdown {
  position: relative !important;
}
.cid-vdy854TKi1 .navbar-dropdown {
  position: absolute !important;
}
.cid-vdy854TKi1 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vdy854TKi1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdy854TKi1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdy854TKi1 .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 300;
}
.cid-vdy854TKi1 .dropdown-item:hover,
.cid-vdy854TKi1 .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vdy854TKi1 .dropdown-item:hover span {
  color: white;
}
.cid-vdy854TKi1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdy854TKi1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdy854TKi1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdy854TKi1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdy854TKi1 .nav-link {
  position: relative;
}
.cid-vdy854TKi1 .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vdy854TKi1 .container {
    max-width: 1100px;
  }
}
.cid-vdy854TKi1 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdy854TKi1 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vdy854TKi1 .dropdown-menu,
.cid-vdy854TKi1 .navbar.opened {
  background: #ffffff !important;
  background: rgba(255, 255, 255, 0.5) !important;
}
.cid-vdy854TKi1 .nav-item:focus,
.cid-vdy854TKi1 .nav-link:focus {
  outline: none;
}
.cid-vdy854TKi1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdy854TKi1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vdy854TKi1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdy854TKi1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdy854TKi1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdy854TKi1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vdy854TKi1 .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vdy854TKi1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vdy854TKi1 .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vdy854TKi1 .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vdy854TKi1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vdy854TKi1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdy854TKi1 .navbar.collapsed {
  justify-content: center;
}
.cid-vdy854TKi1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdy854TKi1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdy854TKi1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vdy854TKi1 .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vdy854TKi1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vdy854TKi1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vdy854TKi1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdy854TKi1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdy854TKi1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdy854TKi1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdy854TKi1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdy854TKi1 .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vdy854TKi1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdy854TKi1 .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vdy854TKi1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vdy854TKi1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdy854TKi1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdy854TKi1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vdy854TKi1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdy854TKi1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdy854TKi1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdy854TKi1 .navbar.navbar-short {
  min-height: 86px;
}
.cid-vdy854TKi1 .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vdy854TKi1 .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdy854TKi1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdy854TKi1 .navbar-brand .navbar-caption:hover,
.cid-vdy854TKi1 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdy854TKi1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdy854TKi1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdy854TKi1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdy854TKi1 .dropdown-item.active,
.cid-vdy854TKi1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vdy854TKi1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdy854TKi1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdy854TKi1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdy854TKi1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vdy854TKi1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vdy854TKi1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdy854TKi1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdy854TKi1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #777777;
}
@media (min-width: 991px) {
  .cid-vdy854TKi1 ul.navbar-nav {
    background-color: transparent;
    border-radius: 20px !important;
  }
}
@media (max-width: 992px) {
  .cid-vdy854TKi1 ul.navbar-nav {
    padding: 10px;
  }
  .cid-vdy854TKi1 ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vdy854TKi1 .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vdy854TKi1 .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vdy854TKi1 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vdy854TKi1 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vdy854TKi1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdy854TKi1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdy854TKi1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdy854TKi1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdy854TKi1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdy854TKi1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdy854TKi1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vdy854TKi1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy854TKi1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdy854TKi1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdy854TKi1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy854TKi1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdy854TKi1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdy854TKi1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdy854TKi1 .navbar {
    height: 70px;
  }
  .cid-vdy854TKi1 .navbar.opened {
    height: auto;
  }
  .cid-vdy854TKi1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdy854TKi1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdy854TKi1 .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdy854TKi1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vdy854TKi1 .nav-item .nav-link:hover {
  background-color: #a9927d;
  color: #000000;
}
.cid-vdy854TKi1 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vdy854TKi1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdy854TKi1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdy854TKi1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdy854TKi1 .navbar {
  justify-content: flex-start !important;
}
.cid-vdy854TKi1 .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-vdy854TKi1 .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-vdy854TKi1 .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-vdy854TKi1 .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-vdy854TKi1 .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-vdy854TKi1 .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-vdy854TKi1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdy854TKi1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdy854TKi1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdy854TKi1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdy854TKi1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdy854TKi1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdy854TKi1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdy854TKi1 .content-wrap {
  min-height: 86px;
}
.cid-vdy854TKi1 .dropdown {
  width: fit-content;
  width: auto;
  text-align: center;
}
.cid-vdy854TKi1 .dropdown .dropdown-item {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vdy854TKi1 .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vdy855jgFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy855jgFk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2422027/assets/images/background1.jpg?rnd=1774272755073");
}
.cid-vdy855jgFk .image-wrap {
  height: 300px;
}
.cid-vdy855ypwm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdy855ypwm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy855ypwm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy855ypwm .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy855ypwm .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdy855ypwm .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdy855ypwm .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdy855ypwm .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdy855ypwm .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdy855ypwm .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdy855ypwm .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vdy855ypwm .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vdy855ypwm .content-wrap {
  margin: 0 -20px;
}
.cid-vdy855ypwm .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdy855ypwm .text-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdy855ypwm .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy855ypwm .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 25px;
  }
}
.cid-vdy855ypwm .text-wrapper .mbr-number {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy855ypwm .text-wrapper .mbr-number {
    margin-bottom: 25px;
  }
}
.cid-vdy855ypwm .text-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdy855ypwm .text-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-vdy855ypwm .image-wrapper img {
  height: 530px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vdy855ypwm .image-wrapper img {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-vdy855ypwm .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vdy855ypwm .list-wrapper {
    margin-top: 25px;
  }
}
.cid-vdy855ypwm .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy855ypwm .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vdy855ypwm .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdy855ypwm .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
}
.cid-vdy855ypwm .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdy855ypwm .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vdy855ypwm .list-wrapper .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vdy855ypwm .list-wrapper .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vdy855ypwm .mbr-label {
  color: #000000;
}
.cid-vdy855ypwm .mbr-section-title {
  color: #000000;
}
.cid-vdy855ypwm .mbr-text {
  color: #000000;
}
.cid-vdy855ypwm .mbr-number {
  color: #000000;
}
.cid-vdy855ypwm .mbr-desc {
  color: #000000;
}
.cid-vdy855ypwm .mbr-section-subtitle {
  color: #000000;
}
.cid-vdy855ypwm .list {
  color: #000000;
}
.cid-vdy855ypwm .card-icon {
  color: #000000;
}
.cid-vdy855ypwm .mbr-label,
.cid-vdy855ypwm .label-wrapper {
  color: #000000;
}
.cid-vdy855ypwm .mbr-section-title,
.cid-vdy855ypwm .main-btn,
.cid-vdy855ypwm .title-wrap {
  color: #000000;
}
.cid-vdy855ypwm .mbr-text .text-wrap {
  color: #000000;
}
.cid-vdy855ypwm .mbr-section-subtitle,
.cid-vdy855ypwm .mbr-section-btn {
  color: #000000;
}
.cid-vdy855ypwm .list,
.cid-vdy855ypwm .item-wrap {
  color: #000000;
}
.cid-vdy855UaWU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdy855UaWU .item:focus,
.cid-vdy855UaWU span:focus {
  outline: none;
}
.cid-vdy855UaWU .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-vdy855UaWU .item {
  padding: 30px 0;
}
.cid-vdy855UaWU .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #efeeec;
  will-change: transform;
}
.cid-vdy855UaWU .content-wrap_2 {
  transform: rotate(-2deg);
  background-color: #000000;
  will-change: transform;
}
.cid-vdy855UaWU .container_1 {
  background-color: #efeeec;
}
.cid-vdy855UaWU .container_1 .item_1 {
  color: #000000;
  background-color: #efeeec;
}
.cid-vdy855UaWU .container_2 {
  background-color: #000000;
}
.cid-vdy855UaWU .container_2 .item_2 {
  color: #ffffff;
  background-color: #000000;
}
.cid-vdy8563Edz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdy8563Edz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy8563Edz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy8563Edz .title-wrapper {
  margin-bottom: 50px;
}
.cid-vdy8563Edz .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdy8563Edz .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdy8563Edz .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdy8563Edz .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdy8563Edz .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdy8563Edz .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vdy8563Edz .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdy8563Edz .items-wrapper {
  margin: 0 -10px;
}
.cid-vdy8563Edz .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdy8563Edz .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vdy8563Edz .items-wrapper .item:hover .item-wrapper,
.cid-vdy8563Edz .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vdy8563Edz .items-wrapper .item:hover .item-wrapper,
  .cid-vdy8563Edz .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vdy8563Edz .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vdy8563Edz .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #a9927d;
  color: #000000 !important;
}
.cid-vdy8563Edz .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #e8e8e8;
  padding: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vdy8563Edz .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vdy8563Edz .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdy8563Edz .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdy8563Edz .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vdy8563Edz .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdy8563Edz .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdy8563Edz .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdy8563Edz .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vdy8563Edz .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vdy8563Edz .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #efeeec;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  z-index: 1;
}
.cid-vdy8563Edz .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vdy8563Edz .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #a9927d;
  color: #000000 !important;
}
.cid-vdy8563Edz .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vdy8563Edz .mbr-label,
.cid-vdy8563Edz .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vdy8563Edz .mbr-section-title,
.cid-vdy8563Edz .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vdy8563Edz .item-title {
  color: #000000;
}
.cid-vdy8563Edz .item-text {
  color: #000000;
}
.cid-vdy8563Edz .card-link {
  color: #000000;
}
.cid-vdy856fJlW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy856fJlW .item:focus,
.cid-vdy856fJlW span:focus {
  outline: none;
}
.cid-vdy856fJlW .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vdy856fJlW .content-head {
  max-width: 800px;
}
.cid-vdy856fJlW .item {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  font-weight: 700;
  padding: 10px 0;
}
.cid-vdy856m5Dd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdy856m5Dd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy856m5Dd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy856m5Dd .card {
  justify-content: center;
}
.cid-vdy856m5Dd .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdy856m5Dd .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdy856m5Dd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vdy856m5Dd .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-vdy856m5Dd .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vdy856m5Dd .embla__slide .slide-content {
  width: 100%;
}
.cid-vdy856m5Dd .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vdy856m5Dd .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdy856m5Dd .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-vdy856m5Dd .embla__button--next,
.cid-vdy856m5Dd .embla__button--prev {
  display: flex;
}
.cid-vdy856m5Dd .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vdy856m5Dd .embla__button:hover {
  background-color: #caf31d !important;
  color: #000000 !important;
}
.cid-vdy856m5Dd .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vdy856m5Dd .embla__button.embla__button--prev {
  left: 0;
}
.cid-vdy856m5Dd .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vdy856m5Dd .embla__button.embla__button--next {
  right: 0;
}
.cid-vdy856m5Dd .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vdy856m5Dd .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vdy856m5Dd .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vdy856m5Dd .embla__viewport {
    padding: 0;
  }
}
.cid-vdy856m5Dd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdy856m5Dd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdy856m5Dd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdy856m5Dd .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vdy856m5Dd .mbr-section-title {
  color: #000000;
}
.cid-vdy856m5Dd .mbr-section-title,
.cid-vdy856m5Dd .title-wrapper {
  color: #000000;
}
.cid-vdy856ziJl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy856ziJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy856ziJl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy856ziJl .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
}
@media (max-width: 1640px) {
  .cid-vdy856ziJl .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdy856ziJl .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdy856ziJl .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdy856ziJl .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vdy856ziJl .title-wrapper .title-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-vdy856ziJl .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdy856ziJl .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cid-vdy856ziJl .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  background-color: #a9927d;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vdy856ziJl .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vdy856ziJl .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdy856ziJl .btn-wrapper {
  margin-top: -3rem;
}
.cid-vdy856ziJl .mbr-section-title {
  color: #ffffff;
}
.cid-vdy856ziJl .item-title {
  color: #ffffff;
}
.cid-vdy856ziJl .item-text {
  color: #ffffff;
}
.cid-vdy856ziJl .card-icons {
  color: #000000;
}
.cid-vdy856IPiq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy856IPiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy856IPiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy856IPiq .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vdy856IPiq .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdy856IPiq .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdy856IPiq .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdy856IPiq .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vdy856IPiq .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdy856IPiq .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vdy856IPiq .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vdy856IPiq .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vdy856IPiq .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.cid-vdy856IPiq .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdy856IPiq .nav-wrapper .list .item-wrap:hover,
.cid-vdy856IPiq .nav-wrapper .list .item-wrap:focus {
  color: #caf31d;
}
.cid-vdy856IPiq .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vdy856IPiq .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vdy856IPiq .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vdy856IPiq .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vdy856IPiq .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vdy856IPiq .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdy856IPiq .mbr-copy {
  margin-bottom: 0;
  color: #777777;
  text-align: center;
}
.cid-vdy856IPiq .mbr-text {
  color: #ffffff;
}
.cid-vdy856IPiq .list {
  color: #ffffff;
}
.cid-vdy856IPiq .mbr-soc {
  color: #ffffff;
}
.cid-vdy856IPiq .mbr-desc {
  color: #ffffff;
}
.cid-vdy86Wt6xp .navbar-dropdown {
  position: relative !important;
}
.cid-vdy86Wt6xp .navbar-dropdown {
  position: absolute !important;
}
.cid-vdy86Wt6xp .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vdy86Wt6xp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdy86Wt6xp .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdy86Wt6xp .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 300;
}
.cid-vdy86Wt6xp .dropdown-item:hover,
.cid-vdy86Wt6xp .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vdy86Wt6xp .dropdown-item:hover span {
  color: white;
}
.cid-vdy86Wt6xp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdy86Wt6xp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdy86Wt6xp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdy86Wt6xp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdy86Wt6xp .nav-link {
  position: relative;
}
.cid-vdy86Wt6xp .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vdy86Wt6xp .container {
    max-width: 1100px;
  }
}
.cid-vdy86Wt6xp .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdy86Wt6xp .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vdy86Wt6xp .dropdown-menu,
.cid-vdy86Wt6xp .navbar.opened {
  background: #ffffff !important;
  background: rgba(255, 255, 255, 0.5) !important;
}
.cid-vdy86Wt6xp .nav-item:focus,
.cid-vdy86Wt6xp .nav-link:focus {
  outline: none;
}
.cid-vdy86Wt6xp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdy86Wt6xp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vdy86Wt6xp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdy86Wt6xp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdy86Wt6xp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdy86Wt6xp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vdy86Wt6xp .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vdy86Wt6xp .navbar.opened {
  transition: all 0.3s;
}
.cid-vdy86Wt6xp .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vdy86Wt6xp .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vdy86Wt6xp .navbar .navbar-logo img {
  width: auto;
}
.cid-vdy86Wt6xp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdy86Wt6xp .navbar.collapsed {
  justify-content: center;
}
.cid-vdy86Wt6xp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdy86Wt6xp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdy86Wt6xp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vdy86Wt6xp .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vdy86Wt6xp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vdy86Wt6xp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vdy86Wt6xp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdy86Wt6xp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdy86Wt6xp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdy86Wt6xp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdy86Wt6xp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdy86Wt6xp .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vdy86Wt6xp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdy86Wt6xp .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vdy86Wt6xp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vdy86Wt6xp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdy86Wt6xp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdy86Wt6xp .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vdy86Wt6xp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdy86Wt6xp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdy86Wt6xp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdy86Wt6xp .navbar.navbar-short {
  min-height: 86px;
}
.cid-vdy86Wt6xp .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vdy86Wt6xp .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdy86Wt6xp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdy86Wt6xp .navbar-brand .navbar-caption:hover,
.cid-vdy86Wt6xp .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdy86Wt6xp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdy86Wt6xp .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdy86Wt6xp .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdy86Wt6xp .dropdown-item.active,
.cid-vdy86Wt6xp .dropdown-item:active {
  background-color: transparent;
}
.cid-vdy86Wt6xp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdy86Wt6xp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdy86Wt6xp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdy86Wt6xp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vdy86Wt6xp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vdy86Wt6xp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdy86Wt6xp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdy86Wt6xp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #777777;
}
@media (min-width: 991px) {
  .cid-vdy86Wt6xp ul.navbar-nav {
    background-color: transparent;
    border-radius: 20px !important;
  }
}
@media (max-width: 992px) {
  .cid-vdy86Wt6xp ul.navbar-nav {
    padding: 10px;
  }
  .cid-vdy86Wt6xp ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vdy86Wt6xp .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vdy86Wt6xp .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vdy86Wt6xp .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vdy86Wt6xp .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vdy86Wt6xp .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdy86Wt6xp button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdy86Wt6xp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdy86Wt6xp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdy86Wt6xp button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdy86Wt6xp button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdy86Wt6xp button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vdy86Wt6xp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy86Wt6xp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdy86Wt6xp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdy86Wt6xp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy86Wt6xp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdy86Wt6xp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdy86Wt6xp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdy86Wt6xp .navbar {
    height: 70px;
  }
  .cid-vdy86Wt6xp .navbar.opened {
    height: auto;
  }
  .cid-vdy86Wt6xp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdy86Wt6xp .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdy86Wt6xp .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdy86Wt6xp .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vdy86Wt6xp .nav-item .nav-link:hover {
  background-color: #a9927d;
  color: #000000;
}
.cid-vdy86Wt6xp .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vdy86Wt6xp .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdy86Wt6xp .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdy86Wt6xp .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdy86Wt6xp .navbar {
  justify-content: flex-start !important;
}
.cid-vdy86Wt6xp .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-vdy86Wt6xp .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-vdy86Wt6xp .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-vdy86Wt6xp .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-vdy86Wt6xp .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-vdy86Wt6xp .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-vdy86Wt6xp .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdy86Wt6xp .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdy86Wt6xp .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdy86Wt6xp .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdy86Wt6xp .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdy86Wt6xp .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdy86Wt6xp .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdy86Wt6xp .content-wrap {
  min-height: 86px;
}
.cid-vdy86Wt6xp .dropdown {
  width: fit-content;
  width: auto;
  text-align: center;
}
.cid-vdy86Wt6xp .dropdown .dropdown-item {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vdy86Wt6xp .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vdy86WNnAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy86WNnAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2422027/assets/images/background1.jpg?rnd=1774272755073");
}
.cid-vdy86WNnAL .image-wrap {
  height: 300px;
}
.cid-vdy86WUple {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdy86WUple .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy86WUple .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy86WUple .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy86WUple .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdy86WUple .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdy86WUple .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdy86WUple .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdy86WUple .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdy86WUple .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdy86WUple .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vdy86WUple .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vdy86WUple .content-wrap {
  margin: 0 -20px;
}
.cid-vdy86WUple .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdy86WUple .text-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdy86WUple .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy86WUple .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 25px;
  }
}
.cid-vdy86WUple .text-wrapper .mbr-number {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy86WUple .text-wrapper .mbr-number {
    margin-bottom: 25px;
  }
}
.cid-vdy86WUple .text-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdy86WUple .text-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-vdy86WUple .image-wrapper img {
  height: 530px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vdy86WUple .image-wrapper img {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-vdy86WUple .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vdy86WUple .list-wrapper {
    margin-top: 25px;
  }
}
.cid-vdy86WUple .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy86WUple .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vdy86WUple .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdy86WUple .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
}
.cid-vdy86WUple .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdy86WUple .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vdy86WUple .list-wrapper .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vdy86WUple .list-wrapper .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vdy86WUple .mbr-label {
  color: #000000;
}
.cid-vdy86WUple .mbr-section-title {
  color: #000000;
}
.cid-vdy86WUple .mbr-text {
  color: #000000;
}
.cid-vdy86WUple .mbr-number {
  color: #000000;
}
.cid-vdy86WUple .mbr-desc {
  color: #000000;
}
.cid-vdy86WUple .mbr-section-subtitle {
  color: #000000;
}
.cid-vdy86WUple .list {
  color: #000000;
}
.cid-vdy86WUple .card-icon {
  color: #000000;
}
.cid-vdy86WUple .mbr-label,
.cid-vdy86WUple .label-wrapper {
  color: #000000;
}
.cid-vdy86WUple .mbr-section-title,
.cid-vdy86WUple .main-btn,
.cid-vdy86WUple .title-wrap {
  color: #000000;
}
.cid-vdy86WUple .mbr-text .text-wrap {
  color: #000000;
}
.cid-vdy86WUple .mbr-section-subtitle,
.cid-vdy86WUple .mbr-section-btn {
  color: #000000;
}
.cid-vdy86WUple .list,
.cid-vdy86WUple .item-wrap {
  color: #000000;
}
.cid-vdy86X45gD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdy86X45gD .item:focus,
.cid-vdy86X45gD span:focus {
  outline: none;
}
.cid-vdy86X45gD .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-vdy86X45gD .item {
  padding: 30px 0;
}
.cid-vdy86X45gD .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #efeeec;
  will-change: transform;
}
.cid-vdy86X45gD .content-wrap_2 {
  transform: rotate(-2deg);
  background-color: #000000;
  will-change: transform;
}
.cid-vdy86X45gD .container_1 {
  background-color: #efeeec;
}
.cid-vdy86X45gD .container_1 .item_1 {
  color: #000000;
  background-color: #efeeec;
}
.cid-vdy86X45gD .container_2 {
  background-color: #000000;
}
.cid-vdy86X45gD .container_2 .item_2 {
  color: #ffffff;
  background-color: #000000;
}
.cid-vdy86Xd6Yo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdy86Xd6Yo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy86Xd6Yo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy86Xd6Yo .title-wrapper {
  margin-bottom: 50px;
}
.cid-vdy86Xd6Yo .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdy86Xd6Yo .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdy86Xd6Yo .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdy86Xd6Yo .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdy86Xd6Yo .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdy86Xd6Yo .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vdy86Xd6Yo .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdy86Xd6Yo .items-wrapper {
  margin: 0 -10px;
}
.cid-vdy86Xd6Yo .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdy86Xd6Yo .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vdy86Xd6Yo .items-wrapper .item:hover .item-wrapper,
.cid-vdy86Xd6Yo .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vdy86Xd6Yo .items-wrapper .item:hover .item-wrapper,
  .cid-vdy86Xd6Yo .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vdy86Xd6Yo .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vdy86Xd6Yo .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #a9927d;
  color: #000000 !important;
}
.cid-vdy86Xd6Yo .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #e8e8e8;
  padding: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vdy86Xd6Yo .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vdy86Xd6Yo .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdy86Xd6Yo .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdy86Xd6Yo .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vdy86Xd6Yo .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdy86Xd6Yo .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdy86Xd6Yo .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdy86Xd6Yo .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vdy86Xd6Yo .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vdy86Xd6Yo .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #efeeec;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  z-index: 1;
}
.cid-vdy86Xd6Yo .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vdy86Xd6Yo .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #a9927d;
  color: #000000 !important;
}
.cid-vdy86Xd6Yo .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vdy86Xd6Yo .mbr-label,
.cid-vdy86Xd6Yo .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vdy86Xd6Yo .mbr-section-title,
.cid-vdy86Xd6Yo .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vdy86Xd6Yo .item-title {
  color: #000000;
}
.cid-vdy86Xd6Yo .item-text {
  color: #000000;
}
.cid-vdy86Xd6Yo .card-link {
  color: #000000;
}
.cid-vdy86XphY4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy86XphY4 .item:focus,
.cid-vdy86XphY4 span:focus {
  outline: none;
}
.cid-vdy86XphY4 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vdy86XphY4 .content-head {
  max-width: 800px;
}
.cid-vdy86XphY4 .item {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  font-weight: 700;
  padding: 10px 0;
}
.cid-vdy86XwWTr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdy86XwWTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy86XwWTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy86XwWTr .card {
  justify-content: center;
}
.cid-vdy86XwWTr .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdy86XwWTr .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdy86XwWTr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vdy86XwWTr .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-vdy86XwWTr .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vdy86XwWTr .embla__slide .slide-content {
  width: 100%;
}
.cid-vdy86XwWTr .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vdy86XwWTr .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdy86XwWTr .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-vdy86XwWTr .embla__button--next,
.cid-vdy86XwWTr .embla__button--prev {
  display: flex;
}
.cid-vdy86XwWTr .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vdy86XwWTr .embla__button:hover {
  background-color: #caf31d !important;
  color: #000000 !important;
}
.cid-vdy86XwWTr .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vdy86XwWTr .embla__button.embla__button--prev {
  left: 0;
}
.cid-vdy86XwWTr .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vdy86XwWTr .embla__button.embla__button--next {
  right: 0;
}
.cid-vdy86XwWTr .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vdy86XwWTr .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vdy86XwWTr .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vdy86XwWTr .embla__viewport {
    padding: 0;
  }
}
.cid-vdy86XwWTr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdy86XwWTr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdy86XwWTr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdy86XwWTr .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vdy86XwWTr .mbr-section-title {
  color: #000000;
}
.cid-vdy86XwWTr .mbr-section-title,
.cid-vdy86XwWTr .title-wrapper {
  color: #000000;
}
.cid-vdy86XM2GF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy86XM2GF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy86XM2GF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy86XM2GF .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
}
@media (max-width: 1640px) {
  .cid-vdy86XM2GF .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdy86XM2GF .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdy86XM2GF .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdy86XM2GF .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vdy86XM2GF .title-wrapper .title-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-vdy86XM2GF .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdy86XM2GF .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cid-vdy86XM2GF .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  background-color: #a9927d;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vdy86XM2GF .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vdy86XM2GF .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdy86XM2GF .btn-wrapper {
  margin-top: -3rem;
}
.cid-vdy86XM2GF .mbr-section-title {
  color: #ffffff;
}
.cid-vdy86XM2GF .item-title {
  color: #ffffff;
}
.cid-vdy86XM2GF .item-text {
  color: #ffffff;
}
.cid-vdy86XM2GF .card-icons {
  color: #000000;
}
.cid-vdy86XYKrb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy86XYKrb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy86XYKrb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy86XYKrb .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vdy86XYKrb .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdy86XYKrb .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdy86XYKrb .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdy86XYKrb .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vdy86XYKrb .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdy86XYKrb .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vdy86XYKrb .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vdy86XYKrb .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vdy86XYKrb .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.cid-vdy86XYKrb .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdy86XYKrb .nav-wrapper .list .item-wrap:hover,
.cid-vdy86XYKrb .nav-wrapper .list .item-wrap:focus {
  color: #caf31d;
}
.cid-vdy86XYKrb .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vdy86XYKrb .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vdy86XYKrb .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vdy86XYKrb .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vdy86XYKrb .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vdy86XYKrb .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdy86XYKrb .mbr-copy {
  margin-bottom: 0;
  color: #777777;
  text-align: center;
}
.cid-vdy86XYKrb .mbr-text {
  color: #ffffff;
}
.cid-vdy86XYKrb .list {
  color: #ffffff;
}
.cid-vdy86XYKrb .mbr-soc {
  color: #ffffff;
}
.cid-vdy86XYKrb .mbr-desc {
  color: #ffffff;
}
.cid-vdy88XfoGg .navbar-dropdown {
  position: relative !important;
}
.cid-vdy88XfoGg .navbar-dropdown {
  position: absolute !important;
}
.cid-vdy88XfoGg .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vdy88XfoGg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdy88XfoGg .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdy88XfoGg .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 300;
}
.cid-vdy88XfoGg .dropdown-item:hover,
.cid-vdy88XfoGg .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vdy88XfoGg .dropdown-item:hover span {
  color: white;
}
.cid-vdy88XfoGg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdy88XfoGg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdy88XfoGg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdy88XfoGg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdy88XfoGg .nav-link {
  position: relative;
}
.cid-vdy88XfoGg .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vdy88XfoGg .container {
    max-width: 1100px;
  }
}
.cid-vdy88XfoGg .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdy88XfoGg .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vdy88XfoGg .dropdown-menu,
.cid-vdy88XfoGg .navbar.opened {
  background: #ffffff !important;
  background: rgba(255, 255, 255, 0.5) !important;
}
.cid-vdy88XfoGg .nav-item:focus,
.cid-vdy88XfoGg .nav-link:focus {
  outline: none;
}
.cid-vdy88XfoGg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdy88XfoGg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vdy88XfoGg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdy88XfoGg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdy88XfoGg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdy88XfoGg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vdy88XfoGg .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vdy88XfoGg .navbar.opened {
  transition: all 0.3s;
}
.cid-vdy88XfoGg .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vdy88XfoGg .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vdy88XfoGg .navbar .navbar-logo img {
  width: auto;
}
.cid-vdy88XfoGg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdy88XfoGg .navbar.collapsed {
  justify-content: center;
}
.cid-vdy88XfoGg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdy88XfoGg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdy88XfoGg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vdy88XfoGg .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vdy88XfoGg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vdy88XfoGg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vdy88XfoGg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdy88XfoGg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdy88XfoGg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdy88XfoGg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdy88XfoGg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdy88XfoGg .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vdy88XfoGg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdy88XfoGg .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vdy88XfoGg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vdy88XfoGg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdy88XfoGg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdy88XfoGg .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vdy88XfoGg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdy88XfoGg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdy88XfoGg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdy88XfoGg .navbar.navbar-short {
  min-height: 86px;
}
.cid-vdy88XfoGg .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vdy88XfoGg .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdy88XfoGg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdy88XfoGg .navbar-brand .navbar-caption:hover,
.cid-vdy88XfoGg .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdy88XfoGg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdy88XfoGg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdy88XfoGg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdy88XfoGg .dropdown-item.active,
.cid-vdy88XfoGg .dropdown-item:active {
  background-color: transparent;
}
.cid-vdy88XfoGg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdy88XfoGg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdy88XfoGg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdy88XfoGg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vdy88XfoGg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vdy88XfoGg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdy88XfoGg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdy88XfoGg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #777777;
}
@media (min-width: 991px) {
  .cid-vdy88XfoGg ul.navbar-nav {
    background-color: transparent;
    border-radius: 20px !important;
  }
}
@media (max-width: 992px) {
  .cid-vdy88XfoGg ul.navbar-nav {
    padding: 10px;
  }
  .cid-vdy88XfoGg ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vdy88XfoGg .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vdy88XfoGg .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vdy88XfoGg .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vdy88XfoGg .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vdy88XfoGg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdy88XfoGg button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdy88XfoGg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdy88XfoGg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdy88XfoGg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdy88XfoGg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdy88XfoGg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vdy88XfoGg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy88XfoGg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdy88XfoGg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdy88XfoGg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy88XfoGg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdy88XfoGg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdy88XfoGg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdy88XfoGg .navbar {
    height: 70px;
  }
  .cid-vdy88XfoGg .navbar.opened {
    height: auto;
  }
  .cid-vdy88XfoGg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdy88XfoGg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdy88XfoGg .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdy88XfoGg .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vdy88XfoGg .nav-item .nav-link:hover {
  background-color: #a9927d;
  color: #000000;
}
.cid-vdy88XfoGg .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vdy88XfoGg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdy88XfoGg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdy88XfoGg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdy88XfoGg .navbar {
  justify-content: flex-start !important;
}
.cid-vdy88XfoGg .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-vdy88XfoGg .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-vdy88XfoGg .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-vdy88XfoGg .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-vdy88XfoGg .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-vdy88XfoGg .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-vdy88XfoGg .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdy88XfoGg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdy88XfoGg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdy88XfoGg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdy88XfoGg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdy88XfoGg .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdy88XfoGg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdy88XfoGg .content-wrap {
  min-height: 86px;
}
.cid-vdy88XfoGg .dropdown {
  width: fit-content;
  width: auto;
  text-align: center;
}
.cid-vdy88XfoGg .dropdown .dropdown-item {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vdy88XfoGg .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vdy88XAQzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy88XAQzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2422027/assets/images/background1.jpg?rnd=1774272755073");
}
.cid-vdy88XAQzr .image-wrap {
  height: 300px;
}
.cid-vdy88XHYp7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdy88XHYp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy88XHYp7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy88XHYp7 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy88XHYp7 .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdy88XHYp7 .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdy88XHYp7 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdy88XHYp7 .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdy88XHYp7 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdy88XHYp7 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdy88XHYp7 .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vdy88XHYp7 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vdy88XHYp7 .content-wrap {
  margin: 0 -20px;
}
.cid-vdy88XHYp7 .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdy88XHYp7 .text-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdy88XHYp7 .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy88XHYp7 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 25px;
  }
}
.cid-vdy88XHYp7 .text-wrapper .mbr-number {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy88XHYp7 .text-wrapper .mbr-number {
    margin-bottom: 25px;
  }
}
.cid-vdy88XHYp7 .text-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdy88XHYp7 .text-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-vdy88XHYp7 .image-wrapper img {
  height: 530px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vdy88XHYp7 .image-wrapper img {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-vdy88XHYp7 .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vdy88XHYp7 .list-wrapper {
    margin-top: 25px;
  }
}
.cid-vdy88XHYp7 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy88XHYp7 .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vdy88XHYp7 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdy88XHYp7 .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
}
.cid-vdy88XHYp7 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdy88XHYp7 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vdy88XHYp7 .list-wrapper .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vdy88XHYp7 .list-wrapper .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vdy88XHYp7 .mbr-label {
  color: #000000;
}
.cid-vdy88XHYp7 .mbr-section-title {
  color: #000000;
}
.cid-vdy88XHYp7 .mbr-text {
  color: #000000;
}
.cid-vdy88XHYp7 .mbr-number {
  color: #000000;
}
.cid-vdy88XHYp7 .mbr-desc {
  color: #000000;
}
.cid-vdy88XHYp7 .mbr-section-subtitle {
  color: #000000;
}
.cid-vdy88XHYp7 .list {
  color: #000000;
}
.cid-vdy88XHYp7 .card-icon {
  color: #000000;
}
.cid-vdy88XHYp7 .mbr-label,
.cid-vdy88XHYp7 .label-wrapper {
  color: #000000;
}
.cid-vdy88XHYp7 .mbr-section-title,
.cid-vdy88XHYp7 .main-btn,
.cid-vdy88XHYp7 .title-wrap {
  color: #000000;
}
.cid-vdy88XHYp7 .mbr-text .text-wrap {
  color: #000000;
}
.cid-vdy88XHYp7 .mbr-section-subtitle,
.cid-vdy88XHYp7 .mbr-section-btn {
  color: #000000;
}
.cid-vdy88XHYp7 .list,
.cid-vdy88XHYp7 .item-wrap {
  color: #000000;
}
.cid-vdy88XS9zx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdy88XS9zx .item:focus,
.cid-vdy88XS9zx span:focus {
  outline: none;
}
.cid-vdy88XS9zx .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-vdy88XS9zx .item {
  padding: 30px 0;
}
.cid-vdy88XS9zx .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #efeeec;
  will-change: transform;
}
.cid-vdy88XS9zx .content-wrap_2 {
  transform: rotate(-2deg);
  background-color: #000000;
  will-change: transform;
}
.cid-vdy88XS9zx .container_1 {
  background-color: #efeeec;
}
.cid-vdy88XS9zx .container_1 .item_1 {
  color: #000000;
  background-color: #efeeec;
}
.cid-vdy88XS9zx .container_2 {
  background-color: #000000;
}
.cid-vdy88XS9zx .container_2 .item_2 {
  color: #ffffff;
  background-color: #000000;
}
.cid-vdy88Y0Tkt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdy88Y0Tkt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy88Y0Tkt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy88Y0Tkt .title-wrapper {
  margin-bottom: 50px;
}
.cid-vdy88Y0Tkt .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdy88Y0Tkt .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdy88Y0Tkt .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdy88Y0Tkt .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdy88Y0Tkt .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdy88Y0Tkt .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vdy88Y0Tkt .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdy88Y0Tkt .items-wrapper {
  margin: 0 -10px;
}
.cid-vdy88Y0Tkt .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdy88Y0Tkt .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vdy88Y0Tkt .items-wrapper .item:hover .item-wrapper,
.cid-vdy88Y0Tkt .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vdy88Y0Tkt .items-wrapper .item:hover .item-wrapper,
  .cid-vdy88Y0Tkt .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vdy88Y0Tkt .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vdy88Y0Tkt .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #a9927d;
  color: #000000 !important;
}
.cid-vdy88Y0Tkt .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #e8e8e8;
  padding: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vdy88Y0Tkt .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vdy88Y0Tkt .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdy88Y0Tkt .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdy88Y0Tkt .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vdy88Y0Tkt .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdy88Y0Tkt .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdy88Y0Tkt .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdy88Y0Tkt .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vdy88Y0Tkt .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vdy88Y0Tkt .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #efeeec;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  z-index: 1;
}
.cid-vdy88Y0Tkt .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vdy88Y0Tkt .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #a9927d;
  color: #000000 !important;
}
.cid-vdy88Y0Tkt .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vdy88Y0Tkt .mbr-label,
.cid-vdy88Y0Tkt .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vdy88Y0Tkt .mbr-section-title,
.cid-vdy88Y0Tkt .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vdy88Y0Tkt .item-title {
  color: #000000;
}
.cid-vdy88Y0Tkt .item-text {
  color: #000000;
}
.cid-vdy88Y0Tkt .card-link {
  color: #000000;
}
.cid-vdy88YeLKU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy88YeLKU .item:focus,
.cid-vdy88YeLKU span:focus {
  outline: none;
}
.cid-vdy88YeLKU .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vdy88YeLKU .content-head {
  max-width: 800px;
}
.cid-vdy88YeLKU .item {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  font-weight: 700;
  padding: 10px 0;
}
.cid-vdy88Yml0H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdy88Yml0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy88Yml0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy88Yml0H .card {
  justify-content: center;
}
.cid-vdy88Yml0H .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdy88Yml0H .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdy88Yml0H .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vdy88Yml0H .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-vdy88Yml0H .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vdy88Yml0H .embla__slide .slide-content {
  width: 100%;
}
.cid-vdy88Yml0H .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vdy88Yml0H .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdy88Yml0H .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-vdy88Yml0H .embla__button--next,
.cid-vdy88Yml0H .embla__button--prev {
  display: flex;
}
.cid-vdy88Yml0H .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vdy88Yml0H .embla__button:hover {
  background-color: #caf31d !important;
  color: #000000 !important;
}
.cid-vdy88Yml0H .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vdy88Yml0H .embla__button.embla__button--prev {
  left: 0;
}
.cid-vdy88Yml0H .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vdy88Yml0H .embla__button.embla__button--next {
  right: 0;
}
.cid-vdy88Yml0H .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vdy88Yml0H .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vdy88Yml0H .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vdy88Yml0H .embla__viewport {
    padding: 0;
  }
}
.cid-vdy88Yml0H .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdy88Yml0H .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdy88Yml0H .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdy88Yml0H .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vdy88Yml0H .mbr-section-title {
  color: #000000;
}
.cid-vdy88Yml0H .mbr-section-title,
.cid-vdy88Yml0H .title-wrapper {
  color: #000000;
}
.cid-vdy88YFICS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy88YFICS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy88YFICS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy88YFICS .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
}
@media (max-width: 1640px) {
  .cid-vdy88YFICS .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdy88YFICS .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdy88YFICS .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdy88YFICS .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vdy88YFICS .title-wrapper .title-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-vdy88YFICS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdy88YFICS .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cid-vdy88YFICS .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  background-color: #a9927d;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vdy88YFICS .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vdy88YFICS .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdy88YFICS .btn-wrapper {
  margin-top: -3rem;
}
.cid-vdy88YFICS .mbr-section-title {
  color: #ffffff;
}
.cid-vdy88YFICS .item-title {
  color: #ffffff;
}
.cid-vdy88YFICS .item-text {
  color: #ffffff;
}
.cid-vdy88YFICS .card-icons {
  color: #000000;
}
.cid-vdy88YR5Yf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy88YR5Yf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy88YR5Yf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy88YR5Yf .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vdy88YR5Yf .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdy88YR5Yf .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdy88YR5Yf .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdy88YR5Yf .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vdy88YR5Yf .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdy88YR5Yf .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vdy88YR5Yf .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vdy88YR5Yf .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vdy88YR5Yf .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.cid-vdy88YR5Yf .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdy88YR5Yf .nav-wrapper .list .item-wrap:hover,
.cid-vdy88YR5Yf .nav-wrapper .list .item-wrap:focus {
  color: #caf31d;
}
.cid-vdy88YR5Yf .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vdy88YR5Yf .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vdy88YR5Yf .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vdy88YR5Yf .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vdy88YR5Yf .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vdy88YR5Yf .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdy88YR5Yf .mbr-copy {
  margin-bottom: 0;
  color: #777777;
  text-align: center;
}
.cid-vdy88YR5Yf .mbr-text {
  color: #ffffff;
}
.cid-vdy88YR5Yf .list {
  color: #ffffff;
}
.cid-vdy88YR5Yf .mbr-soc {
  color: #ffffff;
}
.cid-vdy88YR5Yf .mbr-desc {
  color: #ffffff;
}
.cid-vdy8atZztZ .navbar-dropdown {
  position: relative !important;
}
.cid-vdy8atZztZ .navbar-dropdown {
  position: absolute !important;
}
.cid-vdy8atZztZ .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vdy8atZztZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdy8atZztZ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdy8atZztZ .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 300;
}
.cid-vdy8atZztZ .dropdown-item:hover,
.cid-vdy8atZztZ .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vdy8atZztZ .dropdown-item:hover span {
  color: white;
}
.cid-vdy8atZztZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdy8atZztZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdy8atZztZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdy8atZztZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdy8atZztZ .nav-link {
  position: relative;
}
.cid-vdy8atZztZ .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vdy8atZztZ .container {
    max-width: 1100px;
  }
}
.cid-vdy8atZztZ .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdy8atZztZ .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vdy8atZztZ .dropdown-menu,
.cid-vdy8atZztZ .navbar.opened {
  background: #ffffff !important;
  background: rgba(255, 255, 255, 0.5) !important;
}
.cid-vdy8atZztZ .nav-item:focus,
.cid-vdy8atZztZ .nav-link:focus {
  outline: none;
}
.cid-vdy8atZztZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdy8atZztZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vdy8atZztZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdy8atZztZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdy8atZztZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdy8atZztZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vdy8atZztZ .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vdy8atZztZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vdy8atZztZ .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vdy8atZztZ .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vdy8atZztZ .navbar .navbar-logo img {
  width: auto;
}
.cid-vdy8atZztZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdy8atZztZ .navbar.collapsed {
  justify-content: center;
}
.cid-vdy8atZztZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdy8atZztZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdy8atZztZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vdy8atZztZ .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vdy8atZztZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vdy8atZztZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vdy8atZztZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdy8atZztZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdy8atZztZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdy8atZztZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdy8atZztZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdy8atZztZ .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vdy8atZztZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdy8atZztZ .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vdy8atZztZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vdy8atZztZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdy8atZztZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdy8atZztZ .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vdy8atZztZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdy8atZztZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdy8atZztZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdy8atZztZ .navbar.navbar-short {
  min-height: 86px;
}
.cid-vdy8atZztZ .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vdy8atZztZ .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdy8atZztZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdy8atZztZ .navbar-brand .navbar-caption:hover,
.cid-vdy8atZztZ .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdy8atZztZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdy8atZztZ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdy8atZztZ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdy8atZztZ .dropdown-item.active,
.cid-vdy8atZztZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vdy8atZztZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdy8atZztZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdy8atZztZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdy8atZztZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vdy8atZztZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vdy8atZztZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdy8atZztZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdy8atZztZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #777777;
}
@media (min-width: 991px) {
  .cid-vdy8atZztZ ul.navbar-nav {
    background-color: transparent;
    border-radius: 20px !important;
  }
}
@media (max-width: 992px) {
  .cid-vdy8atZztZ ul.navbar-nav {
    padding: 10px;
  }
  .cid-vdy8atZztZ ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vdy8atZztZ .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vdy8atZztZ .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vdy8atZztZ .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vdy8atZztZ .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vdy8atZztZ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdy8atZztZ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdy8atZztZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdy8atZztZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdy8atZztZ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdy8atZztZ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdy8atZztZ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vdy8atZztZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy8atZztZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdy8atZztZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdy8atZztZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy8atZztZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdy8atZztZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdy8atZztZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdy8atZztZ .navbar {
    height: 70px;
  }
  .cid-vdy8atZztZ .navbar.opened {
    height: auto;
  }
  .cid-vdy8atZztZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdy8atZztZ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdy8atZztZ .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdy8atZztZ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vdy8atZztZ .nav-item .nav-link:hover {
  background-color: #a9927d;
  color: #000000;
}
.cid-vdy8atZztZ .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vdy8atZztZ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdy8atZztZ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdy8atZztZ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdy8atZztZ .navbar {
  justify-content: flex-start !important;
}
.cid-vdy8atZztZ .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-vdy8atZztZ .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-vdy8atZztZ .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-vdy8atZztZ .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-vdy8atZztZ .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-vdy8atZztZ .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-vdy8atZztZ .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdy8atZztZ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdy8atZztZ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdy8atZztZ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdy8atZztZ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdy8atZztZ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdy8atZztZ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdy8atZztZ .content-wrap {
  min-height: 86px;
}
.cid-vdy8atZztZ .dropdown {
  width: fit-content;
  width: auto;
  text-align: center;
}
.cid-vdy8atZztZ .dropdown .dropdown-item {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vdy8atZztZ .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vdy8auy0G6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy8auy0G6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2422027/assets/images/background1.jpg?rnd=1774272755073");
}
.cid-vdy8auy0G6 .image-wrap {
  height: 300px;
}
.cid-vdy8auHwMB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdy8auHwMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy8auHwMB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy8auHwMB .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy8auHwMB .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdy8auHwMB .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdy8auHwMB .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdy8auHwMB .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdy8auHwMB .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdy8auHwMB .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdy8auHwMB .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vdy8auHwMB .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vdy8auHwMB .content-wrap {
  margin: 0 -20px;
}
.cid-vdy8auHwMB .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdy8auHwMB .text-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdy8auHwMB .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy8auHwMB .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 25px;
  }
}
.cid-vdy8auHwMB .text-wrapper .mbr-number {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy8auHwMB .text-wrapper .mbr-number {
    margin-bottom: 25px;
  }
}
.cid-vdy8auHwMB .text-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdy8auHwMB .text-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-vdy8auHwMB .image-wrapper img {
  height: 530px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vdy8auHwMB .image-wrapper img {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-vdy8auHwMB .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vdy8auHwMB .list-wrapper {
    margin-top: 25px;
  }
}
.cid-vdy8auHwMB .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy8auHwMB .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vdy8auHwMB .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdy8auHwMB .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
}
.cid-vdy8auHwMB .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdy8auHwMB .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vdy8auHwMB .list-wrapper .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vdy8auHwMB .list-wrapper .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vdy8auHwMB .mbr-label {
  color: #000000;
}
.cid-vdy8auHwMB .mbr-section-title {
  color: #000000;
}
.cid-vdy8auHwMB .mbr-text {
  color: #000000;
}
.cid-vdy8auHwMB .mbr-number {
  color: #000000;
}
.cid-vdy8auHwMB .mbr-desc {
  color: #000000;
}
.cid-vdy8auHwMB .mbr-section-subtitle {
  color: #000000;
}
.cid-vdy8auHwMB .list {
  color: #000000;
}
.cid-vdy8auHwMB .card-icon {
  color: #000000;
}
.cid-vdy8auHwMB .mbr-label,
.cid-vdy8auHwMB .label-wrapper {
  color: #000000;
}
.cid-vdy8auHwMB .mbr-section-title,
.cid-vdy8auHwMB .main-btn,
.cid-vdy8auHwMB .title-wrap {
  color: #000000;
}
.cid-vdy8auHwMB .mbr-text .text-wrap {
  color: #000000;
}
.cid-vdy8auHwMB .mbr-section-subtitle,
.cid-vdy8auHwMB .mbr-section-btn {
  color: #000000;
}
.cid-vdy8auHwMB .list,
.cid-vdy8auHwMB .item-wrap {
  color: #000000;
}
.cid-vdy8auWRpR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdy8auWRpR .item:focus,
.cid-vdy8auWRpR span:focus {
  outline: none;
}
.cid-vdy8auWRpR .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-vdy8auWRpR .item {
  padding: 30px 0;
}
.cid-vdy8auWRpR .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #efeeec;
  will-change: transform;
}
.cid-vdy8auWRpR .content-wrap_2 {
  transform: rotate(-2deg);
  background-color: #000000;
  will-change: transform;
}
.cid-vdy8auWRpR .container_1 {
  background-color: #efeeec;
}
.cid-vdy8auWRpR .container_1 .item_1 {
  color: #000000;
  background-color: #efeeec;
}
.cid-vdy8auWRpR .container_2 {
  background-color: #000000;
}
.cid-vdy8auWRpR .container_2 .item_2 {
  color: #ffffff;
  background-color: #000000;
}
.cid-vdy8av7UQJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdy8av7UQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy8av7UQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy8av7UQJ .title-wrapper {
  margin-bottom: 50px;
}
.cid-vdy8av7UQJ .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdy8av7UQJ .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdy8av7UQJ .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdy8av7UQJ .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdy8av7UQJ .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdy8av7UQJ .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vdy8av7UQJ .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdy8av7UQJ .items-wrapper {
  margin: 0 -10px;
}
.cid-vdy8av7UQJ .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdy8av7UQJ .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vdy8av7UQJ .items-wrapper .item:hover .item-wrapper,
.cid-vdy8av7UQJ .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vdy8av7UQJ .items-wrapper .item:hover .item-wrapper,
  .cid-vdy8av7UQJ .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vdy8av7UQJ .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vdy8av7UQJ .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #a9927d;
  color: #000000 !important;
}
.cid-vdy8av7UQJ .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #e8e8e8;
  padding: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vdy8av7UQJ .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vdy8av7UQJ .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdy8av7UQJ .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdy8av7UQJ .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vdy8av7UQJ .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdy8av7UQJ .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdy8av7UQJ .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdy8av7UQJ .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vdy8av7UQJ .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vdy8av7UQJ .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #efeeec;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  z-index: 1;
}
.cid-vdy8av7UQJ .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vdy8av7UQJ .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #a9927d;
  color: #000000 !important;
}
.cid-vdy8av7UQJ .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vdy8av7UQJ .mbr-label,
.cid-vdy8av7UQJ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vdy8av7UQJ .mbr-section-title,
.cid-vdy8av7UQJ .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vdy8av7UQJ .item-title {
  color: #000000;
}
.cid-vdy8av7UQJ .item-text {
  color: #000000;
}
.cid-vdy8av7UQJ .card-link {
  color: #000000;
}
.cid-vdy8avlVlU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy8avlVlU .item:focus,
.cid-vdy8avlVlU span:focus {
  outline: none;
}
.cid-vdy8avlVlU .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vdy8avlVlU .content-head {
  max-width: 800px;
}
.cid-vdy8avlVlU .item {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  font-weight: 700;
  padding: 10px 0;
}
.cid-vdy8avuoZm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdy8avuoZm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy8avuoZm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy8avuoZm .card {
  justify-content: center;
}
.cid-vdy8avuoZm .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdy8avuoZm .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdy8avuoZm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vdy8avuoZm .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-vdy8avuoZm .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vdy8avuoZm .embla__slide .slide-content {
  width: 100%;
}
.cid-vdy8avuoZm .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vdy8avuoZm .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdy8avuoZm .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-vdy8avuoZm .embla__button--next,
.cid-vdy8avuoZm .embla__button--prev {
  display: flex;
}
.cid-vdy8avuoZm .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vdy8avuoZm .embla__button:hover {
  background-color: #caf31d !important;
  color: #000000 !important;
}
.cid-vdy8avuoZm .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vdy8avuoZm .embla__button.embla__button--prev {
  left: 0;
}
.cid-vdy8avuoZm .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vdy8avuoZm .embla__button.embla__button--next {
  right: 0;
}
.cid-vdy8avuoZm .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vdy8avuoZm .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vdy8avuoZm .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vdy8avuoZm .embla__viewport {
    padding: 0;
  }
}
.cid-vdy8avuoZm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdy8avuoZm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdy8avuoZm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdy8avuoZm .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vdy8avuoZm .mbr-section-title {
  color: #000000;
}
.cid-vdy8avuoZm .mbr-section-title,
.cid-vdy8avuoZm .title-wrapper {
  color: #000000;
}
.cid-vdy8avLGlY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy8avLGlY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy8avLGlY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy8avLGlY .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
}
@media (max-width: 1640px) {
  .cid-vdy8avLGlY .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdy8avLGlY .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdy8avLGlY .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdy8avLGlY .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vdy8avLGlY .title-wrapper .title-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-vdy8avLGlY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdy8avLGlY .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cid-vdy8avLGlY .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  background-color: #a9927d;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vdy8avLGlY .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vdy8avLGlY .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdy8avLGlY .btn-wrapper {
  margin-top: -3rem;
}
.cid-vdy8avLGlY .mbr-section-title {
  color: #ffffff;
}
.cid-vdy8avLGlY .item-title {
  color: #ffffff;
}
.cid-vdy8avLGlY .item-text {
  color: #ffffff;
}
.cid-vdy8avLGlY .card-icons {
  color: #000000;
}
.cid-vdy8avXnhL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy8avXnhL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy8avXnhL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy8avXnhL .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vdy8avXnhL .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdy8avXnhL .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdy8avXnhL .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdy8avXnhL .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vdy8avXnhL .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdy8avXnhL .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vdy8avXnhL .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vdy8avXnhL .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vdy8avXnhL .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.cid-vdy8avXnhL .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdy8avXnhL .nav-wrapper .list .item-wrap:hover,
.cid-vdy8avXnhL .nav-wrapper .list .item-wrap:focus {
  color: #caf31d;
}
.cid-vdy8avXnhL .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vdy8avXnhL .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vdy8avXnhL .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vdy8avXnhL .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vdy8avXnhL .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vdy8avXnhL .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdy8avXnhL .mbr-copy {
  margin-bottom: 0;
  color: #777777;
  text-align: center;
}
.cid-vdy8avXnhL .mbr-text {
  color: #ffffff;
}
.cid-vdy8avXnhL .list {
  color: #ffffff;
}
.cid-vdy8avXnhL .mbr-soc {
  color: #ffffff;
}
.cid-vdy8avXnhL .mbr-desc {
  color: #ffffff;
}
.cid-vdy8l1NVW2 .navbar-dropdown {
  position: relative !important;
}
.cid-vdy8l1NVW2 .navbar-dropdown {
  position: absolute !important;
}
.cid-vdy8l1NVW2 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vdy8l1NVW2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdy8l1NVW2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdy8l1NVW2 .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 300;
}
.cid-vdy8l1NVW2 .dropdown-item:hover,
.cid-vdy8l1NVW2 .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vdy8l1NVW2 .dropdown-item:hover span {
  color: white;
}
.cid-vdy8l1NVW2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdy8l1NVW2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdy8l1NVW2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdy8l1NVW2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdy8l1NVW2 .nav-link {
  position: relative;
}
.cid-vdy8l1NVW2 .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vdy8l1NVW2 .container {
    max-width: 1100px;
  }
}
.cid-vdy8l1NVW2 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdy8l1NVW2 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vdy8l1NVW2 .dropdown-menu,
.cid-vdy8l1NVW2 .navbar.opened {
  background: #ffffff !important;
  background: rgba(255, 255, 255, 0.5) !important;
}
.cid-vdy8l1NVW2 .nav-item:focus,
.cid-vdy8l1NVW2 .nav-link:focus {
  outline: none;
}
.cid-vdy8l1NVW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdy8l1NVW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vdy8l1NVW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdy8l1NVW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdy8l1NVW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdy8l1NVW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vdy8l1NVW2 .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vdy8l1NVW2 .navbar.opened {
  transition: all 0.3s;
}
.cid-vdy8l1NVW2 .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vdy8l1NVW2 .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vdy8l1NVW2 .navbar .navbar-logo img {
  width: auto;
}
.cid-vdy8l1NVW2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdy8l1NVW2 .navbar.collapsed {
  justify-content: center;
}
.cid-vdy8l1NVW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdy8l1NVW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdy8l1NVW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vdy8l1NVW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vdy8l1NVW2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vdy8l1NVW2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vdy8l1NVW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdy8l1NVW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdy8l1NVW2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdy8l1NVW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdy8l1NVW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdy8l1NVW2 .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vdy8l1NVW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdy8l1NVW2 .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vdy8l1NVW2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vdy8l1NVW2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdy8l1NVW2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdy8l1NVW2 .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vdy8l1NVW2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdy8l1NVW2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdy8l1NVW2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdy8l1NVW2 .navbar.navbar-short {
  min-height: 86px;
}
.cid-vdy8l1NVW2 .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vdy8l1NVW2 .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdy8l1NVW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdy8l1NVW2 .navbar-brand .navbar-caption:hover,
.cid-vdy8l1NVW2 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdy8l1NVW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdy8l1NVW2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdy8l1NVW2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdy8l1NVW2 .dropdown-item.active,
.cid-vdy8l1NVW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-vdy8l1NVW2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdy8l1NVW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdy8l1NVW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdy8l1NVW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vdy8l1NVW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vdy8l1NVW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdy8l1NVW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdy8l1NVW2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #777777;
}
@media (min-width: 991px) {
  .cid-vdy8l1NVW2 ul.navbar-nav {
    background-color: transparent;
    border-radius: 20px !important;
  }
}
@media (max-width: 992px) {
  .cid-vdy8l1NVW2 ul.navbar-nav {
    padding: 10px;
  }
  .cid-vdy8l1NVW2 ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vdy8l1NVW2 .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vdy8l1NVW2 .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vdy8l1NVW2 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vdy8l1NVW2 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vdy8l1NVW2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdy8l1NVW2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdy8l1NVW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdy8l1NVW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdy8l1NVW2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdy8l1NVW2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdy8l1NVW2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vdy8l1NVW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy8l1NVW2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdy8l1NVW2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdy8l1NVW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy8l1NVW2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdy8l1NVW2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdy8l1NVW2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdy8l1NVW2 .navbar {
    height: 70px;
  }
  .cid-vdy8l1NVW2 .navbar.opened {
    height: auto;
  }
  .cid-vdy8l1NVW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdy8l1NVW2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdy8l1NVW2 .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdy8l1NVW2 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vdy8l1NVW2 .nav-item .nav-link:hover {
  background-color: #a9927d;
  color: #000000;
}
.cid-vdy8l1NVW2 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vdy8l1NVW2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdy8l1NVW2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdy8l1NVW2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdy8l1NVW2 .navbar {
  justify-content: flex-start !important;
}
.cid-vdy8l1NVW2 .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-vdy8l1NVW2 .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-vdy8l1NVW2 .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-vdy8l1NVW2 .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-vdy8l1NVW2 .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-vdy8l1NVW2 .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-vdy8l1NVW2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdy8l1NVW2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdy8l1NVW2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdy8l1NVW2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdy8l1NVW2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdy8l1NVW2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdy8l1NVW2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdy8l1NVW2 .content-wrap {
  min-height: 86px;
}
.cid-vdy8l1NVW2 .dropdown {
  width: fit-content;
  width: auto;
  text-align: center;
}
.cid-vdy8l1NVW2 .dropdown .dropdown-item {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vdy8l1NVW2 .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vdy8l2oLVA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy8l2oLVA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2422027/assets/images/background1.jpg?rnd=1774272755073");
}
.cid-vdy8l2oLVA .image-wrap {
  height: 300px;
}
.cid-vdy8l2wdrJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdy8l2wdrJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy8l2wdrJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy8l2wdrJ .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy8l2wdrJ .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdy8l2wdrJ .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdy8l2wdrJ .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdy8l2wdrJ .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdy8l2wdrJ .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdy8l2wdrJ .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdy8l2wdrJ .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vdy8l2wdrJ .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vdy8l2wdrJ .content-wrap {
  margin: 0 -20px;
}
.cid-vdy8l2wdrJ .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdy8l2wdrJ .text-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdy8l2wdrJ .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy8l2wdrJ .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 25px;
  }
}
.cid-vdy8l2wdrJ .text-wrapper .mbr-number {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy8l2wdrJ .text-wrapper .mbr-number {
    margin-bottom: 25px;
  }
}
.cid-vdy8l2wdrJ .text-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdy8l2wdrJ .text-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-vdy8l2wdrJ .image-wrapper img {
  height: 530px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vdy8l2wdrJ .image-wrapper img {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-vdy8l2wdrJ .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vdy8l2wdrJ .list-wrapper {
    margin-top: 25px;
  }
}
.cid-vdy8l2wdrJ .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy8l2wdrJ .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vdy8l2wdrJ .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdy8l2wdrJ .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
}
.cid-vdy8l2wdrJ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdy8l2wdrJ .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vdy8l2wdrJ .list-wrapper .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vdy8l2wdrJ .list-wrapper .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vdy8l2wdrJ .mbr-label {
  color: #000000;
}
.cid-vdy8l2wdrJ .mbr-section-title {
  color: #000000;
}
.cid-vdy8l2wdrJ .mbr-text {
  color: #000000;
}
.cid-vdy8l2wdrJ .mbr-number {
  color: #000000;
}
.cid-vdy8l2wdrJ .mbr-desc {
  color: #000000;
}
.cid-vdy8l2wdrJ .mbr-section-subtitle {
  color: #000000;
}
.cid-vdy8l2wdrJ .list {
  color: #000000;
}
.cid-vdy8l2wdrJ .card-icon {
  color: #000000;
}
.cid-vdy8l2wdrJ .mbr-label,
.cid-vdy8l2wdrJ .label-wrapper {
  color: #000000;
}
.cid-vdy8l2wdrJ .mbr-section-title,
.cid-vdy8l2wdrJ .main-btn,
.cid-vdy8l2wdrJ .title-wrap {
  color: #000000;
}
.cid-vdy8l2wdrJ .mbr-text .text-wrap {
  color: #000000;
}
.cid-vdy8l2wdrJ .mbr-section-subtitle,
.cid-vdy8l2wdrJ .mbr-section-btn {
  color: #000000;
}
.cid-vdy8l2wdrJ .list,
.cid-vdy8l2wdrJ .item-wrap {
  color: #000000;
}
.cid-vdy8l2HZY9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdy8l2HZY9 .item:focus,
.cid-vdy8l2HZY9 span:focus {
  outline: none;
}
.cid-vdy8l2HZY9 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-vdy8l2HZY9 .item {
  padding: 30px 0;
}
.cid-vdy8l2HZY9 .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #efeeec;
  will-change: transform;
}
.cid-vdy8l2HZY9 .content-wrap_2 {
  transform: rotate(-2deg);
  background-color: #000000;
  will-change: transform;
}
.cid-vdy8l2HZY9 .container_1 {
  background-color: #efeeec;
}
.cid-vdy8l2HZY9 .container_1 .item_1 {
  color: #000000;
  background-color: #efeeec;
}
.cid-vdy8l2HZY9 .container_2 {
  background-color: #000000;
}
.cid-vdy8l2HZY9 .container_2 .item_2 {
  color: #ffffff;
  background-color: #000000;
}
.cid-vdy8l2Qmd9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdy8l2Qmd9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy8l2Qmd9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy8l2Qmd9 .title-wrapper {
  margin-bottom: 50px;
}
.cid-vdy8l2Qmd9 .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdy8l2Qmd9 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdy8l2Qmd9 .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdy8l2Qmd9 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdy8l2Qmd9 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdy8l2Qmd9 .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vdy8l2Qmd9 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdy8l2Qmd9 .items-wrapper {
  margin: 0 -10px;
}
.cid-vdy8l2Qmd9 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdy8l2Qmd9 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vdy8l2Qmd9 .items-wrapper .item:hover .item-wrapper,
.cid-vdy8l2Qmd9 .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vdy8l2Qmd9 .items-wrapper .item:hover .item-wrapper,
  .cid-vdy8l2Qmd9 .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vdy8l2Qmd9 .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vdy8l2Qmd9 .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #a9927d;
  color: #000000 !important;
}
.cid-vdy8l2Qmd9 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #e8e8e8;
  padding: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vdy8l2Qmd9 .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vdy8l2Qmd9 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdy8l2Qmd9 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdy8l2Qmd9 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vdy8l2Qmd9 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdy8l2Qmd9 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdy8l2Qmd9 .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdy8l2Qmd9 .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vdy8l2Qmd9 .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vdy8l2Qmd9 .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #efeeec;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  z-index: 1;
}
.cid-vdy8l2Qmd9 .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vdy8l2Qmd9 .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #a9927d;
  color: #000000 !important;
}
.cid-vdy8l2Qmd9 .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vdy8l2Qmd9 .mbr-label,
.cid-vdy8l2Qmd9 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vdy8l2Qmd9 .mbr-section-title,
.cid-vdy8l2Qmd9 .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vdy8l2Qmd9 .item-title {
  color: #000000;
}
.cid-vdy8l2Qmd9 .item-text {
  color: #000000;
}
.cid-vdy8l2Qmd9 .card-link {
  color: #000000;
}
.cid-vdy8l322yd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy8l322yd .item:focus,
.cid-vdy8l322yd span:focus {
  outline: none;
}
.cid-vdy8l322yd .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vdy8l322yd .content-head {
  max-width: 800px;
}
.cid-vdy8l322yd .item {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  font-weight: 700;
  padding: 10px 0;
}
.cid-vdy8l3achB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdy8l3achB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy8l3achB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy8l3achB .card {
  justify-content: center;
}
.cid-vdy8l3achB .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdy8l3achB .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdy8l3achB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vdy8l3achB .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-vdy8l3achB .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vdy8l3achB .embla__slide .slide-content {
  width: 100%;
}
.cid-vdy8l3achB .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vdy8l3achB .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdy8l3achB .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-vdy8l3achB .embla__button--next,
.cid-vdy8l3achB .embla__button--prev {
  display: flex;
}
.cid-vdy8l3achB .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vdy8l3achB .embla__button:hover {
  background-color: #caf31d !important;
  color: #000000 !important;
}
.cid-vdy8l3achB .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vdy8l3achB .embla__button.embla__button--prev {
  left: 0;
}
.cid-vdy8l3achB .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vdy8l3achB .embla__button.embla__button--next {
  right: 0;
}
.cid-vdy8l3achB .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vdy8l3achB .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vdy8l3achB .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vdy8l3achB .embla__viewport {
    padding: 0;
  }
}
.cid-vdy8l3achB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdy8l3achB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdy8l3achB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdy8l3achB .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vdy8l3achB .mbr-section-title {
  color: #000000;
}
.cid-vdy8l3achB .mbr-section-title,
.cid-vdy8l3achB .title-wrapper {
  color: #000000;
}
.cid-vdy8l3pfN9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy8l3pfN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy8l3pfN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy8l3pfN9 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
}
@media (max-width: 1640px) {
  .cid-vdy8l3pfN9 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdy8l3pfN9 .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdy8l3pfN9 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdy8l3pfN9 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vdy8l3pfN9 .title-wrapper .title-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-vdy8l3pfN9 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdy8l3pfN9 .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cid-vdy8l3pfN9 .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  background-color: #a9927d;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vdy8l3pfN9 .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vdy8l3pfN9 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdy8l3pfN9 .btn-wrapper {
  margin-top: -3rem;
}
.cid-vdy8l3pfN9 .mbr-section-title {
  color: #ffffff;
}
.cid-vdy8l3pfN9 .item-title {
  color: #ffffff;
}
.cid-vdy8l3pfN9 .item-text {
  color: #ffffff;
}
.cid-vdy8l3pfN9 .card-icons {
  color: #000000;
}
.cid-vdy8l3A2Um {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy8l3A2Um .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy8l3A2Um .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy8l3A2Um .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vdy8l3A2Um .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdy8l3A2Um .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdy8l3A2Um .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdy8l3A2Um .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vdy8l3A2Um .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdy8l3A2Um .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vdy8l3A2Um .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vdy8l3A2Um .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vdy8l3A2Um .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.cid-vdy8l3A2Um .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdy8l3A2Um .nav-wrapper .list .item-wrap:hover,
.cid-vdy8l3A2Um .nav-wrapper .list .item-wrap:focus {
  color: #caf31d;
}
.cid-vdy8l3A2Um .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vdy8l3A2Um .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vdy8l3A2Um .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vdy8l3A2Um .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vdy8l3A2Um .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vdy8l3A2Um .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdy8l3A2Um .mbr-copy {
  margin-bottom: 0;
  color: #777777;
  text-align: center;
}
.cid-vdy8l3A2Um .mbr-text {
  color: #ffffff;
}
.cid-vdy8l3A2Um .list {
  color: #ffffff;
}
.cid-vdy8l3A2Um .mbr-soc {
  color: #ffffff;
}
.cid-vdy8l3A2Um .mbr-desc {
  color: #ffffff;
}
.cid-vdy8m76CBV .navbar-dropdown {
  position: relative !important;
}
.cid-vdy8m76CBV .navbar-dropdown {
  position: absolute !important;
}
.cid-vdy8m76CBV .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vdy8m76CBV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdy8m76CBV .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdy8m76CBV .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 300;
}
.cid-vdy8m76CBV .dropdown-item:hover,
.cid-vdy8m76CBV .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vdy8m76CBV .dropdown-item:hover span {
  color: white;
}
.cid-vdy8m76CBV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdy8m76CBV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdy8m76CBV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdy8m76CBV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdy8m76CBV .nav-link {
  position: relative;
}
.cid-vdy8m76CBV .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vdy8m76CBV .container {
    max-width: 1100px;
  }
}
.cid-vdy8m76CBV .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdy8m76CBV .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vdy8m76CBV .dropdown-menu,
.cid-vdy8m76CBV .navbar.opened {
  background: #ffffff !important;
  background: rgba(255, 255, 255, 0.5) !important;
}
.cid-vdy8m76CBV .nav-item:focus,
.cid-vdy8m76CBV .nav-link:focus {
  outline: none;
}
.cid-vdy8m76CBV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdy8m76CBV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vdy8m76CBV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdy8m76CBV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdy8m76CBV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdy8m76CBV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vdy8m76CBV .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vdy8m76CBV .navbar.opened {
  transition: all 0.3s;
}
.cid-vdy8m76CBV .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vdy8m76CBV .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vdy8m76CBV .navbar .navbar-logo img {
  width: auto;
}
.cid-vdy8m76CBV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdy8m76CBV .navbar.collapsed {
  justify-content: center;
}
.cid-vdy8m76CBV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdy8m76CBV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdy8m76CBV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vdy8m76CBV .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vdy8m76CBV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vdy8m76CBV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vdy8m76CBV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdy8m76CBV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdy8m76CBV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdy8m76CBV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdy8m76CBV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdy8m76CBV .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vdy8m76CBV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdy8m76CBV .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vdy8m76CBV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vdy8m76CBV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdy8m76CBV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdy8m76CBV .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vdy8m76CBV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdy8m76CBV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdy8m76CBV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdy8m76CBV .navbar.navbar-short {
  min-height: 86px;
}
.cid-vdy8m76CBV .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vdy8m76CBV .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdy8m76CBV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdy8m76CBV .navbar-brand .navbar-caption:hover,
.cid-vdy8m76CBV .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdy8m76CBV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdy8m76CBV .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdy8m76CBV .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdy8m76CBV .dropdown-item.active,
.cid-vdy8m76CBV .dropdown-item:active {
  background-color: transparent;
}
.cid-vdy8m76CBV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdy8m76CBV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdy8m76CBV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdy8m76CBV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vdy8m76CBV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vdy8m76CBV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdy8m76CBV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdy8m76CBV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #777777;
}
@media (min-width: 991px) {
  .cid-vdy8m76CBV ul.navbar-nav {
    background-color: transparent;
    border-radius: 20px !important;
  }
}
@media (max-width: 992px) {
  .cid-vdy8m76CBV ul.navbar-nav {
    padding: 10px;
  }
  .cid-vdy8m76CBV ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vdy8m76CBV .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vdy8m76CBV .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vdy8m76CBV .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vdy8m76CBV .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vdy8m76CBV .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdy8m76CBV button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdy8m76CBV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdy8m76CBV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdy8m76CBV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdy8m76CBV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdy8m76CBV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vdy8m76CBV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy8m76CBV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdy8m76CBV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdy8m76CBV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy8m76CBV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdy8m76CBV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdy8m76CBV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdy8m76CBV .navbar {
    height: 70px;
  }
  .cid-vdy8m76CBV .navbar.opened {
    height: auto;
  }
  .cid-vdy8m76CBV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdy8m76CBV .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdy8m76CBV .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdy8m76CBV .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vdy8m76CBV .nav-item .nav-link:hover {
  background-color: #a9927d;
  color: #000000;
}
.cid-vdy8m76CBV .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vdy8m76CBV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdy8m76CBV .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdy8m76CBV .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdy8m76CBV .navbar {
  justify-content: flex-start !important;
}
.cid-vdy8m76CBV .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-vdy8m76CBV .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-vdy8m76CBV .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-vdy8m76CBV .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-vdy8m76CBV .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-vdy8m76CBV .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-vdy8m76CBV .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdy8m76CBV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdy8m76CBV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdy8m76CBV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdy8m76CBV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdy8m76CBV .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdy8m76CBV .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdy8m76CBV .content-wrap {
  min-height: 86px;
}
.cid-vdy8m76CBV .dropdown {
  width: fit-content;
  width: auto;
  text-align: center;
}
.cid-vdy8m76CBV .dropdown .dropdown-item {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vdy8m76CBV .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vdy8m7LMQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy8m7LMQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2422027/assets/images/background1.jpg?rnd=1774272755073");
}
.cid-vdy8m7LMQI .image-wrap {
  height: 300px;
}
.cid-vdy8m7UYeF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdy8m7UYeF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy8m7UYeF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy8m7UYeF .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy8m7UYeF .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdy8m7UYeF .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdy8m7UYeF .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdy8m7UYeF .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdy8m7UYeF .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdy8m7UYeF .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdy8m7UYeF .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vdy8m7UYeF .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vdy8m7UYeF .content-wrap {
  margin: 0 -20px;
}
.cid-vdy8m7UYeF .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdy8m7UYeF .text-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdy8m7UYeF .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy8m7UYeF .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 25px;
  }
}
.cid-vdy8m7UYeF .text-wrapper .mbr-number {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy8m7UYeF .text-wrapper .mbr-number {
    margin-bottom: 25px;
  }
}
.cid-vdy8m7UYeF .text-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdy8m7UYeF .text-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-vdy8m7UYeF .image-wrapper img {
  height: 530px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vdy8m7UYeF .image-wrapper img {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-vdy8m7UYeF .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vdy8m7UYeF .list-wrapper {
    margin-top: 25px;
  }
}
.cid-vdy8m7UYeF .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdy8m7UYeF .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vdy8m7UYeF .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdy8m7UYeF .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
}
.cid-vdy8m7UYeF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdy8m7UYeF .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vdy8m7UYeF .list-wrapper .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vdy8m7UYeF .list-wrapper .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vdy8m7UYeF .mbr-label {
  color: #000000;
}
.cid-vdy8m7UYeF .mbr-section-title {
  color: #000000;
}
.cid-vdy8m7UYeF .mbr-text {
  color: #000000;
}
.cid-vdy8m7UYeF .mbr-number {
  color: #000000;
}
.cid-vdy8m7UYeF .mbr-desc {
  color: #000000;
}
.cid-vdy8m7UYeF .mbr-section-subtitle {
  color: #000000;
}
.cid-vdy8m7UYeF .list {
  color: #000000;
}
.cid-vdy8m7UYeF .card-icon {
  color: #000000;
}
.cid-vdy8m7UYeF .mbr-label,
.cid-vdy8m7UYeF .label-wrapper {
  color: #000000;
}
.cid-vdy8m7UYeF .mbr-section-title,
.cid-vdy8m7UYeF .main-btn,
.cid-vdy8m7UYeF .title-wrap {
  color: #000000;
}
.cid-vdy8m7UYeF .mbr-text .text-wrap {
  color: #000000;
}
.cid-vdy8m7UYeF .mbr-section-subtitle,
.cid-vdy8m7UYeF .mbr-section-btn {
  color: #000000;
}
.cid-vdy8m7UYeF .list,
.cid-vdy8m7UYeF .item-wrap {
  color: #000000;
}
.cid-vdy8m86CM0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdy8m86CM0 .item:focus,
.cid-vdy8m86CM0 span:focus {
  outline: none;
}
.cid-vdy8m86CM0 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-vdy8m86CM0 .item {
  padding: 30px 0;
}
.cid-vdy8m86CM0 .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #efeeec;
  will-change: transform;
}
.cid-vdy8m86CM0 .content-wrap_2 {
  transform: rotate(-2deg);
  background-color: #000000;
  will-change: transform;
}
.cid-vdy8m86CM0 .container_1 {
  background-color: #efeeec;
}
.cid-vdy8m86CM0 .container_1 .item_1 {
  color: #000000;
  background-color: #efeeec;
}
.cid-vdy8m86CM0 .container_2 {
  background-color: #000000;
}
.cid-vdy8m86CM0 .container_2 .item_2 {
  color: #ffffff;
  background-color: #000000;
}
.cid-vdy8m8h6Pq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdy8m8h6Pq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy8m8h6Pq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy8m8h6Pq .title-wrapper {
  margin-bottom: 50px;
}
.cid-vdy8m8h6Pq .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdy8m8h6Pq .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdy8m8h6Pq .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdy8m8h6Pq .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdy8m8h6Pq .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdy8m8h6Pq .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vdy8m8h6Pq .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdy8m8h6Pq .items-wrapper {
  margin: 0 -10px;
}
.cid-vdy8m8h6Pq .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdy8m8h6Pq .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vdy8m8h6Pq .items-wrapper .item:hover .item-wrapper,
.cid-vdy8m8h6Pq .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vdy8m8h6Pq .items-wrapper .item:hover .item-wrapper,
  .cid-vdy8m8h6Pq .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vdy8m8h6Pq .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vdy8m8h6Pq .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #a9927d;
  color: #000000 !important;
}
.cid-vdy8m8h6Pq .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #e8e8e8;
  padding: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vdy8m8h6Pq .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vdy8m8h6Pq .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdy8m8h6Pq .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdy8m8h6Pq .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vdy8m8h6Pq .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdy8m8h6Pq .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdy8m8h6Pq .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdy8m8h6Pq .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vdy8m8h6Pq .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vdy8m8h6Pq .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #efeeec;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  z-index: 1;
}
.cid-vdy8m8h6Pq .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vdy8m8h6Pq .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #a9927d;
  color: #000000 !important;
}
.cid-vdy8m8h6Pq .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vdy8m8h6Pq .mbr-label,
.cid-vdy8m8h6Pq .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vdy8m8h6Pq .mbr-section-title,
.cid-vdy8m8h6Pq .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vdy8m8h6Pq .item-title {
  color: #000000;
}
.cid-vdy8m8h6Pq .item-text {
  color: #000000;
}
.cid-vdy8m8h6Pq .card-link {
  color: #000000;
}
.cid-vdy8m8zX1W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy8m8zX1W .item:focus,
.cid-vdy8m8zX1W span:focus {
  outline: none;
}
.cid-vdy8m8zX1W .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vdy8m8zX1W .content-head {
  max-width: 800px;
}
.cid-vdy8m8zX1W .item {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  font-weight: 700;
  padding: 10px 0;
}
.cid-vdy8m8I1YO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vdy8m8I1YO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy8m8I1YO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy8m8I1YO .card {
  justify-content: center;
}
.cid-vdy8m8I1YO .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdy8m8I1YO .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdy8m8I1YO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vdy8m8I1YO .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-vdy8m8I1YO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vdy8m8I1YO .embla__slide .slide-content {
  width: 100%;
}
.cid-vdy8m8I1YO .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vdy8m8I1YO .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdy8m8I1YO .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-vdy8m8I1YO .embla__button--next,
.cid-vdy8m8I1YO .embla__button--prev {
  display: flex;
}
.cid-vdy8m8I1YO .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vdy8m8I1YO .embla__button:hover {
  background-color: #caf31d !important;
  color: #000000 !important;
}
.cid-vdy8m8I1YO .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vdy8m8I1YO .embla__button.embla__button--prev {
  left: 0;
}
.cid-vdy8m8I1YO .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vdy8m8I1YO .embla__button.embla__button--next {
  right: 0;
}
.cid-vdy8m8I1YO .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vdy8m8I1YO .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vdy8m8I1YO .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vdy8m8I1YO .embla__viewport {
    padding: 0;
  }
}
.cid-vdy8m8I1YO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdy8m8I1YO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdy8m8I1YO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdy8m8I1YO .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vdy8m8I1YO .mbr-section-title {
  color: #000000;
}
.cid-vdy8m8I1YO .mbr-section-title,
.cid-vdy8m8I1YO .title-wrapper {
  color: #000000;
}
.cid-vdy8m8XzE3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy8m8XzE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy8m8XzE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy8m8XzE3 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
}
@media (max-width: 1640px) {
  .cid-vdy8m8XzE3 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdy8m8XzE3 .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdy8m8XzE3 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdy8m8XzE3 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vdy8m8XzE3 .title-wrapper .title-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-vdy8m8XzE3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdy8m8XzE3 .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cid-vdy8m8XzE3 .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  background-color: #a9927d;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vdy8m8XzE3 .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vdy8m8XzE3 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdy8m8XzE3 .btn-wrapper {
  margin-top: -3rem;
}
.cid-vdy8m8XzE3 .mbr-section-title {
  color: #ffffff;
}
.cid-vdy8m8XzE3 .item-title {
  color: #ffffff;
}
.cid-vdy8m8XzE3 .item-text {
  color: #ffffff;
}
.cid-vdy8m8XzE3 .card-icons {
  color: #000000;
}
.cid-vdy8m96TYK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdy8m96TYK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy8m96TYK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy8m96TYK .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vdy8m96TYK .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdy8m96TYK .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdy8m96TYK .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdy8m96TYK .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vdy8m96TYK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdy8m96TYK .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vdy8m96TYK .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vdy8m96TYK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vdy8m96TYK .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.cid-vdy8m96TYK .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdy8m96TYK .nav-wrapper .list .item-wrap:hover,
.cid-vdy8m96TYK .nav-wrapper .list .item-wrap:focus {
  color: #caf31d;
}
.cid-vdy8m96TYK .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vdy8m96TYK .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vdy8m96TYK .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vdy8m96TYK .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vdy8m96TYK .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vdy8m96TYK .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vdy8m96TYK .mbr-copy {
  margin-bottom: 0;
  color: #777777;
  text-align: center;
}
.cid-vdy8m96TYK .mbr-text {
  color: #ffffff;
}
.cid-vdy8m96TYK .list {
  color: #ffffff;
}
.cid-vdy8m96TYK .mbr-soc {
  color: #ffffff;
}
.cid-vdy8m96TYK .mbr-desc {
  color: #ffffff;
}
