.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: SUSE;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.4rem;
  line-height: .9;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: .9;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-7 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #ed6247 !important;
}
.bg-success {
  background-color: #c753f8 !important;
}
.bg-info {
  background-color: #2d93f7 !important;
}
.bg-warning {
  background-color: #6161f6 !important;
}
.bg-danger {
  background-color: #8e4586 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ed6247 !important;
  border-color: #ed6247 !important;
  color: #300c05 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f8c5bb !important;
  border-color: #f8c5bb !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #300c05 !important;
  background-color: #f8c5bb !important;
  border-color: #f8c5bb !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fef851 !important;
  border-color: #fef851 !important;
  color: #504d00 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fffdd0 !important;
  border-color: #fffdd0 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #504d00 !important;
  background-color: #fffdd0 !important;
  border-color: #fffdd0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #2d93f7 !important;
  border-color: #2d93f7 !important;
  color: #011324 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #a8d2fc !important;
  border-color: #a8d2fc !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #011324 !important;
  background-color: #a8d2fc !important;
  border-color: #a8d2fc !important;
}
.btn-success,
.btn-success:active {
  background-color: #c753f8 !important;
  border-color: #c753f8 !important;
  color: #340349 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #efcefd !important;
  border-color: #efcefd !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #340349 !important;
  background-color: #efcefd !important;
  border-color: #efcefd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6161f6 !important;
  border-color: #6161f6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #dadafd !important;
  border-color: #dadafd !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #dadafd !important;
  border-color: #dadafd !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #8e4586 !important;
  border-color: #8e4586 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #c78cc0 !important;
  border-color: #c78cc0 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c78cc0 !important;
  border-color: #c78cc0 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #636363 !important;
  border-color: #636363 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #636363 !important;
  border-color: #636363 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ed6247;
  color: #ed6247;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ca3114 !important;
  background-color: transparent !important;
  border-color: #ca3114 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed6247 !important;
  border-color: #ed6247 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fef851;
  color: #fef851;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f7ee01 !important;
  background-color: transparent !important;
  border-color: #f7ee01 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #504d00 !important;
  background-color: #fef851 !important;
  border-color: #fef851 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #2d93f7;
  color: #2d93f7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0868c6 !important;
  background-color: transparent !important;
  border-color: #0868c6 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2d93f7 !important;
  border-color: #2d93f7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #c753f8;
  color: #c753f8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a80aeb !important;
  background-color: transparent !important;
  border-color: #a80aeb !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c753f8 !important;
  border-color: #c753f8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #6161f6;
  color: #6161f6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0f0ff1 !important;
  background-color: transparent !important;
  border-color: #0f0ff1 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6161f6 !important;
  border-color: #6161f6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #8e4586;
  color: #8e4586;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #54294f !important;
  background-color: transparent !important;
  border-color: #54294f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8e4586 !important;
  border-color: #8e4586 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ed6247 !important;
}
.text-secondary {
  color: #fef851 !important;
}
.text-success {
  color: #c753f8 !important;
}
.text-info {
  color: #2d93f7 !important;
}
.text-warning {
  color: #6161f6 !important;
}
.text-danger {
  color: #8e4586 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #bc2e12 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e8e001 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9d09dc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0760b7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0d0de4 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #492445 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ed6247;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2d93f7;
}
.alert-warning {
  background-color: #6161f6;
}
.alert-danger {
  background-color: #8e4586;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ed6247;
  border-color: #ed6247;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ed6247;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f2f8fe;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c78cc0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ed6247 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ed6247;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ed6247;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ed6247;
}
.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: #ed6247;
  border-bottom-color: #ed6247;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ed6247 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fef851 !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='%23ed6247' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 16px 32px;
  font-weight: 400 !important;
  border-radius: 80px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 8px 18px;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 20px;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-width: 3px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn-primary-outline,
  .mbr-section-btn-main .btn-primary-outline,
  .mbr-section-btn .btn-secondary-outline,
  .mbr-section-btn-main .btn-secondary-outline,
  .mbr-section-btn .btn-success-outline,
  .mbr-section-btn-main .btn-success-outline,
  .mbr-section-btn .btn-info-outline,
  .mbr-section-btn-main .btn-info-outline,
  .mbr-section-btn .btn-warning-outline,
  .mbr-section-btn-main .btn-warning-outline,
  .mbr-section-btn .btn-danger-outline,
  .mbr-section-btn-main .btn-danger-outline,
  .mbr-section-btn .btn-black-outline,
  .mbr-section-btn-main .btn-black-outline,
  .mbr-section-btn .btn-white-outline,
  .mbr-section-btn-main .btn-white-outline {
    border-width: 2px !important;
  }
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.card-box {
  border-radius: 52px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .card-box {
    border-radius: 35px !important;
  }
}
.nav-item .nav-link {
  border-radius: 80px !important;
}
.image-wrap::before {
  border-radius: 52px !important;
}
@media (max-width: 992px) {
  .image-wrap::before {
    border-radius: 35px !important;
  }
}
.cid-uZfMqRDYvp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ed6247;
}
.cid-uZfMqRDYvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZfMqRDYvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZfMqRDYvp .content-head {
  max-width: 800px;
}
.cid-uZfMqRDYvp .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-uZfMqRDYvp .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZfMqRDYvp .item {
    min-height: 45px;
  }
}
.cid-unj4VAKBps {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1-3.jpg");
}
.cid-unj4VAKBps .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj4VAKBps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj4VAKBps .content-wrapper {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .cid-unj4VAKBps .content-wrapper {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .cid-unj4VAKBps .content-wrapper {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-unj4VAKBps .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-unj4VAKBps .content-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
  z-index: 1;
}
.cid-unj4VAKBps .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-unj4VAKBps .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-unj4VAKBps .content-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-unj4VAKBps .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-unj4VAKBps .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-unj4VAKBps .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-unj4VAKBps .mbr-section-title {
  color: #000000;
}
.cid-unj4VAKBps .mbr-text {
  color: #000000;
}
.cid-vgPlo88X1Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgPlo88X1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgPlo88X1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgPlo88X1Z .card-wrapper {
  padding: 40px 0;
  background-color: #f3f3f3;
}
@media (max-width: 992px) {
  .cid-vgPlo88X1Z .card-wrapper {
    padding: 16px;
  }
}
.cid-vgPlo88X1Z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 280px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-vgPlo88X1Z .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgPlo88X1Z .embla__slide .slide-content {
  width: 100%;
}
.cid-vgPlo88X1Z .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vgPlo88X1Z .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgPlo88X1Z .embla__button--next,
.cid-vgPlo88X1Z .embla__button--prev {
  display: flex;
}
.cid-vgPlo88X1Z .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #ffffff !important;
  color: #121212 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vgPlo88X1Z .embla__button {
    bottom: 0;
  }
}
.cid-vgPlo88X1Z .embla__button:hover {
  background-color: #f9652f !important;
  color: #ffffff !important;
}
.cid-vgPlo88X1Z .embla__button:disabled {
  opacity: .5 !important;
  background-color: #ffffff !important;
  color: #121212 !important;
}
.cid-vgPlo88X1Z .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-vgPlo88X1Z .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-vgPlo88X1Z .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-vgPlo88X1Z .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vgPlo88X1Z .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vgPlo88X1Z .embla {
    padding: 0;
  }
}
.cid-vgPlo88X1Z .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vgPlo88X1Z .embla__viewport {
    padding: 0;
  }
}
.cid-vgPlo88X1Z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgPlo88X1Z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgPlo88X1Z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgPlo88X1Z .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vgPlo88X1Z .item-text {
  color: #000000;
}
.cid-vgPlo88X1Z .item-name {
  color: #000000;
}
.cid-vgPlo88X1Z .item-role {
  color: #767676;
}
.cid-vgPlo88X1Z .mbr-star {
  color: #f5b614;
}
.cid-uZBqupffKB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f3f3;
}
.cid-uZBqupffKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZBqupffKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZBqupffKB .items-wrap {
  justify-content: space-between;
}
.cid-uZBqupffKB .items-wrap .card {
  justify-content: center;
}
.cid-uZBqupffKB .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uZBqupffKB .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZBqupffKB .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZBqupffKB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZBqupffKB .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uZBqupffKB .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uZBqupffKB .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZBqupffKB .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZBqupffKB .image-wrapper img {
    height: 350px;
  }
}
.cid-uZBqupffKB .mbr-desc {
  color: #000000;
}
.cid-uZBqupffKB .mbr-section-title {
  color: #000000;
}
.cid-uZBqupffKB .mbr-text {
  color: #000000;
}
.cid-uZBqupffKB .mbr-text,
.cid-uZBqupffKB .mbr-section-btn {
  text-align: left;
}
.cid-uZgy322jOl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-3.jpg");
}
.cid-uZgy322jOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZgy322jOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZgy322jOl .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZgy322jOl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZgy322jOl .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uZgy322jOl .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uZgy322jOl .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uZgy322jOl .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uZgy322jOl .panel-group .card_1 {
  background-color: #ed6247;
}
.cid-uZgy322jOl .panel-group .card_1 .card-header .panel-title .tags-wrapper .list_1 .item-wrap {
  border: 3px solid #000000;
}
@media (max-width: 992px) {
  .cid-uZgy322jOl .panel-group .card_1 .card-header .panel-title .tags-wrapper .list_1 .item-wrap {
    border: 2px solid #000000;
  }
}
.cid-uZgy322jOl .panel-group .card_1 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uZgy322jOl .panel-group .card_2 {
  background-color: #e7e7e7;
}
.cid-uZgy322jOl .panel-group .card_2 .card-header .panel-title .tags-wrapper .list_2 .item-wrap {
  border: 3px solid #323232;
}
@media (max-width: 992px) {
  .cid-uZgy322jOl .panel-group .card_2 .card-header .panel-title .tags-wrapper .list_2 .item-wrap {
    border: 2px solid #323232;
  }
}
.cid-uZgy322jOl .panel-group .card_2 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #323232;
}
.cid-uZgy322jOl .panel-group .card_3 {
  background-color: #ed6247;
}
.cid-uZgy322jOl .panel-group .card_3 .card-header .panel-title .tags-wrapper .list_3 .item-wrap {
  border: 3px solid #000000;
}
@media (max-width: 992px) {
  .cid-uZgy322jOl .panel-group .card_3 .card-header .panel-title .tags-wrapper .list_3 .item-wrap {
    border: 2px solid #000000;
  }
}
.cid-uZgy322jOl .panel-group .card_3 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uZgy322jOl .panel-group .card_4 {
  background-color: #e7e7e7;
}
.cid-uZgy322jOl .panel-group .card_4 .card-header .panel-title .tags-wrapper .list_4 .item-wrap {
  border: 3px solid #323232;
}
@media (max-width: 992px) {
  .cid-uZgy322jOl .panel-group .card_4 .card-header .panel-title .tags-wrapper .list_4 .item-wrap {
    border: 2px solid #323232;
  }
}
.cid-uZgy322jOl .panel-group .card_4 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #323232;
}
.cid-uZgy322jOl .panel-group .card {
  position: relative;
  padding: 64px 50px 100px;
  border: none;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-uZgy322jOl .panel-group .card {
    padding: 36px 24px 100px;
  }
}
.cid-uZgy322jOl .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uZgy322jOl .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uZgy322jOl .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uZgy322jOl .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-uZgy322jOl .panel-group .card .card-header .panel-title .panel-title-edit_1,
.cid-uZgy322jOl .panel-group .card .card-header .panel-title .panel-title-edit_2,
.cid-uZgy322jOl .panel-group .card .card-header .panel-title .panel-title-edit_3,
.cid-uZgy322jOl .panel-group .card .card-header .panel-title .panel-title-edit_4 {
  width: 33%;
  margin-bottom: 0;
  padding-right: 16px;
}
@media (max-width: 1500px) {
  .cid-uZgy322jOl .panel-group .card .card-header .panel-title .panel-title-edit_1,
  .cid-uZgy322jOl .panel-group .card .card-header .panel-title .panel-title-edit_2,
  .cid-uZgy322jOl .panel-group .card .card-header .panel-title .panel-title-edit_3,
  .cid-uZgy322jOl .panel-group .card .card-header .panel-title .panel-title-edit_4 {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uZgy322jOl .panel-group .card .card-header .panel-title .panel-title-edit_1,
  .cid-uZgy322jOl .panel-group .card .card-header .panel-title .panel-title-edit_2,
  .cid-uZgy322jOl .panel-group .card .card-header .panel-title .panel-title-edit_3,
  .cid-uZgy322jOl .panel-group .card .card-header .panel-title .panel-title-edit_4 {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uZgy322jOl .panel-group .card .card-header .panel-title .tags-wrapper {
  width: 55%;
}
@media (max-width: 1500px) {
  .cid-uZgy322jOl .panel-group .card .card-header .panel-title .tags-wrapper {
    width: 43%;
  }
}
@media (max-width: 992px) {
  .cid-uZgy322jOl .panel-group .card .card-header .panel-title .tags-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uZgy322jOl .panel-group .card .card-header .panel-title .tags-wrapper .list_1,
.cid-uZgy322jOl .panel-group .card .card-header .panel-title .tags-wrapper .list_2,
.cid-uZgy322jOl .panel-group .card .card-header .panel-title .tags-wrapper .list_3,
.cid-uZgy322jOl .panel-group .card .card-header .panel-title .tags-wrapper .list_4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZgy322jOl .panel-group .card .card-header .panel-title .tags-wrapper .item-wrap {
  padding: 16px 32px;
  border-radius: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 0;
}
@media (max-width: 992px) {
  .cid-uZgy322jOl .panel-group .card .card-header .panel-title .tags-wrapper .item-wrap {
    padding: 8px 18px;
  }
}
.cid-uZgy322jOl .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 12%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 64px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 1440px) {
  .cid-uZgy322jOl .panel-group .card .card-header .panel-title .icon-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZgy322jOl .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 100%;
    justify-content: flex-start;
    padding-left: 0;
  }
}
.cid-uZgy322jOl .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 50px;
  transform: rotate(45deg);
}
.cid-uZgy322jOl .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uZgy322jOl .panel-group .card .panel-collapse .panel-body {
  margin-top: 48px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uZgy322jOl .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
.cid-uZgy322jOl .panel-group .card .panel-collapse .panel-body .text-wrap {
  width: 67%;
}
@media (max-width: 1500px) {
  .cid-uZgy322jOl .panel-group .card .panel-collapse .panel-body .text-wrap {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .cid-uZgy322jOl .panel-group .card .panel-collapse .panel-body .text-wrap {
    width: 100%;
  }
}
.cid-uZgy322jOl .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_1,
.cid-uZgy322jOl .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_2,
.cid-uZgy322jOl .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_3,
.cid-uZgy322jOl .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_4 {
  display: inline-block;
  margin-bottom: 22px;
}
.cid-uZgy322jOl .panel-group .card .panel-collapse .panel-body .text-wrap .mbr-section-btn .btn .mbr-iconfont {
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uZgy322jOl .panel-group .card .panel-collapse .panel-body .text-wrap .mbr-section-btn .btn:hover .mbr-iconfont,
.cid-uZgy322jOl .panel-group .card .panel-collapse .panel-body .text-wrap .mbr-section-btn .btn:focus .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uZgy322jOl .mbr-section-title {
  color: #000000;
}
.cid-uZgy322jOl .panel-title-edit_1 {
  color: #000000;
}
.cid-uZgy322jOl .panel-title-edit_2 {
  color: #ffffff;
}
.cid-uZgy322jOl .panel-title-edit_3 {
  color: #000000;
}
.cid-uZgy322jOl .panel-title-edit_4 {
  color: #000000;
}
.cid-uZgy322jOl .list_1 {
  color: #000000;
}
.cid-uZgy322jOl .list_2 {
  color: #ffffff;
}
.cid-uZgy322jOl .list_3 {
  color: #000000;
}
.cid-uZgy322jOl .list_4 {
  color: #000000;
}
.cid-uZgy322jOl .panel-text_1 {
  color: #000000;
}
.cid-uZgy322jOl .panel-text_2 {
  color: #ffffff;
}
.cid-uZgy322jOl .panel-text_3 {
  color: #000000;
}
.cid-uZgy322jOl .panel-text_4 {
  color: #000000;
}
.cid-uZgy322jOl .panel-title-edit_4,
.cid-uZgy322jOl .icon-wrapper {
  color: #000000;
}
.cid-uZgy322jOl .list_4,
.cid-uZgy322jOl .item-wrap_4 {
  color: #000000;
}
.cid-uZgy322jOl .panel-text_4,
.cid-uZgy322jOl .panel-body,
.cid-uZgy322jOl .mbr-section-btn {
  color: #000000;
}
.cid-uZgy322jOl .list_2,
.cid-uZgy322jOl .item-wrap_2 {
  color: #000000;
}
.cid-uZgy322jOl .panel-title-edit_2,
.cid-uZgy322jOl .icon-wrapper {
  color: #000000;
}
.cid-uZgy322jOl .panel-text_2,
.cid-uZgy322jOl .panel-body,
.cid-uZgy322jOl .mbr-section-btn {
  color: #000000;
}
.cid-uZfRtezWiJ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f3f3f3;
}
.cid-uZfRtezWiJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZfRtezWiJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZfRtezWiJ .card {
  justify-content: center;
}
.cid-uZfRtezWiJ .content-wrapper .mbr-label {
  margin-bottom: 15px;
}
.cid-uZfRtezWiJ .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZfRtezWiJ .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uZfRtezWiJ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uZfRtezWiJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uZfRtezWiJ .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  padding: 65px;
  height: 615px;
  margin-left: 100px;
}
@media (max-width: 1440px) {
  .cid-uZfRtezWiJ .image-wrapper {
    padding: 40px 20px;
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uZfRtezWiJ .image-wrapper {
    height: 400px;
    padding: 30px 15px;
    margin-left: 0;
    margin-top: 30px;
  }
}
.cid-uZfRtezWiJ .image-wrapper .main-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZfRtezWiJ .image-wrapper .image-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 65px;
  background-color: #e2fa0e;
}
@media (max-width: 1440px) {
  .cid-uZfRtezWiJ .image-wrapper .image-wrap {
    padding: 40px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uZfRtezWiJ .image-wrapper .image-wrap {
    padding: 30px 15px;
  }
}
.cid-uZfRtezWiJ .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uZfRtezWiJ .mbr-label {
  color: #ffffff;
}
.cid-uZfRtezWiJ .mbr-section-title {
  color: #ffffff;
}
.cid-uZfRtezWiJ .mbr-text {
  color: #ffffff;
}
.cid-uZfRtezWiJ .mbr-section-title,
.cid-uZfRtezWiJ .mbr-section-btn {
  color: #252525;
}
.cid-uZfRtezWiJ .mbr-text,
.cid-uZfRtezWiJ .text-wrapper {
  color: #252525;
}
.cid-unj4XEVVS9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f3f3f3;
}
.cid-unj4XEVVS9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj4XEVVS9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj4XEVVS9 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-unj4XEVVS9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-unj4XEVVS9 .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-unj4XEVVS9 .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-unj4XEVVS9 .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #6161f6;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-unj4XEVVS9 .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-unj4XEVVS9 .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-unj4XEVVS9 .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-unj4XEVVS9 .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-unj4XEVVS9 .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-unj4XEVVS9 .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-unj4XEVVS9 .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-unj4XEVVS9 .item .item-wrapper .card-box {
  padding: 42px 28px;
  background-color: #ed6247;
  min-height: 600px;
}
@media (max-width: 992px) {
  .cid-unj4XEVVS9 .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-unj4XEVVS9 .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-unj4XEVVS9 .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-unj4XEVVS9 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-unj4XEVVS9 .mbr-section-title {
  color: #000000;
}
.cid-unj4XEVVS9 .item-title {
  color: #ffffff;
}
.cid-unj4XEVVS9 .item-number {
  color: #8e4586;
}
.cid-unj4XEVVS9 .item-text {
  color: #ffffff;
}
.cid-uZfC0K7cdB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZfC0K7cdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZfC0K7cdB .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-uZfC0K7cdB .mbr-figure {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.cid-uZfC0K7cdB .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uZfC0K7cdB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZfC0K7cdB .text-wrapper .mbr-card-title {
  margin-bottom: 0.5rem;
}
.cid-uZfC0K7cdB .text-wrapper .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.cid-uZfC0K7cdB .text-wrapper .pb-4 {
  padding-bottom: 1.5rem !important;
}
.cid-uZfC0K7cdB .text-wrapper .pt-4 {
  padding-top: 1.5rem !important;
}
.cid-uZfC0K7cdB .text-wrapper .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-uZfC0K7cdB .app-video-wrapper img {
  background-color: #000000;
  padding: 4px;
}
.cid-uZfC0K7cdB .media-content,
.cid-uZfC0K7cdB .mbr-figure {
  align-self: center;
}
.cid-uZfC0K7cdB .mbr-figure {
  overflow: hidden;
}
.cid-uZfC0K7cdB .card {
  background-color: #000000;
  padding: 4px;
}
.cid-uZfC0K7cdB .icon-title {
  color: #bff747;
}
.cid-uZfC0K7cdB .mbr-text {
  color: #000000;
}
.cid-uZfC0K7cdB .mbr-number {
  color: #bff747;
}
.cid-uZfC0K7cdB .card-text,
.cid-uZfC0K7cdB .item .mbr-section-btn {
  color: #fdfde1;
}
.cid-uZfWYspQg0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f3f3;
}
.cid-uZfWYspQg0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZfWYspQg0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZfWYspQg0 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZfWYspQg0 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZfWYspQg0 .title-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-uZfWYspQg0 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZfWYspQg0 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZfWYspQg0 .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uZfWYspQg0 .items-wrapper .item {
  position: relative;
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZfWYspQg0 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.cid-uZfWYspQg0 .items-wrapper .item .item-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #323232;
  opacity: 1;
  pointer-events: none;
}
.cid-uZfWYspQg0 .items-wrapper .item .item-wrapper .gradient-wrapper {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #8e4586 100%);
  pointer-events: none;
  z-index: 2;
}
.cid-uZfWYspQg0 .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #584182;
}
@media (max-width: 992px) {
  .cid-uZfWYspQg0 .items-wrapper .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uZfWYspQg0 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uZfWYspQg0 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZfWYspQg0 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZfWYspQg0 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZfWYspQg0 .items-wrapper .item .item-wrapper .item-content .item-img {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uZfWYspQg0 .items-wrapper .item .item-wrapper .item-content .item-img {
    margin-top: 24px;
  }
}
.cid-uZfWYspQg0 .items-wrapper .item .item-wrapper .item-content .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-uZfWYspQg0 .mbr-label {
  color: #ffdf7d;
  text-align: center;
}
.cid-uZfWYspQg0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZfWYspQg0 .mbr-section-subtitle {
  color: #808080;
  text-align: center;
}
.cid-uZfWYspQg0 .item-title {
  color: #ffffff;
}
.cid-uZfWYspQg0 .item-text {
  color: #808080;
}
.cid-uZfK6e17qc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZfK6e17qc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZfK6e17qc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZfK6e17qc .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1500px) {
  .cid-uZfK6e17qc .mbr-section-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .cid-uZfK6e17qc .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-uZfK6e17qc .mbr-section-title {
  color: #131313;
}
.cid-uZfK6e17qc .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uZfK6e17qc .cards-row {
  margin-top: 5px;
  row-gap: 20px;
}
.cid-uZfK6e17qc .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uZfK6e17qc .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 60px 52px 48px 48px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1024px) {
  .cid-uZfK6e17qc .card-wrapper {
    padding: 30px 30px 40px 25px;
  }
}
@media (max-width: 767px) {
  .cid-uZfK6e17qc .card-wrapper {
    padding: 10px 25px 40px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uZfK6e17qc .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uZfK6e17qc .card-title {
  color: #131313;
}
.cid-uZfK6e17qc .price-box {
  display: flex;
  align-items: baseline;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .cid-uZfK6e17qc .price-box {
    margin-top: 5px;
  }
}
.cid-uZfK6e17qc .number-text {
  color: #7c101c;
}
.cid-uZfK6e17qc .stint-text {
  color: #FC7942;
}
.cid-uZfK6e17qc .card-text {
  margin-top: 20px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-uZfK6e17qc .card-text {
    margin-top: 10px;
  }
}
.cid-uZfK6e17qc .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .cid-uZfK6e17qc .list-box {
    margin-top: 24px;
  }
}
.cid-uZfK6e17qc .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 10px;
}
.cid-uZfK6e17qc .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-uZfK6e17qc .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 18px;
  color: #222222;
}
.cid-uZfK6e17qc .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-uZfK6e17qc .mbr-section-btn {
  margin-top: auto;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 65px;
}
@media (max-width: 1199px) {
  .cid-uZfK6e17qc .mbr-section-btn {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uZfK6e17qc .mbr-section-btn {
    padding-top: 20px;
  }
}
.cid-uZfK6e17qc .mbr-section-btn .btn {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uZfK6e17qc .mbr-section-btn .btn {
    padding: 20px 24px !important;
  }
}
.cid-unj4YaMGyu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unj4YaMGyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj4YaMGyu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj4YaMGyu .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-unj4YaMGyu .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-unj4YaMGyu .item .item-wrapper {
  display: flex;
  height: 100%;
  background-color: #ffffff;
  padding: 42px 28px;
}
@media (max-width: 1440px) {
  .cid-unj4YaMGyu .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unj4YaMGyu .item .item-wrapper {
    padding: 36px 24px;
  }
}
.cid-unj4YaMGyu .item .item-wrapper .item-img {
  width: 285px;
}
@media (max-width: 1440px) {
  .cid-unj4YaMGyu .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-unj4YaMGyu .item .item-wrapper .item-img img {
  width: 285px;
  height: 285px;
  object-fit: cover;
  border: 2px solid #000000;
}
@media (max-width: 1600px) {
  .cid-unj4YaMGyu .item .item-wrapper .item-img img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-unj4YaMGyu .item .item-wrapper .item-img img {
    width: 220px;
    height: 220px;
  }
}
.cid-unj4YaMGyu .item .item-wrapper .item-content {
  padding-left: 50px;
}
@media (max-width: 1600px) {
  .cid-unj4YaMGyu .item .item-wrapper .item-content {
    padding-left: 24px;
  }
}
@media (max-width: 1440px) {
  .cid-unj4YaMGyu .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
.cid-unj4YaMGyu .item .item-wrapper .item-content .item-title {
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-unj4YaMGyu .item .item-wrapper .item-content .item-title {
    margin-bottom: 32px;
  }
}
.cid-unj4YaMGyu .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-unj4YaMGyu .btn-wrapper {
  margin-top: -2%;
}
.cid-unj4YaMGyu .item-title {
  color: #000000;
}
.cid-unj4YaMGyu .item-text {
  color: #000000;
  text-align: left;
}
.cid-v0ivGr6nQq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-v0ivGr6nQq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ivGr6nQq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ivGr6nQq .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1500px) {
  .cid-v0ivGr6nQq .mbr-section-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .cid-v0ivGr6nQq .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-v0ivGr6nQq .mbr-section-title {
  color: #131313;
  text-align: center;
}
.cid-v0ivGr6nQq .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-v0ivGr6nQq .cards-row {
  margin-top: 5px;
  row-gap: 20px;
}
.cid-v0ivGr6nQq .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-v0ivGr6nQq .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 60px 52px 48px 48px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1024px) {
  .cid-v0ivGr6nQq .card-wrapper {
    padding: 30px 30px 40px 25px;
  }
}
@media (max-width: 767px) {
  .cid-v0ivGr6nQq .card-wrapper {
    padding: 10px 25px 40px 20px;
  }
}
@media (min-width: 992px) {
  .cid-v0ivGr6nQq .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-v0ivGr6nQq .card-title {
  color: #131313;
}
.cid-v0ivGr6nQq .price-box {
  display: flex;
  align-items: baseline;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .cid-v0ivGr6nQq .price-box {
    margin-top: 5px;
  }
}
.cid-v0ivGr6nQq .number-text {
  color: #7c101c;
}
.cid-v0ivGr6nQq .stint-text {
  color: #FC7942;
}
.cid-v0ivGr6nQq .card-text {
  margin-top: 20px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-v0ivGr6nQq .card-text {
    margin-top: 10px;
  }
}
.cid-v0ivGr6nQq .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .cid-v0ivGr6nQq .list-box {
    margin-top: 24px;
  }
}
.cid-v0ivGr6nQq .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 10px;
}
.cid-v0ivGr6nQq .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-v0ivGr6nQq .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 18px;
  color: #222222;
}
.cid-v0ivGr6nQq .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-v0ivGr6nQq .mbr-section-btn {
  margin-top: auto;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 65px;
}
@media (max-width: 1199px) {
  .cid-v0ivGr6nQq .mbr-section-btn {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-v0ivGr6nQq .mbr-section-btn {
    padding-top: 20px;
  }
}
.cid-v0ivGr6nQq .mbr-section-btn .btn {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 1500px) {
  .cid-v0ivGr6nQq .mbr-section-btn .btn {
    padding: 20px 24px !important;
  }
}
.cid-v0gTJO1M9M {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(#f3f3f3 50%, #ffffff);
}
.cid-v0gTJO1M9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0gTJO1M9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0gTJO1M9M .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-v0gTJO1M9M .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v0gTJO1M9M .embla__slide .slide-content {
  width: 100%;
}
.cid-v0gTJO1M9M .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0gTJO1M9M .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 20px;
  }
}
.cid-v0gTJO1M9M .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .item-name {
  display: inline-flex;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #ee5b56;
}
.cid-v0gTJO1M9M .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-v0gTJO1M9M .embla__button--next,
.cid-v0gTJO1M9M .embla__button--prev {
  display: flex;
}
.cid-v0gTJO1M9M .embla__button {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v0gTJO1M9M .embla__button {
    top: 0;
  }
}
.cid-v0gTJO1M9M .embla__button:hover {
  background-color: #ee5b56 !important;
  color: #000000 !important;
}
.cid-v0gTJO1M9M .embla__button.embla__button--prev {
  left: 0;
}
.cid-v0gTJO1M9M .embla__button.embla__button--next {
  right: 0;
}
.cid-v0gTJO1M9M .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0gTJO1M9M .embla {
    padding-top: 6rem;
  }
}
.cid-v0gTJO1M9M .embla__viewport {
  overflow: hidden;
  width: 70%;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-v0gTJO1M9M .embla__viewport {
    width: 100%;
  }
}
.cid-v0gTJO1M9M .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0gTJO1M9M .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0gTJO1M9M .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v0gTJO1M9M .item-text {
  color: #000000;
  text-align: center;
}
.cid-v0gTJO1M9M .item-name,
.cid-v0gTJO1M9M .name-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0gTJO1M9M .item-role {
  color: #8a8a8a;
  text-align: center;
}
.cid-uZgDD8cSVA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f7;
}
.cid-uZgDD8cSVA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZgDD8cSVA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZgDD8cSVA .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZgDD8cSVA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZgDD8cSVA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uZgDD8cSVA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZgDD8cSVA .embla__slide .slide-content {
  width: 100%;
}
.cid-uZgDD8cSVA .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZgDD8cSVA .embla__slide .slide-content .item-wrapper .item-img img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZgDD8cSVA .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uZgDD8cSVA .embla__button--next,
.cid-uZgDD8cSVA .embla__button--prev {
  display: flex;
}
.cid-uZgDD8cSVA .embla__button {
  top: 43%;
  width: 80px;
  height: 80px;
  font-size: 32px;
  background-color: #ed6247 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uZgDD8cSVA .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uZgDD8cSVA .embla__button:hover {
  background-color: #8e4586 !important;
  color: #ffffff !important;
}
.cid-uZgDD8cSVA .embla__button.embla__button--prev {
  left: 4rem;
}
@media (max-width: 992px) {
  .cid-uZgDD8cSVA .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uZgDD8cSVA .embla__button.embla__button--next {
  right: 4rem;
}
@media (max-width: 992px) {
  .cid-uZgDD8cSVA .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uZgDD8cSVA .embla {
  position: relative;
  width: 100%;
  padding: 0 210px;
}
@media (max-width: 992px) {
  .cid-uZgDD8cSVA .embla {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZgDD8cSVA .embla {
    padding-bottom: 6rem;
  }
}
.cid-uZgDD8cSVA .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border: 20px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uZgDD8cSVA .embla__viewport {
    border: 10px solid #ffffff;
  }
}
.cid-uZgDD8cSVA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZgDD8cSVA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZgDD8cSVA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZgDD8cSVA .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZgDD8cSVA .mbr-section-title {
  color: #1e1e1e;
  text-align: center;
}
.cid-unj50VsVTI {
  background-image: url("../../../assets/images/80ffefef-18d8-46f8-9c7b-a3586ab10136-2000x1500.jpeg");
}
.cid-unj50VsVTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj50VsVTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj50VsVTI .image-wrapper {
  height: 600px;
}
.cid-uZgABu1ncL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZgABu1ncL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZgABu1ncL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZgABu1ncL .container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uZgABu1ncL .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uZgABu1ncL .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uZgABu1ncL .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uZgABu1ncL .mbr-section-head {
    margin-top: 30px;
  }
}
.cid-uZgABu1ncL .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 575px) {
  .cid-uZgABu1ncL .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uZgABu1ncL .mbr-section-subtitle {
  color: #000000;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uZgABu1ncL .mbr-section-subtitle {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .cid-uZgABu1ncL .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uZgABu1ncL .mbr-text {
  color: #C4CFDE;
  margin-top: 20px;
}
.cid-uZgABu1ncL .card-row {
  align-items: stretch;
}
.cid-uZgABu1ncL .card {
  padding: 10px;
}
.cid-uZgABu1ncL .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ed6247, #ed6247);
  box-shadow: 10px 10px 19px #8e4586, -10px -10px 19px #323232;
}
@media (max-width: 991px) {
  .cid-uZgABu1ncL .card-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .cid-uZgABu1ncL .card-wrapper {
    padding: 30px;
  }
}
.cid-uZgABu1ncL .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.cid-uZgABu1ncL .card-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-uZgABu1ncL .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}
.cid-uZgABu1ncL .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uZgABu1ncL .card-text {
    margin-top: 20px;
  }
}
.cid-uZgABu1ncL .list-container {
  margin-top: 23px;
  margin-bottom: 30px;
}
.cid-uZgABu1ncL .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}
.cid-uZgABu1ncL .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uZgABu1ncL .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #81b2f1;
}
.cid-uZgABu1ncL .list-item-text {
  color: #ffffff;
  width: fit-content;
  text-align: left;
}
.cid-uZgABu1ncL .mbr-section-btn {
  display: flex;
  margin-top: auto;
}
.cid-uZgABu1ncL .mbr-section-btn .btn {
  flex-basis: 100%;
}
.cid-vgPpSc37iA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f7;
}
.cid-vgPpSc37iA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgPpSc37iA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgPpSc37iA .content-wrap {
  margin: 0 -50px 50px;
}
.cid-vgPpSc37iA .content-wrap .card {
  padding: 0 50px;
}
.cid-vgPpSc37iA .content-wrap .card:last-child {
  justify-content: flex-end;
}
.cid-vgPpSc37iA .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vgPpSc37iA .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vgPpSc37iA .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vgPpSc37iA .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vgPpSc37iA .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgPpSc37iA .content-wrap .text-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vgPpSc37iA .content-wrap .text-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vgPpSc37iA .content-wrap .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgPpSc37iA .content-wrap .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vgPpSc37iA .items-wrapper .item {
  margin-bottom: 50px;
}
.cid-vgPpSc37iA .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgPpSc37iA .items-wrapper .item {
    margin-bottom: 15px;
  }
  .cid-vgPpSc37iA .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgPpSc37iA .items-wrapper .item .item-wrapper {
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vgPpSc37iA .items-wrapper .item .item-wrapper {
    padding: 15px;
  }
}
.cid-vgPpSc37iA .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vgPpSc37iA .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-vgPpSc37iA .items-wrapper .item .item-wrapper .card-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-vgPpSc37iA .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-vgPpSc37iA .items-wrapper .item .item-wrapper .card-box .item-img {
  position: relative;
  height: 100%;
  min-height: 330px;
}
@media (max-width: 992px) {
  .cid-vgPpSc37iA .items-wrapper .item .item-wrapper .card-box .item-img {
    margin-bottom: 15px;
    min-height: auto;
    height: 300px;
  }
}
.cid-vgPpSc37iA .items-wrapper .item .item-wrapper .card-box .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgPpSc37iA .items-wrapper .item .item-wrapper .card-box .item-content .item-price {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vgPpSc37iA .items-wrapper .item .item-wrapper .card-box .item-content .item-price {
    margin-bottom: 20px;
  }
}
.cid-vgPpSc37iA .items-wrapper .item .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vgPpSc37iA .items-wrapper .item .item-wrapper .card-box .item-content .item-text {
    margin-bottom: 20px;
  }
}
.cid-vgPpSc37iA .items-wrapper .item .item-wrapper .card-box .item-content .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 425px) {
  .cid-vgPpSc37iA .items-wrapper .item .item-wrapper .card-box .item-content .list-wrapper .list {
    display: block;
  }
}
.cid-vgPpSc37iA .items-wrapper .item .item-wrapper .card-box .item-content .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .cid-vgPpSc37iA .items-wrapper .item .item-wrapper .card-box .item-content .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
  .cid-vgPpSc37iA .items-wrapper .item .item-wrapper .card-box .item-content .list-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-vgPpSc37iA .items-wrapper .item .item-wrapper .card-box .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 14px;
  background-color: #1f1f1f;
  color: #f1f1f1;
}
.cid-vgPpSc37iA .items-wrapper .item .item-wrapper .card-box .item-content .item-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vgPpSc37iA .items-wrapper .item .item-wrapper .card-box .item-content .item-btn {
    margin-top: 20px;
  }
}
.cid-vgPpSc37iA .mbr-label {
  color: #1f1f1f;
}
.cid-vgPpSc37iA .mbr-section-title {
  color: #1f1f1f;
}
.cid-vgPpSc37iA .mbr-text {
  color: #5a5a5a;
}
.cid-vgPpSc37iA .item-price {
  color: #1f1f1f;
}
.cid-vgPpSc37iA .item-title {
  color: #1f1f1f;
}
.cid-vgPpSc37iA .item-text {
  color: #5a5a5a;
}
.cid-vgPpSc37iA .list {
  color: #5a5a5a;
}
.cid-vgPpSc37iA .mbr-section-title,
.cid-vgPpSc37iA .title-wrapper {
  text-align: left;
}
.cid-vgPpSc37iA .mbr-text,
.cid-vgPpSc37iA .text-wrap {
  color: #252525;
}
.cid-vgPpSc37iA .item-text,
.cid-vgPpSc37iA .item-btn {
  color: #252525;
}
.cid-vgPpSc37iA .list,
.cid-vgPpSc37iA .item-wrap,
.cid-vgPpSc37iA .list-wrapper {
  color: #252525;
}
.cid-uZgGQzSndO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f3f3;
}
.cid-uZgGQzSndO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZgGQzSndO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZgGQzSndO .container,
.cid-uZgGQzSndO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uZgGQzSndO .container,
  .cid-uZgGQzSndO .container-fluid {
    padding: 0 20px;
  }
}
.cid-uZgGQzSndO a {
  display: block;
}
.cid-uZgGQzSndO a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ed6247;
  border-bottom: 1px solid #ed6247;
}
@media (max-width: 992px) {
  .cid-uZgGQzSndO a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uZgGQzSndO a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uZgGQzSndO a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uZgGQzSndO a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uZgGQzSndO a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uZgGQzSndO .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ed6247;
}
@media (max-width: 992px) {
  .cid-uZgGQzSndO .copy-wrapper {
    border-right: none;
  }
}
.cid-uZgGQzSndO .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uZgGQzSndO .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZgGQzSndO .list-wrapper {
    height: auto;
  }
}
.cid-uZgGQzSndO .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uZgGQzSndO .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uZgGQzSndO .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-uZgGQzSndO .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZgGQzSndO .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uZgGQzSndO .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uZgGQzSndO .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZgGQzSndO .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uZgGQzSndO .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ed6247;
  border-radius: 24px;
}
.cid-uZgGQzSndO .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uZgGQzSndO .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uZgGQzSndO .copyright {
  color: #252525;
  text-align: center;
}
.cid-uZgGQzSndO .mbr-section-title {
  color: #3d4045;
}
.cid-uZgGQzSndO .mbr-text {
  color: #f3f3f3;
}
.cid-uZgGQzSndO .list {
  color: #252525;
}
.cid-uZgGQzSndO .mbr-section-btn {
  text-align: right;
}
.cid-uZgGQzSndO .mbr-section-title,
.cid-uZgGQzSndO .mbr-section-btn {
  color: #f3f3f3;
  text-align: center;
}
