body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Epilogue', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #c37a7a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #be1712 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c37a7a !important;
  border-color: #c37a7a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9f4848 !important;
  border-color: #9f4848 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9f4848 !important;
  border-color: #9f4848 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #379683 !important;
  border-color: #379683 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #20574c !important;
  border-color: #20574c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #20574c !important;
  border-color: #20574c !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #be1712 !important;
  border-color: #be1712 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #6f0d0a !important;
  border-color: #6f0d0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6f0d0a !important;
  border-color: #6f0d0a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c37a7a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9f4848 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c37a7a !important;
  border-color: #c37a7a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #379683;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #20574c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #379683 !important;
  border-color: #379683 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #be1712;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6f0d0a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #be1712 !important;
  border-color: #be1712 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #c37a7a !important;
}
.text-secondary {
  color: #379683 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #be1712 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #944343 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1c4b42 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #610c09 !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: #c37a7a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #be1712;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c37a7a;
  border-color: #c37a7a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c37a7a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ebd2d2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #f06460;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.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: #c37a7a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #c37a7a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c37a7a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c37a7a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c37a7a;
  border-bottom-color: #c37a7a;
}
.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: #c37a7a !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: #379683 !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='%23c37a7a' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v8d7bYjXI6 {
  background-image: url("../../../assets/images/generated-image-99fd3840-92cf-49c1-9565-4c771850be1c201-1376x768.png");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.cid-v8d7bYjXI6::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  z-index: 1;
}
.cid-v8d7bYjXI6 .container {
  position: relative;
  z-index: 2;
}
.cid-v8d7bYjXI6 .mbr-section-title {
  margin-bottom: 1.8rem;
  color: #FFFFFF !important;
  font-weight: 700 !important;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v8d7bYjXI6 h3,
.cid-v8d7bYjXI6 .mbr-section-subtitle {
  color: #E63946 !important;
  margin-bottom: 2.3rem;
  font-weight: 600 !important;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cid-v8d7bYjXI6 .mbr-text {
  margin-bottom: 2.7rem;
  color: #C9CEDA !important;
  line-height: 1.7;
  font-size: 1.1rem;
  font-weight: 400;
}
.cid-v8d7bYjXI6 .mbr-section-btn {
  margin-top: 4rem;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.cid-v8d7bYjXI6 .btn {
  margin-left: 0 !important;
  padding: 1rem 2.5rem !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
  text-transform: none !important;
  transition: all 0.3s ease !important;
  display: inline-block;
  text-decoration: none !important;
  cursor: pointer;
  border: none !important;
}
.cid-v8d7bYjXI6 .btn-primary,
.cid-v8d7bYjXI6 .btn.btn-primary,
.cid-v8d7bYjXI6 a.btn-primary,
.cid-v8d7bYjXI6 .btn-danger-outline,
.cid-v8d7bYjXI6 .btn.btn-danger-outline {
  background: #E63946 !important;
  color: #FFFFFF !important;
  box-shadow: 0 10px 25px rgba(230, 57, 70, 0.35) !important;
}
.cid-v8d7bYjXI6 .btn-primary:hover,
.cid-v8d7bYjXI6 .btn.btn-primary:hover,
.cid-v8d7bYjXI6 a.btn-primary:hover,
.cid-v8d7bYjXI6 .btn-danger-outline:hover,
.cid-v8d7bYjXI6 .btn.btn-danger-outline:hover {
  background: #FFFFFF !important;
  color: #E63946 !important;
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(230, 57, 70, 0.45) !important;
}
@media (max-width: 767px) {
  .cid-v8d7bYjXI6 .align-center,
  .cid-v8d7bYjXI6 .align-left {
    text-align: center;
  }
  .cid-v8d7bYjXI6 .mbr-section-title {
    font-size: 2rem !important;
  }
  .cid-v8d7bYjXI6 .mbr-text {
    font-size: 1rem !important;
  }
  .cid-v8d7bYjXI6 .btn {
    width: 100%;
    max-width: 320px;
  }
  .cid-v8d7bYjXI6 .mbr-section-btn {
    justify-content: center !important;
    align-items: center !important;
  }
  .cid-v8d7bYjXI6 .mbr-section-btn .btn,
  .cid-v8d7bYjXI6 .btn.btn-primary,
  .cid-v8d7bYjXI6 .btn.btn-secondary,
  .cid-v8d7bYjXI6 .btn.btn-danger,
  .cid-v8d7bYjXI6 .btn-primary,
  .cid-v8d7bYjXI6 .btn-secondary {
    width: auto !important;
    max-width: 260px !important;
    display: inline-block !important;
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
}
@media (min-width: 767px) {
  .cid-v8d7bYjXI6 .row {
    margin: 0;
  }
}
.cid-v8d7bYjXI6 .mbr-arrow {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.cid-v8d7bYjXI6 .mbr-arrow a {
  color: #E63946;
  font-size: 2rem;
  transition: all 0.3s ease;
}
.cid-v8d7bYjXI6 .mbr-arrow a:hover {
  color: #FFFFFF;
  transform: translateY(5px);
}
.cid-v8d7bYjXI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8d7bYjXI6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.cid-v8d7bYjXI6 .mbr-overlay {
  z-index: 0;
}
.cid-v8d7bYjXI6 .red-highlight {
  color: #E63946 !important;
  font-weight: 700 !important;
}
.cid-v8d7bYjXI6 h1,
.cid-v8d7bYjXI6 h2,
.cid-v8d7bYjXI6 h3,
.cid-v8d7bYjXI6 h4,
.cid-v8d7bYjXI6 h5 {
  color: #0B0B0E;
  font-weight: 700;
}
.cid-v8d7bYjXI6 .dark-section h1,
.cid-v8d7bYjXI6 .dark-section h2,
.cid-v8d7bYjXI6 .dark-section h3 {
  color: #FFFFFF;
}
.cid-v8d7bYjXI6 p,
.cid-v8d7bYjXI6 li,
.cid-v8d7bYjXI6 span {
  color: #2D2D2D;
}
.cid-v8d7bYjXI6 .dark-section p,
.cid-v8d7bYjXI6 .dark-section li {
  color: #C9CEDA;
}
.cid-v8cWb4t9YQ {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f7f7fa;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.cid-v8cWb4t9YQ::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(230, 57, 70, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(230, 57, 70, 0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  z-index: 0;
}
.cid-v8cWb4t9YQ .container {
  position: relative;
  z-index: 1;
}
.cid-v8cWb4t9YQ .mbr-section-title {
  color: #0B0B0E !important;
  font-weight: 700 !important;
  margin-bottom: 2rem;
  line-height: 1.3;
}
.cid-v8cWb4t9YQ .mbr-section-subtitle {
  color: #2D2D2D !important;
  font-weight: 400 !important;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.cid-v8cWb4t9YQ .red-highlight {
  color: #E63946 !important;
  font-weight: 700 !important;
}
.cid-v8cWb4t9YQ img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
  border-radius: 8px;
}
.cid-v8cWb4t9YQ .link-wrapper {
  margin-bottom: 1rem;
}
.cid-v8cWb4t9YQ .link-wrapper .mbr-iconfont {
  border: 1px solid #E63946;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #E63946;
  transition: all 0.3s ease;
}
.cid-v8cWb4t9YQ .link-wrapper .mbr-iconfont:hover {
  background: #E63946;
  color: #FFFFFF;
}
.cid-v8cWb4t9YQ .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  color: #E63946 !important;
  transition: all 0.3s ease;
}
.cid-v8cWb4t9YQ .card-wrapper {
  background: #FFFFFF;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(230, 57, 70, 0.1);
}
@media (max-width: 767px) {
  .cid-v8cWb4t9YQ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v8cWb4t9YQ .first:hover:before {
  opacity: 0;
}
.cid-v8cWb4t9YQ .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: #E63946;
  content: "";
  opacity: 0.08;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.cid-v8cWb4t9YQ .last:hover:after {
  opacity: 0;
}
.cid-v8cWb4t9YQ .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: #E63946;
  content: "";
  opacity: 0.08;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.cid-v8cWb4t9YQ .mbr-section-text {
  color: #2D2D2D !important;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.cid-v8cWb4t9YQ .card-title,
.cid-v8cWb4t9YQ .mbr-card-title {
  color: #0B0B0E !important;
  font-weight: 600 !important;
  margin-bottom: 1rem;
}
.cid-v8cWb4t9YQ .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s ease;
  background: transparent;
  border: none;
}
.cid-v8cWb4t9YQ .card .img-wrapper {
  overflow: hidden;
}
.cid-v8cWb4t9YQ .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-v8cWb4t9YQ .card:hover .mbr-iconfont {
  color: #FFFFFF !important;
  transform: scale(1.1);
}
.cid-v8cWb4t9YQ .card:hover .card-wrapper {
  background: #E63946;
  color: #FFFFFF !important;
  box-shadow: 0 12px 32px rgba(230, 57, 70, 0.35);
  border-color: #E63946;
}
.cid-v8cWb4t9YQ .card:hover .card-wrapper .mbr-section-text {
  color: #FFFFFF !important;
}
.cid-v8cWb4t9YQ .card:hover .card-wrapper .card-title,
.cid-v8cWb4t9YQ .card:hover .card-wrapper .mbr-card-title {
  color: #FFFFFF !important;
}
.cid-v8cWb4t9YQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8cWb4t9YQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .cid-v8cWb4t9YQ .mbr-section-title {
    font-size: 1.8rem !important;
  }
  .cid-v8cWb4t9YQ .card {
    margin-bottom: 1.5rem;
  }
}
.cid-v8cYX9HROE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #2d2d2d;
  background: #0B0B0E;
  position: relative;
  overflow: hidden;
}
.cid-v8cYX9HROE::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  z-index: 0;
}
.cid-v8cYX9HROE .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v8cYX9HROE {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-v8cYX9HROE .box {
    margin-top: 2.5rem;
    height: 300px;
  }
  .cid-v8cYX9HROE .video-block {
    padding: 0rem;
  }
  .cid-v8cYX9HROE .row {
    padding: 0rem;
  }
  .cid-v8cYX9HROE .left-block {
    padding: 2rem 1rem;
  }
}
.cid-v8cYX9HROE .btn {
  margin-left: 0rem;
}
.cid-v8cYX9HROE .btn-primary,
.cid-v8cYX9HROE .btn-primary-custom {
  background: #E63946 !important;
  border: none !important;
  color: #FFFFFF !important;
  padding: 1rem 2.5rem !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 8px 20px rgba(230, 57, 70, 0.35) !important;
  text-transform: none !important;
}
.cid-v8cYX9HROE .btn-primary:hover,
.cid-v8cYX9HROE .btn-primary-custom:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 28px rgba(230, 57, 70, 0.45) !important;
  background: #FFFFFF !important;
  color: #E63946 !important;
}
.cid-v8cYX9HROE .box {
  background-image: url("../../../assets/images/image20generation203202-1024x1536.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.cid-v8cYX9HROE .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(230, 57, 70, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(230, 57, 70, 0.05) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
  z-index: 1;
}
.cid-v8cYX9HROE .icon-wrap {
  border: 3px solid #E63946 !important;
  background-color: #ffffff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: none !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
  z-index: 2;
  box-shadow: 0 8px 24px rgba(230, 57, 70, 0.3);
}
.cid-v8cYX9HROE .icon-wrap:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 32px rgba(230, 57, 70, 0.5);
}
.cid-v8cYX9HROE .icon-wrap:hover span {
  color: #ffffff;
}
.cid-v8cYX9HROE .icon-wrap::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.4, 0.67, 0, 1.01);
}
.cid-v8cYX9HROE .icon-wrap:hover::before {
  background: #E63946;
  transform: scaleY(1);
}
.cid-v8cYX9HROE .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #E63946;
  z-index: 1;
}
.cid-v8cYX9HROE .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-v8cYX9HROE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(11, 11, 14, 0.92);
  width: 100%;
  height: 100%;
}
.cid-v8cYX9HROE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v8cYX9HROE .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(230, 57, 70, 0.4);
}
.cid-v8cYX9HROE a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #E63946;
  padding: 20px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.cid-v8cYX9HROE a.close:hover {
  color: #E63946;
  background: #FFFFFF;
  transform: rotate(90deg);
}
@media (max-width: 576px) {
  .cid-v8cYX9HROE {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
.cid-v8cYX9HROE .mbr-text {
  margin-bottom: 2rem;
  color: #C9CEDA !important;
  line-height: 1.7;
  font-size: 1.1rem;
  font-weight: 400;
}
.cid-v8cYX9HROE .mbr-section-title {
  margin-bottom: 2rem;
  color: #FFFFFF !important;
  font-weight: 700 !important;
  line-height: 1.3;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.cid-v8cYX9HROE .mbr-section-subtitle {
  color: #E63946 !important;
  font-weight: 600 !important;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}
.cid-v8cYX9HROE .red-highlight {
  color: #E63946 !important;
  font-weight: 700 !important;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-v8cYX9HROE .left-block {
    padding: 5rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8cYX9HROE .video-block {
    padding-right: 0rem;
  }
  .cid-v8cYX9HROE .row {
    padding-right: 0rem;
  }
  .cid-v8cYX9HROE .left-block {
    padding: 7.5rem 5.5rem 7.5rem 5rem;
  }
  .cid-v8cYX9HROE .box {
    height: 100%;
  }
}
.cid-v8cYX9HROE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8cYX9HROE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .cid-v8cYX9HROE .mbr-section-btn {
    justify-content: center !important;
    align-items: center !important;
  }
  .cid-v8cYX9HROE .mbr-section-btn .btn,
  .cid-v8cYX9HROE .btn.btn-primary,
  .cid-v8cYX9HROE .btn.btn-secondary,
  .cid-v8cYX9HROE .btn.btn-danger,
  .cid-v8cYX9HROE .btn-primary,
  .cid-v8cYX9HROE .btn-secondary {
    width: auto !important;
    max-width: 260px !important;
    display: inline-block !important;
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
}
.cid-v8d2OuK8em {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7fa;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.cid-v8d2OuK8em::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(230, 57, 70, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(230, 57, 70, 0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  z-index: 0;
}
.cid-v8d2OuK8em .container {
  position: relative;
  z-index: 1;
}
.cid-v8d2OuK8em h3 {
  text-align: center;
  letter-spacing: 0;
  color: #0B0B0E !important;
  font-weight: 700;
}
.cid-v8d2OuK8em .mbr-section-title {
  color: #0B0B0E !important;
  margin-bottom: 1.5rem;
  font-weight: 700 !important;
  text-align: center;
  line-height: 1.3;
  position: relative;
}
.cid-v8d2OuK8em .mbr-section-title:after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #E63946;
  border-radius: 2px;
}
.cid-v8d2OuK8em .mbr-section-subtitle {
  color: #2D2D2D !important;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto 3rem auto;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
}
.cid-v8d2OuK8em .red-highlight {
  color: #E63946 !important;
  font-weight: 700 !important;
}
.cid-v8d2OuK8em .wrap {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s ease;
}
.cid-v8d2OuK8em .pie_progress__number {
  font-weight: 700 !important;
  text-align: center !important;
  color: #E63946 !important;
  font-size: 2rem !important;
}
.cid-v8d2OuK8em .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
  background: transparent;
  border: none;
  transition: all 0.3s ease;
  position: relative;
}
.cid-v8d2OuK8em .card:hover {
  transform: translateY(-8px);
}
.cid-v8d2OuK8em .card:hover .wrap {
  transform: scale(1.05);
}
.cid-v8d2OuK8em .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(230, 57, 70, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(230, 57, 70, 0.03) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
}
.cid-v8d2OuK8em .card:hover::before {
  opacity: 1;
}
.cid-v8d2OuK8em .card-title {
  margin-bottom: 0.5rem;
  color: #0B0B0E !important;
  font-weight: 600 !important;
  font-size: 1.2rem;
  text-align: center;
}
.cid-v8d2OuK8em .card-text {
  color: #2D2D2D !important;
  line-height: 1.6;
  text-align: center;
  font-size: 0.95rem;
}
.cid-v8d2OuK8em .svg-gradient {
  position: absolute;
  width: 0;
  height: 0;
}
.cid-v8d2OuK8em svg {
  overflow: visible;
}
.cid-v8d2OuK8em ellipse {
  stroke: rgba(230, 57, 70, 0.15);
  stroke-width: 14px;
}
.cid-v8d2OuK8em path {
  stroke-width: 14px;
  stroke: url(../../../#gradient-progress);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8d2OuK8em .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v8d2OuK8em .card {
    margin-bottom: 3rem;
  }
  .cid-v8d2OuK8em .mbr-section-title {
    font-size: 2rem !important;
  }
  .cid-v8d2OuK8em .mbr-section-subtitle {
    font-size: 1rem !important;
  }
  .cid-v8d2OuK8em .wrap {
    width: 110px;
    height: 110px;
  }
  .cid-v8d2OuK8em .pie_progress__number {
    font-size: 1.5rem !important;
  }
}
.cid-v8d2OuK8em .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8d2OuK8em .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.cid-v8d2OuK8em H4 {
  text-align: right;
}
.cid-v8e887Osto {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0b0b0e;
  background: #0B0B0E;
  position: relative;
  overflow: hidden;
}
.cid-v8e887Osto::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  z-index: 0;
}
.cid-v8e887Osto .container,
.cid-v8e887Osto .container-fluid {
  position: relative;
  z-index: 1;
}
.cid-v8e887Osto .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8e887Osto .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.cid-v8e887Osto .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v8e887Osto .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v8e887Osto .container {
    padding: 0 24px;
  }
}
.cid-v8e887Osto .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v8e887Osto .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-v8e887Osto .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
  border: 3px solid rgba(230, 57, 70, 0.3);
  box-shadow: 0 20px 60px rgba(230, 57, 70, 0.25);
  transition: all 0.3s ease;
}
.cid-v8e887Osto .image-wrapper img:hover {
  transform: scale(1.02);
  box-shadow: 0 25px 70px rgba(230, 57, 70, 0.35);
}
@media (max-width: 992px) {
  .cid-v8e887Osto .image-wrapper img {
    height: 350px;
  }
}
.cid-v8e887Osto .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-v8e887Osto .content-wrapper {
    padding: 0;
  }
}
.cid-v8e887Osto .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v8e887Osto .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v8e887Osto .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v8e887Osto .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  color: #FFFFFF !important;
  font-weight: 700 !important;
  line-height: 1.3;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.cid-v8e887Osto .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  color: #E63946 !important;
  font-weight: 700 !important;
  font-size: 1.3rem;
  line-height: 1.5;
}
.cid-v8e887Osto .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
  transition: all 0.3s ease;
}
.cid-v8e887Osto .content-wrapper .items-wrapper .item:hover {
  transform: translateX(8px);
}
.cid-v8e887Osto .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .card-number_2 {
  background-color: #fff4e0;
}
.cid-v8e887Osto .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .card-number_3 {
  background-color: #d4af37;
}
.cid-v8e887Osto .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: flex-start;
}
.cid-v8e887Osto .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
.cid-v8e887Osto .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
.cid-v8e887Osto .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  background-color: #ffe8e8;
  border-radius: 16px;
  margin-right: 24px;
  font-weight: 700 !important;
  box-shadow: 0 8px 20px rgba(230, 57, 70, 0.3);
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-v8e887Osto .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
  .cid-v8e887Osto .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
  .cid-v8e887Osto .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
    margin-right: 16px;
  }
}
.cid-v8e887Osto .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1 {
  color: #E63946 !important;
  background-color: rgba(230, 57, 70, 0.15);
}
.cid-v8e887Osto .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2 {
  color: #E63946 !important;
  background-color: rgba(230, 57, 70, 0.15);
}
.cid-v8e887Osto .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
  color: #FFFFFF !important;
  background-color: #E63946;
}
.cid-v8e887Osto .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  color: #C9CEDA !important;
  line-height: 1.7;
  font-size: 1.05rem;
  font-weight: 400;
}
.cid-v8e887Osto .content-wrapper .items-wrapper .item:hover .card-box .card-number_1,
.cid-v8e887Osto .content-wrapper .items-wrapper .item:hover .card-box .card-number_2,
.cid-v8e887Osto .content-wrapper .items-wrapper .item:hover .card-box .card-number_3 {
  transform: scale(1.1);
  box-shadow: 0 12px 28px rgba(230, 57, 70, 0.45);
}
.cid-v8e887Osto .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v8e887Osto .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-v8e887Osto .content-wrapper .mbr-section-btn .btn-primary,
.cid-v8e887Osto .content-wrapper .mbr-section-btn .btn-primary-custom {
  background: #E63946 !important;
  border: none !important;
  color: #FFFFFF !important;
  padding: 1rem 2.5rem !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 8px 20px rgba(230, 57, 70, 0.35) !important;
  text-transform: none !important;
}
.cid-v8e887Osto .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-v8e887Osto .content-wrapper .mbr-section-btn .btn-primary-custom:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 28px rgba(230, 57, 70, 0.45) !important;
  background: #FFFFFF !important;
  color: #E63946 !important;
}
.cid-v8e887Osto .red-highlight {
  color: #E63946 !important;
  font-weight: 700 !important;
}
.cid-v8dSCKSqDw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7fa;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.cid-v8dSCKSqDw:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(230, 57, 70, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(230, 57, 70, 0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  z-index: 0;
}
.cid-v8dSCKSqDw .container,
.cid-v8dSCKSqDw .container-fluid {
  position: relative;
  z-index: 1;
}
.cid-v8dSCKSqDw .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v8dSCKSqDw .counter-container ul li {
  margin-bottom: 2rem;
  color: #2D2D2D;
  font-size: 1.1rem;
  line-height: 1.7;
  transition: all 0.3s ease;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v8dSCKSqDw .counter-container ul li:hover {
  transform: translateX(8px);
  color: #0B0B0E;
}
.cid-v8dSCKSqDw .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #E63946;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  box-shadow: 0 4px 12px rgba(230, 57, 70, 0.3);
  transition: all 0.3s ease;
  content: "✓";
  font-weight: 700;
  font-size: 1.2rem;
}
.cid-v8dSCKSqDw .counter-container ul li:hover:before {
  transform: scale(1.15);
  box-shadow: 0 6px 16px rgba(230, 57, 70, 0.45);
  background: #E63946;
  color: #FFFFFF;
}
.cid-v8dSCKSqDw .mbr-section-title {
  text-align: center;
  color: #0B0B0E !important;
  margin-bottom: 1rem;
  font-weight: 700 !important;
  line-height: 1.3;
  position: relative;
}
.cid-v8dSCKSqDw .mbr-section-title:after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #E63946;
  border-radius: 2px;
}
.cid-v8dSCKSqDw .mbr-text {
  color: #2D2D2D !important;
  line-height: 1.7;
}
.cid-v8dSCKSqDw .mbr-subtitle {
  text-align: center;
  color: #E63946 !important;
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 3rem !important;
  line-height: 1.5;
}
.cid-v8dSCKSqDw .red-highlight {
  color: #E63946 !important;
  font-weight: 700 !important;
}
@media (max-width: 992px) {
  .cid-v8dSCKSqDw .counter-container {
    margin-bottom: 2rem;
  }
  .cid-v8dSCKSqDw .counter-container:last-child {
    margin-bottom: 0;
  }
  .cid-v8dSCKSqDw .counter-container ul {
    padding-left: 2rem;
  }
  .cid-v8dSCKSqDw .counter-container ul li {
    font-size: 1rem;
  }
  .cid-v8dSCKSqDw .counter-container ul li:before {
    width: 36px;
    height: 36px;
    left: -36px;
    font-size: 1rem;
  }
  .cid-v8dSCKSqDw .mbr-section-title {
    font-size: 2rem !important;
  }
  .cid-v8dSCKSqDw .mbr-subtitle {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-v8dSCKSqDw .counter-container ul {
    padding-left: 1.5rem;
  }
  .cid-v8dSCKSqDw .counter-container ul li {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
  .cid-v8dSCKSqDw .counter-container ul li:before {
    width: 32px;
    height: 32px;
    left: -32px;
    font-size: 0.9rem;
  }
  .cid-v8dSCKSqDw .mbr-section-title {
    font-size: 1.5rem !important;
  }
  .cid-v8dSCKSqDw .mbr-subtitle {
    font-size: 1rem !important;
  }
}
.cid-v8ebIrvgXU {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #0b0b0e;
  background: #0B0B0E;
  position: relative;
  overflow: hidden;
}
.cid-v8ebIrvgXU:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  z-index: 0;
}
.cid-v8ebIrvgXU .container {
  position: relative;
  z-index: 1;
}
.cid-v8ebIrvgXU .mbr-section-subtitle {
  color: #E63946 !important;
  font-weight: 700 !important;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.4;
}
.cid-v8ebIrvgXU .mbr-section-title {
  margin-bottom: 1.8rem;
  color: #FFFFFF !important;
  font-weight: 700 !important;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cid-v8ebIrvgXU .mbr-section-title {
    font-size: 2.5rem !important;
  }
}
.cid-v8ebIrvgXU .mbr-text {
  margin-bottom: 2.7rem;
  color: #C9CEDA !important;
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: 400;
}
@media (max-width: 768px) {
  .cid-v8ebIrvgXU .mbr-text {
    font-size: 1.1rem !important;
  }
}
.cid-v8ebIrvgXU .red-highlight {
  color: #E63946 !important;
  font-weight: 700 !important;
}
.cid-v8ebIrvgXU .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .cid-v8ebIrvgXU .mbr-section-btn {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.cid-v8ebIrvgXU .mbr-section-btn .btn {
  padding: 1.2rem 3rem !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
  text-transform: none !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .cid-v8ebIrvgXU .mbr-section-btn .btn {
    width: 100%;
    max-width: 320px;
    padding: 1rem 2rem !important;
    font-size: 1rem !important;
  }
}
.cid-v8ebIrvgXU .mbr-section-btn .btn-primary,
.cid-v8ebIrvgXU .mbr-section-btn .btn-primary-cta {
  background: #E63946 !important;
  border: none !important;
  color: #FFFFFF !important;
  box-shadow: 0 10px 30px rgba(230, 57, 70, 0.4) !important;
}
.cid-v8ebIrvgXU .mbr-section-btn .btn-primary:hover,
.cid-v8ebIrvgXU .mbr-section-btn .btn-primary-cta:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 15px 40px rgba(230, 57, 70, 0.5) !important;
  background: #FFFFFF !important;
  color: #E63946 !important;
}
.cid-v8ebIrvgXU .mbr-section-btn .btn-secondary,
.cid-v8ebIrvgXU .mbr-section-btn .btn-secondary-cta {
  background: transparent !important;
  border: 2px solid #FFFFFF !important;
  color: #FFFFFF !important;
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.1) !important;
}
.cid-v8ebIrvgXU .mbr-section-btn .btn-secondary:hover,
.cid-v8ebIrvgXU .mbr-section-btn .btn-secondary-cta:hover {
  transform: translateY(-4px) !important;
  background: #FFFFFF !important;
  color: #0B0B0E !important;
  box-shadow: 0 12px 32px rgba(255, 255, 255, 0.3) !important;
}
@media (max-width: 767px) {
  .cid-v8ebIrvgXU {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .cid-v8ebIrvgXU .align-center {
    text-align: center;
  }
  .cid-v8ebIrvgXU .mbr-section-btn {
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
  }
  .cid-v8ebIrvgXU .mbr-section-btn .btn,
  .cid-v8ebIrvgXU .btn.btn-primary,
  .cid-v8ebIrvgXU .btn.btn-secondary,
  .cid-v8ebIrvgXU .btn.btn-danger,
  .cid-v8ebIrvgXU .btn-primary,
  .cid-v8ebIrvgXU .btn-secondary {
    width: auto !important;
    max-width: 260px !important;
    display: inline-block !important;
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
  .cid-v8ebIrvgXU .mbr-section-btn .btn,
  .cid-v8ebIrvgXU .btn.btn-primary,
  .cid-v8ebIrvgXU .btn.btn-secondary,
  .cid-v8ebIrvgXU .btn.btn-danger,
  .cid-v8ebIrvgXU .btn-primary,
  .cid-v8ebIrvgXU .btn-secondary,
  .cid-v8ebIrvgXU .btn-danger {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    width: auto !important;
    max-width: 260px !important;
    padding: 0.9rem 1.6rem !important;
    white-space: normal !important;
    text-align: center;
  }
  .cid-v8ebIrvgXU .mbr-section-btn .btn.w-100,
  .cid-v8ebIrvgXU .btn.w-100 {
    width: auto !important;
  }
}
.cid-v8ebIrvgXU .mbr-arrow {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v8ebIrvgXU .mbr-arrow a {
  color: #E63946;
  font-size: 2rem;
  transition: all 0.3s ease;
}
.cid-v8ebIrvgXU .mbr-arrow a:hover {
  color: #FFFFFF;
  transform: translateY(5px);
}
.cid-v8ebIrvgXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ebIrvgXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.cid-v8ebIrvgXU .mbr-overlay {
  background: rgba(11, 11, 14, 0.7) !important;
  z-index: 0;
}
