.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Dancing Script', handwriting;
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Dancing Script', handwriting;
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Dancing Script', handwriting;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.88235294;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  line-height: 1.66666667;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 20px;
  border-radius: 3px;
}
.btn-lg {
  padding: 0 20px;
  border-radius: 5px;
}
.bg-primary {
  background-color: #ec000e !important;
}
.bg-success {
  background-color: #06df9e !important;
}
.bg-info {
  background-color: #bf6cff !important;
}
.bg-warning {
  background-color: #ec000e !important;
}
.bg-danger {
  background-color: #ec000e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ec000e !important;
  border-color: #ec000e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ec000e;
  border-color: #ec000e;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ec000e !important;
  border-color: #ec000e !important;
}
.btn-primary:hover {
  background-color: #b9000b !important;
  border-color: #b9000b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #bf6cff;
  border-color: #bf6cff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
}
.btn-info:hover {
  background-color: #a939ff !important;
  border-color: #a939ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #06df9e !important;
  border-color: #06df9e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #06df9e;
  border-color: #06df9e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-success:hover {
  background-color: #05ad7b !important;
  border-color: #05ad7b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ec000e !important;
  border-color: #ec000e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ec000e;
  border-color: #ec000e;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ec000e !important;
  border-color: #ec000e !important;
}
.btn-warning:hover {
  background-color: #ff202d !important;
  border-color: #ff202d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ec000e !important;
  border-color: #ec000e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ec000e;
  border-color: #ec000e;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ec000e !important;
  border-color: #ec000e !important;
}
.btn-danger:hover {
  background-color: #ff202d !important;
  border-color: #b9000b !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: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !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: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ec000e;
  color: #ec000e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #ec000e !important;
  border-color: #ec000e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec000e !important;
  border-color: #ec000e !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #bf6cff;
  color: #bf6cff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #bf6cff !important;
  border-color: #bf6cff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #06df9e;
  color: #06df9e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #06df9e !important;
  border-color: #06df9e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ec000e;
  color: #ec000e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #ec000e !important;
  border-color: #ec000e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ec000e !important;
  border-color: #ec000e !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ec000e;
  color: #ec000e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #ec000e !important;
  border-color: #ec000e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ec000e !important;
  border-color: #ec000e !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  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 {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #ec000e !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #06df9e !important;
}
.text-info {
  color: #bf6cff !important;
}
.text-warning {
  color: #ec000e !important;
}
.text-danger {
  color: #ec000e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #860008 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #037c58 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #9306ff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ec000e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #860008 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ec000e !important;
}
.alert-success {
  background-color: #06df9e;
}
.alert-info {
  background-color: #bf6cff;
}
.alert-warning {
  background-color: #ec000e;
}
.alert-danger {
  background-color: #ec000e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ec000e;
  border-color: #ec000e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #ec000e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffb9bd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b4fde7;
}
.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: #ffb9bd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffb9bd;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #ec000e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ec000e;
  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: #ec000e;
  border-bottom-color: #ec000e;
}
.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: #ec000e !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: #000000 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-suiDsEFdMk {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-suiDsEFdMk .nav-item,
.cid-suiDsEFdMk .nav-link,
.cid-suiDsEFdMk .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-suiDsEFdMk .nav-item:hover,
.cid-suiDsEFdMk .nav-link:hover,
.cid-suiDsEFdMk .navbar-caption:hover {
  color: #ec000e !important;
}
.cid-suiDsEFdMk .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-suiDsEFdMk .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-suiDsEFdMk .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-suiDsEFdMk .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-suiDsEFdMk .container-fluid,
.cid-suiDsEFdMk .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-suiDsEFdMk .navbar-brand {
  padding: 0;
}
.cid-suiDsEFdMk .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-suiDsEFdMk .nav-link:hover:before {
  width: 100%;
}
.cid-suiDsEFdMk .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-suiDsEFdMk .nav-link {
    margin: 0 !important;
  }
}
.cid-suiDsEFdMk .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-suiDsEFdMk .widget p,
.cid-suiDsEFdMk .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-suiDsEFdMk .widget p a,
.cid-suiDsEFdMk .widget .icons-menu a {
  margin-left: 15px;
}
.cid-suiDsEFdMk .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-suiDsEFdMk .icons__wrap:hover {
  color: #ffffff;
  background-color: #ec000e;
  border-color: #ec000e;
}
.cid-suiDsEFdMk .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-suiDsEFdMk .block__phone,
  .cid-suiDsEFdMk .icons-menu {
    display: none;
  }
  .cid-suiDsEFdMk .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-suiDsEFdMk .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #ec000e !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-suiDsEFdMk .mbr-section-btn .btn-secondary:hover {
  background-color: #ec000e !important;
  color: #ffffff !important;
}
.cid-suiDsEFdMk .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-suiDsEFdMk .navbar > .container,
.cid-suiDsEFdMk .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-suiDsEFdMk .btn {
    white-space: nowrap;
  }
  .cid-suiDsEFdMk .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-suiDsEFdMk .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-suiDsEFdMk .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-suiDsEFdMk .dropdown-toggle::after,
  .cid-suiDsEFdMk .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-suiDsEFdMk .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-suiDsEFdMk .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-suiDsEFdMk .dropdown-menu .dropdown-item:hover {
  color: #ec000e !important;
}
.cid-suiDsEFdMk .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-suiDsEFdMk .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-suiDsEFdMk .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-suiDsEFdMk .nav-item:focus,
.cid-suiDsEFdMk .nav-link:focus {
  outline: none;
}
.cid-suiDsEFdMk .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-suiDsEFdMk .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-suiDsEFdMk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-suiDsEFdMk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suiDsEFdMk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-suiDsEFdMk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suiDsEFdMk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-suiDsEFdMk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suiDsEFdMk .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-suiDsEFdMk .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-suiDsEFdMk .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-suiDsEFdMk .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-suiDsEFdMk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suiDsEFdMk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suiDsEFdMk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 120px - 1rem);
  }
}
.cid-suiDsEFdMk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suiDsEFdMk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suiDsEFdMk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-suiDsEFdMk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suiDsEFdMk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suiDsEFdMk .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-suiDsEFdMk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suiDsEFdMk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suiDsEFdMk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-suiDsEFdMk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-suiDsEFdMk .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-suiDsEFdMk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suiDsEFdMk .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-suiDsEFdMk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-suiDsEFdMk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suiDsEFdMk .dropdown-item.active,
.cid-suiDsEFdMk .dropdown-item:active {
  background-color: transparent;
}
.cid-suiDsEFdMk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-suiDsEFdMk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-suiDsEFdMk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-suiDsEFdMk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-suiDsEFdMk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suiDsEFdMk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suiDsEFdMk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suiDsEFdMk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suiDsEFdMk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suiDsEFdMk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suiDsEFdMk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suiDsEFdMk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suiDsEFdMk .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-suiDsEFdMk a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-suiDsEFdMk a.nav-link:hover {
  color: #ec000e !important;
}
@media (max-width: 991px) {
  .cid-suiDsEFdMk .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-suiDsEFdMk .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-suiDsEFdMk .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-suiDsEFdMk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-suiDsEFdMk .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-suiDsEFdMk .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-suiDsEFdMk .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-suiDsEFdMk .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-suiDsEFdMk .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-suiDsEFdMk .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-suiDsEFdMk a.nav-link {
    justify-content: flex-start;
  }
  .cid-suiDsEFdMk ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-suiDsEFdMk .navbar-brand {
    padding: 0;
  }
  .cid-suiDsEFdMk .block__phone,
  .cid-suiDsEFdMk .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-suiDsEFdMk .widget {
    flex-direction: column;
  }
  .cid-suiDsEFdMk .widget p,
  .cid-suiDsEFdMk .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-suiDsEFdMk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suiDsEFdMk .navbar {
    height: 97px;
  }
  .cid-suiDsEFdMk .navbar.opened {
    height: auto;
  }
  .cid-suiDsEFdMk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-stwSOk32SY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #b71f30;
  background: linear-gradient(-45deg, rgba(183, 31, 48, 0.8), #ec000e);
}
.cid-stwSOk32SY .mbr-overlay {
  background: #b71f30;
  background: linear-gradient(to right, #b71f30, #ec000e);
}
.cid-stwSOk32SY .container {
  pointer-events: none;
}
.cid-stwSOk32SY .title__block,
.cid-stwSOk32SY .image__block {
  pointer-events: all;
}
.cid-stwSOk32SY .mbr-section-title {
  margin-bottom: 40px;
  color: #ffffff;
}
.cid-stwSOk32SY .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-stwSOk32SY .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-stwSOk32SY .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-stwSOk32SY .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-stwSOk32SY .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-stwSOk32SY .image__block {
  max-height: 600px;
}
.cid-stwSOk32SY .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-stwSOk32SY .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-stwSOk32SY .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-stwSOk32SY .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-stwSOk32SY .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-stwSOk32SY .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-stwSOk32SY .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-stwSOk32SY .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-stwSOk32SY .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-stxaMszyo6 {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-stxaMszyo6 .container,
.cid-stxaMszyo6 .container-fluid {
  pointer-events: none;
}
.cid-stxaMszyo6 .title__block,
.cid-stxaMszyo6 .card__block {
  pointer-events: all;
}
.cid-stxaMszyo6 .icon__block {
  margin-bottom: 40px;
}
.cid-stxaMszyo6 .icon__block .mbr-iconfont {
  font-size: 50px;
  color: #ec000e;
}
.cid-stxaMszyo6 .mbr-section-title {
  color: #233d63;
  margin-bottom: 30px;
}
.cid-stxaMszyo6 .subtext {
  margin-bottom: 30px;
}
.cid-stxaMszyo6 .mbr-section-btn {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .cid-stxaMszyo6 .column1 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .cid-stxaMszyo6 .wrap {
    margin-top: 40px;
  }
}
.cid-stxaMszyo6 .card__block {
  will-change: opacity;
  padding: 45px 15px 30px 35px;
  margin-bottom: 45px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
}
.cid-stxaMszyo6 .icon__card_wrap {
  width: 100%;
}
.cid-stxaMszyo6 .color1 {
  background: linear-gradient(120deg, #b9000b 0%, #ff535d 100%);
}
.cid-stxaMszyo6 .color2 {
  background: linear-gradient(120deg, #ccb700 0%, #ffef66 100%);
}
.cid-stxaMszyo6 .color3 {
  background: linear-gradient(120deg, #05ad7b 0%, #51fac8 100%);
}
.cid-stxaMszyo6 .color4 {
  background: linear-gradient(120deg, #cc5000 0%, #ffa266 100%);
}
.cid-stxaMszyo6 .icon__card {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-stxaMszyo6 .icon__card .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-stxaMszyo6 .icon__card:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background: linear-gradient(-51deg, #f99a78 0%, #8834cc 20%, #37bdd1 42%, #d4ea3e 62%, #f8669d 83%, #fc5d95 91%, #ff538c 100%);
  background-size: 400%;
  z-index: -1;
  animation: gradientBG 10s infinite linear alternate;
  opacity: 0.65;
}
.cid-stxaMszyo6 .icon__card:after {
  content: "";
  filter: blur(15px);
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background: linear-gradient(-51deg, #f99a78 0%, #8834cc 20%, #37bdd1 42%, #d4ea3e 62%, #f8669d 83%, #fc5d95 91%, #ff538c 100%);
  background-size: 400%;
  z-index: -1;
  animation: gradientBG 10s infinite linear alternate;
  opacity: 0.65;
}
.cid-stxaMszyo6 .card__title {
  margin-top: 20px;
}
.cid-stxaMszyo6 .card__text {
  margin-top: 30px;
}
.cid-stxaMszyo6 .card__block_btn {
  margin-top: 25px;
  font-size: 30px;
}
.cid-stxaMszyo6 .animation__background .triangle {
  position: absolute;
  top: 17%;
  left: 23%;
  animation: rotatedHalf 40s infinite linear;
  height: 200px;
  width: 200px;
}
.cid-stxaMszyo6 .animation__background .triangle2 {
  position: absolute;
  bottom: 13%;
  left: 19%;
  animation: animationTwo 40s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-stxaMszyo6 .animation__background .quadr {
  position: absolute;
  bottom: 22%;
  right: 18%;
  animation: animationTwo 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-stxaMszyo6 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  right: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-stxaMszyo6 .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationOne 30s infinite linear;
}
.cid-stxaMszyo6 .animation__background .circle3 {
  display: inline-block;
  width: 17px;
  height: 17px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  border: 5px solid #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-stxaMszyo6 .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 19%;
  top: 12%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationThree 25s infinite linear;
}
.cid-stxaMszyo6 .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationTwo 25s infinite linear;
}
@keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationThree {
  0% {
    transform: translate(165px, -180px);
  }
  100% {
    transform: translate(-345px, 615px);
  }
}
.cid-stxaMszyo6 .mbr-text,
.cid-stxaMszyo6 .mbr-section-btn {
  text-align: left;
}
.cid-sucudEXxeB.popup-builder {
  background-color: #ffffff;
}
.cid-sucudEXxeB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sucudEXxeB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sucudEXxeB .modal-content,
.cid-sucudEXxeB .modal-dialog {
  height: auto;
}
.cid-sucudEXxeB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sucudEXxeB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sucudEXxeB .form-wrapper .mbr-form .form-group,
  .cid-sucudEXxeB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sucudEXxeB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sucudEXxeB .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-sucudEXxeB .mbr-text {
  text-align: center;
}
.cid-sucudEXxeB .pt-0 {
  padding-top: 0 !important;
}
.cid-sucudEXxeB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sucudEXxeB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sucudEXxeB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sucudEXxeB .modal-open {
  overflow: hidden;
}
.cid-sucudEXxeB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sucudEXxeB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sucudEXxeB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sucudEXxeB .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-sucudEXxeB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sucudEXxeB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sucudEXxeB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sucudEXxeB .modal-content {
  background: #ffffff;
  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-sucudEXxeB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sucudEXxeB .modal-backdrop.fade {
  opacity: 0;
}
.cid-sucudEXxeB .modal-backdrop.show {
  opacity: .5;
}
.cid-sucudEXxeB .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-sucudEXxeB .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sucudEXxeB .modal-header .close:hover {
  opacity: 1;
}
.cid-sucudEXxeB .modal-header .close:focus {
  outline: none;
}
.cid-sucudEXxeB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ec000e;
}
.cid-sucudEXxeB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sucudEXxeB .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-sucudEXxeB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sucudEXxeB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sucudEXxeB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sucudEXxeB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sucudEXxeB .modal-sm {
    max-width: 300px;
  }
  .cid-sucudEXxeB .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sucudEXxeB .modal-lg,
  .cid-sucudEXxeB .modal-xl {
    max-width: 800px;
  }
  .cid-sucudEXxeB .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sucudEXxeB .modal-xl {
    max-width: 1140px;
  }
  .cid-sucudEXxeB .container {
    max-width: 1140px;
  }
}
.cid-sucudEXxeB .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sucudEXxeB .container {
    max-width: 720px;
  }
}
.cid-sucudEXxeB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sucudEXxeB .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-sucudEXxeB .form-group {
  margin-bottom: 1rem;
}
.cid-sucudEXxeB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sucudEXxeB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sucudEXxeB .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-stx4k7X9Vm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/backgraund-trend.jpg");
}
.cid-stx4k7X9Vm .mbr-overlay {
  background: #ec000e;
  background: linear-gradient(to right, #ec000e, #b71f30);
}
.cid-stx4k7X9Vm .container {
  pointer-events: none;
}
.cid-stx4k7X9Vm .mbr-section-title {
  pointer-events: all;
  font-size: 140px;
  line-height: 160px;
}
.cid-stx4k7X9Vm .animated-element {
  color: #ffffff;
  font-size: 140px;
  line-height: 160px;
}
.cid-stx4k7X9Vm .animated-element:after {
  content: ".";
  color: #ffffff;
}
.cid-stx4k7X9Vm .typed-cursor {
  color: #ffffff;
  font-size: 140px;
}
.cid-stx4k7X9Vm .mbr-section-title,
.cid-stx4k7X9Vm .animated-element {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .cid-stx4k7X9Vm .mbr-section-title,
  .cid-stx4k7X9Vm .animated-element,
  .cid-stx4k7X9Vm .typed-cursor {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .cid-stx4k7X9Vm .mbr-section-title,
  .cid-stx4k7X9Vm .animated-element,
  .cid-stx4k7X9Vm .typed-cursor {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .cid-stx4k7X9Vm .mbr-section-title,
  .cid-stx4k7X9Vm .animated-element,
  .cid-stx4k7X9Vm .typed-cursor {
    font-size: 60px;
    line-height: 60px;
  }
}
.cid-stx4k7X9Vm .mbr-section-title,
.cid-stx4k7X9Vm .typed-text {
  color: #ffffff;
}
@keyframes scale__one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-stxdwwt7GF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-stxdwwt7GF .title__block {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-stxdwwt7GF .title__block {
    margin-bottom: 25px;
  }
}
.cid-stxdwwt7GF .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-stxdwwt7GF .mbr-section-title {
  color: #233d63;
  font-weight: 300;
}
.cid-stxdwwt7GF .mbr-section-title b,
.cid-stxdwwt7GF .mbr-section-title strong {
  font-weight: 500;
}
.cid-stxdwwt7GF .card__wrap:hover .btn-warning-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0px 13px 28px 0px rgba(0, 0, 0, 0.25);
}
.cid-stxdwwt7GF .card__wrap:hover .btn-warning-outline:before {
  transform: scale(1);
}
.cid-stxdwwt7GF .card__wrap {
  background: #ffffff;
  box-shadow: 0px 10px 40px 0px rgba(60, 67, 113, 0.05);
  position: relative;
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin-top: 50px;
  overflow: hidden;
}
.cid-stxdwwt7GF .card__wrap:before {
  content: "";
  width: 50px;
  height: 6px;
  border-radius: 5px 5px 0 0;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 1;
  transition: all 0.8s ease-out;
}
.cid-stxdwwt7GF .card__wrap:after {
  content: "";
  width: 100%;
  height: 6px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: calc(-100% - 100px);
  z-index: 1;
  transition: all 0.8s ease-out;
  background: #ffffff;
}
.cid-stxdwwt7GF .card__wrap:hover:before {
  opacity: 1;
  left: 100%;
}
.cid-stxdwwt7GF .card__wrap:hover:after {
  left: 100%;
}
.cid-stxdwwt7GF .card__wrap:hover .icon__art {
  transform: scale(1.3) translateX(80px);
}
.cid-stxdwwt7GF .wrap:nth-child(1) .card__header {
  border-top: 6px solid #ec000e;
  border-bottom: 1px solid #ec000e;
}
.cid-stxdwwt7GF .wrap:nth-child(2) .card__header {
  border-top: 6px solid #bf6cff;
  border-bottom: 1px solid #bf6cff;
}
.cid-stxdwwt7GF .wrap:nth-child(3) .card__header {
  border-top: 6px solid #06df9e;
  border-bottom: 1px solid #06df9e;
}
.cid-stxdwwt7GF .wrap:nth-child(4) .card__header {
  border-top: 6px solid #ec000e;
  border-bottom: 1px solid #ec000e;
}
.cid-stxdwwt7GF .icon__art {
  opacity: 0.18;
  position: absolute;
  left: -60px;
  top: 17%;
  z-index: 0;
  transition: all 0.6s ease-in-out;
}
.cid-stxdwwt7GF .icon__art img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-stxdwwt7GF .card__header {
  position: relative;
  padding: 40px 0 32px;
}
.cid-stxdwwt7GF .card__top {
  position: relative;
  z-index: 5;
  padding: 0 15px;
}
.cid-stxdwwt7GF .card__price {
  color: #ff3a46;
}
.cid-stxdwwt7GF .card__price sup {
  font-size: 60%;
  color: inherit;
}
.cid-stxdwwt7GF .card__title {
  color: #233d63;
}
.cid-stxdwwt7GF .card__body {
  padding: 42px 15px 40px;
}
.cid-stxdwwt7GF .card__feature {
  margin-bottom: 15px;
  color: #233d63;
}
.cid-stxdwwt7GF .card__footer {
  border-top: 1px solid #e9e9e9;
  padding: 40px 15px 40px;
}
.cid-stxdwwt7GF .item {
  line-height: 45px;
}
.cid-stxdwwt7GF .mbr-section-btn {
  margin: 0;
}
.cid-stxdwwt7GF .mbr-section-btn .btn {
  z-index: 10;
}
.cid-stxdwwt7GF .mbr-section-btn .btn-warning-outline {
  border: 2px solid #dbdbdb !important;
  color: #1a1a1a !important;
  position: relative;
  border-radius: 30px;
  background: transparent !important;
}
.cid-stxdwwt7GF .mbr-section-btn .btn-warning-outline:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  background: linear-gradient(130deg, rgba(236, 0, 14, 0.55) 0%, #ec000e 100%) !important;
  transform: scale(0, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.cid-stxdwwt7GF .btn__trial {
  margin-top: 32px;
  line-height: 25px;
  color: #b71f30;
}
.cid-stxdwwt7GF .btn__trial a {
  color: #6a6c72 !important;
}
.cid-stKpuKa1LD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-stKpuKa1LD .mbr-section-title {
  color: #233d63;
}
.cid-stKpuKa1LD .icon__block {
  background: linear-gradient(135deg, rgba(236, 0, 14, 0.54) 0%, rgba(236, 0, 14, 0.85) 60%, #ec000e 100%);
}
.cid-stKpuKa1LD .mbr-section-title,
.cid-stKpuKa1LD .icon__wrap {
  text-align: center;
}
.cid-stKpuKa1LD .mbr-section-subtitle {
  text-align: center;
}
.cid-stKpuKa1LD .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-stKpuKa1LD .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-stKpuKa1LD .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-stKpuKa1LD .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-stKpuKa1LD .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-styyYSbuUM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-styyYSbuUM .mbr-overlay {
  background: #5eeebb;
}
.cid-styyYSbuUM .column2 {
  margin-top: 150px;
}
.cid-styyYSbuUM .card {
  padding: 0 35px;
  margin-bottom: 150px;
  position: relative;
}
.cid-styyYSbuUM .card:hover .image img {
  transform: scale(1.1);
}
.cid-styyYSbuUM .card:hover .card__content {
  left: 35px;
}
.cid-styyYSbuUM .image {
  border: 1px solid #ffffff;
  overflow: hidden;
}
.cid-styyYSbuUM .image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-styyYSbuUM .card__content {
  position: absolute;
  bottom: -100px;
  right: 35px;
  left: 100px;
  padding: 50px 35px 42px 60px;
  background: rgba(251, 252, 255, 0.99);
  box-shadow: -15px 19px 40px 0px rgba(240, 240, 240, 0.5);
  transition: all 0.5s ease-in-out;
}
.cid-styyYSbuUM .card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 60px;
  z-index: 1;
  background-color: #ec000e;
  box-shadow: 0px 15px 40px 0px rgba(189, 189, 189, 0.5);
}
.cid-styyYSbuUM .card__icon .mbr-iconfont {
  color: #fff;
  font-size: 35px;
}
.cid-styyYSbuUM .card__title {
  margin-bottom: 15px;
  color: #233d63;
}
.cid-styyYSbuUM .btn__card {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-styyYSbuUM .btn__card .mbr-iconfont {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-styyYSbuUM .card {
    padding: 0;
    margin-bottom: 70px;
  }
  .cid-styyYSbuUM .card__content {
    padding: 50px 20px 20px;
    right: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .cid-styyYSbuUM .column2 {
    margin-top: 0;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .cid-styyYSbuUM .image {
    max-height: 450px;
  }
}
.cid-subqzYBfLM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-image: url("../../../assets/images/backgraund-trend.jpg");
}
.cid-subqzYBfLM .mbr-overlay {
  background: #b71f30;
  background: linear-gradient(to right, #b71f30, #ec000e);
}
.cid-subqzYBfLM .mbr-section-title {
  color: #233d63;
}
.cid-subqzYBfLM .mbr-section-subtitle {
  text-align: center;
}
.cid-subqzYBfLM .mbr-section-btn {
  margin-top: 35px;
}
.cid-subqzYBfLM .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-subqzYBfLM .mbr-section-btn .btn-white:hover {
  background-color: #ec000e !important;
  border-color: #ec000e !important;
  color: #ffffff !important;
}
.cid-subqzYBfLM .mbr-section-title,
.cid-subqzYBfLM .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-subqzYBfLM .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-subqzYBfLM .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-stKmf9x5Tu {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcff;
}
.cid-stKmf9x5Tu .container,
.cid-stKmf9x5Tu .row {
  pointer-events: none;
}
.cid-stKmf9x5Tu .wrap {
  pointer-events: all;
}
.cid-stKmf9x5Tu .carousel {
  padding: 0;
}
.cid-stKmf9x5Tu .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
  padding-right: 80px;
}
.cid-stKmf9x5Tu .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
  padding-right: 80px;
  font-weight: 300;
}
.cid-stKmf9x5Tu .mbr-section-title b,
.cid-stKmf9x5Tu .mbr-section-title strong {
  font-weight: 500;
}
.cid-stKmf9x5Tu .carousel-controls {
  margin-top: 100px;
  width: 100%;
  position: relative;
}
.cid-stKmf9x5Tu .carousel-controls a span {
  width: 55px;
  height: 55px;
  font-size: 30px;
  position: absolute;
  padding: 0 10px;
  color: #ec000e;
  background-color: transparent;
  transition: all 0.3s ease 0s;
}
.cid-stKmf9x5Tu .carousel-control-prev {
  position: static;
  width: 55px;
  transition: all 0.3s ease 0s;
}
.cid-stKmf9x5Tu .carousel-control-next {
  position: static;
  width: 55px;
  transition: all 0.3s ease 0s;
}
.cid-stKmf9x5Tu .user_text {
  padding-right: 80px;
  padding-bottom: 50px;
}
.cid-stKmf9x5Tu .user_image {
  display: inline-block;
  margin-right: 20px;
}
.cid-stKmf9x5Tu .user_image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.cid-stKmf9x5Tu .author {
  padding-right: 80px;
}
.cid-stKmf9x5Tu .author__info {
  display: inline-block;
  height: 60px;
  vertical-align: -webkit-baseline-middle;
}
.cid-stKmf9x5Tu .user_name {
  color: #233d63;
  line-height: 24px;
}
.cid-stKmf9x5Tu .user_prof {
  color: #c0c0c9;
  line-height: 24px;
}
.cid-stKmf9x5Tu .fon2 {
  position: absolute;
  width: 250px;
  bottom: 0;
  left: 70px;
  z-index: 1;
}
.cid-stKmf9x5Tu .animation__background .fon {
  max-width: 600px;
  width: 100%;
  position: absolute;
  right: 2%;
  top: 13%;
  z-index: -1;
}
.cid-stKmf9x5Tu .animation__background .image {
  position: absolute;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  box-shadow: 0px 10px 20px 0px rgba(20, 44, 56, 0.25);
}
.cid-stKmf9x5Tu .animation__background .image:nth-child(1) {
  top: 37%;
  right: 4%;
  animation: scale__one 14s infinite linear;
}
.cid-stKmf9x5Tu .animation__background .image:nth-child(2) {
  top: 47%;
  right: 14%;
  animation: scale__two 9s infinite linear;
}
.cid-stKmf9x5Tu .animation__background .image:nth-child(3) {
  bottom: 16%;
  right: 7%;
  animation: scale__three 8s infinite linear;
}
.cid-stKmf9x5Tu .animation__background .image:nth-child(4) {
  top: 24%;
  right: 18%;
  animation: scale__two 10s infinite linear;
}
.cid-stKmf9x5Tu .animation__background .image:nth-child(5) {
  top: 60%;
  right: 23%;
  animation: scale__three 11s infinite linear;
}
.cid-stKmf9x5Tu .animation__background .image:nth-child(6) {
  bottom: 46%;
  right: 30%;
  animation: scale__one 12s infinite linear;
}
.cid-stKmf9x5Tu .animation__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-stKmf9x5Tu .animation__background {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-stKmf9x5Tu .mbr-section-subtitle,
  .cid-stKmf9x5Tu .mbr-section-title,
  .cid-stKmf9x5Tu .user_text,
  .cid-stKmf9x5Tu .author {
    padding-right: 0;
  }
}
@keyframes scale__one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale__two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes scale__three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.cid-stxrMCTakj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-stxrMCTakj .container {
  pointer-events: none;
  z-index: 10;
}
.cid-stxrMCTakj .mbr-section-subtitle,
.cid-stxrMCTakj .title,
.cid-stxrMCTakj .mbr-text,
.cid-stxrMCTakj .phone,
.cid-stxrMCTakj .subscribe__form {
  pointer-events: all;
}
.cid-stxrMCTakj .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-stxrMCTakj .mbr-section-title {
  color: #233d63;
  font-weight: 300;
}
.cid-stxrMCTakj .mbr-section-title span {
  font-weight: 500;
}
.cid-stxrMCTakj .line {
  margin: 35px 0 45px;
  display: inline-block;
  width: 60px;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(130deg, rgba(236, 0, 14, 0.65) 0%, rgba(236, 0, 14, 0.65) 100%) !important;
}
.cid-stxrMCTakj .mbr-text {
  margin-bottom: 15px;
}
.cid-stxrMCTakj .subscribe__form {
  margin-left: 60px;
  background: #ffffff;
  padding: 65px 60px;
  box-shadow: 19px 19px 100px 0px rgba(96, 96, 96, 0.08);
}
.cid-stxrMCTakj .form-group {
  margin-bottom: 0;
}
.cid-stxrMCTakj .dragArea .form-control {
  height: 50px;
  margin-bottom: 55px;
  padding: 0 5px;
  color: #000000;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #ec000e;
}
.cid-stxrMCTakj .dragArea textarea {
  height: 120px !important;
  resize: none;
  margin-bottom: 50px;
  border: none;
  border-bottom: 2px solid #ec000e;
}
.cid-stxrMCTakj .dragArea input::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.8;
}
.cid-stxrMCTakj .dragArea input::-moz-placeholder {
  color: #000000;
  opacity: 0.8;
}
.cid-stxrMCTakj .dragArea textarea::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.8;
}
.cid-stxrMCTakj .dragArea textarea::-moz-placeholder {
  color: #000000;
  opacity: 0.8;
}
.cid-stxrMCTakj .dragArea .input-group-btn .btn {
  min-width: 185px;
  height: 50px;
  margin-bottom: 55px;
  padding: 0;
  border: none;
  background: linear-gradient(130deg, rgba(236, 0, 14, 0.65) 0%, rgba(236, 0, 14, 0.65) 100%) !important;
}
.cid-stxrMCTakj .phone {
  color: #000000;
}
.cid-stxrMCTakj .box {
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-stxrMCTakj .subscribe__form {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    padding: 35px 30px;
  }
}
.cid-stxrMCTakj .animation__background .triangle {
  position: absolute;
  top: 33%;
  left: 47%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-stxrMCTakj .animation__background .circle1 {
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 60px;
  left: 25%;
  border-radius: 50%;
  background: #ec000e;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-stxrMCTakj .animation__background .circle2 {
  display: inline-block;
  width: 11px;
  height: 11px;
  bottom: 45%;
  left: 5%;
  position: absolute;
  border-radius: 50%;
  background-color: #06df9e;
  animation: animationTwo 25s infinite linear;
}
.cid-stxrMCTakj .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 130px;
  left: 37%;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationOne 35s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-stxrMCTakj .mbr-section-title,
.cid-stxrMCTakj .title {
  color: #b71f30;
}
.cid-suiP2lB9sO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-suiP2lB9sO .container {
  pointer-events: none;
}
.cid-suiP2lB9sO .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-suiP2lB9sO .brand__text {
  padding: 12px 0 25px;
}
.cid-suiP2lB9sO .brand__email {
  margin-bottom: 15px;
}
.cid-suiP2lB9sO .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-suiP2lB9sO .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-suiP2lB9sO .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-suiP2lB9sO .footer__items a:hover {
  color: #ec000e !important;
}
.cid-suiP2lB9sO .social {
  margin-top: 30px;
}
.cid-suiP2lB9sO .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-suiP2lB9sO .social .social__items:hover {
  background-color: #ec000e;
  border-color: #ec000e;
}
.cid-suiP2lB9sO .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-suiP2lB9sO .social .social__items:last-child {
  margin-right: 0;
}
.cid-suiP2lB9sO .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-suiP2lB9sO .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-suiP2lB9sO .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-suiP2lB9sO .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-suiP2lB9sO .footer__bot_items a:hover {
  color: #ec000e !important;
}
.cid-suiP2lB9sO .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-suiP2lB9sO .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-suiP2lB9sO .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ec000e;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-suiP2lB9sO .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-suiP2lB9sO .divider {
    margin-top: 30px;
  }
  .cid-suiP2lB9sO .footer__bottom {
    padding: 30px 0;
  }
  .cid-suiP2lB9sO .align-right,
  .cid-suiP2lB9sO .privacy {
    text-align: center;
  }
  .cid-suiP2lB9sO .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-subdwsgtH5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-subdwsgtH5 .container {
  pointer-events: none;
}
.cid-subdwsgtH5 .subtitle__block,
.cid-subdwsgtH5 .title__block,
.cid-subdwsgtH5 .buttons__block {
  pointer-events: all;
}
.cid-subdwsgtH5 .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-subdwsgtH5 .subtitle__block SPAN {
  color: #ec000e;
}
.cid-subdwsgtH5 .mbr-section-subtitle {
  display: inline-block;
}
.cid-subdwsgtH5 .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-subdwsgtH5 .mbr-text {
  margin-top: 35px;
}
.cid-subdwsgtH5 .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-subdwsgtH5 .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-subdwsgtH5 .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #bf6cff 0%, rgba(191, 108, 255, 0.85) 100%) !important;
}
.cid-subdwsgtH5 .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-subdwsgtH5 .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-subdwsgtH5 .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-subdwsgtH5 .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  color: #ec000e;
}
.cid-subdwsgtH5 .mbr-figure:hover {
  color: #bf6cff;
  cursor: pointer;
}
.cid-subdwsgtH5 .mbr-figure:hover .mbr-media {
  border-color: #bf6cff;
  color: #bf6cff;
}
@media (max-width: 575px) {
  .cid-subdwsgtH5 .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-subdwsgtH5 .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-subdwsgtH5 .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-subdwsgtH5 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-subdwsgtH5 .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-subdwsgtH5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-subdwsgtH5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-subdwsgtH5 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-subdwsgtH5 a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-subdwsgtH5 a.close:hover {
  color: #ffffff;
}
.cid-subdwsgtH5 .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-subdwsgtH5 .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-subdwsgtH5 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #ec000e;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-subdwsgtH5 .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #bf6cff;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-subdwsgtH5 .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #ec000e;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-subdwsgtH5 .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #06df9e;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-subdwsgtH5 .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #ec000e;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-subdwsgtH5 .mbr-section-title,
.cid-subdwsgtH5 .subtitle__wrap {
  color: #ec000e;
  text-align: center;
}
.cid-subdwsgtH5 .subtitle__block SPAN {
  text-align: left;
}
.cid-subdwsgtH5 .mbr-text,
.cid-subdwsgtH5 .buttons__block {
  text-align: center;
}
.cid-subdwra2nO.popup-builder {
  background-color: #ffffff;
}
.cid-subdwra2nO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-subdwra2nO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-subdwra2nO .modal-content,
.cid-subdwra2nO .modal-dialog {
  height: auto;
}
.cid-subdwra2nO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-subdwra2nO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-subdwra2nO .form-wrapper .mbr-form .form-group,
  .cid-subdwra2nO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-subdwra2nO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-subdwra2nO .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-subdwra2nO .mbr-text {
  text-align: center;
  color: #6a6c72;
}
.cid-subdwra2nO .pt-0 {
  padding-top: 0 !important;
}
.cid-subdwra2nO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-subdwra2nO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-subdwra2nO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-subdwra2nO .modal-open {
  overflow: hidden;
}
.cid-subdwra2nO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-subdwra2nO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-subdwra2nO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-subdwra2nO .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-subdwra2nO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-subdwra2nO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-subdwra2nO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-subdwra2nO .modal-content {
  background: #ffffff;
  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-subdwra2nO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-subdwra2nO .modal-backdrop.fade {
  opacity: 0;
}
.cid-subdwra2nO .modal-backdrop.show {
  opacity: .5;
}
.cid-subdwra2nO .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-subdwra2nO .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-subdwra2nO .modal-header .close:hover {
  opacity: 1;
}
.cid-subdwra2nO .modal-header .close:focus {
  outline: none;
}
.cid-subdwra2nO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ec000e;
}
.cid-subdwra2nO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-subdwra2nO .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-subdwra2nO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-subdwra2nO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-subdwra2nO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-subdwra2nO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-subdwra2nO .modal-sm {
    max-width: 300px;
  }
  .cid-subdwra2nO .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-subdwra2nO .modal-lg,
  .cid-subdwra2nO .modal-xl {
    max-width: 800px;
  }
  .cid-subdwra2nO .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-subdwra2nO .modal-xl {
    max-width: 1140px;
  }
  .cid-subdwra2nO .container {
    max-width: 1140px;
  }
}
.cid-subdwra2nO .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-subdwra2nO .container {
    max-width: 720px;
  }
}
.cid-subdwra2nO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-subdwra2nO .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-subdwra2nO .form-group {
  margin-bottom: 1rem;
}
.cid-subdwra2nO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-subdwra2nO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-subdwra2nO .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-subdwEAP0E {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-subdwEAP0E .mbr-section-title {
  color: #233d63;
}
.cid-subdwEAP0E .icon__block {
  background: linear-gradient(135deg, rgba(236, 0, 14, 0.54) 0%, rgba(236, 0, 14, 0.85) 60%, #ec000e 100%);
}
.cid-subdwEAP0E .mbr-section-title,
.cid-subdwEAP0E .icon__wrap {
  text-align: center;
}
.cid-subdwEAP0E .mbr-section-subtitle {
  text-align: center;
}
.cid-subdwEAP0E .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-subdwEAP0E .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-subdwEAP0E .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-subdwEAP0E .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-subdwEAP0E .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-subdwJfkBA {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-subdwJfkBA .container,
.cid-subdwJfkBA .container-fluid {
  pointer-events: none;
}
.cid-subdwJfkBA .icon__wrap,
.cid-subdwJfkBA .mbr-section-title,
.cid-subdwJfkBA .mbr-text,
.cid-subdwJfkBA .items__block,
.cid-subdwJfkBA .mbr-section-btn,
.cid-subdwJfkBA .image {
  pointer-events: all;
}
.cid-subdwJfkBA .image {
  text-align: center;
}
.cid-subdwJfkBA .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-subdwJfkBA .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-subdwJfkBA .mbr-text {
  margin-bottom: 40px;
}
.cid-subdwJfkBA .items__block .item .mbr-iconfont {
  color: #ec000e;
  margin-right: 10px;
  font-size: 14px;
}
.cid-subdwJfkBA .mbr-section-btn {
  margin-top: 55px;
}
.cid-subdwJfkBA .icon__block {
  background: linear-gradient(135deg, rgba(236, 0, 14, 0.54) 0%, rgba(236, 0, 14, 0.85) 60%, #ec000e 100%);
}
.cid-subdwJfkBA .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-subdwJfkBA .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-subdwJfkBA .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationOne 30s infinite linear;
}
.cid-subdwJfkBA .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-subdwJfkBA .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationOne 25s infinite linear;
}
.cid-subdwJfkBA .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationTwo 25s infinite linear;
}
.cid-subdwJfkBA .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-subdwJfkBA .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-subdwJfkBA .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-subdwJfkBA .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-subdwJfkBA .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-subdwKb7Hh {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-subdwKb7Hh .container,
.cid-subdwKb7Hh .container-fluid {
  pointer-events: none;
}
.cid-subdwKb7Hh .icon__wrap,
.cid-subdwKb7Hh .mbr-section-title,
.cid-subdwKb7Hh .mbr-text,
.cid-subdwKb7Hh .items__block,
.cid-subdwKb7Hh .mbr-section-btn,
.cid-subdwKb7Hh .image {
  pointer-events: all;
}
.cid-subdwKb7Hh .image {
  text-align: center;
}
.cid-subdwKb7Hh .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-subdwKb7Hh .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-subdwKb7Hh .mbr-text {
  margin-bottom: 40px;
}
.cid-subdwKb7Hh .items__block .item .mbr-iconfont {
  color: #ec000e;
  margin-right: 10px;
  font-size: 14px;
}
.cid-subdwKb7Hh .mbr-section-btn {
  margin-top: 55px;
}
.cid-subdwKb7Hh .icon__block {
  background: linear-gradient(135deg, rgba(236, 0, 14, 0.54) 0%, rgba(236, 0, 14, 0.85) 60%, #ec000e 100%);
}
.cid-subdwKb7Hh .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-subdwKb7Hh .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-subdwKb7Hh .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationOne 30s infinite linear;
}
.cid-subdwKb7Hh .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-subdwKb7Hh .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationOne 25s infinite linear;
}
.cid-subdwKb7Hh .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationTwo 25s infinite linear;
}
.cid-subdwKb7Hh .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-subdwKb7Hh .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-subdwKb7Hh .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-subdwKb7Hh .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-subdwKb7Hh .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-subdwS6iV3 {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-subdwS6iV3 .container,
.cid-subdwS6iV3 .container-fluid {
  pointer-events: none;
}
.cid-subdwS6iV3 .icon__wrap,
.cid-subdwS6iV3 .mbr-section-title,
.cid-subdwS6iV3 .mbr-text,
.cid-subdwS6iV3 .items__block,
.cid-subdwS6iV3 .mbr-section-btn,
.cid-subdwS6iV3 .image {
  pointer-events: all;
}
.cid-subdwS6iV3 .image {
  text-align: center;
}
.cid-subdwS6iV3 .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-subdwS6iV3 .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-subdwS6iV3 .mbr-text {
  margin-bottom: 40px;
}
.cid-subdwS6iV3 .items__block .item .mbr-iconfont {
  color: #ec000e;
  margin-right: 10px;
  font-size: 14px;
}
.cid-subdwS6iV3 .mbr-section-btn {
  margin-top: 55px;
}
.cid-subdwS6iV3 .icon__block {
  background: linear-gradient(135deg, rgba(236, 0, 14, 0.54) 0%, rgba(236, 0, 14, 0.85) 60%, #ec000e 100%);
}
.cid-subdwS6iV3 .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-subdwS6iV3 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-subdwS6iV3 .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationOne 30s infinite linear;
}
.cid-subdwS6iV3 .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-subdwS6iV3 .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationOne 25s infinite linear;
}
.cid-subdwS6iV3 .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationTwo 25s infinite linear;
}
.cid-subdwS6iV3 .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-subdwS6iV3 .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-subdwS6iV3 .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-subdwS6iV3 .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-subdwS6iV3 .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-subdwR5zxY {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-subdwR5zxY .container,
.cid-subdwR5zxY .container-fluid {
  pointer-events: none;
}
.cid-subdwR5zxY .icon__wrap,
.cid-subdwR5zxY .mbr-section-title,
.cid-subdwR5zxY .mbr-text,
.cid-subdwR5zxY .items__block,
.cid-subdwR5zxY .mbr-section-btn,
.cid-subdwR5zxY .image {
  pointer-events: all;
}
.cid-subdwR5zxY .image {
  text-align: center;
}
.cid-subdwR5zxY .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-subdwR5zxY .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-subdwR5zxY .mbr-text {
  margin-bottom: 40px;
}
.cid-subdwR5zxY .items__block .item .mbr-iconfont {
  color: #ec000e;
  margin-right: 10px;
  font-size: 14px;
}
.cid-subdwR5zxY .mbr-section-btn {
  margin-top: 55px;
}
.cid-subdwR5zxY .icon__block {
  background: linear-gradient(135deg, rgba(236, 0, 14, 0.54) 0%, rgba(236, 0, 14, 0.85) 60%, #ec000e 100%);
}
.cid-subdwR5zxY .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-subdwR5zxY .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-subdwR5zxY .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationOne 30s infinite linear;
}
.cid-subdwR5zxY .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-subdwR5zxY .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationOne 25s infinite linear;
}
.cid-subdwR5zxY .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationTwo 25s infinite linear;
}
.cid-subdwR5zxY .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-subdwR5zxY .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-subdwR5zxY .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-subdwR5zxY .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-subdwR5zxY .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-subdwP17rg {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-subdwP17rg .container,
.cid-subdwP17rg .container-fluid {
  pointer-events: none;
}
.cid-subdwP17rg .icon__wrap,
.cid-subdwP17rg .mbr-section-title,
.cid-subdwP17rg .mbr-text,
.cid-subdwP17rg .items__block,
.cid-subdwP17rg .mbr-section-btn,
.cid-subdwP17rg .image {
  pointer-events: all;
}
.cid-subdwP17rg .image {
  text-align: center;
}
.cid-subdwP17rg .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-subdwP17rg .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-subdwP17rg .mbr-text {
  margin-bottom: 40px;
}
.cid-subdwP17rg .items__block .item .mbr-iconfont {
  color: #ec000e;
  margin-right: 10px;
  font-size: 14px;
}
.cid-subdwP17rg .mbr-section-btn {
  margin-top: 55px;
}
.cid-subdwP17rg .icon__block {
  background: linear-gradient(135deg, rgba(236, 0, 14, 0.54) 0%, rgba(236, 0, 14, 0.85) 60%, #ec000e 100%);
}
.cid-subdwP17rg .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-subdwP17rg .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-subdwP17rg .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationOne 30s infinite linear;
}
.cid-subdwP17rg .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-subdwP17rg .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationOne 25s infinite linear;
}
.cid-subdwP17rg .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationTwo 25s infinite linear;
}
.cid-subdwP17rg .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-subdwP17rg .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-subdwP17rg .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-subdwP17rg .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-subdwP17rg .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-subdwQ2xJ7 {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-subdwQ2xJ7 .container,
.cid-subdwQ2xJ7 .container-fluid {
  pointer-events: none;
}
.cid-subdwQ2xJ7 .icon__wrap,
.cid-subdwQ2xJ7 .mbr-section-title,
.cid-subdwQ2xJ7 .mbr-text,
.cid-subdwQ2xJ7 .items__block,
.cid-subdwQ2xJ7 .mbr-section-btn,
.cid-subdwQ2xJ7 .image {
  pointer-events: all;
}
.cid-subdwQ2xJ7 .image {
  text-align: center;
}
.cid-subdwQ2xJ7 .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-subdwQ2xJ7 .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-subdwQ2xJ7 .mbr-text {
  margin-bottom: 40px;
}
.cid-subdwQ2xJ7 .items__block .item .mbr-iconfont {
  color: #ec000e;
  margin-right: 10px;
  font-size: 14px;
}
.cid-subdwQ2xJ7 .mbr-section-btn {
  margin-top: 55px;
}
.cid-subdwQ2xJ7 .icon__block {
  background: linear-gradient(135deg, rgba(236, 0, 14, 0.54) 0%, rgba(236, 0, 14, 0.85) 60%, #ec000e 100%);
}
.cid-subdwQ2xJ7 .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-subdwQ2xJ7 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-subdwQ2xJ7 .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationOne 30s infinite linear;
}
.cid-subdwQ2xJ7 .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-subdwQ2xJ7 .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationOne 25s infinite linear;
}
.cid-subdwQ2xJ7 .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationTwo 25s infinite linear;
}
.cid-subdwQ2xJ7 .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-subdwQ2xJ7 .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-subdwQ2xJ7 .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-subdwQ2xJ7 .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-subdwQ2xJ7 .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-subdwLjLPG {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-subdwLjLPG .container,
.cid-subdwLjLPG .container-fluid {
  pointer-events: none;
}
.cid-subdwLjLPG .icon__wrap,
.cid-subdwLjLPG .mbr-section-title,
.cid-subdwLjLPG .mbr-text,
.cid-subdwLjLPG .items__block,
.cid-subdwLjLPG .mbr-section-btn,
.cid-subdwLjLPG .image {
  pointer-events: all;
}
.cid-subdwLjLPG .image {
  text-align: center;
}
.cid-subdwLjLPG .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-subdwLjLPG .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-subdwLjLPG .mbr-text {
  margin-bottom: 40px;
}
.cid-subdwLjLPG .items__block .item .mbr-iconfont {
  color: #ec000e;
  margin-right: 10px;
  font-size: 14px;
}
.cid-subdwLjLPG .mbr-section-btn {
  margin-top: 55px;
}
.cid-subdwLjLPG .icon__block {
  background: linear-gradient(135deg, rgba(236, 0, 14, 0.54) 0%, rgba(236, 0, 14, 0.85) 60%, #ec000e 100%);
}
.cid-subdwLjLPG .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-subdwLjLPG .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-subdwLjLPG .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationOne 30s infinite linear;
}
.cid-subdwLjLPG .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-subdwLjLPG .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationOne 25s infinite linear;
}
.cid-subdwLjLPG .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationTwo 25s infinite linear;
}
.cid-subdwLjLPG .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-subdwLjLPG .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-subdwLjLPG .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-subdwLjLPG .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-subdwLjLPG .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-subdwMaT1z {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-subdwMaT1z .container,
.cid-subdwMaT1z .container-fluid {
  pointer-events: none;
}
.cid-subdwMaT1z .icon__wrap,
.cid-subdwMaT1z .mbr-section-title,
.cid-subdwMaT1z .mbr-text,
.cid-subdwMaT1z .items__block,
.cid-subdwMaT1z .mbr-section-btn,
.cid-subdwMaT1z .image {
  pointer-events: all;
}
.cid-subdwMaT1z .image {
  text-align: center;
}
.cid-subdwMaT1z .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-subdwMaT1z .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-subdwMaT1z .mbr-text {
  margin-bottom: 40px;
}
.cid-subdwMaT1z .items__block .item .mbr-iconfont {
  color: #ec000e;
  margin-right: 10px;
  font-size: 14px;
}
.cid-subdwMaT1z .mbr-section-btn {
  margin-top: 55px;
}
.cid-subdwMaT1z .icon__block {
  background: linear-gradient(135deg, rgba(236, 0, 14, 0.54) 0%, rgba(236, 0, 14, 0.85) 60%, #ec000e 100%);
}
.cid-subdwMaT1z .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-subdwMaT1z .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-subdwMaT1z .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationOne 30s infinite linear;
}
.cid-subdwMaT1z .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-subdwMaT1z .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationOne 25s infinite linear;
}
.cid-subdwMaT1z .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationTwo 25s infinite linear;
}
.cid-subdwMaT1z .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-subdwMaT1z .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-subdwMaT1z .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-subdwMaT1z .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-subdwMaT1z .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-subdwN1EXE {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-subdwN1EXE .container,
.cid-subdwN1EXE .container-fluid {
  pointer-events: none;
}
.cid-subdwN1EXE .icon__wrap,
.cid-subdwN1EXE .mbr-section-title,
.cid-subdwN1EXE .mbr-text,
.cid-subdwN1EXE .items__block,
.cid-subdwN1EXE .mbr-section-btn,
.cid-subdwN1EXE .image {
  pointer-events: all;
}
.cid-subdwN1EXE .image {
  text-align: center;
}
.cid-subdwN1EXE .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-subdwN1EXE .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-subdwN1EXE .mbr-text {
  margin-bottom: 40px;
}
.cid-subdwN1EXE .items__block .item .mbr-iconfont {
  color: #ec000e;
  margin-right: 10px;
  font-size: 14px;
}
.cid-subdwN1EXE .mbr-section-btn {
  margin-top: 55px;
}
.cid-subdwN1EXE .icon__block {
  background: linear-gradient(135deg, rgba(236, 0, 14, 0.54) 0%, rgba(236, 0, 14, 0.85) 60%, #ec000e 100%);
}
.cid-subdwN1EXE .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-subdwN1EXE .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-subdwN1EXE .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationOne 30s infinite linear;
}
.cid-subdwN1EXE .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-subdwN1EXE .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationOne 25s infinite linear;
}
.cid-subdwN1EXE .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationTwo 25s infinite linear;
}
.cid-subdwN1EXE .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-subdwN1EXE .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-subdwN1EXE .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-subdwN1EXE .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-subdwN1EXE .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-subdwO5TDV {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-subdwO5TDV .container,
.cid-subdwO5TDV .container-fluid {
  pointer-events: none;
}
.cid-subdwO5TDV .icon__wrap,
.cid-subdwO5TDV .mbr-section-title,
.cid-subdwO5TDV .mbr-text,
.cid-subdwO5TDV .items__block,
.cid-subdwO5TDV .mbr-section-btn,
.cid-subdwO5TDV .image {
  pointer-events: all;
}
.cid-subdwO5TDV .image {
  text-align: center;
}
.cid-subdwO5TDV .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-subdwO5TDV .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-subdwO5TDV .mbr-text {
  margin-bottom: 40px;
}
.cid-subdwO5TDV .items__block .item .mbr-iconfont {
  color: #ec000e;
  margin-right: 10px;
  font-size: 14px;
}
.cid-subdwO5TDV .mbr-section-btn {
  margin-top: 55px;
}
.cid-subdwO5TDV .icon__block {
  background: linear-gradient(135deg, rgba(236, 0, 14, 0.54) 0%, rgba(236, 0, 14, 0.85) 60%, #ec000e 100%);
}
.cid-subdwO5TDV .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-subdwO5TDV .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-subdwO5TDV .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationOne 30s infinite linear;
}
.cid-subdwO5TDV .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-subdwO5TDV .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationOne 25s infinite linear;
}
.cid-subdwO5TDV .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #ec000e;
  animation: animationTwo 25s infinite linear;
}
.cid-subdwO5TDV .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-subdwO5TDV .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-subdwO5TDV .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-subdwO5TDV .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-subdwO5TDV .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-subdwxmGDH {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-subdwxmGDH .title__block {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-subdwxmGDH .title__block {
    margin-bottom: 25px;
  }
}
.cid-subdwxmGDH .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-subdwxmGDH .mbr-section-title {
  color: #233d63;
  font-weight: 300;
}
.cid-subdwxmGDH .mbr-section-title b,
.cid-subdwxmGDH .mbr-section-title strong {
  font-weight: 500;
}
.cid-subdwxmGDH .card__wrap:hover .btn-warning-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0px 13px 28px 0px rgba(0, 0, 0, 0.25);
}
.cid-subdwxmGDH .card__wrap:hover .btn-warning-outline:before {
  transform: scale(1);
}
.cid-subdwxmGDH .card__wrap {
  background: #ffffff;
  box-shadow: 0px 10px 40px 0px rgba(60, 67, 113, 0.05);
  position: relative;
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin-top: 50px;
  overflow: hidden;
}
.cid-subdwxmGDH .card__wrap:before {
  content: "";
  width: 50px;
  height: 6px;
  border-radius: 5px 5px 0 0;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 1;
  transition: all 0.8s ease-out;
}
.cid-subdwxmGDH .card__wrap:after {
  content: "";
  width: 100%;
  height: 6px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: calc(-100% - 100px);
  z-index: 1;
  transition: all 0.8s ease-out;
  background: #ffffff;
}
.cid-subdwxmGDH .card__wrap:hover:before {
  opacity: 1;
  left: 100%;
}
.cid-subdwxmGDH .card__wrap:hover:after {
  left: 100%;
}
.cid-subdwxmGDH .card__wrap:hover .icon__art {
  transform: scale(1.3) translateX(80px);
}
.cid-subdwxmGDH .wrap:nth-child(1) .card__header {
  border-top: 6px solid #ec000e;
  border-bottom: 1px solid #ec000e;
}
.cid-subdwxmGDH .wrap:nth-child(2) .card__header {
  border-top: 6px solid #bf6cff;
  border-bottom: 1px solid #bf6cff;
}
.cid-subdwxmGDH .wrap:nth-child(3) .card__header {
  border-top: 6px solid #06df9e;
  border-bottom: 1px solid #06df9e;
}
.cid-subdwxmGDH .wrap:nth-child(4) .card__header {
  border-top: 6px solid #ec000e;
  border-bottom: 1px solid #ec000e;
}
.cid-subdwxmGDH .icon__art {
  opacity: 0.18;
  position: absolute;
  left: -60px;
  top: 17%;
  z-index: 0;
  transition: all 0.6s ease-in-out;
}
.cid-subdwxmGDH .icon__art img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-subdwxmGDH .card__header {
  position: relative;
  padding: 40px 0 32px;
}
.cid-subdwxmGDH .card__top {
  position: relative;
  z-index: 5;
  padding: 0 15px;
}
.cid-subdwxmGDH .card__price {
  color: #ff3a46;
}
.cid-subdwxmGDH .card__price sup {
  font-size: 60%;
  color: inherit;
}
.cid-subdwxmGDH .card__title {
  color: #233d63;
}
.cid-subdwxmGDH .card__body {
  padding: 42px 15px 40px;
}
.cid-subdwxmGDH .card__feature {
  margin-bottom: 15px;
  color: #233d63;
}
.cid-subdwxmGDH .card__footer {
  border-top: 1px solid #e9e9e9;
  padding: 40px 15px 40px;
}
.cid-subdwxmGDH .item {
  line-height: 45px;
}
.cid-subdwxmGDH .mbr-section-btn {
  margin: 0;
}
.cid-subdwxmGDH .mbr-section-btn .btn {
  z-index: 10;
}
.cid-subdwxmGDH .mbr-section-btn .btn-warning-outline {
  border: 2px solid #dbdbdb !important;
  color: #1a1a1a !important;
  position: relative;
  border-radius: 30px;
  background: transparent !important;
}
.cid-subdwxmGDH .mbr-section-btn .btn-warning-outline:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  background: linear-gradient(130deg, rgba(236, 0, 14, 0.55) 0%, #ec000e 100%) !important;
  transform: scale(0, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.cid-subdwxmGDH .btn__trial {
  margin-top: 32px;
  line-height: 25px;
}
.cid-subdwxmGDH .btn__trial a {
  color: #6a6c72 !important;
}
.cid-subdwTg49Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-subdwTg49Q .container {
  pointer-events: none;
  z-index: 10;
}
.cid-subdwTg49Q .mbr-section-subtitle,
.cid-subdwTg49Q .title,
.cid-subdwTg49Q .mbr-text,
.cid-subdwTg49Q .phone,
.cid-subdwTg49Q .subscribe__form {
  pointer-events: all;
}
.cid-subdwTg49Q .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-subdwTg49Q .mbr-section-title {
  color: #233d63;
  font-weight: 300;
}
.cid-subdwTg49Q .mbr-section-title span {
  font-weight: 500;
}
.cid-subdwTg49Q .line {
  margin: 35px 0 45px;
  display: inline-block;
  width: 60px;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(130deg, rgba(236, 0, 14, 0.65) 0%, rgba(236, 0, 14, 0.65) 100%) !important;
}
.cid-subdwTg49Q .mbr-text {
  margin-bottom: 15px;
}
.cid-subdwTg49Q .subscribe__form {
  margin-left: 60px;
  background: #ffffff;
  padding: 65px 60px;
  box-shadow: 19px 19px 100px 0px rgba(96, 96, 96, 0.08);
}
.cid-subdwTg49Q .form-group {
  margin-bottom: 0;
}
.cid-subdwTg49Q .dragArea .form-control {
  height: 50px;
  margin-bottom: 55px;
  padding: 0 5px;
  color: #000000;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #ec000e;
}
.cid-subdwTg49Q .dragArea textarea {
  height: 120px !important;
  resize: none;
  margin-bottom: 50px;
  border: none;
  border-bottom: 2px solid #ec000e;
}
.cid-subdwTg49Q .dragArea input::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.8;
}
.cid-subdwTg49Q .dragArea input::-moz-placeholder {
  color: #000000;
  opacity: 0.8;
}
.cid-subdwTg49Q .dragArea textarea::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.8;
}
.cid-subdwTg49Q .dragArea textarea::-moz-placeholder {
  color: #000000;
  opacity: 0.8;
}
.cid-subdwTg49Q .dragArea .input-group-btn .btn {
  min-width: 185px;
  height: 50px;
  margin-bottom: 55px;
  padding: 0;
  border: none;
  background: linear-gradient(130deg, rgba(236, 0, 14, 0.65) 0%, rgba(236, 0, 14, 0.65) 100%) !important;
}
.cid-subdwTg49Q .phone {
  color: #000000;
}
.cid-subdwTg49Q .box {
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-subdwTg49Q .subscribe__form {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    padding: 35px 30px;
  }
}
.cid-subdwTg49Q .animation__background .triangle {
  position: absolute;
  top: 33%;
  left: 47%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-subdwTg49Q .animation__background .circle1 {
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 60px;
  left: 25%;
  border-radius: 50%;
  background: #ec000e;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-subdwTg49Q .animation__background .circle2 {
  display: inline-block;
  width: 11px;
  height: 11px;
  bottom: 45%;
  left: 5%;
  position: absolute;
  border-radius: 50%;
  background-color: #06df9e;
  animation: animationTwo 25s infinite linear;
}
.cid-subdwTg49Q .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 130px;
  left: 37%;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationOne 35s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-subdwTg49Q .mbr-section-title,
.cid-subdwTg49Q .title {
  color: #b71f30;
}
.cid-suiDsEFdMk {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-suiDsEFdMk .nav-item,
.cid-suiDsEFdMk .nav-link,
.cid-suiDsEFdMk .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-suiDsEFdMk .nav-item:hover,
.cid-suiDsEFdMk .nav-link:hover,
.cid-suiDsEFdMk .navbar-caption:hover {
  color: #ec000e !important;
}
.cid-suiDsEFdMk .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-suiDsEFdMk .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-suiDsEFdMk .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-suiDsEFdMk .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-suiDsEFdMk .container-fluid,
.cid-suiDsEFdMk .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-suiDsEFdMk .navbar-brand {
  padding: 0;
}
.cid-suiDsEFdMk .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-suiDsEFdMk .nav-link:hover:before {
  width: 100%;
}
.cid-suiDsEFdMk .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-suiDsEFdMk .nav-link {
    margin: 0 !important;
  }
}
.cid-suiDsEFdMk .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-suiDsEFdMk .widget p,
.cid-suiDsEFdMk .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-suiDsEFdMk .widget p a,
.cid-suiDsEFdMk .widget .icons-menu a {
  margin-left: 15px;
}
.cid-suiDsEFdMk .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-suiDsEFdMk .icons__wrap:hover {
  color: #ffffff;
  background-color: #ec000e;
  border-color: #ec000e;
}
.cid-suiDsEFdMk .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-suiDsEFdMk .block__phone,
  .cid-suiDsEFdMk .icons-menu {
    display: none;
  }
  .cid-suiDsEFdMk .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-suiDsEFdMk .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #ec000e !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-suiDsEFdMk .mbr-section-btn .btn-secondary:hover {
  background-color: #ec000e !important;
  color: #ffffff !important;
}
.cid-suiDsEFdMk .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-suiDsEFdMk .navbar > .container,
.cid-suiDsEFdMk .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-suiDsEFdMk .btn {
    white-space: nowrap;
  }
  .cid-suiDsEFdMk .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-suiDsEFdMk .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-suiDsEFdMk .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-suiDsEFdMk .dropdown-toggle::after,
  .cid-suiDsEFdMk .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-suiDsEFdMk .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-suiDsEFdMk .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-suiDsEFdMk .dropdown-menu .dropdown-item:hover {
  color: #ec000e !important;
}
.cid-suiDsEFdMk .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-suiDsEFdMk .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-suiDsEFdMk .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-suiDsEFdMk .nav-item:focus,
.cid-suiDsEFdMk .nav-link:focus {
  outline: none;
}
.cid-suiDsEFdMk .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-suiDsEFdMk .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-suiDsEFdMk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-suiDsEFdMk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suiDsEFdMk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-suiDsEFdMk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suiDsEFdMk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-suiDsEFdMk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suiDsEFdMk .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-suiDsEFdMk .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-suiDsEFdMk .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-suiDsEFdMk .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-suiDsEFdMk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suiDsEFdMk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suiDsEFdMk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 120px - 1rem);
  }
}
.cid-suiDsEFdMk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suiDsEFdMk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suiDsEFdMk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-suiDsEFdMk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suiDsEFdMk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suiDsEFdMk .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-suiDsEFdMk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suiDsEFdMk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suiDsEFdMk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-suiDsEFdMk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-suiDsEFdMk .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-suiDsEFdMk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suiDsEFdMk .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-suiDsEFdMk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-suiDsEFdMk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suiDsEFdMk .dropdown-item.active,
.cid-suiDsEFdMk .dropdown-item:active {
  background-color: transparent;
}
.cid-suiDsEFdMk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-suiDsEFdMk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-suiDsEFdMk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-suiDsEFdMk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-suiDsEFdMk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suiDsEFdMk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suiDsEFdMk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suiDsEFdMk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suiDsEFdMk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suiDsEFdMk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suiDsEFdMk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suiDsEFdMk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suiDsEFdMk .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-suiDsEFdMk a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-suiDsEFdMk a.nav-link:hover {
  color: #ec000e !important;
}
@media (max-width: 991px) {
  .cid-suiDsEFdMk .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-suiDsEFdMk .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-suiDsEFdMk .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-suiDsEFdMk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-suiDsEFdMk .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-suiDsEFdMk .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-suiDsEFdMk .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-suiDsEFdMk .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-suiDsEFdMk .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-suiDsEFdMk .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-suiDsEFdMk a.nav-link {
    justify-content: flex-start;
  }
  .cid-suiDsEFdMk ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-suiDsEFdMk .navbar-brand {
    padding: 0;
  }
  .cid-suiDsEFdMk .block__phone,
  .cid-suiDsEFdMk .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-suiDsEFdMk .widget {
    flex-direction: column;
  }
  .cid-suiDsEFdMk .widget p,
  .cid-suiDsEFdMk .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-suiDsEFdMk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suiDsEFdMk .navbar {
    height: 97px;
  }
  .cid-suiDsEFdMk .navbar.opened {
    height: auto;
  }
  .cid-suiDsEFdMk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-suiP2lB9sO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-suiP2lB9sO .container {
  pointer-events: none;
}
.cid-suiP2lB9sO .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-suiP2lB9sO .brand__text {
  padding: 12px 0 25px;
}
.cid-suiP2lB9sO .brand__email {
  margin-bottom: 15px;
}
.cid-suiP2lB9sO .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-suiP2lB9sO .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-suiP2lB9sO .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-suiP2lB9sO .footer__items a:hover {
  color: #ec000e !important;
}
.cid-suiP2lB9sO .social {
  margin-top: 30px;
}
.cid-suiP2lB9sO .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-suiP2lB9sO .social .social__items:hover {
  background-color: #ec000e;
  border-color: #ec000e;
}
.cid-suiP2lB9sO .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-suiP2lB9sO .social .social__items:last-child {
  margin-right: 0;
}
.cid-suiP2lB9sO .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-suiP2lB9sO .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-suiP2lB9sO .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-suiP2lB9sO .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-suiP2lB9sO .footer__bot_items a:hover {
  color: #ec000e !important;
}
.cid-suiP2lB9sO .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-suiP2lB9sO .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-suiP2lB9sO .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ec000e;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-suiP2lB9sO .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-suiP2lB9sO .divider {
    margin-top: 30px;
  }
  .cid-suiP2lB9sO .footer__bottom {
    padding: 30px 0;
  }
  .cid-suiP2lB9sO .align-right,
  .cid-suiP2lB9sO .privacy {
    text-align: center;
  }
  .cid-suiP2lB9sO .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
