body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.8rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
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);
}
@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-qC5VQaydTU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-toHqpg9crc {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f9f295;
}
.cid-toHqpg9crc .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-toHqpg9crc .video-block {
    width: 100% !important;
  }
  .cid-toHqpg9crc .btn {
    margin: 0.5rem 0.5rem;
  }
}
.cid-toHqpg9crc .underline {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.cid-toHqpg9crc .underline .line {
  width: 3rem;
  height: 2px;
  background: #cccccc;
  display: inline-block;
}
.cid-toHqpg9crc .row {
  margin-top: 1rem;
}
.cid-toHqpg9crc .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-toHqpg9crc .mbr-section-title,
.cid-toHqpg9crc .underline {
  color: #ff3366;
}
.cid-rsqoD4AQFa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-rsqoD4AQFa .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rsqoD4AQFa .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rsqoD4AQFa .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qC8nGmjPjO {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #149dcc;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-qC8nGmjPjO .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qC8nGmjPjO .video-block {
    width: 100% !important;
  }
}
.cid-qCEklAWQ5N {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-qC8oaOVFlc {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-qC8oaOVFlc .content-slider {
  display: flex;
  justify-content: center;
}
.cid-qC8oaOVFlc .modal-body .close {
  background: #1b1b1b;
}
.cid-qC8oaOVFlc .modal-body .close span {
  font-style: normal;
}
.cid-qC8oaOVFlc .carousel-inner > .active,
.cid-qC8oaOVFlc .carousel-inner > .next,
.cid-qC8oaOVFlc .carousel-inner > .prev {
  display: flex;
}
.cid-qC8oaOVFlc .carousel-control .icon-next,
.cid-qC8oaOVFlc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qC8oaOVFlc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qC8oaOVFlc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-qC8oaOVFlc .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-qC8oaOVFlc .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qC8oaOVFlc .boxed-slider > div {
  position: relative;
}
.cid-qC8oaOVFlc .container img {
  width: 100%;
}
.cid-qC8oaOVFlc .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qC8oaOVFlc .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qC8oaOVFlc .mbr-table-cell {
  padding: 0;
}
.cid-qC8oaOVFlc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qC8oaOVFlc .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qC8oaOVFlc .mbr-overlay {
  z-index: 1;
}
.cid-qC8oaOVFlc .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qC8oaOVFlc .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qC8oaOVFlc .carousel-item .container {
    width: 100%;
  }
}
.cid-qC8oaOVFlc .carousel-item-next.carousel-item-left,
.cid-qC8oaOVFlc .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qC8oaOVFlc .active.carousel-item-right,
.cid-qC8oaOVFlc .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qC8oaOVFlc .active.carousel-item-left,
.cid-qC8oaOVFlc .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qC8oaOVFlc .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qC8oaOVFlc .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qC8oaOVFlc .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qC8oaOVFlc .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-qC8oaOVFlc .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qC8oaOVFlc .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qC8oaOVFlc .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qC8oaOVFlc .mbr-slider .carousel-indicators li.active,
.cid-qC8oaOVFlc .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qC8oaOVFlc .mbr-slider .carousel-indicators li::after,
.cid-qC8oaOVFlc .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qC8oaOVFlc .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qC8oaOVFlc .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qC8oaOVFlc .mbr-slider > .container img {
  width: 100%;
}
.cid-qC8oaOVFlc .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qC8oaOVFlc .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qC8oaOVFlc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qC8oaOVFlc .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qC8oaOVFlc .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qC8oaOVFlc .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qC8oaOVFlc .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qC8oaOVFlc .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qC8oaOVFlc .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qC8oaOVFlc .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qC8oaOVFlc .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qC8oaOVFlc .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qC8oaOVFlc .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qC8oaOVFlc .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-qC8oaOVFlc .carousel-inner {
  height: 100%;
}
.cid-qC8oaOVFlc .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-qC8oaOVFlc .image_wrapper {
  height: 400px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-qC8oaOVFlc .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-qC8oaOVFlc .carousel-item .container-slide {
  text-align: center;
}
.cid-qC8oaOVFlc .content-slider-wrap {
  width: 90%;
}
.cid-qC8nGmjPjO {
  padding-top: 45px;
  padding-bottom: 30px;
  background: #149dcc;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-qC8nGmjPjO .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qC8nGmjPjO .video-block {
    width: 100% !important;
  }
}
.cid-qC9bco91Kt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qC9bco91Kt .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qC9bco91Kt .section-text {
  padding: 2rem 0;
}
.cid-qC9bco91Kt .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qC9bco91Kt .inner-container {
    width: 100% !important;
  }
}
.cid-qC9bwDQmZL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qC9bwDQmZL .mbr-section-subtitle {
  color: #767676;
}
.cid-qC979g997b {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qC979g997b .counter-container {
  color: #767676;
}
.cid-qC979g997b .counter-container ul {
  margin-bottom: 0;
}
.cid-qC979g997b .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qC979g997b .counter-container ul li:before {
  position: absolute;
  left: 0px;
  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: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-qC979g997b .mbr-text UL {
  color: #232323;
}
.cid-qCcTTYU7iy {
  background-image: url("../../../assets/images/cpanel-for-site-1026x900.webp");
}
.cid-qCcTTYU7iy .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-qCcTTYU7iy .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qCcTTYU7iy .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qCcTTYU7iy .mbr-text {
    text-align: center;
  }
}
.cid-qCcUKD5UaQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qCcUKD5UaQ .mbr-section-subtitle {
  color: #232323;
}
.cid-qCcVgf7eQf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCcVgf7eQf .mbr-text,
.cid-qCcVgf7eQf blockquote {
  color: #767676;
}
.cid-qCcVgf7eQf .mbr-text I {
  color: #232323;
}
.cid-qCcVgf7eQf .mbr-text P {
  color: #232323;
}
.cid-qCcZGMCJbR {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qCcZGMCJbR .image-block {
  margin: auto;
}
.cid-qCcZGMCJbR figcaption {
  position: relative;
}
.cid-qCcZGMCJbR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qCcZGMCJbR .image-block {
    width: 100% !important;
  }
}
.cid-qCd0sqJW3B {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-qCd0sqJW3B .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qCd0sqJW3B .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qCd0sqJW3B .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qCd0sqJW3B .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qCd0sqJW3B .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qCd0sqJW3B .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qCd0sqJW3B .img-item {
    width: 100% !important;
  }
  .cid-qCd0sqJW3B .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qCdz0q5qYp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qCdz0q5qYp .mbr-section-subtitle {
  color: #767676;
}
.cid-qCdxLeQMWm {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qCdxLeQMWm .mbr-text,
.cid-qCdxLeQMWm blockquote {
  color: #767676;
}
.cid-qCdxLeQMWm .mbr-text B {
  color: #232323;
}
.cid-qCdxLeQMWm .mbr-text {
  color: #232323;
}
.cid-qCdACmp7a9 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.webp");
}
.cid-qCdACmp7a9 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qCdACmp7a9 .mbr-figure img {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-qCdACmp7a9 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qCdACmp7a9 .mbr-text,
.cid-qCdACmp7a9 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-qCdACmp7a9 DIV {
  color: #f9f295;
}
.cid-qCdACmp7a9 H3 {
  color: #232323;
}
.cid-qCdACmp7a9 .mbr-text,
.cid-qCdACmp7a9 .mbr-section-btn B {
  color: #ffffff;
}
.cid-qCdACmp7a9 B {
  color: #ffffff;
}
.cid-uBmSJrQKy2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1481.webp");
}
.cid-uBmSJrQKy2 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uBmSJrQKy2 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uBmSJrQKy2 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qCdO60daed {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-qCdO60daed .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qCdO60daed .section-text {
  padding: 2rem 0;
}
.cid-qCdO60daed .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qCdO60daed .inner-container {
    width: 100% !important;
  }
}
.cid-qCdOC3lTW7 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCdOC3lTW7 .counter-container {
  color: #767676;
}
.cid-qCdOC3lTW7 .counter-container ul {
  margin-bottom: 0;
}
.cid-qCdOC3lTW7 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qCdOC3lTW7 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  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: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-qCdOC3lTW7 .mbr-text UL {
  color: #232323;
}
.cid-qCdQi53Mhw {
  padding-top: 45px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.webp");
}
@media (min-width: 992px) {
  .cid-qCdQi53Mhw .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qCdQi53Mhw .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qCdQi53Mhw .mbr-text {
    text-align: center;
  }
}
.cid-qCh6wjEMhQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1627x1080.webp");
}
.cid-qCh6wjEMhQ .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qCh6wjEMhQ .mbr-figure img {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-qCh6wjEMhQ .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qCh6wjEMhQ .mbr-text,
.cid-qCh6wjEMhQ .mbr-section-btn {
  color: #f7ed4a;
}
.cid-qCh6wjEMhQ H3 {
  color: #f7ed4a;
}
.cid-qCh6wjEMhQ .mbr-text,
.cid-qCh6wjEMhQ .mbr-section-btn I {
  color: #56fd0a;
}
.cid-qChe2VRL2V {
  padding-top: 45px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #f4a997, #a09fc0);
}
@media (min-width: 992px) {
  .cid-qChe2VRL2V .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qChe2VRL2V .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qChe2VRL2V .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-qChe2VRL2V .mbr-text,
.cid-qChe2VRL2V .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-qCheYIsIjb {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-qCheYIsIjb .image-block {
  margin: auto;
}
.cid-qCheYIsIjb figcaption {
  position: relative;
}
.cid-qCheYIsIjb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qCheYIsIjb .image-block {
    width: 100% !important;
  }
}
.cid-qChoZsp6IV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qChoZsp6IV .counter-container {
  color: #767676;
}
.cid-qChoZsp6IV .counter-container ul {
  margin-bottom: 0;
}
.cid-qChoZsp6IV .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qChoZsp6IV .counter-container ul li:before {
  position: absolute;
  left: 0px;
  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: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cid-qChoZsp6IV .mbr-text UL {
  color: #232323;
}
.cid-qChmEhNTRJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qChmEhNTRJ .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qChmEhNTRJ .section-text {
  padding: 2rem 0;
}
.cid-qChmEhNTRJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qChmEhNTRJ .inner-container {
    width: 100% !important;
  }
}
.cid-qLsyWjSNSr {
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-qLsyWjSNSr .mbr-overlay {
  background: linear-gradient(90deg, #000000, #4284df);
}
.cid-qLsyWjSNSr h3 {
  color: #FFFFFF;
  font-weight: 500;
}
.cid-qLsyWjSNSr p {
  color: #FFFFFF;
}
.cid-qLsyWjSNSr h4 {
  color: #FFFFFF;
  display: none;
}
.cid-qLsyWjSNSr .mbr-figure img {
  padding-left: 1rem;
}
.cid-qLsyWjSNSr .counter-container {
  color: #767676;
  padding-right: 4rem;
}
.cid-qLsyWjSNSr .counter-container div {
  margin-bottom: 1rem;
  padding-left: .5rem;
}
@media (max-width: 575px) {
  .cid-qLsyWjSNSr .counter-container .counter {
    left: 2rem;
  }
}
.cid-qLsyWjSNSr H3 {
  color: #f7ed4a;
}
.cid-qTaXYHXjAI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/12.webp");
}
.cid-qTaXYHXjAI .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-qTaXYHXjAI h3 {
  color: #ffffff;
  font-weight: 300;
}
.cid-qTaXYHXjAI p {
  color: #ffffff;
}
.cid-qTaXYHXjAI h2 {
  color: #ffffff;
}
.cid-qTaXYHXjAI .text-content {
  padding: 2rem 0rem;
  background-color: #4284df;
}
.cid-qTaXYHXjAI .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-qTaXYHXjAI .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-qTaXYHXjAI .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-qTaXYHXjAI .text-content {
    margin-bottom: 2rem;
  }
}
.cid-qLsma86uSm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-7-1620x1080.webp");
}
.cid-qLsma86uSm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qLsma86uSm p {
  color: #767676;
  text-align: left;
}
.cid-qLsma86uSm .card-box {
  padding-top: 2rem;
}
.cid-qLsma86uSm .card-wrapper {
  height: 100%;
}
.cid-qLsma86uSm .card-title {
  color: #f7ed4a;
  text-align: center;
}
.cid-qLsma86uSm P {
  color: #efefef;
}
.cid-qLsmADAodw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-6-1620x1080.webp");
}
.cid-qLsmADAodw .plan-body .btn-bgr {
  z-index: 0;
}
.cid-qLsmADAodw .media-container-row {
  align-items: flex-start;
}
.cid-qLsmADAodw .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-qLsmADAodw .plan {
  background: none;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-qLsmADAodw .plan .mbr-overlay {
  background: #232323;
  opacity: 0.7;
}
.cid-qLsmADAodw .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-qLsmADAodw .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-qLsmADAodw .plan .list-group-item:last-child::after {
  display: none;
}
.cid-qLsmADAodw .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-qLsmADAodw .plan .plan-body {
  position: relative;
  padding-bottom: 3rem;
}
.cid-qLsmADAodw .plan-header {
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 550px) {
  .cid-qLsmADAodw .price-figure {
    font-size: 4.25rem;
  }
}
.cid-qLsmADAodw .price-term {
  color: #f29c9a;
}
.cid-qLsmADAodw .plan-title {
  color: #74eb71;
}
.cid-qLsWMh1mdf {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background3-1.webp");
}
.cid-qLsWMh1mdf .row {
  margin-left: -5rem;
}
.cid-qLsWMh1mdf .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
}
.cid-qLsWMh1mdf .mbr-section-title,
.cid-qLsWMh1mdf .mbr-section-subtitle {
  color: #232323;
}
.cid-qLsWMh1mdf .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-qLsWMh1mdf .mbr-text {
  color: #232323;
  font-weight: 100;
}
.cid-qLsWMh1mdf .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-qLsWMh1mdf .row {
    margin-left: -15px;
  }
}
@media screen and {
  .cid-qLsWMh1mdf .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-qLsTCKA9BS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/12.webp");
}
.cid-qLsTCKA9BS .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-qLsTCKA9BS h3 {
  color: #ffffff;
  font-weight: 300;
}
.cid-qLsTCKA9BS p {
  color: #ffffff;
}
.cid-qLsTCKA9BS h2 {
  color: #ffffff;
}
.cid-qLsTCKA9BS .text-content {
  padding: 2rem 0rem;
  background-color: #4284df;
}
.cid-qLsTCKA9BS .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-qLsTCKA9BS .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-qLsTCKA9BS .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-qLsTCKA9BS .text-content {
    margin-bottom: 2rem;
  }
}
.cid-qLsTCKA9BS .mbr-section-btn,
.cid-qLsTCKA9BS .mbr-section-title B {
  color: #f7ed4a;
}
.cid-qCyCPe6nn5 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-qCyCPe6nn5 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-qCyCPe6nn5 .nav-tabs .nav-item {
  border-bottom: 1px solid #4284df;
  display: flex;
  align-items: flex-end;
}
.cid-qCyCPe6nn5 .nav-tabs .nav-item .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 0;
  border: none;
  padding: 0.5rem 1rem 0.7rem;
  margin: 0 !important;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.cid-qCyCPe6nn5 .nav-tabs .nav-item .nav-link:hover {
  color: #ffffff;
  background-color: #4284df;
}
.cid-qCyCPe6nn5 .nav-tabs .nav-item .nav-link:focus {
  color: #4284df;
  box-shadow: none;
  background-color: transparent;
}
.cid-qCyCPe6nn5 .nav-tabs .nav-item .nav-link.active {
  border-bottom: 3px solid #4284df;
  color: #4284df;
  background: transparent;
  padding: 0.5rem 1rem 0.5rem;
}
.cid-qCyCPe6nn5 .mbr-section-subtitle {
  color: #767676;
}
.cid-qCyCPe6nn5 p {
  color: #767676;
}
.cid-qCyCPe6nn5 .mbr-figure {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-right: 4rem;
}
.cid-qCyCPe6nn5 .mbr-text {
  word-break: break-word;
}
.cid-qCyCPe6nn5 .tabs-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-qCyCPe6nn5 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-qCyCPe6nn5 P {
  color: #232323;
}
.cid-qCyBIIAKBX {
  padding-top: 100px;
  padding-bottom: 75px;
}
.cid-qCyBIIAKBX H1 {
  color: #efefef;
}
.cid-qCyBIIAKBX .mbr-text,
.cid-qCyBIIAKBX .mbr-section-btn {
  color: #f7ed4a;
}
.cid-qCyBzzVexX {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/jumbotron.webp");
}
.cid-qDGCCJxFgE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #160fed;
}
.cid-qDGD7lod0i {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .cid-qDGD7lod0i .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qDGD7lod0i .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qDGD7lod0i .mbr-section-title {
  text-align: center;
}
.cid-qDGD7lod0i .mbr-text,
.cid-qDGD7lod0i .mbr-section-btn {
  text-align: left;
}
.cid-qDGHSAmJTv {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #7f1933;
}
.cid-qDpHvOb36l {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #9f0808;
}
.cid-qEb5bPLHkn {
  padding-top: 90px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #232323, #9f0808);
}
@media (min-width: 992px) {
  .cid-qEb5bPLHkn .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qEb5bPLHkn .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qDpWStDQr3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1626x1080.webp");
}
@media (min-width: 992px) {
  .cid-qDpWStDQr3 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qDpWStDQr3 .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qDpWStDQr3 .mbr-section-title {
  color: #efefef;
}
.cid-qDpWStDQr3 .mbr-text,
.cid-qDpWStDQr3 .mbr-section-btn {
  color: #f7ed4a;
}
.cid-qDpGzc7r6K {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #149dcc;
}
.cid-qDpGzc7r6K .images-container.container-fluid {
  padding: 0;
}
.cid-qDpGzc7r6K .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qDpGzc7r6K .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qDpGzc7r6K .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qDpGzc7r6K .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qDpGzc7r6K .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qDpGzc7r6K .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qDpGzc7r6K .img-item {
    width: 100% !important;
  }
  .cid-qDpGzc7r6K .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qDpIuSkXvd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f295;
}
.cid-qDpIuSkXvd .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qDpIuSkXvd .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qDpIuSkXvd .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qDpIuSkXvd .inner-container {
    width: 100% !important;
  }
}
.cid-qE5eJejfTQ .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qE5eJejfTQ .mbr-figure img {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-qE5eJejfTQ .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qE5eJejfTQ H1 {
  color: #f7ed4a;
}
.cid-qE5eXTvSGz {
  background-image: url("../../../assets/images/background20.webp");
}
.cid-qE5eXTvSGz .mbr-text,
.cid-qE5eXTvSGz .typed-text,
.cid-qE5eXTvSGz .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-qE5eXTvSGz .btn {
  margin-left: 4px !important;
}
.cid-qE5eXTvSGz .animated-element {
  color: #ffbc00;
}
.cid-qE5eXTvSGz .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@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-qEEApDGHT9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #232323, #160fed);
}
@media (min-width: 992px) {
  .cid-qEEApDGHT9 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qEEApDGHT9 .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qEEApDGHT9 .mbr-text,
.cid-qEEApDGHT9 .mbr-section-btn {
  text-align: left;
}
.cid-qEEApDGHT9 .mbr-section-title {
  text-align: center;
}
.cid-qEEBIOB1i4 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (min-width: 992px) {
  .cid-qEEBIOB1i4 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qEEBIOB1i4 .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qEEBIOB1i4 .mbr-section-title {
  text-align: center;
}
.cid-qEEBIOB1i4 .mbr-text,
.cid-qEEBIOB1i4 .mbr-section-btn {
  text-align: center;
}
.cid-qNpocysNYt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qNpocysNYt .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qNpocysNYt .photo-split {
  padding: 0;
}
.cid-qNpocysNYt .photo-split img {
  width: 100%;
}
.cid-qNpocysNYt .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qNpocysNYt .counter-container ul {
  display: -webkit-flex;
  flex-direction: column;
}
.cid-qNpocysNYt .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-qNpocysNYt .counter-container ul li:before {
  color: #000000;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-qNpocysNYt .wrap-block {
  padding: 3rem 3rem;
}
.cid-qNpocysNYt .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-qNpocysNYt .wrap-block ul li {
  display: inline-block;
}
.cid-qNpocysNYt .wrap-block ul li span {
  text-align: center;
}
.cid-qNpocysNYt .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-qNpocysNYt .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qNpocysNYt .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qNpocysNYt .mbr-list,
.cid-qNpocysNYt .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-qNpocysNYt .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-qNpocysNYt .mbr-section-title,
  .cid-qNpocysNYt .mbr-section-subtitle,
  .cid-qNpocysNYt .mbr-text {
    text-align: center !important;
  }
  .cid-qNpocysNYt .social-list {
    text-align: center !important;
  }
}
.cid-qNpocysNYt .mbr-section-subtitle {
  color: #000000;
}
.cid-qNpocysNYt .mbr-text {
  color: #000000;
}
.cid-qNppatBntE H1 {
  color: #0c57bf;
}
.cid-qNppatBntE .mbr-text,
.cid-qNppatBntE .mbr-section-btn {
  color: #1a032d;
}
.cid-qNpt2cXF92 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-8-1620x1080.webp");
}
.cid-qNpt2cXF92 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qNpt2cXF92 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-qNpt2cXF92 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qNpt2cXF92 .mbr-text,
.cid-qNpt2cXF92 .mbr-section-btn {
  color: #c4bc3b;
}
.cid-qNpt2cXF92 H1 {
  color: #f9f295;
}
.cid-qNpt2cXF92 B {
  color: #ff3366;
}
.cid-qNpqo07Ozx {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNpqo07Ozx .mbr-text,
.cid-qNpqo07Ozx blockquote {
  color: #767676;
}
.cid-qNpqo07Ozx .mbr-text DIV {
  color: #000000;
}
.cid-qNpxhW7apD {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qNpxhW7apD .image-block {
  margin: auto;
}
.cid-qNpxhW7apD figcaption {
  position: relative;
}
.cid-qNpxhW7apD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qNpxhW7apD .image-block {
    width: 100% !important;
  }
}
.cid-qNpzSgQ1Zg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNpzSgQ1Zg .mbr-text,
.cid-qNpzSgQ1Zg blockquote {
  color: #767676;
}
.cid-qNpzSgQ1Zg .mbr-text DIV {
  color: #000000;
}
.cid-qNpAHbjx8a {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qNpAHbjx8a .image-block {
  margin: auto;
}
.cid-qNpAHbjx8a figcaption {
  position: relative;
}
.cid-qNpAHbjx8a figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qNpAHbjx8a .image-block {
    width: 100% !important;
  }
}
.cid-qNpCbpTq0m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNpCbpTq0m .mbr-text,
.cid-qNpCbpTq0m blockquote {
  color: #767676;
}
.cid-qNpCbpTq0m .mbr-text DIV {
  color: #000000;
}
.cid-qNpCbpTq0m .mbr-text {
  color: #232323;
}
.cid-qNpD5DgMaM {
  padding-top: 0px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-qNpD5DgMaM .image-block {
  margin: auto;
}
.cid-qNpD5DgMaM figcaption {
  position: relative;
}
.cid-qNpD5DgMaM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qNpD5DgMaM .image-block {
    width: 100% !important;
  }
}
.cid-qNpDF24TEA {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qNpDF24TEA .mbr-text,
.cid-qNpDF24TEA blockquote {
  color: #767676;
}
.cid-qNpDF24TEA .mbr-text {
  color: #000000;
}
.cid-qNpFa6ZzR4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qNpFa6ZzR4 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qNpFa6ZzR4 .section-text {
  padding: 2rem 0;
}
.cid-qNpFa6ZzR4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qNpFa6ZzR4 .inner-container {
    width: 100% !important;
  }
}
.cid-reQPU6gJsd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1357.webp");
}
.cid-reQPU6gJsd .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-reQPU6gJsd .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-reQPU6gJsd .mbr-figure img {
    width: 100% !important;
  }
}
.cid-reQPU6gJsd .mbr-text,
.cid-reQPU6gJsd .mbr-section-btn {
  color: #160fed;
}
.cid-reQPU6gJsd .mbr-text,
.cid-reQPU6gJsd .mbr-section-btn B {
  color: #f9f295;
}
.cid-reQSrmN3B1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.webp");
}
@media (min-width: 992px) {
  .cid-reQSrmN3B1 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-reQSrmN3B1 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-reQSrmN3B1 .mbr-text {
    text-align: center;
  }
}
.cid-reQSrmN3B1 B {
  color: #9f0808;
}
.cid-reQSrmN3B1 .mbr-text,
.cid-reQSrmN3B1 .mbr-section-btn {
  color: #000000;
}
.cid-reR2z745p0 {
  background-image: url("../../../assets/images/background6.webp");
}
.cid-reR2z745p0 .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-reR2z745p0 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-reR2z745p0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-reR2z745p0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-reR2z745p0 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-reR2z745p0 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-reR2z745p0 a.close:hover {
  color: #ffffff;
}
.cid-qCbm6pcZ9g {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-qCbm6pcZ9g .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qCbm6pcZ9g .mbr-figure img {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-qCbm6pcZ9g .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qCbm6pcZ9g .mbr-text,
.cid-qCbm6pcZ9g .mbr-section-btn {
  color: #ffffff;
}
.cid-qCbm6pcZ9g H1 {
  color: #f7ed4a;
}
.cid-qCbMJxvTU1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e4d295;
}
.cid-qCbMJxvTU1 h2 {
  text-align: left;
}
.cid-qCbMJxvTU1 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qCbMJxvTU1 p {
  color: #767676;
  text-align: left;
}
.cid-qCbMJxvTU1 .aside-content {
  flex-basis: 100%;
}
.cid-qCbMJxvTU1 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qCbMJxvTU1 .media {
  margin: initial;
  align-items: center;
}
.cid-qCbMJxvTU1 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qCbMJxvTU1 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qCbMJxvTU1 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qCbMJxvTU1 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qCbMJxvTU1 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qCbMJxvTU1 .card-img span {
    font-size: 40px !important;
  }
}
.cid-qCbMJxvTU1 .mbr-text {
  color: #000000;
}
.cid-qCbMJxvTU1 P {
  color: #232323;
}
.cid-qCbOa8IDvZ {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #e4d295;
}
.cid-qCbOa8IDvZ .mbr-text,
.cid-qCbOa8IDvZ blockquote {
  color: #767676;
}
.cid-qCbOa8IDvZ .mbr-text P {
  color: #232323;
}
.cid-qCbmS5kFIy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-qCbmS5kFIy .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qCbmS5kFIy H1 {
  color: #f9f295;
  text-align: center;
}
.cid-qCbmS5kFIy .mbr-text,
.cid-qCbmS5kFIy .mbr-section-btn {
  color: #f9f295;
  text-align: left;
}
.cid-qCbmS5kFIy H3 {
  text-align: center;
}
.cid-qCbpNjI1Pe {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-qCbpNjI1Pe h3 {
  font-weight: 300;
}
.cid-qCbpNjI1Pe .card-img {
  width: initial;
}
.cid-qCbpNjI1Pe .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qCbpNjI1Pe .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  height: 100%;
}
.cid-qCbpNjI1Pe .media {
  margin: initial;
  align-items: center;
}
.cid-qCbpNjI1Pe .mbr-section-subtitle {
  color: #0f7699;
}
.cid-qCbpNjI1Pe .mbr-text {
  color: #f7ed4a;
}
.cid-qCbpNjI1Pe .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qCbpNjI1Pe .mbr-section-title {
  color: #ffffff;
}
.cid-qCbpNjI1Pe .card-title {
  color: #e4d295;
}
.cid-qCc9UvJlrw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qCc9UvJlrw .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qCc9UvJlrw .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qCc9UvJlrw .mbr-text {
  color: #767676;
}
.cid-qC9eAW80CH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qC9eAW80CH .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qC9eAW80CH .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qC9eAW80CH .mbr-text {
  color: #232323;
}
.cid-qC8nGmjPjO {
  padding-top: 45px;
  padding-bottom: 30px;
  background: #149dcc;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-qC8nGmjPjO .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qC8nGmjPjO .video-block {
    width: 100% !important;
  }
}
.cid-qLruFXgAxn {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1623x1080.webp");
}
.cid-qLruFXgAxn .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qLruFXgAxn .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-qLruFXgAxn .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qLruFXgAxn H1 {
  color: #232323;
}
.cid-qLruFXgAxn .mbr-text,
.cid-qLruFXgAxn .mbr-section-btn {
  color: #160fed;
}
.cid-qC9gSkIfgS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qC9gSkIfgS .mbr-section-subtitle {
  color: #767676;
}
.cid-qC9h5JoRYT {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qC9h5JoRYT .counter-container {
  color: #767676;
}
.cid-qC9h5JoRYT .counter-container ul {
  margin-bottom: 0;
}
.cid-qC9h5JoRYT .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qC9h5JoRYT .counter-container ul li:before {
  position: absolute;
  left: 0px;
  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: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-qC9h5JoRYT .mbr-text UL {
  color: #232323;
}
.cid-qC9iWWIgCd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-qC9iWWIgCd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qC9iWWIgCd .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qC9iWWIgCd .mbr-text {
  color: #232323;
}
.cid-qC9fYUjpbu {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #149dcc;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-qC9fYUjpbu .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qC9fYUjpbu .video-block {
    width: 100% !important;
  }
}
.cid-rGckzFUf5g {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #149dcc;
}
.cid-rGckzFUf5g .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rGckzFUf5g .section-text {
  padding: 2rem 0;
}
.cid-rGckzFUf5g .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rGckzFUf5g .inner-container {
    width: 100% !important;
  }
}
.cid-rIsjXoMCgY {
  background-image: url("../../../assets/images/mbr-1920x1330.webp");
}
.cid-rIsjXoMCgY .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-rIsjXoMCgY .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rIsjXoMCgY .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rIsjXoMCgY .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rIsjXoMCgY .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rIsjXoMCgY a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rIsjXoMCgY a.close:hover {
  color: #ffffff;
}
.cid-rIsjXoMCgY P {
  color: #f7ed4a;
}
