.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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.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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #f92c50 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5e19e5 !important;
  border-color: #5e19e5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #7e46eb !important;
  border-color: #7e46eb !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7e46eb !important;
  border-color: #7e46eb !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #5e19e5;
  color: #5e19e5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3e1097 !important;
  background-color: transparent !important;
  border-color: #3e1097 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5e19e5 !important;
  border-color: #5e19e5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #000000 !important;
}
.text-secondary {
  color: #5e19e5 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #f92c50 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #380f89 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ba0525 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #f92c50;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff2f5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #5e19e5 !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='%23000000' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-upXLnz3MIP {
  z-index: 1000;
  width: 100%;
}
.cid-upXLnz3MIP nav.navbar {
  position: fixed;
}
.cid-upXLnz3MIP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upXLnz3MIP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upXLnz3MIP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upXLnz3MIP .dropdown-item:hover,
.cid-upXLnz3MIP .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-upXLnz3MIP .dropdown-item:hover span {
  color: white;
}
.cid-upXLnz3MIP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upXLnz3MIP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upXLnz3MIP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upXLnz3MIP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upXLnz3MIP .nav-link {
  position: relative;
}
.cid-upXLnz3MIP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-upXLnz3MIP .container {
    flex-wrap: nowrap;
  }
}
.cid-upXLnz3MIP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upXLnz3MIP .dropdown-menu,
.cid-upXLnz3MIP .navbar.opened {
  background: #ffffff !important;
}
.cid-upXLnz3MIP .nav-item:focus,
.cid-upXLnz3MIP .nav-link:focus {
  outline: none;
}
.cid-upXLnz3MIP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upXLnz3MIP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upXLnz3MIP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upXLnz3MIP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upXLnz3MIP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upXLnz3MIP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upXLnz3MIP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
}
.cid-upXLnz3MIP .navbar.opened {
  transition: all 0.3s;
}
.cid-upXLnz3MIP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upXLnz3MIP .navbar .navbar-logo img {
  width: auto;
}
.cid-upXLnz3MIP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upXLnz3MIP .navbar.collapsed {
  justify-content: center;
}
.cid-upXLnz3MIP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upXLnz3MIP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upXLnz3MIP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upXLnz3MIP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upXLnz3MIP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upXLnz3MIP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-upXLnz3MIP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upXLnz3MIP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upXLnz3MIP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upXLnz3MIP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upXLnz3MIP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upXLnz3MIP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upXLnz3MIP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upXLnz3MIP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-upXLnz3MIP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upXLnz3MIP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upXLnz3MIP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upXLnz3MIP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upXLnz3MIP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upXLnz3MIP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upXLnz3MIP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-upXLnz3MIP .navbar.navbar-short {
  min-height: 60px;
}
.cid-upXLnz3MIP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upXLnz3MIP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upXLnz3MIP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upXLnz3MIP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upXLnz3MIP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upXLnz3MIP .dropdown-item.active,
.cid-upXLnz3MIP .dropdown-item:active {
  background-color: transparent;
}
.cid-upXLnz3MIP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upXLnz3MIP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upXLnz3MIP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upXLnz3MIP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upXLnz3MIP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upXLnz3MIP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upXLnz3MIP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upXLnz3MIP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upXLnz3MIP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upXLnz3MIP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-upXLnz3MIP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upXLnz3MIP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upXLnz3MIP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upXLnz3MIP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upXLnz3MIP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upXLnz3MIP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upXLnz3MIP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upXLnz3MIP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upXLnz3MIP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upXLnz3MIP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upXLnz3MIP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upXLnz3MIP .navbar {
    height: 70px;
  }
  .cid-upXLnz3MIP .navbar.opened {
    height: auto;
  }
  .cid-upXLnz3MIP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upXEGmBxMw {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/food-delivery-rider-with-bicycle-delivering-food-2023-11-27-05-21-07-utc-2000x1335.jpg");
}
.cid-upXEGmBxMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-upXEGmBxMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upXEGmBxMw .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-upXEGmBxMw .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-upXEGmBxMw .container {
    padding: 0 26px;
  }
}
.cid-upXEGmBxMw .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 90vh;
  padding: 45px;
}
@media (max-width: 992px) {
  .cid-upXEGmBxMw .content-wrapper {
    padding: 20px;
  }
}
.cid-upXEGmBxMw .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-upXEGmBxMw .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-upXEGmBxMw .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-upXEGmBxMw .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-upXEGmBxMw .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upXEGmBxMw .mbr-section-title {
  color: #000000;
}
.cid-upXEGmBxMw .mbr-text,
.cid-upXEGmBxMw .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-upXEGmBxMw .mbr-section-title,
.cid-upXEGmBxMw .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uu6AiZgoUR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uu6AiZgoUR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu6AiZgoUR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu6yuRwNjq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uu6yuRwNjq .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uu6yuRwNjq .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uu6yuRwNjq .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uu6yuRwNjq P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uu6yuRwNjq img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uu6yuRwNjq .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uu6yuRwNjq .top,
  .cid-uu6yuRwNjq .top-2 {
    margin-top: 0;
  }
}
.cid-utmPk8vq8y {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utmPk8vq8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-utmPk8vq8y .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-utmPk8vq8y .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-utmPk8vq8y .container {
    padding: 0 24px;
  }
}
.cid-utmPk8vq8y .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-utmPk8vq8y .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-utmPk8vq8y .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffffff;
}
.cid-utmPk8vq8y .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-utmPk8vq8y .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utmPk8vq8y .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-utmPk8vq8y .item {
  margin-bottom: 32px;
}
.cid-utmPk8vq8y .item .item-wrapper {
  height: 100%;
  padding: 40px;
  background-color: #fbfaf9;
  border: 1px solid #f7f7f7;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-utmPk8vq8y .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-utmPk8vq8y .item .item-wrapper {
    padding: 24px;
  }
}
.cid-utmPk8vq8y .item .item-wrapper .card-box .desc-wrap .item-desc,
.cid-utmPk8vq8y .item .item-wrapper .card-box .desc-wrap .item-desc_2 {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.cid-utmPk8vq8y .item .item-wrapper .card-box .item-price,
.cid-utmPk8vq8y .item .item-wrapper .card-box .item-price_2 {
  margin-bottom: 16px;
}
.cid-utmPk8vq8y .item .item-wrapper .card-box .item-text,
.cid-utmPk8vq8y .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
  opacity: .5;
}
.cid-utmPk8vq8y .item .item-wrapper .card-box .list-wrapper {
  margin-top: 22px;
}
.cid-utmPk8vq8y .item .item-wrapper .card-box .list-wrapper .list,
.cid-utmPk8vq8y .item .item-wrapper .card-box .list-wrapper .list_2 {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-utmPk8vq8y .item .item-wrapper .card-box .list-wrapper .list .item-wrap,
.cid-utmPk8vq8y .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 34px;
}
.cid-utmPk8vq8y .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before,
.cid-utmPk8vq8y .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #18212d;
}
.cid-utmPk8vq8y .item .dark-card {
  background-color: #5e19e5;
  border: none;
}
.cid-utmPk8vq8y .item .dark-card .card-box .desc-wrap .item-desc_2 {
  background-color: transparent;
  border: none;
}
.cid-utmPk8vq8y .item .dark-card .card-box .desc-wrap .item-desc_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-utmPk8vq8y .item .dark-card .card-box .desc-wrap .item-desc_2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-utmPk8vq8y .item .dark-card .card-box .list-wrapper .list_2 .item-wrap::before {
  color: #ffffff;
}
.cid-utmPk8vq8y .item .mbr-section-btn {
  width: 100%;
  margin-top: 22px;
}
.cid-utmPk8vq8y .item .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-utmPk8vq8y .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-utmPk8vq8y .mbr-desc,
.cid-utmPk8vq8y .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-utmPk8vq8y .mbr-text,
.cid-utmPk8vq8y .text-wrapper {
  color: #18212d;
  text-align: right;
}
.cid-utmPk8vq8y .item-title {
  color: #18212d;
}
.cid-utmPk8vq8y .item-desc {
  color: #18212d;
}
.cid-utmPk8vq8y .item-price {
  color: #18212d;
}
.cid-utmPk8vq8y .item-text {
  color: #18212d;
}
.cid-utmPk8vq8y .list {
  color: #18212d;
}
.cid-utmPk8vq8y .item-title_2 {
  color: #ffffff;
}
.cid-utmPk8vq8y .item-desc_2 {
  color: #ffffff;
}
.cid-utmPk8vq8y .item-price_2 {
  color: #ffffff;
}
.cid-utmPk8vq8y .item-text_2 {
  color: #ffffff;
}
.cid-utmPk8vq8y .list_2 {
  color: #ffffff;
}
.cid-utmPk8vq8y .item-text_2,
.cid-utmPk8vq8y .mbr-section-btn {
  color: #ffffff;
}
.cid-utmPk8vq8y .item-text,
.cid-utmPk8vq8y .mbr-section-btn {
  color: #000000;
}
.cid-utmPk8vq8y .mbr-text,
.cid-utmPk8vq8y .text-wrapper P {
  text-align: left;
}
.cid-utmPk8vq8y .mbr-section-title DIV {
  text-align: center;
}
.cid-uIlKLCclfF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIlKLCclfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIlKLCclfF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIlKLCclfF .mbr-text {
  color: #000000;
}
.cid-uIlKLCclfF .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uIlKLCclfF .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIlKLCclfF .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uIlKLCclfF .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-uIlKLCclfF .mbr-section-title {
  color: #000000;
}
.cid-uIlKLCclfF .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.25rem 2.25rem 0;
  background: #f7f7f7;
}
.cid-uIlKLCclfF .item-content .item-footer {
  margin-top: auto;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIlKLCclfF .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uIlKLCclfF .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uIlKLCclfF .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uIlKLCclfF .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uIlKLCclfF .item-head {
  background: #5e19e5;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIlKLCclfF .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIlKLCclfF .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uIlKLCclfF .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #f7f7f7;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uIlKLCclfF .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIlKLCclfF .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-uIlKLCclfF .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-uIlKLCclfF .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-uIlKLCclfF .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIlKLCclfF .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uIlKLCclfF .item:focus,
.cid-uIlKLCclfF span:focus {
  outline: none;
}
.cid-uIlKLCclfF .mbr-text,
.cid-uIlKLCclfF .mbr-section-btn {
  text-align: left;
}
.cid-uIlKLCclfF .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uIlKLCclfF .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uIlKLCclfF .content-head {
  max-width: 800px;
}
.cid-uIlKLCclfF .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uIlKLCclfF .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uIlKLCclfF .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5e19e5;
  background-color: #5e19e5;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uIlKLCclfF .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uIlKLCclfF .mbr-text UL {
  text-align: left;
}
.cid-uIlKLCclfF .item-btn {
  width: -webkit-fill-available;
}
.cid-uIlKLCclfF .main-button {
  margin-bottom: 2rem;
  padding: 0rem 0rem 2rem;
}
@media (max-width: 767px) {
  .cid-uIlKLCclfF .main-button {
    margin-bottom: 2rem;
    padding: 0rem 0rem 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uIlKLCclfF .main-button {
    padding: 0rem 0rem 0.5rem;
  }
}
.cid-uIlKLCclfF .mbr-section-subtitle,
.cid-uIlKLCclfF .main-button .btn {
  text-align: left;
}
.cid-uIlKLCclfF .mbr-section-subtitle,
.cid-uIlKLCclfF .main-button {
  color: #000000;
  text-align: left;
}
.cid-utUC80SU5q {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-utUC80SU5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-utUC80SU5q .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-utUC80SU5q .container {
    padding: 0 16px;
  }
}
.cid-utUC80SU5q .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-utUC80SU5q .row {
    margin: 0 10px;
  }
}
.cid-utUC80SU5q .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-utUC80SU5q .row .card {
    padding: 0;
  }
}
.cid-utUC80SU5q .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -40px;
  width: 2000px;
  height: 2000px;
  border: 40px solid #5e19e5;
  border-radius: 24%;
  pointer-events: none;
  z-index: 1;
  right: auto;
  left: -40px;
}
@media (max-width: 992px) {
  .cid-utUC80SU5q .row .card:first-child .decor-wrapper {
    left: auto;
    right: -90px;
    border-radius: 18%;
  }
}
@media (max-width: 992px) {
  .cid-utUC80SU5q .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-utUC80SU5q .row .card:last-child .decor-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 2000px;
  height: 2000px;
  border: 40px solid #10172b;
  border-radius: 24%;
  pointer-events: none;
  left: auto;
  right: 0;
}
@media (max-width: 992px) {
  .cid-utUC80SU5q .row .card:last-child .decor-wrapper {
    display: none;
  }
}
.cid-utUC80SU5q .title-wrapper {
  padding: 400px 0;
}
@media (max-width: 992px) {
  .cid-utUC80SU5q .title-wrapper {
    padding: 200px 0 0;
  }
}
.cid-utUC80SU5q .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-utUC80SU5q .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utUC80SU5q .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #5c498f;
  background-color: #ffffff;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-utUC80SU5q .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-utUC80SU5q .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-utUC80SU5q .title-wrapper .mbr-text {
  margin: 0;
}
.cid-utUC80SU5q .mbr-section-title {
  color: #fdfcfc;
}
.cid-utUC80SU5q .mbr-text {
  color: #F9A600;
}
.cid-utUC80SU5q .mbr-section-title,
.cid-utUC80SU5q .icon-wrapper {
  color: #000000;
}
.cid-utUC80SU5q .mbr-text,
.cid-utUC80SU5q .mbr-section-btn {
  color: #000000;
}
.cid-upXBy2f8eH {
  padding-top: 0rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upXBy2f8eH .mbr-fallback-image.disabled {
  display: none;
}
.cid-upXBy2f8eH .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-upXBy2f8eH .container {
    padding: 0 16px;
  }
}
.cid-upXBy2f8eH .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-upXBy2f8eH .row {
    margin: 0 10px;
  }
}
.cid-upXBy2f8eH .row .card {
  position: relative;
  padding: 0;
}
.cid-upXBy2f8eH .row .card .decor-wrapper {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #5e19e5;
  border-radius: 15rem;
  pointer-events: none;
  left: auto;
  right: -11rem;
}
@media (max-width: 1300px) {
  .cid-upXBy2f8eH .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 1300px) {
  .cid-upXBy2f8eH .row .card .decor-wrapper {
    right: -8rem;
    left: auto;
  }
}
@media (max-width: 992px) {
  .cid-upXBy2f8eH .row .card .decor-wrapper {
    left: auto;
    right: -90px;
    border-radius: 18%;
  }
}
@media (max-width: 992px) {
  .cid-upXBy2f8eH .row .card .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-upXBy2f8eH .row .card .icon-decor {
  position: absolute;
  top: 14rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #5e19e5;
  border-radius: 100%;
  border: 5px solid #5e19e5;
  z-index: 1;
  left: auto;
  right: -13rem;
}
@media (max-width: 1300px) {
  .cid-upXBy2f8eH .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 1300px) {
  .cid-upXBy2f8eH .row .card .icon-decor {
    right: -9.8rem;
    left: auto;
  }
}
@media (max-width: 992px) {
  .cid-upXBy2f8eH .row .card .icon-decor {
    display: none;
  }
}
.cid-upXBy2f8eH .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-upXBy2f8eH .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-upXBy2f8eH .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-upXBy2f8eH .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-upXBy2f8eH .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-upXBy2f8eH .items-wrapper .item {
  border-radius: 16px !important;
  background-color: #5e19e5;
  overflow: hidden;
}
.cid-upXBy2f8eH .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-upXBy2f8eH .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-upXBy2f8eH .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-upXBy2f8eH .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-upXBy2f8eH .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #5e19e5;
  border-radius: 50%;
}
.cid-upXBy2f8eH .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-upXBy2f8eH .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-upXBy2f8eH .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-upXBy2f8eH .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-upXBy2f8eH .mbr-section-title {
  color: #000000;
}
.cid-upXBy2f8eH .item-title {
  color: #192227;
}
.cid-upXBy2f8eH .mbr-text {
  color: #ffffff;
}
.cid-upXBy2f8eH .item-title,
.cid-upXBy2f8eH .icon-wrapper {
  color: #ffffff;
}
.cid-upXBQfIXdw {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upXBQfIXdw .mbr-fallback-image.disabled {
  display: none;
}
.cid-upXBQfIXdw .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-upXBQfIXdw .container {
    padding: 0 16px;
  }
}
.cid-upXBQfIXdw .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-upXBQfIXdw .row {
    margin: 0 10px;
  }
}
.cid-upXBQfIXdw .row .card {
  position: relative;
  padding: 0;
}
.cid-upXBQfIXdw .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #5e19e5;
  border-radius: 0;
  pointer-events: none;
  left: auto;
  right: -11rem;
  border-right: 40px solid #5e19e5;
  border-left: none;
}
@media (max-width: 1300px) {
  .cid-upXBQfIXdw .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 1300px) {
  .cid-upXBQfIXdw .row .card .decor-wrapper {
    right: -8rem;
    left: auto;
  }
}
@media (max-width: 992px) {
  .cid-upXBQfIXdw .row .card .decor-wrapper {
    left: auto;
    right: -90px;
    border-radius: 18%;
  }
}
@media (max-width: 992px) {
  .cid-upXBQfIXdw .row .card .decor-wrapper {
    display: none;
  }
}
.cid-upXBQfIXdw .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fdfcfc;
  color: #5e19e5;
  border-radius: 100%;
  border: 5px solid #5e19e5;
  z-index: 1;
  left: auto;
  right: -13rem;
}
@media (max-width: 1300px) {
  .cid-upXBQfIXdw .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 1300px) {
  .cid-upXBQfIXdw .row .card .icon-decor {
    right: -9.8rem;
    left: auto;
  }
}
@media (max-width: 992px) {
  .cid-upXBQfIXdw .row .card .icon-decor {
    display: none;
  }
}
.cid-upXBQfIXdw .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-upXBQfIXdw .title-wrapper {
    width: 100%;
  }
}
.cid-upXBQfIXdw .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-upXBQfIXdw .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-upXBQfIXdw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upXBQfIXdw .mbr-section-title {
  color: #5e19e5;
}
.cid-upXBQfIXdw .mbr-text {
  color: #000000;
}
.cid-uqwh4Bg8YP {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqwh4Bg8YP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqwh4Bg8YP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqwh4Bg8YP .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uqwtH3GTRj {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uqwtH3GTRj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 670px;
  max-width: 670px;
}
@media (max-width: 767px) {
  .cid-uqwtH3GTRj .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uqwtH3GTRj .embla__slide:nth-child(2n) .slide-content::before {
  transform: rotate(6deg);
  background-color: #edefeb;
}
@media (max-width: 768px) {
  .cid-uqwtH3GTRj .embla__slide:nth-child(2n) .slide-content::before {
    transform: rotate(0);
  }
}
.cid-uqwtH3GTRj .embla__slide:nth-child(3n) .slide-content::before {
  background-color: #edefeb;
}
.cid-uqwtH3GTRj .embla__slide:nth-child(4n) .slide-content::before {
  background-color: #f7f7f7;
}
.cid-uqwtH3GTRj .embla__slide .slide-content {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 96px 0;
}
@media (max-width: 992px) {
  .cid-uqwtH3GTRj .embla__slide .slide-content {
    padding: 46px 0;
  }
}
@media (max-width: 768px) {
  .cid-uqwtH3GTRj .embla__slide .slide-content {
    padding: 22px;
  }
}
.cid-uqwtH3GTRj .embla__slide .slide-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  border-radius: 30px;
  background-color: #f7f7f7;
  transform: rotate(-6deg);
}
@media (max-width: 768px) {
  .cid-uqwtH3GTRj .embla__slide .slide-content::before {
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uqwtH3GTRj .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uqwtH3GTRj .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uqwtH3GTRj .embla__slide .slide-content .item-wrapper .item-img {
  width: 50%;
  padding-right: 16px;
}
@media (max-width: 992px) {
  .cid-uqwtH3GTRj .embla__slide .slide-content .item-wrapper .item-img {
    padding-right: 0;
    margin-bottom: 22px;
    width: 100%;
  }
}
.cid-uqwtH3GTRj .embla__slide .slide-content .item-wrapper .item-img img {
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqwtH3GTRj .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uqwtH3GTRj .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqwtH3GTRj .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uqwtH3GTRj .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uqwtH3GTRj .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uqwtH3GTRj .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn:hover,
.cid-uqwtH3GTRj .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn:focus {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.cid-uqwtH3GTRj .embla__button--next,
.cid-uqwtH3GTRj .embla__button--prev {
  display: flex;
}
.cid-uqwtH3GTRj .embla__button {
  bottom: 0;
  width: 64px;
  height: 64px;
  font-size: 22px;
  background-color: #5e19e5 !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;
}
.cid-uqwtH3GTRj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqwtH3GTRj .embla__button:hover {
  background: #232323 !important;
}
.cid-uqwtH3GTRj .embla__button.embla__button--prev {
  left: 48px;
}
@media (max-width: 992px) {
  .cid-uqwtH3GTRj .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uqwtH3GTRj .embla__button.embla__button--next {
  right: 48px;
}
@media (max-width: 992px) {
  .cid-uqwtH3GTRj .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uqwtH3GTRj .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uqwtH3GTRj .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uqwtH3GTRj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqwtH3GTRj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqwtH3GTRj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqwtH3GTRj .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uqwtH3GTRj .item-title {
  color: #212529;
}
.cid-uqwtH3GTRj .item-text {
  color: #51565c;
}
.cid-utUCgRuhuf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-utUCgRuhuf .mbr-fallback-image.disabled {
  display: none;
}
.cid-utUCgRuhuf .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-utUCgRuhuf .container {
    padding: 0 16px;
  }
}
.cid-utUCgRuhuf .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-utUCgRuhuf .row {
    margin: 0 10px;
  }
}
.cid-utUCgRuhuf .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-utUCgRuhuf .row .card {
    padding: 0;
  }
}
.cid-utUCgRuhuf .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -70rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #5e19e5;
  border-radius: 10%;
  pointer-events: none;
  z-index: 1;
  right: auto;
  left: -40px;
}
@media (max-width: 992px) {
  .cid-utUCgRuhuf .row .card:first-child .decor-wrapper {
    left: auto;
    right: -90px;
    border-radius: 18%;
  }
}
@media (max-width: 992px) {
  .cid-utUCgRuhuf .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-utUCgRuhuf .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-utUCgRuhuf .title-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-utUCgRuhuf .title-wrapper {
    padding-right: 0;
  }
}
.cid-utUCgRuhuf .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-utUCgRuhuf .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utUCgRuhuf .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #5e19e5;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-utUCgRuhuf .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-utUCgRuhuf .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-utUCgRuhuf .title-wrapper .mbr-text {
  margin: 0;
}
.cid-utUCgRuhuf .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-utUCgRuhuf .title-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-utUCgRuhuf .image-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-utUCgRuhuf .image-wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .cid-utUCgRuhuf .image-wrapper {
    padding-top: 40px;
  }
}
.cid-utUCgRuhuf .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-utUCgRuhuf .image-wrapper img {
    height: 350px;
  }
}
.cid-utUCgRuhuf .mbr-section-title {
  color: #fdfcfc;
}
.cid-utUCgRuhuf .mbr-text {
  color: #F9A600;
}
.cid-utUCgRuhuf .mbr-section-title,
.cid-utUCgRuhuf .icon-wrapper {
  color: #000000;
}
.cid-utUCgRuhuf .mbr-text,
.cid-utUCgRuhuf .mbr-section-btn {
  color: #10172b;
}
.cid-uxcBKYSBjm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5e19e5;
}
.cid-uxcBKYSBjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcBKYSBjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxcBKYSBjm .row {
  flex-direction: row-reverse;
}
.cid-uxcBKYSBjm .video-wrapper iframe {
  width: 100%;
}
.cid-uxcBKYSBjm .mbr-section-title,
.cid-uxcBKYSBjm .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uxcBKYSBjm .text-wrapper {
    padding: 2rem;
  }
}
.cid-uxcBKYSBjm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxcBKYSBjm .mbr-text {
  color: #ffffff;
}
.cid-uxcC37xmfT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5e19e5;
}
.cid-uxcC37xmfT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcC37xmfT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxcC37xmfT .row {
  flex-direction: row-reverse;
}
.cid-uxcC37xmfT .video-wrapper iframe {
  width: 100%;
}
.cid-uxcC37xmfT .mbr-section-title,
.cid-uxcC37xmfT .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uxcC37xmfT .text-wrapper {
    padding: 2rem;
  }
}
.cid-uxcC37xmfT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxcC37xmfT .mbr-text {
  color: #ffffff;
}
.cid-uxcCksvxZ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5e19e5;
}
.cid-uxcCksvxZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcCksvxZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxcCksvxZ8 .row {
  flex-direction: row-reverse;
}
.cid-uxcCksvxZ8 .video-wrapper iframe {
  width: 100%;
}
.cid-uxcCksvxZ8 .mbr-section-title,
.cid-uxcCksvxZ8 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uxcCksvxZ8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uxcCksvxZ8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxcCksvxZ8 .mbr-text {
  color: #ffffff;
}
.cid-utV47cHFrG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5e19e5;
  overflow: hidden;
}
.cid-utV47cHFrG .mbr-fallback-image.disabled {
  display: none;
}
.cid-utV47cHFrG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-utV47cHFrG .container {
    padding: 0 16px;
  }
}
.cid-utV47cHFrG .row {
  position: relative;
  justify-content: space-between;
}
.cid-utV47cHFrG .row .card {
  justify-content: space-between;
}
.cid-utV47cHFrG .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-utV47cHFrG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-utV47cHFrG .title-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-utV47cHFrG .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utV47cHFrG .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-utV47cHFrG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-utV47cHFrG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-utV47cHFrG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-utV47cHFrG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-utV47cHFrG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #ffffff;
}
.cid-utV47cHFrG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #ffffff;
  margin-right: 20px;
}
.cid-utV47cHFrG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-utV47cHFrG .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-utV47cHFrG .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-utV47cHFrG .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-utV47cHFrG .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-utV47cHFrG .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-utV47cHFrG .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #ffffff;
}
.cid-utV47cHFrG .dragArea.row .form-group .form-control:hover,
.cid-utV47cHFrG .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-utV47cHFrG .dragArea.row .form-group .form-control::placeholder {
  color: #5e19e5;
}
.cid-utV47cHFrG .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-utV47cHFrG .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-utV47cHFrG .dragArea.row .form-group .form-check .form-check-input {
  background-color: #5e19e5;
  border-color: #5e19e5;
  border-radius: 0;
}
.cid-utV47cHFrG .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-utV47cHFrG .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-utV47cHFrG .mbr-section-title {
  color: #000000;
}
.cid-utV47cHFrG .mbr-text {
  color: #ffffff;
}
.cid-utV47cHFrG .mbr-contact {
  color: #000000;
}
.cid-utV47cHFrG label {
  color: #000000;
}
.cid-utV47cHFrG .mbr-contact,
.cid-utV47cHFrG .item-wrapper {
  color: #ffffff;
}
.cid-utV47cHFrG .mbr-section-title,
.cid-utV47cHFrG .mbr-section-btn {
  color: #ffffff;
}
.cid-utV47cHFrG LABEL {
  color: #ffffff;
}
.cid-utV95YrazG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #5e19e5;
}
.cid-utV95YrazG .mbr-fallback-image.disabled {
  display: none;
}
.cid-utV95YrazG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utV95YrazG .mbr-section-title {
  text-align: left;
}
.cid-utV2Ya0YJ3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #5e19e5;
}
.cid-utV2Ya0YJ3 .google-map {
  height: 25rem;
  position: relative;
}
.cid-utV2Ya0YJ3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-utV2Ya0YJ3 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-utV2Ya0YJ3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-utV2Ya0YJ3 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-utV2Ya0YJ3 .text-wrap {
  max-width: 300px;
  margin: auto;
}
@media (max-width: 576px) {
  .cid-utV2Ya0YJ3 .map1 {
    padding-bottom: 2rem;
  }
}
.cid-utV2Ya0YJ3 .mbr-text,
.cid-utV2Ya0YJ3 .sig-img {
  color: #ffffff;
}
.cid-utV2Ya0YJ3 .card-title {
  color: #fdfcfc;
}
.cid-utV3uIIl9Q {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #5e19e5;
}
.cid-utV3uIIl9Q .google-map {
  height: 25rem;
  position: relative;
}
.cid-utV3uIIl9Q .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-utV3uIIl9Q .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-utV3uIIl9Q .google-map[data-state] {
  background: #e9e5dc;
}
.cid-utV3uIIl9Q .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-utV3uIIl9Q .text-wrap {
  max-width: 300px;
  margin: auto;
}
@media (max-width: 576px) {
  .cid-utV3uIIl9Q .map1 {
    padding-bottom: 2rem;
  }
}
.cid-utV3uIIl9Q .mbr-text,
.cid-utV3uIIl9Q .sig-img {
  color: #ffffff;
}
.cid-utV3uIIl9Q .card-title {
  color: #fdfcfc;
}
.cid-utV3vwwh4i {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #5e19e5;
}
.cid-utV3vwwh4i .google-map {
  height: 25rem;
  position: relative;
}
.cid-utV3vwwh4i .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-utV3vwwh4i .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-utV3vwwh4i .google-map[data-state] {
  background: #e9e5dc;
}
.cid-utV3vwwh4i .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-utV3vwwh4i .text-wrap {
  max-width: 300px;
  margin: auto;
}
@media (max-width: 576px) {
  .cid-utV3vwwh4i .map1 {
    padding-bottom: 2rem;
  }
}
.cid-utV3vwwh4i .mbr-text,
.cid-utV3vwwh4i .sig-img {
  color: #ffffff;
}
.cid-utV3vwwh4i .card-title {
  color: #fdfcfc;
}
.cid-utV7hfHee7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #5e19e5;
}
.cid-utV7hfHee7 .google-map {
  height: 25rem;
  position: relative;
}
.cid-utV7hfHee7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-utV7hfHee7 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-utV7hfHee7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-utV7hfHee7 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-utV7hfHee7 .text-wrap {
  max-width: 300px;
  margin: auto;
}
@media (max-width: 576px) {
  .cid-utV7hfHee7 .map1 {
    padding-bottom: 2rem;
  }
}
.cid-utV7hfHee7 .mbr-text,
.cid-utV7hfHee7 .sig-img {
  color: #ffffff;
}
.cid-utV7hfHee7 .card-title {
  color: #fdfcfc;
}
.cid-upXTuJqzoP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5e19e5;
}
.cid-upXTuJqzoP .mbr-fallback-image.disabled {
  display: none;
}
.cid-upXTuJqzoP .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-upXTuJqzoP .container {
    padding: 0 16px;
  }
}
.cid-upXTuJqzoP .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-upXTuJqzoP .row {
    margin: 0 10px;
  }
}
.cid-upXTuJqzoP .row .item {
  padding: 0;
}
.cid-upXTuJqzoP .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-upXTuJqzoP .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upXTuJqzoP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-upXTuJqzoP .panel-group {
  border: 1px solid #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.cid-upXTuJqzoP .panel-group .card {
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
}
.cid-upXTuJqzoP .panel-group .card:first-child {
  border-top: none;
}
.cid-upXTuJqzoP .panel-group .card:last-child {
  border-bottom: none;
}
.cid-upXTuJqzoP .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-upXTuJqzoP .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-upXTuJqzoP .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-upXTuJqzoP .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #fdfcfc;
}
.cid-upXTuJqzoP .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #ffffff;
  background-color: #000000;
}
.cid-upXTuJqzoP .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #000000;
}
.cid-upXTuJqzoP .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-upXTuJqzoP .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #000000;
  background-color: #ffffff;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-upXTuJqzoP .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-upXTuJqzoP .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-upXTuJqzoP .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-upXTuJqzoP .image-wrapper {
  height: 100%;
}
.cid-upXTuJqzoP .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upXTuJqzoP .image-wrapper img {
    height: 350px;
  }
}
.cid-upXTuJqzoP .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-upXTuJqzoP .panel-title-edit {
  color: #fdfcfc;
}
.cid-upXTuJqzoP .panel-text {
  color: #fdfcfc;
}
.cid-upXSOSZxKc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5e19e5;
  overflow: hidden;
}
.cid-upXSOSZxKc .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-upXLnz3MIP {
  z-index: 1000;
  width: 100%;
}
.cid-upXLnz3MIP nav.navbar {
  position: fixed;
}
.cid-upXLnz3MIP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upXLnz3MIP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upXLnz3MIP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upXLnz3MIP .dropdown-item:hover,
.cid-upXLnz3MIP .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-upXLnz3MIP .dropdown-item:hover span {
  color: white;
}
.cid-upXLnz3MIP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upXLnz3MIP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upXLnz3MIP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upXLnz3MIP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upXLnz3MIP .nav-link {
  position: relative;
}
.cid-upXLnz3MIP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-upXLnz3MIP .container {
    flex-wrap: nowrap;
  }
}
.cid-upXLnz3MIP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upXLnz3MIP .dropdown-menu,
.cid-upXLnz3MIP .navbar.opened {
  background: #ffffff !important;
}
.cid-upXLnz3MIP .nav-item:focus,
.cid-upXLnz3MIP .nav-link:focus {
  outline: none;
}
.cid-upXLnz3MIP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upXLnz3MIP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upXLnz3MIP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upXLnz3MIP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upXLnz3MIP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upXLnz3MIP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upXLnz3MIP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
}
.cid-upXLnz3MIP .navbar.opened {
  transition: all 0.3s;
}
.cid-upXLnz3MIP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upXLnz3MIP .navbar .navbar-logo img {
  width: auto;
}
.cid-upXLnz3MIP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upXLnz3MIP .navbar.collapsed {
  justify-content: center;
}
.cid-upXLnz3MIP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upXLnz3MIP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upXLnz3MIP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upXLnz3MIP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upXLnz3MIP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upXLnz3MIP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-upXLnz3MIP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upXLnz3MIP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upXLnz3MIP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upXLnz3MIP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upXLnz3MIP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upXLnz3MIP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upXLnz3MIP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upXLnz3MIP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-upXLnz3MIP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upXLnz3MIP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upXLnz3MIP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upXLnz3MIP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upXLnz3MIP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upXLnz3MIP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upXLnz3MIP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-upXLnz3MIP .navbar.navbar-short {
  min-height: 60px;
}
.cid-upXLnz3MIP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upXLnz3MIP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upXLnz3MIP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upXLnz3MIP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upXLnz3MIP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upXLnz3MIP .dropdown-item.active,
.cid-upXLnz3MIP .dropdown-item:active {
  background-color: transparent;
}
.cid-upXLnz3MIP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upXLnz3MIP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upXLnz3MIP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upXLnz3MIP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upXLnz3MIP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upXLnz3MIP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upXLnz3MIP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upXLnz3MIP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upXLnz3MIP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upXLnz3MIP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-upXLnz3MIP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upXLnz3MIP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upXLnz3MIP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upXLnz3MIP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upXLnz3MIP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upXLnz3MIP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upXLnz3MIP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upXLnz3MIP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upXLnz3MIP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upXLnz3MIP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upXLnz3MIP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upXLnz3MIP .navbar {
    height: 70px;
  }
  .cid-upXLnz3MIP .navbar.opened {
    height: auto;
  }
  .cid-upXLnz3MIP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uveb5QJ3vY {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/food-delivery-rider-with-bicycle-delivering-food-2023-11-27-05-21-07-utc-2000x1335.jpg");
}
.cid-uveb5QJ3vY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveb5QJ3vY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveb5QJ3vY .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uveb5QJ3vY .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uveb5QJ3vY .container {
    padding: 0 26px;
  }
}
.cid-uveb5QJ3vY .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 90vh;
  padding: 45px;
}
@media (max-width: 992px) {
  .cid-uveb5QJ3vY .content-wrapper {
    padding: 20px;
  }
}
.cid-uveb5QJ3vY .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uveb5QJ3vY .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-uveb5QJ3vY .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uveb5QJ3vY .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uveb5QJ3vY .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uveb5QJ3vY .mbr-section-title {
  color: #000000;
}
.cid-uveb5QJ3vY .mbr-text,
.cid-uveb5QJ3vY .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uveb5QJ3vY .mbr-section-title,
.cid-uveb5QJ3vY .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uveb8qsIYe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uveb8qsIYe .mbr-text {
  color: #000000;
}
.cid-uveb8qsIYe .mbr-section-subtitle {
  color: #000000;
}
.cid-uveb8qsIYe .mbr-section-title {
  color: #000000;
}
.cid-upXSOSZxKc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5e19e5;
  overflow: hidden;
}
.cid-upXSOSZxKc .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-vbtZ9UqjSb {
  z-index: 1000;
  width: 100%;
}
.cid-vbtZ9UqjSb nav.navbar {
  position: fixed;
}
.cid-vbtZ9UqjSb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbtZ9UqjSb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbtZ9UqjSb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbtZ9UqjSb .dropdown-item:hover,
.cid-vbtZ9UqjSb .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vbtZ9UqjSb .dropdown-item:hover span {
  color: white;
}
.cid-vbtZ9UqjSb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbtZ9UqjSb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbtZ9UqjSb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbtZ9UqjSb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbtZ9UqjSb .nav-link {
  position: relative;
}
.cid-vbtZ9UqjSb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vbtZ9UqjSb .container {
    flex-wrap: nowrap;
  }
}
.cid-vbtZ9UqjSb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbtZ9UqjSb .dropdown-menu,
.cid-vbtZ9UqjSb .navbar.opened {
  background: #ffffff !important;
}
.cid-vbtZ9UqjSb .nav-item:focus,
.cid-vbtZ9UqjSb .nav-link:focus {
  outline: none;
}
.cid-vbtZ9UqjSb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbtZ9UqjSb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbtZ9UqjSb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbtZ9UqjSb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbtZ9UqjSb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbtZ9UqjSb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbtZ9UqjSb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
}
.cid-vbtZ9UqjSb .navbar.opened {
  transition: all 0.3s;
}
.cid-vbtZ9UqjSb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbtZ9UqjSb .navbar .navbar-logo img {
  width: auto;
}
.cid-vbtZ9UqjSb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbtZ9UqjSb .navbar.collapsed {
  justify-content: center;
}
.cid-vbtZ9UqjSb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbtZ9UqjSb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbtZ9UqjSb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vbtZ9UqjSb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbtZ9UqjSb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbtZ9UqjSb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbtZ9UqjSb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbtZ9UqjSb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbtZ9UqjSb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbtZ9UqjSb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbtZ9UqjSb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbtZ9UqjSb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbtZ9UqjSb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbtZ9UqjSb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbtZ9UqjSb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbtZ9UqjSb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbtZ9UqjSb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbtZ9UqjSb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbtZ9UqjSb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbtZ9UqjSb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vbtZ9UqjSb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vbtZ9UqjSb .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbtZ9UqjSb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbtZ9UqjSb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbtZ9UqjSb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbtZ9UqjSb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbtZ9UqjSb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbtZ9UqjSb .dropdown-item.active,
.cid-vbtZ9UqjSb .dropdown-item:active {
  background-color: transparent;
}
.cid-vbtZ9UqjSb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbtZ9UqjSb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbtZ9UqjSb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbtZ9UqjSb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbtZ9UqjSb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbtZ9UqjSb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbtZ9UqjSb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbtZ9UqjSb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbtZ9UqjSb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbtZ9UqjSb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-vbtZ9UqjSb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbtZ9UqjSb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbtZ9UqjSb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbtZ9UqjSb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbtZ9UqjSb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbtZ9UqjSb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbtZ9UqjSb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbtZ9UqjSb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbtZ9UqjSb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbtZ9UqjSb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbtZ9UqjSb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbtZ9UqjSb .navbar {
    height: 70px;
  }
  .cid-vbtZ9UqjSb .navbar.opened {
    height: auto;
  }
  .cid-vbtZ9UqjSb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbu2uJrvQi {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/food-delivery-rider-with-bicycle-delivering-food-2023-11-27-05-21-07-utc-2000x1335.jpg");
}
.cid-vbu2uJrvQi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbu2uJrvQi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbu2uJrvQi .items-wrap {
  justify-content: space-between;
}
.cid-vbu2uJrvQi .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vbu2uJrvQi .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vbu2uJrvQi .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vbu2uJrvQi .content-wrapper .mbr-section-title span {
  color: #5e19e5;
}
.cid-vbu2uJrvQi .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vbu2uJrvQi .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-vbu2uJrvQi .content-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vbu2uJrvQi .content-wrapper .tags-wrapper .tags-wrap .tag-wrap {
  display: inline-flex;
  align-items: center;
  margin: 0 10px 10px 0;
  padding: 10px 14px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-vbu2uJrvQi .content-wrapper .tags-wrapper .tags-wrap .tag-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
}
.cid-vbu2uJrvQi .content-wrapper .tags-wrapper .tags-wrap .tag-wrap .icon-wrapper {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #7541e5;
  margin-right: 10px;
}
.cid-vbu2uJrvQi .content-wrapper .tags-wrapper .tags-wrap .tag-wrap .icon-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
  color: transparent;
  background: linear-gradient(#ffffff 40%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-vbu2uJrvQi .content-wrapper .tags-wrapper .tags-wrap .tag-wrap .mbr-tag {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vbu2uJrvQi .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vbu2uJrvQi .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vbu2uJrvQi .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vbu2uJrvQi .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-vbu2uJrvQi .content-wrapper .social-wrapper {
  margin-top: 76px;
}
@media (max-width: 992px) {
  .cid-vbu2uJrvQi .content-wrapper .social-wrapper {
    margin-top: 32px;
  }
}
.cid-vbu2uJrvQi .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
.cid-vbu2uJrvQi .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vbu2uJrvQi .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vbu2uJrvQi .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  border: 1px solid #ffffff;
}
.cid-vbu2uJrvQi .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  font-size: 20px;
  border: 1px solid #bbbbbb;
  transition: all 0.3s ease-in-out;
  margin: 10px 5px;
}
.cid-vbu2uJrvQi .mbr-section-title {
  color: #ffffff;
}
.cid-vbu2uJrvQi .mbr-text {
  color: #232323;
}
.cid-vbu2uJrvQi .mbr-tag {
  color: #232323;
}
.cid-vbu2uJrvQi .social-wrapper {
  text-align: right;
}
.cid-vbu2uJrvQi .mbr-section-title,
.cid-vbu2uJrvQi .mbr-section-btn,
.cid-vbu2uJrvQi .social-wrapper,
.cid-vbu2uJrvQi .tags-wrapper {
  color: #232323;
}
.cid-vbtZa0Sawa {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vbtZa0Sawa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbtZa0Sawa .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-vbtZa0Sawa .container {
    padding: 0 16px;
  }
}
.cid-vbtZa0Sawa .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-vbtZa0Sawa .row {
    margin: 0 10px;
  }
}
.cid-vbtZa0Sawa .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-vbtZa0Sawa .row .card {
    padding: 0;
  }
}
.cid-vbtZa0Sawa .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -70rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #5e19e5;
  border-radius: 10%;
  pointer-events: none;
  z-index: 1;
  right: auto;
  left: -40px;
}
@media (max-width: 992px) {
  .cid-vbtZa0Sawa .row .card:first-child .decor-wrapper {
    left: auto;
    right: -90px;
    border-radius: 18%;
  }
}
@media (max-width: 992px) {
  .cid-vbtZa0Sawa .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-vbtZa0Sawa .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-vbtZa0Sawa .title-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vbtZa0Sawa .title-wrapper {
    padding-right: 0;
  }
}
.cid-vbtZa0Sawa .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vbtZa0Sawa .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vbtZa0Sawa .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #5e19e5;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-vbtZa0Sawa .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vbtZa0Sawa .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vbtZa0Sawa .title-wrapper .mbr-text {
  margin: 0;
}
.cid-vbtZa0Sawa .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vbtZa0Sawa .title-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vbtZa0Sawa .image-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-vbtZa0Sawa .image-wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .cid-vbtZa0Sawa .image-wrapper {
    padding-top: 40px;
  }
}
.cid-vbtZa0Sawa .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vbtZa0Sawa .image-wrapper img {
    height: 350px;
  }
}
.cid-vbtZa0Sawa .mbr-section-title {
  color: #fdfcfc;
}
.cid-vbtZa0Sawa .mbr-text {
  color: #F9A600;
}
.cid-vbtZa0Sawa .mbr-section-title,
.cid-vbtZa0Sawa .icon-wrapper {
  color: #000000;
}
.cid-vbtZa0Sawa .mbr-text,
.cid-vbtZa0Sawa .mbr-section-btn {
  color: #10172b;
}
.cid-vbuub30P4d {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5e19e5;
}
.cid-vbuub30P4d .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vbuub30P4d .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vbuub30P4d {
    align-items: center;
  }
  .cid-vbuub30P4d .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vbuub30P4d .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vbuub30P4d {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vbuub30P4d .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vbuub30P4d .content-wrap {
    width: 100%;
  }
}
.cid-vbuub30P4d .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vbuub30P4d .mbr-text,
.cid-vbuub30P4d .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vbuub30P4d .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vbtZa6XF7O {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5e19e5;
  overflow: hidden;
}
.cid-vbtZa6XF7O .media-container-row .mbr-text {
  color: #fffcee;
}
