body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 4rem;
  line-height: .89;
  letter-spacing: -0.05em;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: -0.06em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  line-height: 1.56;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.53;
  letter-spacing: -0.01em;
}
.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.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 200px;
}
.bg-primary {
  background-color: #181818 !important;
}
.bg-success {
  background-color: #215791 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #838b9c !important;
}
.bg-danger {
  background-color: #9d5578 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #181818 !important;
  border-color: #181818 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #454545 !important;
  border-color: #454545 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #215791 !important;
  border-color: #215791 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #112d4a !important;
  border-color: #112d4a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #112d4a !important;
  border-color: #112d4a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #838b9c !important;
  border-color: #838b9c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #59606f !important;
  border-color: #59606f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #59606f !important;
  border-color: #59606f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9d5578 !important;
  border-color: #9d5578 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #65374d !important;
  border-color: #65374d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #65374d !important;
  border-color: #65374d !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #181818;
}
.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: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #181818 !important;
  border-color: #181818 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #454545;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1a1a1a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #215791;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #112d4a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #215791 !important;
  border-color: #215791 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #838b9c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #59606f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #838b9c !important;
  border-color: #838b9c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9d5578;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #65374d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9d5578 !important;
  border-color: #9d5578 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #181818 !important;
}
.text-secondary {
  color: #454545 !important;
}
.text-success {
  color: #215791 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #838b9c !important;
}
.text-danger {
  color: #9d5578 !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: #121212 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0e253e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #525967 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5b3145 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #181818;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #838b9c;
}
.alert-danger {
  background-color: #9d5578;
}
.mbr-gallery-filter li.active .btn {
  background-color: #181818;
  border-color: #181818;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #181818;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cbcbcb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #5896d9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cacdd5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cea4b8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #181818 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #181818;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #181818;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #181818;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #181818;
  border-bottom-color: #181818;
}
.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: #181818 !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: #454545 !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='%23181818' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  min-width: 148px;
  max-height: 55px;
  font-weight: 400;
  box-shadow: none;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover {
  box-shadow: none;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #181818 !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border-color: #181818;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border-color: #454545;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border-color: #215791;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border-color: #838b9c;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border-color: #9d5578;
}
.cid-tAi16G0WzL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tAi16G0WzL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAi16G0WzL .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tAi16G0WzL .mbr-section-title {
  text-align: center;
  color: #a1cb86;
}
.cid-tAi16G0WzL .mbr-text,
.cid-tAi16G0WzL .mbr-section-btn {
  color: #ffffff;
}
.cid-tJiZzoTFgA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJiZzoTFgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJiZzoTFgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJiZzoTFgA .row {
  flex-direction: row-reverse;
}
.cid-tJiZzoTFgA .container-fluid {
  padding: 0;
}
.cid-tJiZzoTFgA .text-wrapper {
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .cid-tJiZzoTFgA .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJiZzoTFgA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJiZzoTFgA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tJiZzoTFgA .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tJiZzoTFgA .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAlvWlTyxY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAlvWlTyxY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tAlvWlTyxY .row {
  flex-direction: row-reverse;
}
.cid-tAlvWlTyxY img {
  width: 100%;
}
.cid-tAi3ylHPxg {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f1ec;
}
.cid-tAi3ylHPxg .section-head {
  margin-bottom: 2rem;
}
.cid-tAi3ylHPxg .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #19265b;
}
.cid-tAi3ylHPxg .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tAi3ylHPxg .row {
    text-align: center;
  }
}
.cid-tAi3ylHPxg .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tAi3ylHPxg .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tAi3ylHPxg .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tAi3ylHPxg .wave-container .wave svg path {
  fill: #fdac79;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tAi3ylHPxg .mbr-text {
  color: #215791;
}
.cid-tAi3yYB1rr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f1ec;
}
.cid-tAi3yYB1rr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAi3yYB1rr .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tAi3yYB1rr .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #007e99;
  z-index: -1;
}
.cid-tAi3yYB1rr img {
  border-radius: 1rem;
}
.cid-tAi3yYB1rr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAi3yYB1rr .row {
  flex-direction: row-reverse;
}
.cid-tAi3yYB1rr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tAi3yYB1rr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tAi3yYB1rr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tAi3yYB1rr .mbr-section-title {
  color: #000000;
}
.cid-tAi3yYB1rr .mbr-section-subtitle,
.cid-tAi3yYB1rr .subtitle-wrap {
  color: #990800;
}
.cid-tAi3yYB1rr .mbr-text,
.cid-tAi3yYB1rr .mbr-section-btn {
  color: #215791;
}
.cid-tAi4CNitFl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f1ec;
}
.cid-tAi4CNitFl a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-tAi4CNitFl a:before {
  content: '';
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-tAi4CNitFl a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-tAi4CNitFl .mbr-text {
  color: #215791;
}
.cid-tAi4CNitFl .mbr-section-title {
  color: #215791;
  text-align: center;
}
.cid-tAju0g31Qt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAju0g31Qt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAju0g31Qt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAju0g31Qt .mbr-section-subtitle {
  color: #215791;
}
.cid-tAjtJWAJIc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ecede8;
}
.cid-tAjtJWAJIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAjtJWAJIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAjtJWAJIc img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-tAjtJWAJIc img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-tAjtJWAJIc .row {
  flex-direction: row-reverse;
}
.cid-tAjtJWAJIc .row {
  align-items: center;
}
.cid-tAjtJWAJIc .mbr-section-title {
  color: #491414;
  text-align: center;
}
.cid-tAjtJWAJIc .mbr-text,
.cid-tAjtJWAJIc .mbr-section-btn {
  color: #491414;
}
.cid-tAjvbgBqoN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAjvbgBqoN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAjvbgBqoN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAjvbgBqoN img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-tAjvbgBqoN img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-tAjvbgBqoN .row {
  align-items: center;
}
.cid-tAjvbgBqoN .mbr-section-title {
  color: #491414;
  text-align: center;
}
.cid-tAjvbgBqoN .mbr-text,
.cid-tAjvbgBqoN .mbr-section-btn {
  color: #491414;
}
.cid-tAjwwQ2tle {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ecede8;
}
.cid-tAjwwQ2tle .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAjwwQ2tle .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAjwwQ2tle img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-tAjwwQ2tle img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-tAjwwQ2tle .row {
  flex-direction: row-reverse;
}
.cid-tAjwwQ2tle .row {
  align-items: center;
}
.cid-tAjwwQ2tle .mbr-section-title {
  color: #491414;
  text-align: center;
}
.cid-tAjwwQ2tle .mbr-text,
.cid-tAjwwQ2tle .mbr-section-btn {
  color: #491414;
}
.cid-tAjxaGEOvd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAjxaGEOvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAjxaGEOvd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAjxaGEOvd img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-tAjxaGEOvd img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-tAjxaGEOvd .row {
  align-items: center;
}
.cid-tAjxaGEOvd .mbr-section-title {
  color: #491414;
  text-align: center;
}
.cid-tAjxaGEOvd .mbr-text,
.cid-tAjxaGEOvd .mbr-section-btn {
  color: #491414;
}
.cid-tAjCpmUXZG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../images/RSFYGgMo6uNP.jpg");
}
@media (max-width: 991px) {
  .cid-tAjCpmUXZG .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-tAjCpmUXZG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tAjCpmUXZG .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tAjCpmUXZG .mbr-section-title {
  color: #ffe300;
  text-align: center;
}
.cid-tAjCpmUXZG .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tAjCpmUXZG .mbr-description {
  color: #6c7577;
}
.cid-tAjCpmUXZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAjCpmUXZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAlpdiZuYe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 750px;
  display: flex;
  align-items: center;
  background-image: url("../images/qEqwcsxyGhzd.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-tAlpdiZuYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAlpdiZuYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAlpdiZuYe .mbr-section-head {
  width: 100%;
}
.cid-tAlpdiZuYe .mbr-section-title {
  color: #212428;
}
.cid-tAlpdiZuYe .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 20px;
}
.cid-tAlpdiZuYe .mbr-section-btn {
  margin-top: 40px;
}
.cid-tAnFAndk7T {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAnFAndk7T .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fdac79;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tAnFAndk7T .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tAnFAndk7T .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tAnFAndk7T .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tAnFAndk7T .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tAnFAndk7T .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tAjAg3qak4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAjAg3qak4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAjAg3qak4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAjAce2ik3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef7f2;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tAjAce2ik3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAjAce2ik3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAjAce2ik3 .section-border-item {
  background-color: #000000;
}
.cid-tAjAce2ik3 .card-title {
  color: #8d7742;
  text-align: center;
}
.cid-tAjAce2ik3 .card-subtitle {
  color: #FFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tAjAce2ik3 .card-subtitle {
    margin-top: 0.75rem;
  }
}
.cid-tAjAce2ik3 .card-text {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tAjAce2ik3 .card-text {
    margin-top: 0.75rem;
  }
}
.cid-tAjELLqNj6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAjELLqNj6 p {
  margin: 0;
}
.cid-tAjELLqNj6 ul {
  list-style-type: none;
  padding: 0;
}
.cid-tAjELLqNj6 .list {
  display: flex;
  flex-direction: column;
}
.cid-tAjELLqNj6 .list .list-item {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tAjELLqNj6 .list .list-item {
    flex-direction: column;
  }
}
.cid-tAjELLqNj6 .mbr-number {
  color: #33d5ad;
  margin-right: 2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-tAjELLqNj6 .mbr-number {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-tAjELLqNj6 .line {
  width: 3px;
  background-color: #990800;
  margin-right: 3rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-tAjELLqNj6 .line {
    width: 100%;
    height: 3px;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.cid-tAjELLqNj6 .mbr-section-title {
  color: #990800;
  margin-bottom: 2rem;
}
.cid-tAlvnuUahF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8f0fd;
}
.cid-tAlvnuUahF .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tAlvnuUahF .row {
    padding: 20px 34px;
  }
}
.cid-tAlvnuUahF .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tAlvokYSyk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #004599;
}
.cid-tAlvokYSyk .oldcost {
  text-decoration: line-through;
  color: #ffffff;
  text-align: center;
}
.cid-tAlvokYSyk .currentcost {
  color: #ffffff;
  text-align: left;
}
.cid-tAlvokYSyk .card-wrapper {
  border-radius: 4px;
  background: #004599;
}
@media (min-width: 992px) {
  .cid-tAlvokYSyk .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tAlvokYSyk .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tAlvokYSyk .text-box {
    padding: 1rem;
  }
}
.cid-tAlvokYSyk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tAlvokYSyk H5 {
  color: #0f4165;
  text-align: center;
}
.cid-tAlvokYSyk .mbr-text,
.cid-tAlvokYSyk .cost,
.cid-tAlvokYSyk .mbr-section-btn {
  text-align: center;
}
.cid-tAlvokYSyk .currentcost P {
  text-align: center;
}
.cid-tAlvp1gcwp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAlvp1gcwp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tAlvp1gcwp .row {
  flex-direction: row-reverse;
}
.cid-tAlvp1gcwp img {
  width: 100%;
}
.cid-tAlwZBVVtz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a1cb86;
  overflow: hidden;
}
.cid-tAlwZBVVtz .media-container-row .mbr-text {
  color: #837597;
}
.cid-tAnGJiqmss {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8f0fd;
}
.cid-tAnGJiqmss .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tAnGJiqmss .row {
    padding: 20px 34px;
  }
}
.cid-tAnGJiqmss .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tAnGwRirhs {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAnGwRirhs .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tAnGwRirhs .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tAnGwRirhs .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tAnGwRirhs .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tAnGwRirhs .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tAnGwRirhs .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tAlwZBVVtz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a1cb86;
  overflow: hidden;
}
.cid-tAlwZBVVtz .media-container-row .mbr-text {
  color: #837597;
}
