@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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.4 * (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.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: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-s7rrVkK6wR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ff3366;
}
.cid-s7rrVkK6wR .mbr-section-subtitle {
  color: #767676;
}
.cid-s7rrVkK6wR H2 {
  text-align: center;
  color: #ffffff;
}
.cid-s7rrWjMrks {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7rrWjMrks .counter-container {
  color: #767676;
}
.cid-s7rrWjMrks .counter-container ul {
  margin-bottom: 0;
}
.cid-s7rrWjMrks .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-s7rrWjMrks .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ff3366;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-s7rswWu3jZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ff3366;
}
.cid-s7rswWu3jZ .mbr-section-subtitle {
  color: #767676;
}
.cid-s7rswWu3jZ H2 {
  color: #ffffff;
}
.cid-s7rsynmAu5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7rsynmAu5 .counter-container {
  color: #767676;
}
.cid-s7rsynmAu5 .counter-container ul {
  margin-bottom: 0;
}
.cid-s7rsynmAu5 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-s7rsynmAu5 .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ff3366;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-s7ruuOhsNx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ff3366;
}
.cid-s7ruuOhsNx .mbr-section-subtitle {
  color: #767676;
}
.cid-s7ruuOhsNx H2 {
  color: #ffffff;
}
.cid-s7ruYoPtlS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7ruYoPtlS .mbr-text,
.cid-s7ruYoPtlS blockquote {
  color: #767676;
}
.cid-s7ryYg5Quw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ff3366;
}
.cid-s7ryYg5Quw .mbr-section-subtitle {
  color: #767676;
}
.cid-s7ryYg5Quw H2 {
  color: #ffffff;
}
.cid-s7rzhnBjDC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7rzhnBjDC .counter-container {
  color: #767676;
}
.cid-s7rzhnBjDC .counter-container ul {
  margin-bottom: 0;
}
.cid-s7rzhnBjDC .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-s7rzhnBjDC .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ff3366;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-s7rBqoOpiP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ff3366;
}
.cid-s7rBqoOpiP .mbr-section-subtitle {
  color: #767676;
}
.cid-s7rBqoOpiP H2 {
  color: #ffffff;
}
.cid-s7rBsCUeS4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7rBsCUeS4 .mbr-text,
.cid-s7rBsCUeS4 blockquote {
  color: #767676;
}
.cid-s7rChnySzV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ff3366;
}
.cid-s7rChnySzV .mbr-section-subtitle {
  color: #767676;
}
.cid-s7rChnySzV H2 {
  color: #ffffff;
}
.cid-s7rCiUW8xk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7rCiUW8xk .mbr-text,
.cid-s7rCiUW8xk blockquote {
  color: #767676;
}
.cid-s7rDw6OloQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ff3366;
}
.cid-s7rDw6OloQ .mbr-section-subtitle {
  color: #767676;
}
.cid-s7rDw6OloQ H2 {
  color: #ffffff;
}
.cid-s7rDxcms9V {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7rDxcms9V .mbr-text,
.cid-s7rDxcms9V blockquote {
  color: #767676;
}
.cid-s7rFCnqmp5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ff3366;
}
.cid-s7rFCnqmp5 .mbr-section-subtitle {
  color: #767676;
}
.cid-s7rFCnqmp5 H2 {
  color: #ffffff;
}
.cid-s7rFD9YyvV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7rFD9YyvV .mbr-text,
.cid-s7rFD9YyvV blockquote {
  color: #767676;
}
.cid-s7rGfKpsWY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ff3366;
}
.cid-s7rGfKpsWY .mbr-section-subtitle {
  color: #767676;
}
.cid-s7rGfKpsWY H2 {
  color: #ffffff;
}
.cid-s7rGiKvkzo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7rGiKvkzo .mbr-text,
.cid-s7rGiKvkzo blockquote {
  color: #767676;
}
.cid-s7rKFpBAyA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ff3366;
}
.cid-s7rKFpBAyA .mbr-section-subtitle {
  color: #767676;
}
.cid-s7rKFpBAyA H2 {
  color: #ffffff;
}
.cid-s7rKGnMCxn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7rKGnMCxn .mbr-text,
.cid-s7rKGnMCxn blockquote {
  color: #767676;
}
.cid-s7rLlIxQ9F {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ff3366;
}
.cid-s7rLlIxQ9F .mbr-section-subtitle {
  color: #767676;
}
.cid-s7rLlIxQ9F H2 {
  color: #ffffff;
}
.cid-s7rLmFqqir {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7rLmFqqir .mbr-text,
.cid-s7rLmFqqir blockquote {
  color: #767676;
}
.cid-s7rM2ZluRm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ff3366;
}
.cid-s7rM2ZluRm .mbr-section-subtitle {
  color: #767676;
}
.cid-s7rM2ZluRm H2 {
  color: #ffffff;
}
.cid-s7rM4weWKD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7rM4weWKD .counter-container {
  color: #767676;
}
.cid-s7rM4weWKD .counter-container ul {
  margin-bottom: 0;
}
.cid-s7rM4weWKD .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-s7rM4weWKD .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ff3366;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-s7rMN3sw4e {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7rMN3sw4e .mbr-text,
.cid-s7rMN3sw4e blockquote {
  color: #767676;
}
.cid-s86hHnenvh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ff3366;
}
.cid-s86hHnenvh .mbr-section-subtitle {
  color: #767676;
}
.cid-s86hHnenvh H2 {
  color: #ffffff;
}
.cid-s86hIP8LxV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s86hIP8LxV .mbr-text,
.cid-s86hIP8LxV blockquote {
  color: #767676;
}
.cid-s86mtmWhan {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ff3366;
}
.cid-s86mtmWhan .mbr-section-subtitle {
  color: #767676;
}
.cid-s86mtmWhan H2 {
  color: #ffffff;
}
.cid-s86mujH7zR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s86mujH7zR .mbr-text,
.cid-s86mujH7zR blockquote {
  color: #767676;
}
.cid-s7PAKwMa5V {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #cc2952;
}
.cid-s7PAKwMa5V .mbr-section-subtitle {
  color: #767676;
}
.cid-s7PAKwMa5V H2 {
  color: #ffffff;
}
.cid-s7PAKxmksg {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #cccccc;
}
.cid-s7PAKxmksg .text-content .btn-bgr {
  z-index: 0;
}
.cid-s7PAKxmksg .mbr-overlay {
  background: #d7e8f6;
}
.cid-s7PAKxmksg .text-content {
  padding: 2rem 0rem;
  background-color: #efefef;
}
.cid-s7PAKxmksg .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7PAKxmksg .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s7PAKxmksg .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s7PAKxmksg .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s8j84Kwkp8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-s8j84Kwkp8 .text-content .btn-bgr {
  z-index: 0;
}
.cid-s8j84Kwkp8 .mbr-overlay {
  background: #c1c1c1;
}
.cid-s8j84Kwkp8 .text-content {
  padding: 2rem 0rem;
  background-color: #efefef;
}
.cid-s8j84Kwkp8 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s8j84Kwkp8 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s8j84Kwkp8 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s8j84Kwkp8 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s8nD5FlrcH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s8nD5FlrcH .text-content .btn-bgr {
  z-index: 0;
}
.cid-s8nD5FlrcH .mbr-overlay {
  background: #d7e8f6;
}
.cid-s8nD5FlrcH .text-content {
  padding: 2rem 0rem;
  background-color: #767676;
}
.cid-s8nD5FlrcH .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s8nD5FlrcH .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s8nD5FlrcH .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s8nD5FlrcH .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s7PG0MPHkE {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #cc2952;
}
.cid-s7PG0MPHkE .mbr-section-subtitle {
  color: #767676;
}
.cid-s7PG0MPHkE H2 {
  color: #ffffff;
}
.cid-s7PG0NcwKx {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #cccccc;
}
.cid-s7PG0NcwKx .text-content .btn-bgr {
  z-index: 0;
}
.cid-s7PG0NcwKx .mbr-overlay {
  background: #d7e8f6;
}
.cid-s7PG0NcwKx .text-content {
  padding: 2rem 0rem;
  background-color: #efefef;
}
.cid-s7PG0NcwKx .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7PG0NcwKx .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s7PG0NcwKx .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s7PG0NcwKx .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s7PFVkDBTu {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #cc2952;
}
.cid-s7PFVkDBTu .mbr-section-subtitle {
  color: #767676;
}
.cid-s7PFVkDBTu H2 {
  color: #ffffff;
}
.cid-s7PFVlhwyJ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #cccccc;
}
.cid-s7PFVlhwyJ .text-content .btn-bgr {
  z-index: 0;
}
.cid-s7PFVlhwyJ .mbr-overlay {
  background: #d7e8f6;
}
.cid-s7PFVlhwyJ .text-content {
  padding: 2rem 0rem;
  background-color: #efefef;
}
.cid-s7PFVlhwyJ .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7PFVlhwyJ .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s7PFVlhwyJ .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s7PFVlhwyJ .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s8ff8ELtSq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s8ff8ELtSq .text-content .btn-bgr {
  z-index: 0;
}
.cid-s8ff8ELtSq .mbr-overlay {
  background: #d7e8f6;
}
.cid-s8ff8ELtSq .text-content {
  padding: 2rem 0rem;
  background-color: #767676;
}
.cid-s8ff8ELtSq .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s8ff8ELtSq .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s8ff8ELtSq .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s8ff8ELtSq .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s7PG4nuyTy {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #cc2952;
}
.cid-s7PG4nuyTy .mbr-section-subtitle {
  color: #767676;
}
.cid-s7PG4nuyTy H2 {
  color: #ffffff;
}
.cid-s7PG4nXwgT {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #cccccc;
}
.cid-s7PG4nXwgT .text-content .btn-bgr {
  z-index: 0;
}
.cid-s7PG4nXwgT .mbr-overlay {
  background: #d7e8f6;
}
.cid-s7PG4nXwgT .text-content {
  padding: 2rem 0rem;
  background-color: #efefef;
}
.cid-s7PG4nXwgT .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7PG4nXwgT .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s7PG4nXwgT .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s7PG4nXwgT .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s7PG4ogVRe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s7PG4ogVRe .text-content .btn-bgr {
  z-index: 0;
}
.cid-s7PG4ogVRe .mbr-overlay {
  background: #d7e8f6;
}
.cid-s7PG4ogVRe .text-content {
  padding: 2rem 0rem;
  background-color: #cccccc;
}
.cid-s7PG4ogVRe .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7PG4ogVRe .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s7PG4ogVRe .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s7PG4ogVRe .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s7PG4oyJt6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-s7PG4oyJt6 .text-content .btn-bgr {
  z-index: 0;
}
.cid-s7PG4oyJt6 .mbr-overlay {
  background: #d7e8f6;
}
.cid-s7PG4oyJt6 .text-content {
  padding: 2rem 0rem;
  background-color: #efefef;
}
.cid-s7PG4oyJt6 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7PG4oyJt6 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s7PG4oyJt6 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s7PG4oyJt6 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s7PG4oQNZQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s7PG4oQNZQ .text-content .btn-bgr {
  z-index: 0;
}
.cid-s7PG4oQNZQ .mbr-overlay {
  background: #d7e8f6;
}
.cid-s7PG4oQNZQ .text-content {
  padding: 2rem 0rem;
  background-color: #cccccc;
}
.cid-s7PG4oQNZQ .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7PG4oQNZQ .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s7PG4oQNZQ .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s7PG4oQNZQ .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s7PG4pcnfR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-s7PG4pcnfR .text-content .btn-bgr {
  z-index: 0;
}
.cid-s7PG4pcnfR .mbr-overlay {
  background: #efefef;
}
.cid-s7PG4pcnfR .text-content {
  padding: 2rem 0rem;
  background-color: #efefef;
}
.cid-s7PG4pcnfR .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7PG4pcnfR .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s7PG4pcnfR .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s7PG4pcnfR .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s7PG4ptjtP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s7PG4ptjtP .text-content .btn-bgr {
  z-index: 0;
}
.cid-s7PG4ptjtP .mbr-overlay {
  background: #d7e8f6;
}
.cid-s7PG4ptjtP .text-content {
  padding: 2rem 0rem;
  background-color: #cccccc;
}
.cid-s7PG4ptjtP .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7PG4ptjtP .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s7PG4ptjtP .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s7PG4ptjtP .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s7PG4pQe7r {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-s7PG4pQe7r .text-content .btn-bgr {
  z-index: 0;
}
.cid-s7PG4pQe7r .mbr-overlay {
  background: #d7e8f6;
}
.cid-s7PG4pQe7r .text-content {
  padding: 2rem 0rem;
  background-color: #efefef;
}
.cid-s7PG4pQe7r .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7PG4pQe7r .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s7PG4pQe7r .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s7PG4pQe7r .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s7PG4qbqzx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s7PG4qbqzx .text-content .btn-bgr {
  z-index: 0;
}
.cid-s7PG4qbqzx .mbr-overlay {
  background: #d7e8f6;
}
.cid-s7PG4qbqzx .text-content {
  padding: 2rem 0rem;
  background-color: #cccccc;
}
.cid-s7PG4qbqzx .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7PG4qbqzx .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s7PG4qbqzx .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s7PG4qbqzx .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s7PG4qzsej {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-s7PG4qzsej .text-content .btn-bgr {
  z-index: 0;
}
.cid-s7PG4qzsej .mbr-overlay {
  background: #d7e8f6;
}
.cid-s7PG4qzsej .text-content {
  padding: 2rem 0rem;
  background-color: #efefef;
}
.cid-s7PG4qzsej .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7PG4qzsej .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s7PG4qzsej .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s7PG4qzsej .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s7PG4qPX95 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s7PG4qPX95 .text-content .btn-bgr {
  z-index: 0;
}
.cid-s7PG4qPX95 .mbr-overlay {
  background: #d7e8f6;
}
.cid-s7PG4qPX95 .text-content {
  padding: 2rem 0rem;
  background-color: #cccccc;
}
.cid-s7PG4qPX95 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7PG4qPX95 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s7PG4qPX95 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s7PG4qPX95 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s7PG4r7XNr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-s7PG4r7XNr .text-content .btn-bgr {
  z-index: 0;
}
.cid-s7PG4r7XNr .mbr-overlay {
  background: #d7e8f6;
}
.cid-s7PG4r7XNr .text-content {
  padding: 2rem 0rem;
  background-color: #efefef;
}
.cid-s7PG4r7XNr .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7PG4r7XNr .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s7PG4r7XNr .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s7PG4r7XNr .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s7PG4rmUTi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s7PG4rmUTi .text-content .btn-bgr {
  z-index: 0;
}
.cid-s7PG4rmUTi .mbr-overlay {
  background: #d7e8f6;
}
.cid-s7PG4rmUTi .text-content {
  padding: 2rem 0rem;
  background-color: #cccccc;
}
.cid-s7PG4rmUTi .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7PG4rmUTi .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s7PG4rmUTi .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s7PG4rmUTi .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s7PG4rDnkE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-s7PG4rDnkE .text-content .btn-bgr {
  z-index: 0;
}
.cid-s7PG4rDnkE .mbr-overlay {
  background: #d7e8f6;
}
.cid-s7PG4rDnkE .text-content {
  padding: 2rem 0rem;
  background-color: #efefef;
}
.cid-s7PG4rDnkE .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7PG4rDnkE .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s7PG4rDnkE .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s7PG4rDnkE .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s7PG4rT7uk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s7PG4rT7uk .text-content .btn-bgr {
  z-index: 0;
}
.cid-s7PG4rT7uk .mbr-overlay {
  background: #d7e8f6;
}
.cid-s7PG4rT7uk .text-content {
  padding: 2rem 0rem;
  background-color: #cccccc;
}
.cid-s7PG4rT7uk .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7PG4rT7uk .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s7PG4rT7uk .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s7PG4rT7uk .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s7PG4sazi4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-s7PG4sazi4 .text-content .btn-bgr {
  z-index: 0;
}
.cid-s7PG4sazi4 .mbr-overlay {
  background: #d7e8f6;
}
.cid-s7PG4sazi4 .text-content {
  padding: 2rem 0rem;
  background-color: #efefef;
}
.cid-s7PG4sazi4 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7PG4sazi4 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s7PG4sazi4 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s7PG4sazi4 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s7PG4sqDWA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s7PG4sqDWA .text-content .btn-bgr {
  z-index: 0;
}
.cid-s7PG4sqDWA .mbr-overlay {
  background: #d7e8f6;
}
.cid-s7PG4sqDWA .text-content {
  padding: 2rem 0rem;
  background-color: #cccccc;
}
.cid-s7PG4sqDWA .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7PG4sqDWA .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s7PG4sqDWA .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s7PG4sqDWA .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s7PG4sImyu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-s7PG4sImyu .text-content .btn-bgr {
  z-index: 0;
}
.cid-s7PG4sImyu .mbr-overlay {
  background: #d7e8f6;
}
.cid-s7PG4sImyu .text-content {
  padding: 2rem 0rem;
  background-color: #efefef;
}
.cid-s7PG4sImyu .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7PG4sImyu .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s7PG4sImyu .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s7PG4sImyu .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s7PG4te8lx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s7PG4te8lx .text-content .btn-bgr {
  z-index: 0;
}
.cid-s7PG4te8lx .mbr-overlay {
  background: #d7e8f6;
}
.cid-s7PG4te8lx .text-content {
  padding: 2rem 0rem;
  background-color: #cccccc;
}
.cid-s7PG4te8lx .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7PG4te8lx .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s7PG4te8lx .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s7PG4te8lx .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s86uf5uoV9 {
  background-image: url("../../../assets/images/mbr-1920x1078.jpg");
}
.cid-s86uf5uoV9 .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-s86uf5uoV9 .media-container-column {
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-s86uf5uoV9 .media-container-column {
    padding: 1rem !important;
  }
}
.cid-s86uZapLQW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #7f1933;
}
.cid-s86uZapLQW .mbr-section-title,
.cid-s86uZapLQW .mbr-section-subtitle {
  color: #000000;
}
.cid-s86uZapLQW .mbr-section-text {
  color: #232323;
}
.cid-s86uZapLQW .mbr-text,
.cid-s86uZapLQW .typed-text,
.cid-s86uZapLQW .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-s86uZapLQW .btn {
  margin-left: 4px !important;
}
.cid-s86uZapLQW .animated-element {
  color: #ffffff;
}
.cid-s86uZapLQW .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffffff;
}
.cid-s86uZapLQW .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-s86uZapLQW .typed-text,
  .cid-s86uZapLQW .mbr-section-subtitle,
  .cid-s86uZapLQW .mbr-section-text,
  .cid-s86uZapLQW .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-s86uZapLQW .mbr-section-subtitle,
