.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.54rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (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.3 * (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))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tvtMLC40ny {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tvtMpC9Nir {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-tvtMpC9Nir .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-tvtMpC9Nir .mbr-section-title {
  margin-bottom: 2rem;
  color: #f7fc00;
}
.cid-tvtMpC9Nir .mbr-text {
  margin-bottom: 2rem;
}
.cid-tvtMpC9Nir .image-wrapper,
.cid-tvtMpC9Nir img {
  width: 100%;
}
.cid-tvtMpC9Nir .image-wrapper {
  overflow: hidden;
}
.cid-tvtMpC9Nir .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tvtMpC9Nir .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-tvtMpC9Nir .content_box {
    padding-right: 5rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvtMpC9Nir .row {
    flex-direction: column-reverse;
  }
  .cid-tvtMpC9Nir .content_box,
  .cid-tvtMpC9Nir .mbr-text {
    padding: 0;
  }
  .cid-tvtMpC9Nir .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tvtMpC9Nir .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-tvtMpC9Nir .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tvtMpC9Nir .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-tvtMpC9Nir .mbr-text,
.cid-tvtMpC9Nir .linkBtn {
  color: #ffffff;
}
.cid-uzS2cPS6qc {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-uzS2cPS6qc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzS2cPS6qc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzS2cPS6qc .container {
  max-width: 1600px;
}
.cid-uzS2cPS6qc .row {
  justify-content: center;
}
.cid-uzS2cPS6qc .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uzS2cPS6qc .content-container {
    flex-wrap: wrap;
  }
}
.cid-uzS2cPS6qc .info-container {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uzS2cPS6qc .info-container {
    width: 100%;
  }
}
.cid-uzS2cPS6qc .title-container {
  margin-bottom: 50px;
}
.cid-uzS2cPS6qc .mbr-section-title {
  color: #FFDD65;
}
@media (max-width: 991px) {
  .cid-uzS2cPS6qc .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uzS2cPS6qc .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uzS2cPS6qc .mbr-section-subtitle {
    text-align: center !important;
    margin-top: 1rem;
  }
}
.cid-uzS2cPS6qc .btn-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: auto;
}
.cid-uzS2cPS6qc .text-container {
  max-width: 400px;
  margin: 12px auto 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uzS2cPS6qc .text-container {
    margin: 24px auto;
  }
}
.cid-uzS2cPS6qc .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uzS2cPS6qc .mbr-text {
    text-align: center !important;
  }
}
.cid-uzS2cPS6qc .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-uzS2cPS6qc .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-uzS2cPS6qc .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-uzS2cPS6qc .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-uzS2cPS6qc .icon-text {
  color: #AE5EFF;
}
.cid-uzS2cPS6qc .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-uzS2cPS6qc .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.cid-uzS2cPS6qc .form-container {
  max-width: 535px;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-uzS2cPS6qc .form-container {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uzS2cPS6qc form {
  width: 100%;
}
.cid-uzS2cPS6qc form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uzS2cPS6qc form p {
  color: #ffffff;
}
.cid-uzS2cPS6qc form .mbr-section-btn {
  width: max-content;
  max-width: 35%;
}
@media (max-width: 991px) {
  .cid-uzS2cPS6qc form .mbr-section-btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uzS2cPS6qc form .mbr-section-btn .btn {
  padding: 10px 40px;
  height: 100%;
  border-radius: 0.75rem !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-uzS2cPS6qc form .mbr-section-btn .btn {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
.cid-uzS2cPS6qc form .form-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  flex-grow: 1;
}
.cid-uzS2cPS6qc form .group-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 0.42rem;
}
.cid-uzS2cPS6qc form .group-bg {
  position: absolute;
  border-radius: 0.75rem;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8a61ff 99.93%);
}
.cid-uzS2cPS6qc form .group-border {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 6;
  padding: 3px;
  border-radius: 0.75rem;
  transition: all 300ms ease;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8a61ff 99.93%);
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-uzS2cPS6qc form .group-border:hover {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
@media (max-width: 991px) {
  .cid-uzS2cPS6qc form .group-border {
    flex-wrap: wrap;
  }
}
.cid-uzS2cPS6qc form .form-control {
  min-height: 100px;
  height: 100%;
  border: none !important;
  background: #ffffff;
  box-shadow: none !important;
  border-radius: 0.75rem;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 24px;
  line-height: 32px;
  color: #212132;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-uzS2cPS6qc form .form-control {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    text-align: center !important;
  }
}
.cid-uzS2cPS6qc form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-uzS2cPS6qc form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-uzS2cPS6qc form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-uzS2cPS6qc form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-uzS2cPS6qc form .form-control:hover {
  outline: none !important;
}
.cid-uzS2cPS6qc form select {
  color: #939292 !important;
}
.cid-uzS2cPS6qc form textarea {
  height: 200px;
}
.cid-uzS2cPS6qc form input:active,
.cid-uzS2cPS6qc form textarea:active,
.cid-uzS2cPS6qc form input:focus,
.cid-uzS2cPS6qc form textarea:focus {
  background-color: #FFFFFF !important;
}
.cid-uzS2cPS6qc form input:active::-webkit-input-placeholder,
.cid-uzS2cPS6qc form textarea:active::-webkit-input-placeholder,
.cid-uzS2cPS6qc form input:focus::-webkit-input-placeholder,
.cid-uzS2cPS6qc form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-uzS2cPS6qc form input:active::-moz-placeholder,
.cid-uzS2cPS6qc form textarea:active::-moz-placeholder,
.cid-uzS2cPS6qc form input:focus::-moz-placeholder,
.cid-uzS2cPS6qc form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-uzS2cPS6qc form input:active:-moz-placeholder,
.cid-uzS2cPS6qc form textarea:active:-moz-placeholder,
.cid-uzS2cPS6qc form input:focus:-moz-placeholder,
.cid-uzS2cPS6qc form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-uzS2cPS6qc form input:active:-ms-input-placeholder,
.cid-uzS2cPS6qc form textarea:active:-ms-input-placeholder,
.cid-uzS2cPS6qc form input:focus:-ms-input-placeholder,
.cid-uzS2cPS6qc form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-uzS2cPS6qc form .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uzS2cPS6qc form .row [class*=col] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uzS2cPS6qc form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uzS2cPS6qc form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uzS2cPS6qc form .form-check-input:focus,
.cid-uzS2cPS6qc form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-uzS2cPS6qc form .form-check-input:checked {
  border-color: #ffffff !important;
}
.cid-uzS2cPS6qc .img-container {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-uzS2cPS6qc .img-container {
    width: 100%;
    margin-top: 40px;
  }
}
.cid-uzS2cPS6qc .image-wrapper {
  height: 100%;
  position: relative;
  border-radius: 4.17rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uzS2cPS6qc .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uzS2cPS6qc .image-wrapper .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
  background-color: #232323;
}
.cid-uzS2cPS6qc .image-wrapper img {
  width: 75%;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}
.cid-tvtNbgaADm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1277.webp");
}
.cid-tvtNbgaADm img {
  width: 100%;
}
.cid-tvtNbgaADm .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #6592e6;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tvtNbgaADm .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tvtNbgaADm .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-tvtNbgaADm .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-tvtNbgaADm .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tvtNbgaADm .contents {
  margin-top: 36px;
}
.cid-tvtNbgaADm .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-tvtNbgaADm .mbr-section-btn {
  margin-top: 8px;
}
.cid-tvtNbgaADm .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tvtNbgaADm .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tvtNbgaADm .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tvtNbgaADm .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-tvtNbgaADm .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-tvtNbgaADm .mbr-list .list li {
  line-height: 1.75;
}
.cid-tvtNbgaADm .mbr-list .list li:before {
  font-weight: 900;
  color: #5ca7db;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-tvtNbgaADm .mbr-section-title,
.cid-tvtNbgaADm .mbr-section-btn {
  color: #000000;
}
.cid-tvtNbgaADm .contents .mbr-text,
.cid-tvtNbgaADm .mbr-section-btn {
  color: #000000;
}
.cid-tvtNbgaADm .mbr-list,
.cid-tvtNbgaADm .social-media,
.cid-tvtNbgaADm .mbr-section-btn {
  color: #000000;
}
.cid-tvtNbgaADm .mbr-section-subtitle,
.cid-tvtNbgaADm .mbr-section-btn {
  color: #000000;
}
.cid-tvtNbgaADm .badge,
.cid-tvtNbgaADm .badge_wrap {
  color: #ff6666;
}
.cid-tvz2PUQZWq {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1277.webp");
}
.cid-tvz2PUQZWq .video-wrapper iframe {
  width: 100%;
}
.cid-tvz2PUQZWq .mbr-section-title,
.cid-tvz2PUQZWq .mbr-section-subtitle,
.cid-tvz2PUQZWq .mbr-text {
  text-align: center;
}
.cid-tvz2PUQZWq .mbr-text {
  color: #e43f3f;
}
.cid-soLYFdXlL8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1277.webp");
}
.cid-soLYFdXlL8 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-soLYFdXlL8 .currentcost {
  color: #232323;
}
.cid-soLYFdXlL8 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-soLYFdXlL8 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-soLYFdXlL8 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-soLYFdXlL8 .text-box {
    padding: 1rem;
  }
}
.cid-soLYFdXlL8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-soLYFdXlL8 .mbr-text,
.cid-soLYFdXlL8 .cost,
.cid-soLYFdXlL8 .mbr-section-btn {
  color: #000000;
}
.cid-sT558VCOJW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-sT558VCOJW .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sT558VCOJW .card {
    margin-bottom: 2rem!important;
  }
  .cid-sT558VCOJW .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sT558VCOJW .link-wrap {
    align-items: center;
  }
}
.cid-sT558VCOJW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sT558VCOJW .mbr-text {
  color: #000000;
}
.cid-soLRLmnVH5 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1277.webp");
}
.cid-soLRLmnVH5 .video-wrapper iframe {
  width: 100%;
}
.cid-soLRLmnVH5 .mbr-section-title,
.cid-soLRLmnVH5 .mbr-section-subtitle,
.cid-soLRLmnVH5 .mbr-text {
  text-align: center;
}
.cid-sT53gezPO5.popup-builder {
  background-color: #ffffff;
}
.cid-sT53gezPO5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sT53gezPO5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sT53gezPO5 .modal-content,
.cid-sT53gezPO5 .modal-dialog {
  height: auto;
}
.cid-sT53gezPO5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sT53gezPO5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sT53gezPO5 .form-wrapper .mbr-form .form-group,
  .cid-sT53gezPO5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sT53gezPO5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sT53gezPO5 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sT53gezPO5 .mbr-text {
  text-align: center;
}
.cid-sT53gezPO5 .pt-0 {
  padding-top: 0 !important;
}
.cid-sT53gezPO5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sT53gezPO5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sT53gezPO5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sT53gezPO5 .modal-open {
  overflow: hidden;
}
.cid-sT53gezPO5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sT53gezPO5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sT53gezPO5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sT53gezPO5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sT53gezPO5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sT53gezPO5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sT53gezPO5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sT53gezPO5 .modal-content {
  background: #47b5ed;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sT53gezPO5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sT53gezPO5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sT53gezPO5 .modal-backdrop.show {
  opacity: .5;
}
.cid-sT53gezPO5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sT53gezPO5 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sT53gezPO5 .modal-header .close:hover {
  opacity: 1;
}
.cid-sT53gezPO5 .modal-header .close:focus {
  outline: none;
}
.cid-sT53gezPO5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-sT53gezPO5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sT53gezPO5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sT53gezPO5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sT53gezPO5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sT53gezPO5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sT53gezPO5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sT53gezPO5 .modal-sm {
    max-width: 300px;
  }
  .cid-sT53gezPO5 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sT53gezPO5 .modal-lg,
  .cid-sT53gezPO5 .modal-xl {
    max-width: 800px;
  }
  .cid-sT53gezPO5 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sT53gezPO5 .modal-xl {
    max-width: 1140px;
  }
  .cid-sT53gezPO5 .container {
    max-width: 1140px;
  }
}
.cid-sT53gezPO5 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sT53gezPO5 .container {
    max-width: 720px;
  }
}
.cid-sT53gezPO5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sT53gezPO5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sT53gezPO5 .form-group {
  margin-bottom: 1rem;
}
.cid-sT53gezPO5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sT53gezPO5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sT53gezPO5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sT08Y56wd2 {
  padding-top: 4.4rem;
  padding-bottom: 4.9rem;
  background-image: url("../../../assets/images/mbr-1920x1080.webp");
}
.cid-sT08Y56wd2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sT08Y56wd2 .mbr-text,
.cid-sT08Y56wd2 .mbr-section-btn {
  color: #ffffff;
}
.cid-sT08Y56wd2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sT08Y56wd2 .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-sT08Y56wd2 .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-sT08Y56wd2 .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-sT08Y56wd2 .container-text {
    margin-top: 3.75rem;
  }
}
.cid-sT08Y56wd2 .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-sT08Y56wd2 .mbr-section-subtitle,
.cid-sT08Y56wd2 .mbr-section-btn {
  text-align: center;
}
.cid-tvyVLwfIuf {
  padding-top: 4.5rem;
  padding-bottom: 10.3rem;
  background-image: url("../../../assets/images/mbr-1920x1326.webp");
}
.cid-tvyVLwfIuf .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-tvyVLwfIuf .mbr-text,
.cid-tvyVLwfIuf .mbr-section-btn {
  color: #ffffff;
}
.cid-tvyVLwfIuf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tvyVLwfIuf .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tvyVLwfIuf .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tvyVLwfIuf .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-tvyVLwfIuf .container-text {
    margin-top: 3.75rem;
  }
}
.cid-tvyVLwfIuf .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-tvyVLwfIuf .mbr-section-subtitle,
.cid-tvyVLwfIuf .mbr-section-btn {
  text-align: left;
  color: #fff0b0;
}
.cid-tvyWzgCMv3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-966x644.webp");
}
.cid-tvyWzgCMv3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvyWzgCMv3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvyWzgCMv3 .text-wrap {
  width: 100%;
}
.cid-tvyWzgCMv3 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-tvyWzgCMv3 .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-tvyWzgCMv3 .mbr-section-title {
  color: #f0ff38;
  margin-bottom: 0;
}
.cid-tvyWzgCMv3 .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-tvyWzgCMv3 .item-row {
  row-gap: 50px;
}
.cid-tvyWzgCMv3 .item-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-tvyWzgCMv3 .img-box {
  display: flex;
  align-items: center;
  max-width: 105px;
  width: 100%;
  height: 85px;
  margin: 0 auto 20px;
}
.cid-tvyWzgCMv3 .img-box img {
  width: 100%;
  height: auto;
}
.cid-tvyWzgCMv3 .item-title {
  width: 100%;
  margin: 0;
  color: #987A5A;
}
.cid-tvyWzgCMv3 .item-text {
  color: #353535;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .cid-tvyWzgCMv3 .item-text {
    margin: 16px 0 0;
  }
}
.cid-tvyWzgCMv3 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tvyWzgCMv3 .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
.cid-tvyWzgCMv3 .item-text,
.cid-tvyWzgCMv3 .mbr-section-btn {
  color: #ffffff;
}
.cid-tvyWDU1bGn {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-4-1920x1277.webp");
}
.cid-soOSG5LlA3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0e61f6;
}
.cid-soOSG5LlA3 .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-soOSG5LlA3 h3 {
  color: #ffffff;
  font-weight: 300;
}
.cid-soOSG5LlA3 p {
  color: #ffffff;
}
.cid-soOSG5LlA3 h2 {
  color: #ffffff;
}
.cid-soOSG5LlA3 .text-content {
  padding: 2rem 0rem;
  background-color: #e6c63b;
}
.cid-soOSG5LlA3 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-soOSG5LlA3 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-soOSG5LlA3 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-soOSG5LlA3 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-soOSG5LlA3 .mbr-section-btn,
.cid-soOSG5LlA3 .mbr-section-title {
  color: #000000;
}
.cid-soOJtyyqWi {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #0e61f6;
}
.cid-soOJtyyqWi .mbr-overlay {
  padding: 0;
  background: #cbddea;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
  bottom: -5%;
}
@media (max-width: 991px) {
  .cid-soOJtyyqWi .text-wrapper {
    padding-top: 30px;
  }
}
.cid-soOJtyyqWi .mbr-text {
  margin-bottom: 20.4px;
}
.cid-soOJtyyqWi .mbr-text,
.cid-soOJtyyqWi .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-soOJtyyqWi .mbr-section-subtitle {
  color: #ff61e2;
  text-align: left;
}
.cid-soOJtyyqWi .section-subtext {
  color: #ffe161;
  text-align: left;
}
.cid-sT0bGpwW2z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1-1920x1277.webp");
}
.cid-sT0bGpwW2z .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-sT0bGpwW2z .text-wrapper {
    padding-top: 30px;
  }
}
.cid-sT0bGpwW2z .mbr-text {
  margin-bottom: 20.4px;
}
.cid-sT0bGpwW2z .mbr-text,
.cid-sT0bGpwW2z .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sT0bGpwW2z .mbr-section-subtitle {
  color: #c61600;
  text-align: left;
}
.cid-sT0bGpwW2z .section-subtext {
  color: #e43f3f;
  text-align: left;
}
.cid-spo3ACjRaZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x600.webp");
}
.cid-spo3ACjRaZ .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-spo3ACjRaZ .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-spo3ACjRaZ .mbr-figure img {
    width: 100% !important;
  }
}
.cid-spo3ACjRaZ .mbr-text,
.cid-spo3ACjRaZ .mbr-section-btn {
  color: #f7ed4a;
}
.cid-spo3ACjRaZ H1 {
  color: #f9f295;
}
.cid-spo3DG7mxC {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spo3DG7mxC .mbr-section-title,
.cid-spo3DG7mxC .mbr-section-subtitle {
  color: #000000;
}
.cid-spo3DG7mxC .mbr-section-text {
  color: #232323;
}
.cid-spo3DG7mxC .mbr-text,
.cid-spo3DG7mxC .typed-text,
.cid-spo3DG7mxC .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-spo3DG7mxC .btn {
  margin-left: 4px !important;
}
.cid-spo3DG7mxC .animated-element {
  color: #f4f8fa;
}
.cid-spo3DG7mxC .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #f4f8fa;
}
.cid-spo3DG7mxC .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-spo3DG7mxC .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-spo3DG7mxC .typed-text,
  .cid-spo3DG7mxC .mbr-section-subtitle,
  .cid-spo3DG7mxC .mbr-section-text,
  .cid-spo3DG7mxC .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-spo3DG7mxC .mbr-section-text,
