.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 7.125rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.90625rem;
}
.display-2 {
  font-family: 'Unica One', display;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: .02em;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Overpass', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: .02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Caveat', handwriting;
  font-size: 1.5rem;
  line-height: 1.33;
  letter-spacing: .02em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.7rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9875rem;
    font-size: calc( 3.14375rem + (7.125 - 3.14375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.14375rem + (7.125 - 3.14375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #ec111a !important;
}
.bg-success {
  background-color: #eaf1e4 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #fff0f1 !important;
}
.bg-danger {
  background-color: #77cfeb !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ec111a !important;
  border-color: #ec111a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f13f46 !important;
  border-color: #f13f46 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f13f46 !important;
  border-color: #f13f46 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #131c28 !important;
  border-color: #131c28 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #23344b !important;
  border-color: #23344b !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #23344b !important;
  border-color: #23344b !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #eaf1e4 !important;
  border-color: #eaf1e4 !important;
  color: #688d49 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #688d49 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fff0f1 !important;
  border-color: #fff0f1 !important;
  color: #f00010 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #f00010 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #77cfeb !important;
  border-color: #77cfeb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #a3dff2 !important;
  border-color: #a3dff2 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a3dff2 !important;
  border-color: #a3dff2 !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: #ec111a;
  color: #ec111a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9b0b11 !important;
  background-color: transparent !important;
  border-color: #9b0b11 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec111a !important;
  border-color: #ec111a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #131c28;
  color: #131c28;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #131c28 !important;
  border-color: #131c28 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  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: #d4d4d4 !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: #eaf1e4;
  color: #eaf1e4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #bed3ab !important;
  background-color: transparent !important;
  border-color: #bed3ab !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #688d49 !important;
  background-color: #eaf1e4 !important;
  border-color: #eaf1e4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fff0f1;
  color: #fff0f1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff99a0 !important;
  background-color: transparent !important;
  border-color: #ff99a0 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #f00010 !important;
  background-color: #fff0f1 !important;
  border-color: #fff0f1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #77cfeb;
  color: #77cfeb;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #2bb4e0 !important;
  background-color: transparent !important;
  border-color: #2bb4e0 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #77cfeb !important;
  border-color: #77cfeb !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: #ec111a !important;
}
.text-secondary {
  color: #131c28 !important;
}
.text-success {
  color: #eaf1e4 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #fff0f1 !important;
}
.text-danger {
  color: #77cfeb !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8d0a10 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b6cea1 !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: #ff8a92 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #20aedc !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: #ec111a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #fff0f1;
}
.alert-danger {
  background-color: #77cfeb;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ec111a;
  border-color: #ec111a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ec111a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbcecf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Caveat', handwriting;
  font-size: 1.5rem;
  line-height: 1.33;
  letter-spacing: .02em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #ec111a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Caveat', handwriting;
  font-size: 1.5rem;
  line-height: 1.33;
  letter-spacing: .02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #ec111a;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ec111a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ec111a;
}
.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: #ec111a;
  border-bottom-color: #ec111a;
}
.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: #ec111a !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: #131c28 !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='%23ec111a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 15px 55px;
  border-radius: 0 !important;
  font-weight: 400 !important;
  position: relative;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 55px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  padding: 15px 80px 15px 30px;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translate(0) rotate(-45deg);
  margin-left: 30px;
  opacity: 1;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  position: absolute;
  right: 30px;
  transform: translate(-30px, 70%) rotate(-45deg);
  opacity: 0;
  margin-left: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 16px;
  }
}
img {
  border-radius: 0 !important;
}
.cid-uIVpmbSVQn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-uIVpmbSVQn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIVpmbSVQn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIVpmbSVQn .card {
  justify-content: center;
}
.cid-uIVpmbSVQn .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uIVpmbSVQn .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uIVpmbSVQn .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uIVpmbSVQn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uIVpmbSVQn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uIVpmbSVQn .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uIVpmbSVQn .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uIVpmbSVQn .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uIVpmbSVQn .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uIVpmbSVQn .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uIVpmbSVQn .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uIVpmbSVQn .mbr-section-title {
  color: #f24d4a;
}
.cid-uIVpmbSVQn .mbr-text {
  color: #f24d4a;
}
.cid-uIVpmbSVQn .mbr-section-title,
.cid-uIVpmbSVQn .mbr-section-btn {
  color: #000000;
}
.cid-u5tpzvzYt4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #77cfeb;
}
.cid-u5tpzvzYt4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5tpzvzYt4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5tpzvzYt4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u5tpzvzYt4 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-u5tpzvzYt4 .container {
    padding: 0 15px;
  }
}
.cid-u5tpzvzYt4 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-u5tpzvzYt4 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u5tpzvzYt4 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-u5tpzvzYt4 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #000000;
}
.cid-u5tpzvzYt4 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #000000;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-u5tpzvzYt4 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-u5tpzvzYt4 .mbr-section-title {
  color: #131c28;
}
.cid-u5tpzvzYt4 .mbr-desc {
  color: #131c28;
}
.cid-u5tpzvzYt4 .mbr-section-title,
.cid-u5tpzvzYt4 .mbr-section-btn {
  text-align: left;
}
.cid-u5tpzvzYt4 .mbr-text {
  text-align: left;
}
.cid-uIfHB4vtwU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #77cfeb;
}
.cid-uIfHB4vtwU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfHB4vtwU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfHB4vtwU .card-box__top {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
@media (max-width: 1600px) {
  .cid-uIfHB4vtwU .card-box__top {
    flex-direction: column-reverse;
  }
}
.cid-uIfHB4vtwU .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIfHB4vtwU .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uIfHB4vtwU .card-text {
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .cid-uIfHB4vtwU .card-text {
    padding-top: 5rem;
  }
}
.cid-uIfHB4vtwU .item-wrapper {
  background: #dfe6d8;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px #ec111a;
  transition: all ease-in-out 0.3s;
}
.cid-uIfHB4vtwU .item-wrapper:hover {
  background-color: #ec111a;
  transition: all ease-in-out 0.3s;
}
.cid-uIfHB4vtwU .item-wrapper:hover .card-title,
.cid-uIfHB4vtwU .item-wrapper:hover .card-text,
.cid-uIfHB4vtwU .item-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIfHB4vtwU .item-wrapper {
    padding: 1rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uIfHB4vtwU .item-wrapper {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.cid-uIfHB4vtwU .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #221b35;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 1700px) {
  .cid-uIfHB4vtwU .mbr-iconfont {
    font-size: 3rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-uIfHB4vtwU .mbr-section-title {
  color: #221b35;
}
.cid-uIfHB4vtwU .mbr-section-subtitle {
  color: #221b35;
}
.cid-uIfHB4vtwU .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uIfHB4vtwU .card-box .item-footer {
  margin-top: auto;
}
.cid-uIfHB4vtwU .content-head {
  max-width: 800px;
}
.cid-uIfHB4vtwU .card-title,
.cid-uIfHB4vtwU .iconfont-wrapper {
  color: #221b35;
  text-align: left;
}
.cid-uIfHB4vtwU .card-text,
.cid-uIfHB4vtwU .item .mbr-section-btn {
  color: #221b35;
}
.cid-uIfHB4vtwU .card-title,
.cid-uIfHB4vtwU .iconfont-wrapper P {
  text-align: center;
}
.cid-ut5WaRlYN0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2eae2;
}
.cid-ut5WaRlYN0 .media-container-row .mbr-text {
  color: #353535;
}
.cid-uIVLfYB1jq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-uIVLfYB1jq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIVLfYB1jq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIVLfYB1jq .card {
  justify-content: center;
}
.cid-uIVLfYB1jq .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uIVLfYB1jq .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uIVLfYB1jq .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uIVLfYB1jq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uIVLfYB1jq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uIVLfYB1jq .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uIVLfYB1jq .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uIVLfYB1jq .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uIVLfYB1jq .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uIVLfYB1jq .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uIVLfYB1jq .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uIVLfYB1jq .mbr-section-title {
  color: #f24d4a;
}
.cid-uIVLfYB1jq .mbr-text {
  color: #f24d4a;
}
.cid-uIVLfYB1jq .mbr-section-title,
.cid-uIVLfYB1jq .mbr-section-btn {
  color: #000000;
}
.cid-uIVX7FNwT8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #77cfeb;
}
.cid-uIVX7FNwT8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIVX7FNwT8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIVX7FNwT8 .card-box__top {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
@media (max-width: 1600px) {
  .cid-uIVX7FNwT8 .card-box__top {
    flex-direction: column-reverse;
  }
}
.cid-uIVX7FNwT8 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIVX7FNwT8 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uIVX7FNwT8 .card-text {
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .cid-uIVX7FNwT8 .card-text {
    padding-top: 5rem;
  }
}
.cid-uIVX7FNwT8 .item-wrapper {
  background: #dfe6d8;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px #ec111a;
  transition: all ease-in-out 0.3s;
}
.cid-uIVX7FNwT8 .item-wrapper:hover {
  background-color: #ec111a;
  transition: all ease-in-out 0.3s;
}
.cid-uIVX7FNwT8 .item-wrapper:hover .card-title,
.cid-uIVX7FNwT8 .item-wrapper:hover .card-text,
.cid-uIVX7FNwT8 .item-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIVX7FNwT8 .item-wrapper {
    padding: 1rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uIVX7FNwT8 .item-wrapper {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.cid-uIVX7FNwT8 .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #221b35;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 1700px) {
  .cid-uIVX7FNwT8 .mbr-iconfont {
    font-size: 3rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-uIVX7FNwT8 .mbr-section-title {
  color: #221b35;
}
.cid-uIVX7FNwT8 .mbr-section-subtitle {
  color: #221b35;
}
.cid-uIVX7FNwT8 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uIVX7FNwT8 .card-box .item-footer {
  margin-top: auto;
}
.cid-uIVX7FNwT8 .content-head {
  max-width: 800px;
}
.cid-uIVX7FNwT8 .card-title,
.cid-uIVX7FNwT8 .iconfont-wrapper {
  color: #221b35;
  text-align: left;
}
.cid-uIVX7FNwT8 .card-text,
.cid-uIVX7FNwT8 .item .mbr-section-btn {
  color: #221b35;
}
.cid-uIVX7FNwT8 .card-title,
.cid-uIVX7FNwT8 .iconfont-wrapper P {
  text-align: center;
}
.cid-ut3oXXEHCH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #77cfeb;
}
.cid-ut3oXXEHCH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.3;
}
.cid-ut3oXXEHCH form .mbr-section-btn {
  text-align: center;
}
.cid-ut3oXXEHCH form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
  border-radius: .25rem;
}
.cid-ut3oXXEHCH .mbr-section-title {
  color: #000000;
}
.cid-ut3oXXEHCH form .row [class*=col] {
  padding-left: 0;
  padding-right: 0;
}
.cid-ut3oXXEHCH P {
  color: #ffffff;
}
.cid-ut3oXXEHCH LABEL {
  color: #144031;
  text-align: center;
}
.cid-ut5WaRlYN0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2eae2;
}
.cid-ut5WaRlYN0 .media-container-row .mbr-text {
  color: #353535;
}
.cid-uIVkA5ztim {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-uIVkA5ztim .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIVkA5ztim .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIVkA5ztim .card {
  justify-content: center;
}
.cid-uIVkA5ztim .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uIVkA5ztim .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uIVkA5ztim .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uIVkA5ztim .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uIVkA5ztim .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uIVkA5ztim .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uIVkA5ztim .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uIVkA5ztim .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uIVkA5ztim .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uIVkA5ztim .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uIVkA5ztim .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uIVkA5ztim .mbr-section-title {
  color: #f24d4a;
}
.cid-uIVkA5ztim .mbr-text {
  color: #f24d4a;
}
.cid-uIVkA5ztim .mbr-section-title,
.cid-uIVkA5ztim .mbr-section-btn {
  color: #000000;
}
.cid-uIfZxGvKCF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #77cfeb;
}
.cid-uIfZxGvKCF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfZxGvKCF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfZxGvKCF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uIfZxGvKCF .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uIfZxGvKCF .container {
    padding: 0 15px;
  }
}
.cid-uIfZxGvKCF .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIfZxGvKCF .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uIfZxGvKCF .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uIfZxGvKCF .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #000000;
}
.cid-uIfZxGvKCF .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #000000;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uIfZxGvKCF .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uIfZxGvKCF .mbr-section-title {
  color: #131c28;
}
.cid-uIfZxGvKCF .mbr-desc {
  color: #131c28;
}
.cid-uIfZxGvKCF .mbr-section-title,
.cid-uIfZxGvKCF .mbr-section-btn {
  text-align: left;
}
.cid-uIfZxGvKCF .mbr-text {
  text-align: left;
}
.cid-uIg3rwmbMR {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #77cfeb;
}
.cid-uIg3rwmbMR .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uIg3rwmbMR P {
  color: #000000;
}
.cid-uIg3rwmbMR H4 {
  color: #f92c50;
  text-align: center;
}
.cid-uIg3rwmbMR H5 {
  color: #f92c50;
  text-align: left;
}
.cid-uIg3rwmbMR LABEL {
  color: #4e5866;
}
.cid-uIg3rwmbMR H6 {
  color: #221b35;
}
.cid-uIfZxH6FbW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #77cfeb;
}
.cid-uIfZxH6FbW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfZxH6FbW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfZxH6FbW .card-box__top {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
@media (max-width: 1600px) {
  .cid-uIfZxH6FbW .card-box__top {
    flex-direction: column-reverse;
  }
}
.cid-uIfZxH6FbW .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIfZxH6FbW .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uIfZxH6FbW .card-text {
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .cid-uIfZxH6FbW .card-text {
    padding-top: 5rem;
  }
}
.cid-uIfZxH6FbW .item-wrapper {
  background: #dfe6d8;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px #ec111a;
  transition: all ease-in-out 0.3s;
}
.cid-uIfZxH6FbW .item-wrapper:hover {
  background-color: #ec111a;
  transition: all ease-in-out 0.3s;
}
.cid-uIfZxH6FbW .item-wrapper:hover .card-title,
.cid-uIfZxH6FbW .item-wrapper:hover .card-text,
.cid-uIfZxH6FbW .item-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIfZxH6FbW .item-wrapper {
    padding: 1rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uIfZxH6FbW .item-wrapper {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.cid-uIfZxH6FbW .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #221b35;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 1700px) {
  .cid-uIfZxH6FbW .mbr-iconfont {
    font-size: 3rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-uIfZxH6FbW .mbr-section-title {
  color: #221b35;
}
.cid-uIfZxH6FbW .mbr-section-subtitle {
  color: #221b35;
}
.cid-uIfZxH6FbW .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uIfZxH6FbW .card-box .item-footer {
  margin-top: auto;
}
.cid-uIfZxH6FbW .content-head {
  max-width: 800px;
}
.cid-uIfZxH6FbW .card-title,
.cid-uIfZxH6FbW .iconfont-wrapper {
  color: #221b35;
  text-align: left;
}
.cid-uIfZxH6FbW .card-text,
.cid-uIfZxH6FbW .item .mbr-section-btn {
  color: #221b35;
}
.cid-uIfZxH6FbW .card-title,
.cid-uIfZxH6FbW .iconfont-wrapper P {
  text-align: center;
}
.cid-uIfZxHFQkh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2eae2;
}
.cid-uIfZxHFQkh .media-container-row .mbr-text {
  color: #353535;
}
.cid-uIVLwG2uZB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-uIVLwG2uZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIVLwG2uZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIVLwG2uZB .card {
  justify-content: center;
}
.cid-uIVLwG2uZB .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uIVLwG2uZB .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uIVLwG2uZB .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uIVLwG2uZB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uIVLwG2uZB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uIVLwG2uZB .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uIVLwG2uZB .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uIVLwG2uZB .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uIVLwG2uZB .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uIVLwG2uZB .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uIVLwG2uZB .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uIVLwG2uZB .mbr-section-title {
  color: #f24d4a;
}
.cid-uIVLwG2uZB .mbr-text {
  color: #f24d4a;
}
.cid-uIVLwG2uZB .mbr-section-title,
.cid-uIVLwG2uZB .mbr-section-btn {
  color: #000000;
}
.cid-uIVLwGAbWs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #77cfeb;
}
.cid-uIVLwGAbWs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIVLwGAbWs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIVLwGAbWs .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uIVLwGAbWs .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uIVLwGAbWs .container {
    padding: 0 15px;
  }
}
.cid-uIVLwGAbWs .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIVLwGAbWs .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uIVLwGAbWs .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uIVLwGAbWs .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #000000;
}
.cid-uIVLwGAbWs .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #000000;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uIVLwGAbWs .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uIVLwGAbWs .mbr-section-title {
  color: #131c28;
}
.cid-uIVLwGAbWs .mbr-desc {
  color: #131c28;
}
.cid-uIVLwGAbWs .mbr-section-title,
.cid-uIVLwGAbWs .mbr-section-btn {
  text-align: left;
}
.cid-uIVLwGAbWs .mbr-text {
  text-align: left;
}
.cid-uIVLwHczqm {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #77cfeb;
}
.cid-uIVLwHczqm .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uIVLwHczqm P {
  color: #000000;
}
.cid-uIVLwHczqm H4 {
  color: #f92c50;
  text-align: center;
}
.cid-uIVLwHczqm H5 {
  color: #f92c50;
  text-align: left;
}
.cid-uIVLwHczqm LABEL {
  color: #4e5866;
}
.cid-uIVLwHczqm H6 {
  color: #221b35;
}
.cid-uIVLwIgszT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #77cfeb;
}
.cid-uIVLwIgszT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIVLwIgszT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIVLwIgszT .card-box__top {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
@media (max-width: 1600px) {
  .cid-uIVLwIgszT .card-box__top {
    flex-direction: column-reverse;
  }
}
.cid-uIVLwIgszT .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIVLwIgszT .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uIVLwIgszT .card-text {
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .cid-uIVLwIgszT .card-text {
    padding-top: 5rem;
  }
}
.cid-uIVLwIgszT .item-wrapper {
  background: #dfe6d8;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px #ec111a;
  transition: all ease-in-out 0.3s;
}
.cid-uIVLwIgszT .item-wrapper:hover {
  background-color: #ec111a;
  transition: all ease-in-out 0.3s;
}
.cid-uIVLwIgszT .item-wrapper:hover .card-title,
.cid-uIVLwIgszT .item-wrapper:hover .card-text,
.cid-uIVLwIgszT .item-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIVLwIgszT .item-wrapper {
    padding: 1rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uIVLwIgszT .item-wrapper {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.cid-uIVLwIgszT .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #221b35;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 1700px) {
  .cid-uIVLwIgszT .mbr-iconfont {
    font-size: 3rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-uIVLwIgszT .mbr-section-title {
  color: #221b35;
}
.cid-uIVLwIgszT .mbr-section-subtitle {
  color: #221b35;
}
.cid-uIVLwIgszT .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uIVLwIgszT .card-box .item-footer {
  margin-top: auto;
}
.cid-uIVLwIgszT .content-head {
  max-width: 800px;
}
.cid-uIVLwIgszT .card-title,
.cid-uIVLwIgszT .iconfont-wrapper {
  color: #221b35;
  text-align: left;
}
.cid-uIVLwIgszT .card-text,
.cid-uIVLwIgszT .item .mbr-section-btn {
  color: #221b35;
}
.cid-uIVLwIgszT .card-title,
.cid-uIVLwIgszT .iconfont-wrapper P {
  text-align: center;
}
.cid-uIVLwJ0B2Z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2eae2;
}
.cid-uIVLwJ0B2Z .media-container-row .mbr-text {
  color: #353535;
}
.cid-uIVLC3rKW2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-uIVLC3rKW2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIVLC3rKW2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIVLC3rKW2 .card {
  justify-content: center;
}
.cid-uIVLC3rKW2 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uIVLC3rKW2 .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uIVLC3rKW2 .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uIVLC3rKW2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uIVLC3rKW2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uIVLC3rKW2 .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uIVLC3rKW2 .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uIVLC3rKW2 .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uIVLC3rKW2 .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uIVLC3rKW2 .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uIVLC3rKW2 .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uIVLC3rKW2 .mbr-section-title {
  color: #f24d4a;
}
.cid-uIVLC3rKW2 .mbr-text {
  color: #f24d4a;
}
.cid-uIVLC3rKW2 .mbr-section-title,
.cid-uIVLC3rKW2 .mbr-section-btn {
  color: #000000;
}
.cid-uIVLC3Xc9z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #77cfeb;
}
.cid-uIVLC3Xc9z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIVLC3Xc9z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIVLC3Xc9z .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uIVLC3Xc9z .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uIVLC3Xc9z .container {
    padding: 0 15px;
  }
}
.cid-uIVLC3Xc9z .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIVLC3Xc9z .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uIVLC3Xc9z .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uIVLC3Xc9z .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #000000;
}
.cid-uIVLC3Xc9z .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #000000;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uIVLC3Xc9z .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uIVLC3Xc9z .mbr-section-title {
  color: #131c28;
}
.cid-uIVLC3Xc9z .mbr-desc {
  color: #131c28;
}
.cid-uIVLC3Xc9z .mbr-section-title,
.cid-uIVLC3Xc9z .mbr-section-btn {
  text-align: left;
}
.cid-uIVLC3Xc9z .mbr-text {
  text-align: left;
}
.cid-uIVLC4smm0 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #77cfeb;
}
.cid-uIVLC4smm0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uIVLC4smm0 P {
  color: #000000;
}
.cid-uIVLC4smm0 H4 {
  color: #f92c50;
  text-align: center;
}
.cid-uIVLC4smm0 H5 {
  color: #f92c50;
  text-align: left;
}
.cid-uIVLC4smm0 LABEL {
  color: #4e5866;
}
.cid-uIVLC4smm0 H6 {
  color: #221b35;
}
.cid-uIVLC5swmP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #77cfeb;
}
.cid-uIVLC5swmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIVLC5swmP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIVLC5swmP .card-box__top {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
@media (max-width: 1600px) {
  .cid-uIVLC5swmP .card-box__top {
    flex-direction: column-reverse;
  }
}
.cid-uIVLC5swmP .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIVLC5swmP .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uIVLC5swmP .card-text {
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .cid-uIVLC5swmP .card-text {
    padding-top: 5rem;
  }
}
.cid-uIVLC5swmP .item-wrapper {
  background: #dfe6d8;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px #ec111a;
  transition: all ease-in-out 0.3s;
}
.cid-uIVLC5swmP .item-wrapper:hover {
  background-color: #ec111a;
  transition: all ease-in-out 0.3s;
}
.cid-uIVLC5swmP .item-wrapper:hover .card-title,
.cid-uIVLC5swmP .item-wrapper:hover .card-text,
.cid-uIVLC5swmP .item-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIVLC5swmP .item-wrapper {
    padding: 1rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uIVLC5swmP .item-wrapper {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.cid-uIVLC5swmP .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #221b35;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 1700px) {
  .cid-uIVLC5swmP .mbr-iconfont {
    font-size: 3rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-uIVLC5swmP .mbr-section-title {
  color: #221b35;
}
.cid-uIVLC5swmP .mbr-section-subtitle {
  color: #221b35;
}
.cid-uIVLC5swmP .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uIVLC5swmP .card-box .item-footer {
  margin-top: auto;
}
.cid-uIVLC5swmP .content-head {
  max-width: 800px;
}
.cid-uIVLC5swmP .card-title,
.cid-uIVLC5swmP .iconfont-wrapper {
  color: #221b35;
  text-align: left;
}
.cid-uIVLC5swmP .card-text,
.cid-uIVLC5swmP .item .mbr-section-btn {
  color: #221b35;
}
.cid-uIVLC5swmP .card-title,
.cid-uIVLC5swmP .iconfont-wrapper P {
  text-align: center;
}
.cid-uIVLC6ykQ4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2eae2;
}
.cid-uIVLC6ykQ4 .media-container-row .mbr-text {
  color: #353535;
}