.cid-s86uZapLQW .typed-text {
  color: #ff3366;
}
.cid-s86uZapLQW .mbr-section-text,
.cid-s86uZapLQW .mbr-section-btn {
  color: #cccccc;
}
.cid-s8omXFPdnQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #7f1933;
}
.cid-s8omXFPdnQ h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-s8omXFPdnQ .card-box {
  padding-top: 3rem;
}
.cid-s8omXFPdnQ .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-s8omXFPdnQ .btn-md {
  padding: 1rem;
}
.cid-s8omXFPdnQ .btn-primary-outline,
.cid-s8omXFPdnQ .btn-secondary-outline,
.cid-s8omXFPdnQ .btn-info-outline,
.cid-s8omXFPdnQ .btn-success-outline,
.cid-s8omXFPdnQ .btn-warning-outline,
.cid-s8omXFPdnQ .btn-danger-outline,
.cid-s8omXFPdnQ .btn-black-outline,
.cid-s8omXFPdnQ .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-s8omXFPdnQ .btn-primary-outline span,
.cid-s8omXFPdnQ .btn-secondary-outline span,
.cid-s8omXFPdnQ .btn-info-outline span,
.cid-s8omXFPdnQ .btn-success-outline span,
.cid-s8omXFPdnQ .btn-warning-outline span,
.cid-s8omXFPdnQ .btn-danger-outline span,
.cid-s8omXFPdnQ .btn-black-outline span,
.cid-s8omXFPdnQ .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-s8omXFPdnQ .btn-primary-outline:hover span,
.cid-s8omXFPdnQ .btn-secondary-outline:hover span,
.cid-s8omXFPdnQ .btn-info-outline:hover span,
.cid-s8omXFPdnQ .btn-success-outline:hover span,
.cid-s8omXFPdnQ .btn-warning-outline:hover span,
.cid-s8omXFPdnQ .btn-danger-outline:hover span,
.cid-s8omXFPdnQ .btn-black-outline:hover span,
.cid-s8omXFPdnQ .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-s8omXFPdnQ .btn-primary-outline:hover,
.cid-s8omXFPdnQ .btn-secondary-outline:hover,
.cid-s8omXFPdnQ .btn-info-outline:hover,
.cid-s8omXFPdnQ .btn-success-outline:hover,
.cid-s8omXFPdnQ .btn-warning-outline:hover,
.cid-s8omXFPdnQ .btn-danger-outline:hover,
.cid-s8omXFPdnQ .btn-black-outline:hover,
.cid-s8omXFPdnQ .btn-white-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-s8omXFPdnQ .btn-primary-outline:active,
.cid-s8omXFPdnQ .btn-secondary-outline:active,
.cid-s8omXFPdnQ .btn-info-outline:active,
.cid-s8omXFPdnQ .btn-success-outline:active,
.cid-s8omXFPdnQ .btn-warning-outline:active,
.cid-s8omXFPdnQ .btn-danger-outline:active,
.cid-s8omXFPdnQ .btn-black-outline:active,
.cid-s8omXFPdnQ .btn-white-outline:active,
.cid-s8omXFPdnQ .btn-primary-outline:focus,
.cid-s8omXFPdnQ .btn-secondary-outline:focus,
.cid-s8omXFPdnQ .btn-info-outline:focus,
.cid-s8omXFPdnQ .btn-success-outline:focus,
.cid-s8omXFPdnQ .btn-warning-outline:focus,
.cid-s8omXFPdnQ .btn-danger-outline:focus,
.cid-s8omXFPdnQ .btn-black-outline:focus,
.cid-s8omXFPdnQ .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-s8omXFPdnQ .btn-primary-outline .mbr-iconfont,
.cid-s8omXFPdnQ .btn-secondary-outline .mbr-iconfont,
.cid-s8omXFPdnQ .btn-info-outline .mbr-iconfont,
.cid-s8omXFPdnQ .btn-success-outline .mbr-iconfont,
.cid-s8omXFPdnQ .btn-warning-outline .mbr-iconfont,
.cid-s8omXFPdnQ .btn-danger-outline .mbr-iconfont,
.cid-s8omXFPdnQ .btn-black-outline .mbr-iconfont,
.cid-s8omXFPdnQ .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-s8omXFPdnQ .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #cccccc;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-s8omXFPdnQ .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  transform: translateY(-1.5rem);
}
.cid-s8omXFPdnQ .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-s8omXFPdnQ .link-wrap:hover {
  color: #149dcc !important;
}
.cid-s8omXFPdnQ .link-wrap:hover:hover .link-ico {
  color: #149dcc !important;
}
.cid-s8omXFPdnQ .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-s8omXFPdnQ img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-s8omXFPdnQ .card-title {
  color: #7f1933;
  text-align: center;
}
.cid-s8omXFPdnQ .row {
  justify-content: center;
}
.cid-s8omXFPdnQ .main-title {
  text-align: center;
  color: #232323;
}
.cid-s8omXFPdnQ P {
  text-align: center;
}
.cid-s8omXFPdnQ .mbr-text,
.cid-s8omXFPdnQ .link {
  text-align: center;
  color: #7f1933;
}
@media (max-width: 576px) {
  .cid-s8omXFPdnQ .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-s86oynpP2M {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-s86oynpP2M .mbr-section-subtitle {
  color: #767676;
}
.cid-s86oynpP2M H2 {
  color: #ffffff;
}
.cid-s86oynQXZh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-s86oynQXZh .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s86oynQXZh .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s86oynQXZh .mbr-text {
  color: #767676;
}
.cid-s86oyo2Bf2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #cccccc;
}
.cid-s86oyo2Bf2 .text-content .btn-bgr {
  z-index: 0;
}
.cid-s86oyo2Bf2 .mbr-overlay {
  background: #d7e8f6;
}
.cid-s86oyo2Bf2 .text-content {
  padding: 2rem 0rem;
  background-color: #efefef;
}
.cid-s86oyo2Bf2 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s86oyo2Bf2 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s86oyo2Bf2 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s86oyo2Bf2 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s86oyosra1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s86oyosra1 .text-content .btn-bgr {
  z-index: 0;
}
.cid-s86oyosra1 .mbr-overlay {
  background: #d7e8f6;
}
.cid-s86oyosra1 .text-content {
  padding: 2rem 0rem;
  background-color: #cccccc;
}
.cid-s86oyosra1 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s86oyosra1 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s86oyosra1 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s86oyosra1 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s86oyoNJQc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-s86oyoNJQc .text-content .btn-bgr {
  z-index: 0;
}
.cid-s86oyoNJQc .mbr-overlay {
  background: #d7e8f6;
}
.cid-s86oyoNJQc .text-content {
  padding: 2rem 0rem;
  background-color: #efefef;
}
.cid-s86oyoNJQc .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s86oyoNJQc .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s86oyoNJQc .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s86oyoNJQc .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s86oyp5xf2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s86oyp5xf2 .text-content .btn-bgr {
  z-index: 0;
}
.cid-s86oyp5xf2 .mbr-overlay {
  background: #d7e8f6;
}
.cid-s86oyp5xf2 .text-content {
  padding: 2rem 0rem;
  background-color: #cccccc;
}
.cid-s86oyp5xf2 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s86oyp5xf2 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s86oyp5xf2 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s86oyp5xf2 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s86oyplokd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-s86oyplokd .text-content .btn-bgr {
  z-index: 0;
}
.cid-s86oyplokd .mbr-overlay {
  background: #efefef;
}
.cid-s86oyplokd .text-content {
  padding: 2rem 0rem;
  background-color: #efefef;
}
.cid-s86oyplokd .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s86oyplokd .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s86oyplokd .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s86oyplokd .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s86oypBdIT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s86oypBdIT .text-content .btn-bgr {
  z-index: 0;
}
.cid-s86oypBdIT .mbr-overlay {
  background: #d7e8f6;
}
.cid-s86oypBdIT .text-content {
  padding: 2rem 0rem;
  background-color: #cccccc;
}
.cid-s86oypBdIT .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s86oypBdIT .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s86oypBdIT .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s86oypBdIT .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s86oypPgLU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-s86oypPgLU .text-content .btn-bgr {
  z-index: 0;
}
.cid-s86oypPgLU .mbr-overlay {
  background: #d7e8f6;
}
.cid-s86oypPgLU .text-content {
  padding: 2rem 0rem;
  background-color: #efefef;
}
.cid-s86oypPgLU .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s86oypPgLU .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s86oypPgLU .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s86oypPgLU .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s86oyq52kk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s86oyq52kk .text-content .btn-bgr {
  z-index: 0;
}
.cid-s86oyq52kk .mbr-overlay {
  background: #d7e8f6;
}
.cid-s86oyq52kk .text-content {
  padding: 2rem 0rem;
  background-color: #cccccc;
}
.cid-s86oyq52kk .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s86oyq52kk .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s86oyq52kk .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s86oyq52kk .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s86oyqkA5f {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-s86oyqkA5f .text-content .btn-bgr {
  z-index: 0;
}
.cid-s86oyqkA5f .mbr-overlay {
  background: #d7e8f6;
}
.cid-s86oyqkA5f .text-content {
  padding: 2rem 0rem;
  background-color: #efefef;
}
.cid-s86oyqkA5f .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s86oyqkA5f .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s86oyqkA5f .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s86oyqkA5f .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s86oyqBdBU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s86oyqBdBU .text-content .btn-bgr {
  z-index: 0;
}
.cid-s86oyqBdBU .mbr-overlay {
  background: #d7e8f6;
}
.cid-s86oyqBdBU .text-content {
  padding: 2rem 0rem;
  background-color: #cccccc;
}
.cid-s86oyqBdBU .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s86oyqBdBU .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s86oyqBdBU .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s86oyqBdBU .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s86oyqVuZe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-s86oyqVuZe .text-content .btn-bgr {
  z-index: 0;
}
.cid-s86oyqVuZe .mbr-overlay {
  background: #d7e8f6;
}
.cid-s86oyqVuZe .text-content {
  padding: 2rem 0rem;
  background-color: #efefef;
}
.cid-s86oyqVuZe .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s86oyqVuZe .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s86oyqVuZe .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s86oyqVuZe .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s86oyrpmgG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s86oyrpmgG .text-content .btn-bgr {
  z-index: 0;
}
.cid-s86oyrpmgG .mbr-overlay {
  background: #d7e8f6;
}
.cid-s86oyrpmgG .text-content {
  padding: 2rem 0rem;
  background-color: #cccccc;
}
.cid-s86oyrpmgG .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s86oyrpmgG .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s86oyrpmgG .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s86oyrpmgG .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s86oysjAif {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-s86oysjAif .text-content .btn-bgr {
  z-index: 0;
}
.cid-s86oysjAif .mbr-overlay {
  background: #d7e8f6;
}
.cid-s86oysjAif .text-content {
  padding: 2rem 0rem;
  background-color: #efefef;
}
.cid-s86oysjAif .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s86oysjAif .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s86oysjAif .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s86oysjAif .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s86oysAVVK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s86oysAVVK .text-content .btn-bgr {
  z-index: 0;
}
.cid-s86oysAVVK .mbr-overlay {
  background: #d7e8f6;
}
.cid-s86oysAVVK .text-content {
  padding: 2rem 0rem;
  background-color: #cccccc;
}
.cid-s86oysAVVK .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s86oysAVVK .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s86oysAVVK .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s86oysAVVK .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s86oysOifZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-s86oysOifZ .text-content .btn-bgr {
  z-index: 0;
}
.cid-s86oysOifZ .mbr-overlay {
  background: #d7e8f6;
}
.cid-s86oysOifZ .text-content {
  padding: 2rem 0rem;
  background-color: #efefef;
}
.cid-s86oysOifZ .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s86oysOifZ .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s86oysOifZ .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s86oysOifZ .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s86oyt5fUC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s86oyt5fUC .text-content .btn-bgr {
  z-index: 0;
}
.cid-s86oyt5fUC .mbr-overlay {
  background: #d7e8f6;
}
.cid-s86oyt5fUC .text-content {
  padding: 2rem 0rem;
  background-color: #cccccc;
}
.cid-s86oyt5fUC .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s86oyt5fUC .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s86oyt5fUC .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s86oyt5fUC .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s86oytjAGG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-s86oytjAGG .text-content .btn-bgr {
  z-index: 0;
}
.cid-s86oytjAGG .mbr-overlay {
  background: #d7e8f6;
}
.cid-s86oytjAGG .text-content {
  padding: 2rem 0rem;
  background-color: #efefef;
}
.cid-s86oytjAGG .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s86oytjAGG .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s86oytjAGG .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s86oytjAGG .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s86oyty25Z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s86oyty25Z .text-content .btn-bgr {
  z-index: 0;
}
.cid-s86oyty25Z .mbr-overlay {
  background: #d7e8f6;
}
.cid-s86oyty25Z .text-content {
  padding: 2rem 0rem;
  background-color: #cccccc;
}
.cid-s86oyty25Z .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s86oyty25Z .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s86oyty25Z .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s86oyty25Z .text-content {
    margin-bottom: 2rem;
  }
}