.cid-spo3DG7mxC .mbr-section-btn {
  color: #edfe06;
}
.cid-spo3DG7mxC .mbr-section-subtitle,
.cid-spo3DG7mxC .typed-text {
  color: #30e50f;
}
.cid-spo3FWd4ky {
  padding-top: 15px;
  padding-bottom: 60px;
  background: #000000;
  background: linear-gradient(#000000, #51aafa);
}
.cid-spo3FWd4ky .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-spo3FWd4ky .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-spo3FWd4ky .video-block {
    width: 100% !important;
  }
}
.cid-spo3FWd4ky .mbr-section-title {
  color: #edfe06;
}
.cid-sT4VWvQpCt.popup-builder {
  background-color: #ffffff;
}
.cid-sT4VWvQpCt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sT4VWvQpCt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sT4VWvQpCt .modal-content,
.cid-sT4VWvQpCt .modal-dialog {
  height: auto;
}
.cid-sT4VWvQpCt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sT4VWvQpCt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sT4VWvQpCt .form-wrapper .mbr-form .form-group,
  .cid-sT4VWvQpCt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sT4VWvQpCt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sT4VWvQpCt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sT4VWvQpCt .mbr-text {
  text-align: center;
}
.cid-sT4VWvQpCt .pt-0 {
  padding-top: 0 !important;
}
.cid-sT4VWvQpCt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sT4VWvQpCt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sT4VWvQpCt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sT4VWvQpCt .modal-open {
  overflow: hidden;
}
.cid-sT4VWvQpCt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sT4VWvQpCt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sT4VWvQpCt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sT4VWvQpCt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sT4VWvQpCt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sT4VWvQpCt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sT4VWvQpCt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sT4VWvQpCt .modal-content {
  background: #47b5ed;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sT4VWvQpCt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sT4VWvQpCt .modal-backdrop.fade {
  opacity: 0;
}
.cid-sT4VWvQpCt .modal-backdrop.show {
  opacity: .5;
}
.cid-sT4VWvQpCt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sT4VWvQpCt .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sT4VWvQpCt .modal-header .close:hover {
  opacity: 1;
}
.cid-sT4VWvQpCt .modal-header .close:focus {
  outline: none;
}
.cid-sT4VWvQpCt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-sT4VWvQpCt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sT4VWvQpCt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sT4VWvQpCt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sT4VWvQpCt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sT4VWvQpCt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sT4VWvQpCt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sT4VWvQpCt .modal-sm {
    max-width: 300px;
  }
  .cid-sT4VWvQpCt .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sT4VWvQpCt .modal-lg,
  .cid-sT4VWvQpCt .modal-xl {
    max-width: 800px;
  }
  .cid-sT4VWvQpCt .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sT4VWvQpCt .modal-xl {
    max-width: 1140px;
  }
  .cid-sT4VWvQpCt .container {
    max-width: 1140px;
  }
}
.cid-sT4VWvQpCt .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sT4VWvQpCt .container {
    max-width: 720px;
  }
}
.cid-sT4VWvQpCt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sT4VWvQpCt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sT4VWvQpCt .form-group {
  margin-bottom: 1rem;
}
.cid-sT4VWvQpCt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sT4VWvQpCt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sT4VWvQpCt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-soPSEAScME {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/young20gal-1404x909.webp");
  overflow: hidden;
}
.cid-soPSEAScME svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-soPSEAScME #e2_shape {
  fill: #ffffff !important;
}
.cid-soPSEAScME img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 153, 153, 0.35);
}
@media (max-width: 576px) {
  .cid-soPSEAScME img {
    width: 90%!important;
  }
}
.cid-soPSEAScME H1 {
  color: #ffffff;
  text-align: center;
}
.cid-soPSEAScME H3 {
  color: #f3f923;
  text-align: center;
}
.cid-soPSEAScME .mbr-text,
.cid-soPSEAScME .mbr-section-btn {
  text-align: left;
}
.cid-twdCqKNIUI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twdCqKNIUI img,
.cid-twdCqKNIUI .item-img {
  width: 100%;
}
.cid-twdCqKNIUI .item:focus,
.cid-twdCqKNIUI span:focus {
  outline: none;
}
.cid-twdCqKNIUI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-twdCqKNIUI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #bbbbbb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-twdCqKNIUI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twdCqKNIUI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-twdCqKNIUI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-twdCqKNIUI .mbr-section-title {
  color: #232323;
}
.cid-twdCqKNIUI .mbr-text,
.cid-twdCqKNIUI .mbr-section-btn {
  text-align: left;
}
.cid-twdCqKNIUI .item-title {
  text-align: left;
}
.cid-twdCqKNIUI .item-subtitle {
  text-align: left;
}
.cid-tvhPYYA11R {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/youngpic-640x480.webp");
}
.cid-tvhPYYA11R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvhPYYA11R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvhQ0ucCBp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/youngpic-640x480.webp");
}
.cid-tvhQ0ucCBp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvhQ0ucCBp .company {
  width: 160px;
}
.cid-tvhQ0ucCBp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvhQ0ucCBp .row {
  background: #0057fc;
  padding: 5rem 1rem;
  border-radius: 3rem;
  margin: 0;
}
.cid-tvhQ0ucCBp .image-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tvhQ0ucCBp .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tvhQ0ucCBp .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvhQ0ucCBp .name {
  color: #ffffff;
}
.cid-tvhQ0ucCBp .position {
  color: #ffffff;
}
.cid-sThiwYzrv8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1366.webp");
}
.cid-sThiwYzrv8 .mbr-media {
  position: relative;
}
.cid-sThiwYzrv8 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sThiwYzrv8 .box {
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-sThiwYzrv8 .box {
    min-height: 300px;
  }
}
.cid-sThiwYzrv8 .icon-wrap {
  position: relative;
  margin: auto;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sThiwYzrv8 .icon-wrap a {
  height: 20px;
}
.cid-sThiwYzrv8 .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 100px;
    height: 100px;
    opacity: 0.8;
  }
  to {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.cid-sThiwYzrv8 .mbr-media span {
  font-size: 1.5rem;
  transition: all 0.2s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
  color: #5e71db;
}
.cid-sThiwYzrv8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sThiwYzrv8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sThiwYzrv8 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sThiwYzrv8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sThiwYzrv8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sThiwYzrv8 .mbr-section-title {
  color: #ffffff;
}
.cid-sThj8RPBiz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-506x337.webp");
}
@media (max-width: 991px) {
  .cid-sThj8RPBiz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sThj8RPBiz .row {
  flex-direction: row-reverse;
}
.cid-sThj8RPBiz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sThj8RPBiz .text-wrapper {
    padding: 2rem;
  }
}
.cid-tPaJBKCzxX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tPaJBKCzxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPaJBKCzxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPaJBKCzxX .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-tPaJBKCzxX .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-tPaJBKCzxX .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tPaJBKCzxX .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tPaJBKCzxX .mbr-section-title {
  color: #e3ebf3;
}
.cid-tPaJBKCzxX .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-tPaJBKCzxX .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tPaJBKCzxX .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-tPaJBKCzxX .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-tPaJBKCzxX .col-img {
    order: 1;
    width: 100%;
  }
}
.cid-tPaJBKCzxX .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-tPaJBKCzxX .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-tPaJBKCzxX .image-wrapper {
    border-radius: 12px;
  }
}
.cid-tPaJBKCzxX .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-tPaJBKCzxX .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-tPaJBKCzxX .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-tPaJBKCzxX .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-tPaJBKCzxX .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-tPaJBKCzxX .col-text {
    order: 2;
  }
}
.cid-tPaJBKCzxX .card-title {
  color: #e3ebf3;
}
.cid-tPaJBKCzxX .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-tPaJBKCzxX .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tPaJBKCzxX .mbr-text {
    margin-top: 12px;
  }
}
.cid-tPaJBKCzxX .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tPaJBKCzxX .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tPaJBKCzxX .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-tPaJBKCzxX .mbr-text,
.cid-tPaJBKCzxX .mbr-section-btn {
  color: #ffe161;
}
.cid-spnkxAZfRE {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-spnkxAZfRE h2 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-spnkxAZfRE h2:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-spnkxAZfRE .cover {
  width: 250px;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-spnkxAZfRE .mbr-figure {
  z-index: 2;
  padding: 8rem 2rem;
}
.cid-spnkxAZfRE .card {
  overflow: hidden;
  height: 100%;
}
.cid-spnkxAZfRE .card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/maverik-baloon-600x400.webp");
  filter: blur(10px);
  background-size: cover;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-spnkxAZfRE .cover {
    width: 100%;
  }
}
.cid-spnkxAZfRE H3 {
  color: #151313;
}
.cid-tOOs7hVuV6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/ad-67-502x356.webp");
}
.cid-tOOs7hVuV6 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tOOs7hVuV6 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tOOs7hVuV6 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tOOs7hVuV6 .mbr-text {
    text-align: center;
  }
}
.cid-tOOs7hVuV6 H1 {
  color: #5cff00;
}
.cid-soPSjWpgkg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/lesschbesttirevalue-1000x666.webp");
}
.cid-soPSjWpgkg .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-soPSjWpgkg .mbr-arrow i {
  color: #ffffff !important;
}
.cid-soPSjWpgkg .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-soPSjWpgkg .animated-element,
.cid-soPSjWpgkg .typed-cursor {
  color: #ffffff;
}
.cid-soPSjWpgkg .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-soPSjWpgkg .typed-text {
    text-align: center;
  }
}
.cid-spnlODoy9Q {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
.cid-spnlODoy9Q .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-spnlODoy9Q .wrapper .box {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-30%);
}
.cid-spnlODoy9Q .wrapper .box .mbr-media {
  z-index: 2;
}
.cid-spnlODoy9Q .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: transparent;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-spnlODoy9Q .icon-wrap:hover span {
  color: #ff513c;
}
.cid-spnlODoy9Q .icon-wrap span {
  padding-left: 4px;
}
.cid-spnlODoy9Q .mbr-media span {
  font-size: 2rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff;
}
.cid-spnlODoy9Q .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-spnlODoy9Q .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-spnlODoy9Q .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-spnlODoy9Q .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-spnlODoy9Q a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-spnlODoy9Q a.close:hover {
  color: #ffffff;
}
.cid-spnlODoy9Q .img-wrap .overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #06182d;
  opacity: 0.8;
  pointer-events: none;
}
.cid-spnlODoy9Q .img-wrap img {
  width: 100%;
}
.cid-spnlODoy9Q .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
}
.cid-spnlODoy9Q .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-spnlODoy9Q .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-spnlODoy9Q .mbr-section-subtitle {
  color: #47b5ed;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-spnlODoy9Q .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-spnlODoy9Q .btn {
  margin: 0px !important;
}
.cid-spnlODoy9Q .btn.btn-success-outline {
  color: #000000;
}
.cid-spnlODoy9Q .btn.btn-sm {
  padding: 7px 39px;
}
.cid-spnlODoy9Q .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-spnlODoy9Q .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-spnlODoy9Q .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-spnlODoy9Q .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-spnlODoy9Q .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
}
.cid-spnlODoy9Q .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-spnlODoy9Q .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-spnlODoy9Q .sticky-tag .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff5e3a transparent transparent;
  transform: skew(22deg) !important;
}
.cid-sTh0hEkuxu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-506x337.webp");
}
@media (max-width: 991px) {
  .cid-sTh0hEkuxu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sTh0hEkuxu .row {
  flex-direction: row-reverse;
}
.cid-sTh0hEkuxu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sTh0hEkuxu .text-wrapper {
    padding: 2rem;
  }
}
.cid-soPSBJ4owp {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/alshistory-1024x682.webp");
}
.cid-soPSBJ4owp .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-soPSBJ4owp .mbr-arrow i {
  color: #ffffff !important;
}
.cid-soPSBJ4owp .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-soPSBJ4owp .animated-element,
.cid-soPSBJ4owp .typed-cursor {
  color: #ffffff;
}
.cid-soPSBJ4owp .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-soPSBJ4owp .typed-text {
    text-align: center;
  }
}
.cid-soPSBJ4owp .mbr-section-subtitle,
.cid-soPSBJ4owp .underline {
  color: #ffe161;
}
.cid-soPSBJ4owp .mbr-text,
.cid-soPSBJ4owp .typed-text,
.cid-soPSBJ4owp .mbr-section-btn {
  color: #e43f3f;
}
.cid-tOO02XNCiM {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/wintersportsdepartmentbanner2-min-1600x575.webp");
}
.cid-tOO02XNCiM .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tOO02XNCiM .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-tOO02XNCiM .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-tOO02XNCiM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tOO02XNCiM {
    margin-bottom: 2rem;
  }
}
.cid-tOO02XNCiM .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-tOO02XNCiM .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-tOO02XNCiM .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-tOO02XNCiM .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tOO02XNCiM .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-tOO02XNCiM .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-tOO02XNCiM .mbr-section-subtitle {
  color: #f9ff33;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-tOO02XNCiM .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-tOO02XNCiM .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-tOO02XNCiM .mbr-section-button {
  margin-top: 25px;
}
.cid-tOO02XNCiM .desc1,
.cid-tOO02XNCiM .mbr-section-btn {
  text-align: left;
}
.cid-tOO02XNCiM .desc2,
.cid-tOO02XNCiM .mbr-section-btn {
  color: #ff6666;
}
.cid-soPBi0RcGm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-soPBi0RcGm .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-soPC1D9K9p {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-soPC1D9K9p .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-soPC1D9K9p .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-soPC1D9K9p .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-soPC1D9K9p .mbr-text {
  color: #000000;
}
.cid-soPNCKZP66 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-soPNCKZP66 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-soPNCKZP66 .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-soPNCKZP66 .mbr-text,
.cid-soPNCKZP66 .mbr-section-btn {
  color: #000000;
}
.cid-soM6rIriES {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0b0b0b;
}
.cid-soM6rIriES .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-soM6rIriES .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-soM6rIriES .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-soM6rIriES .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-soM6rIriES .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-soM6rIriES .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-soM6rIriES .mbr-section-tag {
  color: #e43f3f;
  margin-bottom: 7px;
}
.cid-soM6rIriES .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-soM6rIriES .mbr-section-bottom {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #232323;
}
.cid-soM6rIriES .bottom-text {
  margin-top: 2rem;
  margin-bottom: 0.625rem;
  color: #ffe161;
}
.cid-soM6rIriES .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-soM6rIriES .list {
  list-style: none;
  padding-left: 0;
}
.cid-soM6rIriES .list li {
  position: relative;
  margin: 0 0 0.625rem;
}
.cid-soM6rIriES .list li::before {
  content: "–";
  display: inline-block;
  margin-right: 1rem;
}
.cid-soM6rIriES .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: right;
}
.cid-soM6rIriES .mbr-section-text {
  margin-bottom: 2rem;
  text-align: left;
}
.cid-soM6rIriES .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-soM6rIriES .mbr-section-title b:last-child,
.cid-soM6rIriES .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-soM6rIriES .mbr-section-title DIV {
  text-align: left;
}
.cid-soNQlT9FD9 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1-1920x1277.webp");
}
.cid-soNQlT9FD9 h4 {
  margin-bottom: 0;
}
.cid-soNQlT9FD9 p {
  color: #767676;
}
.cid-soNQlT9FD9 .cardcenter {
  background-color: #000000;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-soNQlT9FD9 .cardcenter:hover {
  background-color: #106dd2;
}
.cid-soNQlT9FD9 .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-soNQlT9FD9 .cards {
  height: fit-content;
  margin-top: -1.5rem;
}
.cid-soNQlT9FD9 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-soNQlT9FD9 .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-soNQlT9FD9 .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-soNQlT9FD9 .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #6592e6 !important;
  box-shadow: none!important;
}
.cid-soNQlT9FD9 .btn[class*="-outline"]:active,
.cid-soNQlT9FD9 .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-soNQlT9FD9 .card-box {
  padding-top: 2rem;
}
.cid-soNQlT9FD9 .card-wrapper {
  height: 100%;
}
.cid-soNQlT9FD9 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-soNQlT9FD9 img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-soNQlT9FD9 .card-title {
  color: #149dcc;
}
.cid-soNQlT9FD9 .main-title {
  color: #232323;
  text-align: center;
}
.cid-soNQlT9FD9 .text {
  color: #ffffff;
}
.cid-soNQlT9FD9 .card-subtitle {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-soNQlT9FD9 .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-soNQlT9FD9 .link {
    margin: auto;
  }
}
.cid-soNQlT9FD9 .mbr-text,
.cid-soNQlT9FD9 .mbr-link-btn {
  color: #000000;
}
.cid-soNMsJFgXo {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1277.webp");
}
.cid-soNMsJFgXo .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-soNMsJFgXo .text-wrapper {
    padding-top: 30px;
  }
}
.cid-soNMsJFgXo .mbr-text {
  margin-bottom: 20.4px;
}
.cid-soNMsJFgXo .mbr-text,
.cid-soNMsJFgXo .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-soNMsJFgXo .mbr-section-subtitle {
  color: #c61600;
  text-align: left;
}
.cid-soNMsJFgXo .section-subtext {
  color: #e43f3f;
  text-align: left;
}
.cid-soOekPUBue {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1-1920x1277.webp");
}
.cid-soOekPUBue .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-soOekPUBue .text-wrapper {
    padding-top: 30px;
  }
}
.cid-soOekPUBue .mbr-text {
  margin-bottom: 20.4px;
}
.cid-soOekPUBue .mbr-text,
.cid-soOekPUBue .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-soOekPUBue .mbr-section-subtitle {
  color: #c61600;
  text-align: left;
}
.cid-soOekPUBue .section-subtext {
  color: #e43f3f;
  text-align: left;
}
.cid-soOg5rSgsL {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1277.webp");
}
.cid-soOg5rSgsL .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-soOg5rSgsL .text-wrapper {
    padding-top: 30px;
  }
}
.cid-soOg5rSgsL .mbr-text {
  margin-bottom: 20.4px;
}
.cid-soOg5rSgsL .mbr-text,
.cid-soOg5rSgsL .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-soOg5rSgsL .mbr-section-subtitle {
  color: #c61600;
  text-align: left;
}
.cid-soOg5rSgsL .section-subtext {
  color: #e43f3f;
  text-align: left;
}
.cid-soM5ed1UzU.popup-builder {
  background-color: #ffffff;
}
.cid-soM5ed1UzU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-soM5ed1UzU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-soM5ed1UzU .modal-content,
.cid-soM5ed1UzU .modal-dialog {
  height: auto;
}
.cid-soM5ed1UzU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-soM5ed1UzU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-soM5ed1UzU .form-wrapper .mbr-form .form-group,
  .cid-soM5ed1UzU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-soM5ed1UzU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-soM5ed1UzU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soM5ed1UzU .mbr-text {
  text-align: center;
}
.cid-soM5ed1UzU .pt-0 {
  padding-top: 0 !important;
}
.cid-soM5ed1UzU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-soM5ed1UzU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-soM5ed1UzU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-soM5ed1UzU .modal-open {
  overflow: hidden;
}
.cid-soM5ed1UzU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-soM5ed1UzU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-soM5ed1UzU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-soM5ed1UzU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-soM5ed1UzU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-soM5ed1UzU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-soM5ed1UzU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-soM5ed1UzU .modal-content {
  background: #47b5ed;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-soM5ed1UzU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-soM5ed1UzU .modal-backdrop.fade {
  opacity: 0;
}
.cid-soM5ed1UzU .modal-backdrop.show {
  opacity: .5;
}
.cid-soM5ed1UzU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-soM5ed1UzU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-soM5ed1UzU .modal-header .close:hover {
  opacity: 1;
}
.cid-soM5ed1UzU .modal-header .close:focus {
  outline: none;
}
.cid-soM5ed1UzU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-soM5ed1UzU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-soM5ed1UzU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-soM5ed1UzU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-soM5ed1UzU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-soM5ed1UzU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-soM5ed1UzU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-soM5ed1UzU .modal-sm {
    max-width: 300px;
  }
  .cid-soM5ed1UzU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-soM5ed1UzU .modal-lg,
  .cid-soM5ed1UzU .modal-xl {
    max-width: 800px;
  }
  .cid-soM5ed1UzU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-soM5ed1UzU .modal-xl {
    max-width: 1140px;
  }
  .cid-soM5ed1UzU .container {
    max-width: 1140px;
  }
}
.cid-soM5ed1UzU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-soM5ed1UzU .container {
    max-width: 720px;
  }
}
.cid-soM5ed1UzU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-soM5ed1UzU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-soM5ed1UzU .form-group {
  margin-bottom: 1rem;
}
.cid-soM5ed1UzU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-soM5ed1UzU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-soM5ed1UzU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-twqKker2ZX {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1284.webp");
}
.cid-twqKker2ZX .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-twqKker2ZX .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-twqKker2ZX .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-twqKker2ZX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-twqKker2ZX {
    margin-bottom: 2rem;
  }
}
.cid-twqKker2ZX .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-twqKker2ZX .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-twqKker2ZX .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-twqKker2ZX .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-twqKker2ZX .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-twqKker2ZX .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-twqKker2ZX .mbr-section-subtitle {
  color: #f9ff33;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-twqKker2ZX .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-twqKker2ZX .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-twqKker2ZX .mbr-section-button {
  margin-top: 25px;
}
.cid-twqKker2ZX .desc1,
.cid-twqKker2ZX .mbr-section-btn {
  text-align: left;
}
.cid-twqKker2ZX .desc2,
.cid-twqKker2ZX .mbr-section-btn {
  color: #ff6666;
}
.cid-twqH1UkY44 {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/monsondrs-750x499.webp");
}
.cid-twqH1UkY44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twqH1UkY44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twqH1UkY44 .mbr-text,
.cid-twqH1UkY44 .mbr-section-btn {
  color: #ffffff;
}
.cid-twqH1UkY44 .mbr-section-title {
  color: #98dee8;
}
.cid-twqH1UkY44 .mbr-section-subtitle {
  color: #ffe161;
}
.cid-tOT7ANRZ0A {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/slabnewm-385x452.webp");
}
.cid-tOT7ANRZ0A H1 {
  color: #fafafa;
}
.cid-tOT7ANRZ0A .mbr-text,
.cid-tOT7ANRZ0A .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tOT7ANRZ0A .img-box {
  position: relative;
}
.cid-tOT7ANRZ0A .card-ico span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-tOT7ANRZ0A .card-ico .ico1 {
  background-color: #ff8a73;
}
.cid-tOT7ANRZ0A .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-tOT7ANRZ0A .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-tOT7ANRZ0A .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-tOT7ANRZ0A .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-tOT7ANRZ0A img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-tOT7ANRZ0A .img-box {
    height: 500px;
  }
  .cid-tOT7ANRZ0A .img1 {
    left: 1rem;
  }
  .cid-tOT7ANRZ0A .img2 {
    right: 1rem;
  }
  .cid-tOT7ANRZ0A img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-tOT7ANRZ0A img {
    width: 60%;
  }
  .cid-tOT7ANRZ0A .img-box {
    height: 300px;
  }
  .cid-tOT7ANRZ0A .author-box {
    justify-content: center;
  }
  .cid-tOT7ANRZ0A .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-tOT7ANRZ0A .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-tOT7ANRZ0A .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-tOT7ANRZ0A .card-ico span {
    margin-right: 0rem;
  }
}
.cid-tOT7ANRZ0A .author-box {
  display: flex;
  flex-direction: row;
}
.cid-tOT7ANRZ0A .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-tOT7ANRZ0A .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-tOT7ANRZ0A h3,
.cid-tOT7ANRZ0A h4 {
  margin: 0;
  padding: 0;
}
.cid-tOT7ANRZ0A H3 {
  color: #ffe161;
}
.cid-tOT7ANRZ0A H4 {
  color: #716c80;
}
.cid-tOT7ANRZ0A .card-title {
  color: #ffe161;
}
.cid-tP56XKwxia {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/legrand-new-cement-truck-1500x1125.webp");
  overflow: hidden;
}
.cid-tP56XKwxia svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tP56XKwxia #e2_shape {
  fill: #353535 !important;
}
.cid-tP56XKwxia img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 153, 153, 0.35);
}
@media (max-width: 576px) {
  .cid-tP56XKwxia img {
    width: 90%!important;
  }
}
.cid-tP56XKwxia H1 {
  color: #ffffff;
  text-align: center;
}
.cid-tP56XKwxia H3 {
  color: #f3f923;
  text-align: center;
}
.cid-tP56XKwxia .mbr-text,
.cid-tP56XKwxia .mbr-section-btn {
  text-align: center;
}
.cid-uZFva8i108 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/murdockhappy-1280x719.webp");
}
@media (min-width: 992px) {
  .cid-uZFva8i108 .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-uZFva8i108 .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-uZFva8i108 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uZFva8i108 {
    margin-bottom: 2rem;
  }
}
.cid-uZFva8i108 .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-uZFva8i108 .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-uZFva8i108 .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-uZFva8i108 .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-uZFva8i108 .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-uZFva8i108 .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-uZFva8i108 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-uZFva8i108 .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-uZFva8i108 .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-uZFva8i108 .mbr-section-button {
  margin-top: 25px;
}
.cid-uZFva8i108 .desc1,
.cid-uZFva8i108 .mbr-section-btn {
  text-align: left;
  color: #ffe885;
}
.cid-uZFva8i108 .desc2,
.cid-uZFva8i108 .mbr-section-btn {
  color: #ffffff;
}
