body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Heebo', sans-serif;
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Heebo', sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.88235294;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.66666667;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Heebo', 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: #1e73be !important;
}
.bg-success {
  background-color: #2dcc40 !important;
}
.bg-info {
  background-color: #e13d96 !important;
}
.bg-warning {
  background-color: #b0dbec !important;
}
.bg-danger {
  background-color: #e13d96 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1e73be !important;
  border-color: #1e73be !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1e73be;
  border-color: #1e73be;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e73be !important;
  border-color: #1e73be !important;
}
.btn-primary:hover {
  background-color: #175892 !important;
  border-color: #175892 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #606f7b !important;
  border-color: #606f7b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #606f7b;
  border-color: #606f7b;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #606f7b !important;
  border-color: #606f7b !important;
}
.btn-secondary:hover {
  background-color: #4a555e !important;
  border-color: #4a555e !important;
}
.btn-info,
.btn-info:active {
  background-color: #e13d96 !important;
  border-color: #e13d96 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #e13d96;
  border-color: #e13d96;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e13d96 !important;
  border-color: #e13d96 !important;
}
.btn-info:hover {
  background-color: #cc1f7d !important;
  border-color: #cc1f7d !important;
}
.btn-success,
.btn-success:active {
  background-color: #2dcc40 !important;
  border-color: #2dcc40 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2dcc40;
  border-color: #2dcc40;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2dcc40 !important;
  border-color: #2dcc40 !important;
}
.btn-success:hover {
  background-color: #24a233 !important;
  border-color: #24a233 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b0dbec !important;
  border-color: #b0dbec !important;
  color: #1e637f !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #1e637f !important;
  background-color: #b0dbec;
  border-color: #b0dbec;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1e637f !important;
  background-color: #b0dbec !important;
  border-color: #b0dbec !important;
}
.btn-warning:hover {
  background-color: #d9eef6 !important;
  border-color: #d9eef6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e13d96 !important;
  border-color: #e13d96 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e13d96;
  border-color: #e13d96;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e13d96 !important;
  border-color: #e13d96 !important;
}
.btn-danger:hover {
  background-color: #e869ae !important;
  border-color: #cc1f7d !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: #1e73be;
  color: #1e73be;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #1e73be !important;
  border-color: #1e73be;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e73be !important;
  border-color: #1e73be !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #606f7b;
  color: #606f7b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #606f7b !important;
  border-color: #606f7b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #606f7b !important;
  border-color: #606f7b !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #e13d96;
  color: #e13d96;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #e13d96 !important;
  border-color: #e13d96;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e13d96 !important;
  border-color: #e13d96 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #2dcc40;
  color: #2dcc40;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #2dcc40 !important;
  border-color: #2dcc40;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2dcc40 !important;
  border-color: #2dcc40 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b0dbec;
  color: #b0dbec;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1e637f !important;
  background: #b0dbec !important;
  border-color: #b0dbec;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1e637f !important;
  background-color: #b0dbec !important;
  border-color: #b0dbec !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e13d96;
  color: #e13d96;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #e13d96 !important;
  border-color: #e13d96;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e13d96 !important;
  border-color: #e13d96 !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: #1e73be !important;
}
.text-secondary {
  color: #606f7b !important;
}
.text-success {
  color: #2dcc40 !important;
}
.text-info {
  color: #e13d96 !important;
}
.text-warning {
  color: #b0dbec !important;
}
.text-danger {
  color: #e13d96 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #103e66 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #333b42 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b7826 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #9f1962 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b0dbec !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #9f1962 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1e73be !important;
}
.alert-success {
  background-color: #2dcc40;
}
.alert-info {
  background-color: #e13d96;
}
.alert-warning {
  background-color: #b0dbec;
}
.alert-danger {
  background-color: #e13d96;
}
.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.active .btn {
  background-color: #1e73be;
  border-color: #1e73be;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1e73be;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #73b1e9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0f5d5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fceef6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fceef6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #1e73be;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1e73be;
  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: #1e73be;
  border-bottom-color: #1e73be;
}
.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: #1e73be !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: #606f7b !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-s2a4tVDJv1 {
  min-height: 114px !important;
  position: relative;
  background: #f4f9fc;
  overflow: visible;
}
.cid-s2a4tVDJv1 .nav-item,
.cid-s2a4tVDJv1 .nav-link,
.cid-s2a4tVDJv1 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-s2a4tVDJv1 .nav-item:hover,
.cid-s2a4tVDJv1 .nav-link:hover,
.cid-s2a4tVDJv1 .navbar-caption:hover {
  color: #e13d96 !important;
}
.cid-s2a4tVDJv1 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s2a4tVDJv1 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-s2a4tVDJv1 .container-fluid,
.cid-s2a4tVDJv1 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-s2a4tVDJv1 .navbar-brand {
  padding: 0;
}
.cid-s2a4tVDJv1 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-s2a4tVDJv1 .nav-link:hover:before {
  width: 100%;
}
.cid-s2a4tVDJv1 .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-s2a4tVDJv1 .nav-link {
    margin: 0 !important;
  }
}
.cid-s2a4tVDJv1 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s2a4tVDJv1 .widget p,
.cid-s2a4tVDJv1 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-s2a4tVDJv1 .widget p a,
.cid-s2a4tVDJv1 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-s2a4tVDJv1 .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-s2a4tVDJv1 .icons__wrap:hover {
  color: #ffffff;
  background-color: #e13d96;
  border-color: #e13d96;
}
.cid-s2a4tVDJv1 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-s2a4tVDJv1 .block__phone,
  .cid-s2a4tVDJv1 .icons-menu {
    display: none;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s2a4tVDJv1 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #e13d96 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-s2a4tVDJv1 .mbr-section-btn .btn-secondary:hover {
  background-color: #e13d96 !important;
  color: #ffffff !important;
}
.cid-s2a4tVDJv1 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-s2a4tVDJv1 .navbar > .container,
.cid-s2a4tVDJv1 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-s2a4tVDJv1 .btn {
    white-space: nowrap;
  }
  .cid-s2a4tVDJv1 .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #f4f9fc;
    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-s2a4tVDJv1 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2a4tVDJv1 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2a4tVDJv1 .dropdown-toggle::after,
  .cid-s2a4tVDJv1 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-s2a4tVDJv1 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-s2a4tVDJv1 .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-s2a4tVDJv1 .dropdown-menu .dropdown-item:hover {
  color: #e13d96 !important;
}
.cid-s2a4tVDJv1 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2a4tVDJv1 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2a4tVDJv1 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-s2a4tVDJv1 .nav-item:focus,
.cid-s2a4tVDJv1 .nav-link:focus {
  outline: none;
}
.cid-s2a4tVDJv1 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-s2a4tVDJv1 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-s2a4tVDJv1 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2a4tVDJv1 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2a4tVDJv1 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2a4tVDJv1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2a4tVDJv1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2a4tVDJv1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2a4tVDJv1 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #f4f9fc;
}
.cid-s2a4tVDJv1 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #f4f9fc !important;
}
.cid-s2a4tVDJv1 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s2a4tVDJv1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2a4tVDJv1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2a4tVDJv1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 65px - 1rem);
  }
}
.cid-s2a4tVDJv1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2a4tVDJv1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2a4tVDJv1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2a4tVDJv1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2a4tVDJv1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2a4tVDJv1 .navbar .dropdown-menu {
    background: #f4f9fc !important;
  }
  .cid-s2a4tVDJv1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2a4tVDJv1 .navbar.navbar-short {
  background: #f4f9fc !important;
  min-height: 70px;
  height: 70px;
}
.cid-s2a4tVDJv1 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s2a4tVDJv1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2a4tVDJv1 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-s2a4tVDJv1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-s2a4tVDJv1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2a4tVDJv1 .dropdown-item.active,
.cid-s2a4tVDJv1 .dropdown-item:active {
  background-color: transparent;
}
.cid-s2a4tVDJv1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f9fc;
}
.cid-s2a4tVDJv1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2a4tVDJv1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2a4tVDJv1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-s2a4tVDJv1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2a4tVDJv1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2a4tVDJv1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2a4tVDJv1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2a4tVDJv1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2a4tVDJv1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2a4tVDJv1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2a4tVDJv1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2a4tVDJv1 .navbar-dropdown {
  position: absolute;
}
.cid-s2a4tVDJv1 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-s2a4tVDJv1 a.nav-link:hover {
  color: #e13d96 !important;
}
@media (max-width: 991px) {
  .cid-s2a4tVDJv1 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-s2a4tVDJv1 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-s2a4tVDJv1 .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-s2a4tVDJv1 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f4f9fc;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s2a4tVDJv1 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-s2a4tVDJv1 .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-s2a4tVDJv1 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s2a4tVDJv1 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-s2a4tVDJv1 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-s2a4tVDJv1 a.nav-link {
    justify-content: flex-start;
  }
  .cid-s2a4tVDJv1 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-s2a4tVDJv1 .navbar-brand {
    padding: 0;
  }
  .cid-s2a4tVDJv1 .block__phone,
  .cid-s2a4tVDJv1 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-s2a4tVDJv1 .widget {
    flex-direction: column;
  }
  .cid-s2a4tVDJv1 .widget p,
  .cid-s2a4tVDJv1 .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-s2a4tVDJv1 .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-s2a4tVDJv1 .navbar {
    height: 97px;
  }
  .cid-s2a4tVDJv1 .navbar.opened {
    height: auto;
  }
  .cid-s2a4tVDJv1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rVEdzKNJ1y {
  overflow: hidden;
  background-image: url("../../../assets/images/pict0147-2000x1500.jpg");
}
.cid-rVEdzKNJ1y .container {
  pointer-events: none;
}
.cid-rVEdzKNJ1y .subtitle__block,
.cid-rVEdzKNJ1y .title__block,
.cid-rVEdzKNJ1y .buttons__block {
  pointer-events: all;
}
.cid-rVEdzKNJ1y .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-rVEdzKNJ1y .subtitle__block SPAN {
  color: #e13d96;
}
.cid-rVEdzKNJ1y .mbr-section-subtitle {
  display: inline-block;
  color: #606f7b;
}
.cid-rVEdzKNJ1y .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-rVEdzKNJ1y .mbr-text {
  margin-top: 35px;
}
.cid-rVEdzKNJ1y .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-rVEdzKNJ1y .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-rVEdzKNJ1y .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, #e13d96 0%, rgba(225, 61, 150, 0.85) 100%) !important;
}
.cid-rVEdzKNJ1y .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-rVEdzKNJ1y .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-rVEdzKNJ1y .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-rVEdzKNJ1y .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-rVEdzKNJ1y .mbr-figure:hover {
  color: #e13d96;
  cursor: pointer;
}
.cid-rVEdzKNJ1y .mbr-figure:hover .mbr-media {
  border-color: #e13d96;
  color: #e13d96;
}
@media (max-width: 575px) {
  .cid-rVEdzKNJ1y .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-rVEdzKNJ1y .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-rVEdzKNJ1y .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-rVEdzKNJ1y .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-rVEdzKNJ1y .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-rVEdzKNJ1y .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rVEdzKNJ1y .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rVEdzKNJ1y .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rVEdzKNJ1y 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-rVEdzKNJ1y a.close:hover {
  color: #ffffff;
}
.cid-rVEdzKNJ1y .mbr-section-title,
.cid-rVEdzKNJ1y .subtitle__wrap {
  color: #ffffff;
}
.cid-rVEdzKNJ1y .mbr-text,
.cid-rVEdzKNJ1y .buttons__block {
  color: #dbdbdb;
}
.cid-rVFlHnH1kh {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f4f9fc;
}
.cid-rVFlHnH1kh .container,
.cid-rVFlHnH1kh .container-fluid {
  pointer-events: none;
}
.cid-rVFlHnH1kh .title__block,
.cid-rVFlHnH1kh .card__block {
  pointer-events: all;
}
.cid-rVFlHnH1kh .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #e13d96;
}
.cid-rVFlHnH1kh .mbr-section-title {
  color: #1e73be;
  margin-bottom: 35px;
}
.cid-rVFlHnH1kh .mbr-section-title span {
  font-weight: 300;
}
.cid-rVFlHnH1kh .mbr-section-btn {
  margin-top: 55px;
}
@media (min-width: 1200px) {
  .cid-rVFlHnH1kh .wrap {
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .cid-rVFlHnH1kh .column2 {
    margin-top: 100px;
  }
}
.cid-rVFlHnH1kh .card__block {
  margin: 40px 0;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  padding: 60px 30px 55px 40px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.5);
  transition: background 0.5s ease-in-out 0s;
}
.cid-rVFlHnH1kh .card__block:last-child {
  margin-top: 0;
}
.cid-rVFlHnH1kh .card__block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background: linear-gradient(130deg, rgba(225, 61, 150, 0.65) 0%, rgba(176, 219, 236, 0.65) 100%);
  transition: all 0.3s ease-in-out;
}
.cid-rVFlHnH1kh .card__block:after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  top: -80px;
  right: -80px;
  opacity: 0;
  z-index: -1;
  transform: scale(0.2);
  transition: all 0.3s ease-in-out;
  transition-duration: 1s;
}
.cid-rVFlHnH1kh .card__block:hover {
  background: #ffffff !important;
}
.cid-rVFlHnH1kh .card__block:hover .icon__block,
.cid-rVFlHnH1kh .card__block:hover .card__title,
.cid-rVFlHnH1kh .card__block:hover .card__text,
.cid-rVFlHnH1kh .card__block:hover .card__button span {
  color: #ffffff !important;
}
.cid-rVFlHnH1kh .card__block:hover:before {
  opacity: 1;
}
.cid-rVFlHnH1kh .card__block:hover:after {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-rVFlHnH1kh .card__block {
    margin-bottom: 0;
  }
  .cid-rVFlHnH1kh .card__block:last-child {
    margin-top: 40px;
  }
}
.cid-rVFlHnH1kh .icon__block {
  position: relative;
  font-size: 60px;
  color: #b0dbec;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.cid-rVFlHnH1kh .card__title {
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}
.cid-rVFlHnH1kh .card__text {
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}
.cid-rVFlHnH1kh .card__button {
  font-size: 30px;
}
.cid-rVFlHnH1kh .animation__background .triangle {
  position: absolute;
  top: 13%;
  left: 9%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rVFlHnH1kh .animation__background .triangle2 {
  position: absolute;
  bottom: 8%;
  right: 10%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rVFlHnH1kh .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #2dcc40;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rVFlHnH1kh .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #b0dbec;
  animation: animationOne 30s infinite linear;
}
.cid-rVFlHnH1kh .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #e13d96;
  animation: animationTwo 30s infinite linear;
}
.cid-rVFlHnH1kh .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 35%;
  bottom: 29%;
  position: absolute;
  border-radius: 50%;
  background-color: #e13d96;
  animation: animationOne 25s infinite linear;
}
.cid-rVFlHnH1kh .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #1e73be;
  animation: animationTwo 35s infinite linear;
}
.cid-rVFlHnH1kh .mbr-text,
.cid-rVFlHnH1kh .mbr-section-btn {
  color: #606f7b;
}
.cid-rVFlHnH1kh .card__title,
.cid-rVFlHnH1kh .icon__block {
  color: #b0dbec;
}
.cid-rVEt05UVlB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #f4f9fc;
}
.cid-rVEt05UVlB .container,
.cid-rVEt05UVlB .container-fluid {
  pointer-events: none;
}
.cid-rVEt05UVlB .title__block,
.cid-rVEt05UVlB .wrap,
.cid-rVEt05UVlB .mbr-arrow,
.cid-rVEt05UVlB .mbr-section-btn {
  pointer-events: all;
}
.cid-rVEt05UVlB .mbr-section-title {
  color: #1e73be;
}
.cid-rVEt05UVlB .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-rVEt05UVlB .title__block {
    margin-bottom: 25px;
  }
}
.cid-rVEt05UVlB .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-rVEt05UVlB .card__wrap {
    padding: 0;
  }
}
.cid-rVEt05UVlB .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-rVEt05UVlB .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-rVEt05UVlB .image {
    max-width: none;
    max-height: none;
  }
}
.cid-rVEt05UVlB .card__title {
  margin-top: 45px;
  color: #1e73be;
}
.cid-rVEt05UVlB .card__text {
  margin-top: 30px;
  color: #000000;
}
.cid-rVEt05UVlB .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-rVEt05UVlB .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-rVEt05UVlB .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e73be;
}
.cid-rVEt05UVlB .mbr-arrow > a {
  color: #1e73be;
}
.cid-rVEt05UVlB .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-rVEt05UVlB .row .wrap .image:before {
    content: '';
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-rVEt05UVlB .art3:before {
    content: none !important;
  }
}
.cid-rVEt05UVlB .animation__background .triangle {
  position: absolute;
  bottom: 18%;
  right: 45%;
  animation: rotatedHalf 40s infinite linear;
  width: 250px;
  height: 250px;
}
.cid-rVEt05UVlB .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 5%;
  left: 22%;
  border-radius: 50%;
  background: #2dcc40;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rVEt05UVlB .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 10%;
  bottom: 40%;
  position: absolute;
  border-radius: 50%;
  background-color: #b0dbec;
  animation: animationOne 23s infinite linear;
}
.cid-rVEt05UVlB .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 200px;
  position: absolute;
  border-radius: 50%;
  background-color: #1e73be;
  animation: animationTwo 30s infinite linear;
}
.cid-rVEt05UVlB .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #e13d96;
  animation: animationOne 25s infinite linear;
}
.cid-rVEt05UVlB .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #e13d96;
  animation: animationTwo 25s infinite linear;
}
.cid-tUxGTglJwz {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #f4f9fc;
}
.cid-tUxGTglJwz .container,
.cid-tUxGTglJwz .container-fluid {
  pointer-events: none;
}
.cid-tUxGTglJwz .title__block,
.cid-tUxGTglJwz .wrap,
.cid-tUxGTglJwz .mbr-arrow,
.cid-tUxGTglJwz .mbr-section-btn {
  pointer-events: all;
}
.cid-tUxGTglJwz .mbr-section-title {
  color: #1e73be;
}
.cid-tUxGTglJwz .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-tUxGTglJwz .title__block {
    margin-bottom: 25px;
  }
}
.cid-tUxGTglJwz .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-tUxGTglJwz .card__wrap {
    padding: 0;
  }
}
.cid-tUxGTglJwz .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-tUxGTglJwz .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tUxGTglJwz .image {
    max-width: none;
    max-height: none;
  }
}
.cid-tUxGTglJwz .card__title {
  margin-top: 45px;
  color: #1e73be;
}
.cid-tUxGTglJwz .card__text {
  margin-top: 30px;
  color: #606f7b;
}
.cid-tUxGTglJwz .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-tUxGTglJwz .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tUxGTglJwz .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e73be;
}
.cid-tUxGTglJwz .mbr-arrow > a {
  color: #1e73be;
}
.cid-tUxGTglJwz .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-tUxGTglJwz .row .wrap .image:before {
    content: '';
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-tUxGTglJwz .art3:before {
    content: none !important;
  }
}
.cid-tUxGTglJwz .animation__background .triangle {
  position: absolute;
  bottom: 18%;
  right: 45%;
  animation: rotatedHalf 40s infinite linear;
  width: 250px;
  height: 250px;
}
.cid-tUxGTglJwz .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 5%;
  left: 22%;
  border-radius: 50%;
  background: #2dcc40;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-tUxGTglJwz .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 10%;
  bottom: 40%;
  position: absolute;
  border-radius: 50%;
  background-color: #b0dbec;
  animation: animationOne 23s infinite linear;
}
.cid-tUxGTglJwz .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 200px;
  position: absolute;
  border-radius: 50%;
  background-color: #1e73be;
  animation: animationTwo 30s infinite linear;
}
.cid-tUxGTglJwz .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #e13d96;
  animation: animationOne 25s infinite linear;
}
.cid-tUxGTglJwz .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #e13d96;
  animation: animationTwo 25s infinite linear;
}
.cid-t3DZZUc99s {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f9fc;
}
.cid-t3DZZUc99s .container-fluid {
  padding: 0 3rem;
}
.cid-t3DZZUc99s ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t3DZZUc99s ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-t3DZZUc99s ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-t3DZZUc99s ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-t3DZZUc99s .container-fluid {
    padding: 0 1rem;
  }
  .cid-t3DZZUc99s .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-t3DZZUc99s .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t3DZZUc99s .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #1e73be, #606f7b);
  display: inline-block;
}
.cid-t3DZZUc99s .mbr-section-title,
.cid-t3DZZUc99s .underline {
  color: #1e73be;
}
.cid-t3DZZUc99s .mbr-section-subtitle {
  color: #e13d96;
}
.cid-rVEuLA2Ttn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f9fc;
}
.cid-rVEuLA2Ttn .title__block {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-rVEuLA2Ttn .title__block {
    margin-bottom: 25px;
  }
}
.cid-rVEuLA2Ttn .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #e13d96;
}
.cid-rVEuLA2Ttn .mbr-section-title {
  color: #1e73be;
}
.cid-rVEuLA2Ttn .mbr-section-title span {
  font-weight: 300;
}
.cid-rVEuLA2Ttn .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-rVEuLA2Ttn .card__wrap:hover .btn-warning-outline:before {
  transform: scale(1);
}
.cid-rVEuLA2Ttn .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-rVEuLA2Ttn .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-rVEuLA2Ttn .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-rVEuLA2Ttn .card__wrap:hover:before {
  opacity: 1;
  left: 100%;
}
.cid-rVEuLA2Ttn .card__wrap:hover:after {
  left: 100%;
}
.cid-rVEuLA2Ttn .card__wrap:hover .icon__art {
  transform: scale(1.3) translateX(80px);
}
.cid-rVEuLA2Ttn .wrap:nth-child(1) .card__header {
  border-top: 6px solid #1e73be;
  border-bottom: 1px solid #1e73be;
}
.cid-rVEuLA2Ttn .wrap:nth-child(2) .card__header {
  border-top: 6px solid #2dcc40;
  border-bottom: 1px solid #2dcc40;
}
.cid-rVEuLA2Ttn .wrap:nth-child(3) .card__header {
  border-top: 6px solid #e13d96;
  border-bottom: 1px solid #e13d96;
}
.cid-rVEuLA2Ttn .wrap:nth-child(4) .card__header {
  border-top: 6px solid #b0dbec;
  border-bottom: 1px solid #b0dbec;
}
.cid-rVEuLA2Ttn .icon__art {
  opacity: 0.18;
  position: absolute;
  left: -60px;
  top: 17%;
  z-index: 0;
  transition: all 0.6s ease-in-out;
}
.cid-rVEuLA2Ttn .icon__art img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-rVEuLA2Ttn .card__header {
  position: relative;
  padding: 40px 0 32px;
}
.cid-rVEuLA2Ttn .card__top {
  position: relative;
  z-index: 5;
  padding: 0 15px;
}
.cid-rVEuLA2Ttn .card__price {
  color: #e13d96;
}
.cid-rVEuLA2Ttn .card__price sup {
  font-size: 60%;
  color: inherit;
}
.cid-rVEuLA2Ttn .card__title {
  color: #1e73be;
}
.cid-rVEuLA2Ttn .card__body {
  padding: 42px 15px 40px;
}
.cid-rVEuLA2Ttn .card__feature {
  margin-bottom: 15px;
  color: #1e73be;
}
.cid-rVEuLA2Ttn .card__footer {
  border-top: 1px solid #e9e9e9;
  padding: 40px 15px 40px;
}
.cid-rVEuLA2Ttn .item {
  line-height: 45px;
}
.cid-rVEuLA2Ttn .mbr-section-btn {
  margin: 0;
}
.cid-rVEuLA2Ttn .mbr-section-btn .btn {
  z-index: 10;
}
.cid-rVEuLA2Ttn .mbr-section-btn .btn-warning-outline {
  border: 2px solid #dbdbdb !important;
  color: #1a1a1a !important;
  position: relative;
  border-radius: 30px;
  background: transparent !important;
}
.cid-rVEuLA2Ttn .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(176, 219, 236, 0.55) 0%, #b0dbec 100%) !important;
  transform: scale(0, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.cid-rVEuLA2Ttn .btn__trial {
  margin-top: 32px;
  line-height: 25px;
}
.cid-rVEuLA2Ttn .btn__trial a {
  color: #6A6C72 !important;
}
.cid-rVEuLA2Ttn .card__subtitle {
  color: #606f7b;
}
.cid-rVEuLA2Ttn .items__block {
  color: #606f7b;
}
.cid-t2ObMxsczT {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f4f9fc;
}
.cid-t2ObMxsczT .title {
  min-height: 44px;
}
.cid-t2ObMxsczT .mbr-section-subtitle {
  color: #1e73be;
}
.cid-rVEC5mrWuL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f4f9fc;
}
.cid-rVEC5mrWuL .image {
  position: relative;
  margin-bottom: 200px;
  height: 800px;
  background-image: url("../../../assets/images/mbr-1920x1526.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-rVEC5mrWuL .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-rVEC5mrWuL .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #1e73be;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #f4f9fc;
}
.cid-rVEC5mrWuL .mbr-form {
  width: 100%;
}
.cid-rVEC5mrWuL .form-group {
  margin-bottom: 0;
}
.cid-rVEC5mrWuL .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #f4f9fc !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #1e73be;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-rVEC5mrWuL .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #1e73be;
}
.cid-rVEC5mrWuL .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-rVEC5mrWuL .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-rVEC5mrWuL .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-rVEC5mrWuL .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-rVEC5mrWuL .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-rVEC5mrWuL .title__block {
  padding-left: 50px;
}
.cid-rVEC5mrWuL .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #e13d96;
}
.cid-rVEC5mrWuL .mbr-section-title {
  color: #1e73be;
  margin-bottom: 15px;
}
.cid-rVEC5mrWuL .mbr-text {
  margin-bottom: 10px;
  color: #606f7b;
}
.cid-rVEC5mrWuL .phone {
  color: #1e73be;
}
@media (max-width: 991px) {
  .cid-rVEC5mrWuL .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-rVEC5mrWuL .form__wrap {
    position: static;
  }
  .cid-rVEC5mrWuL .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-rVEC5mrWuL .subscribe__form {
    order: 1;
  }
  .cid-rVEC5mrWuL .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-s2a23e7Jsn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f4f9fc;
}
.cid-s2a23e7Jsn .container {
  pointer-events: none;
}
.cid-s2a23e7Jsn .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-s2a23e7Jsn .brand__text {
  padding: 12px 0 25px;
}
.cid-s2a23e7Jsn .brand__email {
  margin-bottom: 15px;
}
.cid-s2a23e7Jsn .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-s2a23e7Jsn .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-s2a23e7Jsn .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #1e73be;
}
.cid-s2a23e7Jsn .footer__items a:hover {
  color: #e13d96 !important;
}
.cid-s2a23e7Jsn .social {
  margin-top: 30px;
}
.cid-s2a23e7Jsn .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #606f7b;
  border-radius: 50%;
  margin-right: 10px;
  color: #606f7b;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-s2a23e7Jsn .social .social__items:hover {
  background-color: #e13d96;
  border-color: #e13d96;
}
.cid-s2a23e7Jsn .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-s2a23e7Jsn .social .social__items:last-child {
  margin-right: 0;
}
.cid-s2a23e7Jsn .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-s2a23e7Jsn .divider {
  background-color: #000000;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-s2a23e7Jsn .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-s2a23e7Jsn .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-s2a23e7Jsn .footer__bot_items a:hover {
  color: #e13d96 !important;
}
.cid-s2a23e7Jsn .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-s2a23e7Jsn .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-s2a23e7Jsn .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #e13d96;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-s2a23e7Jsn .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-s2a23e7Jsn .divider {
    margin-top: 30px;
  }
  .cid-s2a23e7Jsn .footer__bottom {
    padding: 30px 0;
  }
  .cid-s2a23e7Jsn .align-right,
  .cid-s2a23e7Jsn .privacy {
    text-align: center;
  }
  .cid-s2a23e7Jsn .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-sJxP3oFeGG {
  min-height: 114px !important;
  position: relative;
  background: #f4f9fc;
  overflow: visible;
}
.cid-sJxP3oFeGG .nav-item,
.cid-sJxP3oFeGG .nav-link,
.cid-sJxP3oFeGG .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-sJxP3oFeGG .nav-item:hover,
.cid-sJxP3oFeGG .nav-link:hover,
.cid-sJxP3oFeGG .navbar-caption:hover {
  color: #e13d96 !important;
}
.cid-sJxP3oFeGG .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sJxP3oFeGG .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-sJxP3oFeGG .container-fluid,
.cid-sJxP3oFeGG .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-sJxP3oFeGG .navbar-brand {
  padding: 0;
}
.cid-sJxP3oFeGG .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-sJxP3oFeGG .nav-link:hover:before {
  width: 100%;
}
.cid-sJxP3oFeGG .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-sJxP3oFeGG .nav-link {
    margin: 0 !important;
  }
}
.cid-sJxP3oFeGG .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJxP3oFeGG .widget p,
.cid-sJxP3oFeGG .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-sJxP3oFeGG .widget p a,
.cid-sJxP3oFeGG .widget .icons-menu a {
  margin-left: 15px;
}
.cid-sJxP3oFeGG .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-sJxP3oFeGG .icons__wrap:hover {
  color: #ffffff;
  background-color: #e13d96;
  border-color: #e13d96;
}
.cid-sJxP3oFeGG .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sJxP3oFeGG .block__phone,
  .cid-sJxP3oFeGG .icons-menu {
    display: none;
  }
  .cid-sJxP3oFeGG .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sJxP3oFeGG .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #e13d96 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-sJxP3oFeGG .mbr-section-btn .btn-secondary:hover {
  background-color: #e13d96 !important;
  color: #ffffff !important;
}
.cid-sJxP3oFeGG .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-sJxP3oFeGG .navbar > .container,
.cid-sJxP3oFeGG .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sJxP3oFeGG .btn {
    white-space: nowrap;
  }
  .cid-sJxP3oFeGG .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #f4f9fc;
    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-sJxP3oFeGG .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sJxP3oFeGG .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sJxP3oFeGG .dropdown-toggle::after,
  .cid-sJxP3oFeGG .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-sJxP3oFeGG .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-sJxP3oFeGG .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-sJxP3oFeGG .dropdown-menu .dropdown-item:hover {
  color: #e13d96 !important;
}
.cid-sJxP3oFeGG .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sJxP3oFeGG .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sJxP3oFeGG .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-sJxP3oFeGG .nav-item:focus,
.cid-sJxP3oFeGG .nav-link:focus {
  outline: none;
}
.cid-sJxP3oFeGG .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-sJxP3oFeGG .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-sJxP3oFeGG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sJxP3oFeGG .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sJxP3oFeGG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sJxP3oFeGG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJxP3oFeGG .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sJxP3oFeGG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJxP3oFeGG .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #f4f9fc;
}
.cid-sJxP3oFeGG .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #f4f9fc !important;
}
.cid-sJxP3oFeGG .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sJxP3oFeGG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJxP3oFeGG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJxP3oFeGG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 65px - 1rem);
  }
}
.cid-sJxP3oFeGG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sJxP3oFeGG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJxP3oFeGG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sJxP3oFeGG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJxP3oFeGG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJxP3oFeGG .navbar .dropdown-menu {
    background: #f4f9fc !important;
  }
  .cid-sJxP3oFeGG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJxP3oFeGG .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sJxP3oFeGG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sJxP3oFeGG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sJxP3oFeGG .navbar.navbar-short {
  background: #f4f9fc !important;
  min-height: 70px;
  height: 70px;
}
.cid-sJxP3oFeGG .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sJxP3oFeGG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJxP3oFeGG .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-sJxP3oFeGG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-sJxP3oFeGG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJxP3oFeGG .dropdown-item.active,
.cid-sJxP3oFeGG .dropdown-item:active {
  background-color: transparent;
}
.cid-sJxP3oFeGG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f9fc;
}
.cid-sJxP3oFeGG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sJxP3oFeGG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sJxP3oFeGG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-sJxP3oFeGG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJxP3oFeGG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJxP3oFeGG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJxP3oFeGG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJxP3oFeGG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJxP3oFeGG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJxP3oFeGG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJxP3oFeGG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJxP3oFeGG .navbar-dropdown {
  position: absolute;
}
.cid-sJxP3oFeGG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-sJxP3oFeGG a.nav-link:hover {
  color: #e13d96 !important;
}
@media (max-width: 991px) {
  .cid-sJxP3oFeGG .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-sJxP3oFeGG .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-sJxP3oFeGG .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-sJxP3oFeGG .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-sJxP3oFeGG .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f4f9fc;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sJxP3oFeGG .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-sJxP3oFeGG .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-sJxP3oFeGG .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sJxP3oFeGG .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-sJxP3oFeGG .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-sJxP3oFeGG a.nav-link {
    justify-content: flex-start;
  }
  .cid-sJxP3oFeGG ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-sJxP3oFeGG .navbar-brand {
    padding: 0;
  }
  .cid-sJxP3oFeGG .block__phone,
  .cid-sJxP3oFeGG .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-sJxP3oFeGG .widget {
    flex-direction: column;
  }
  .cid-sJxP3oFeGG .widget p,
  .cid-sJxP3oFeGG .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-sJxP3oFeGG .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-sJxP3oFeGG .navbar {
    height: 97px;
  }
  .cid-sJxP3oFeGG .navbar.opened {
    height: auto;
  }
  .cid-sJxP3oFeGG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJxOV8Dn98 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sJxOV8Dn98 .mbr-section-title {
  color: #1e73be;
}
.cid-sJxOV8Dn98 .mbr-section-subtitle {
  text-align: left;
}
.cid-sJxPvz0REL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f4f9fc;
}
.cid-sJxPvz0REL .container {
  pointer-events: none;
}
.cid-sJxPvz0REL .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-sJxPvz0REL .brand__text {
  padding: 12px 0 25px;
}
.cid-sJxPvz0REL .brand__email {
  margin-bottom: 15px;
}
.cid-sJxPvz0REL .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-sJxPvz0REL .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-sJxPvz0REL .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-sJxPvz0REL .footer__items a:hover {
  color: #e13d96 !important;
}
.cid-sJxPvz0REL .social {
  margin-top: 30px;
}
.cid-sJxPvz0REL .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #606f7b;
  border-radius: 50%;
  margin-right: 10px;
  color: #606f7b;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-sJxPvz0REL .social .social__items:hover {
  background-color: #e13d96;
  border-color: #e13d96;
}
.cid-sJxPvz0REL .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-sJxPvz0REL .social .social__items:last-child {
  margin-right: 0;
}
.cid-sJxPvz0REL .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-sJxPvz0REL .divider {
  background-color: #000000;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-sJxPvz0REL .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-sJxPvz0REL .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-sJxPvz0REL .footer__bot_items a:hover {
  color: #e13d96 !important;
}
.cid-sJxPvz0REL .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-sJxPvz0REL .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-sJxPvz0REL .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #e13d96;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-sJxPvz0REL .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-sJxPvz0REL .divider {
    margin-top: 30px;
  }
  .cid-sJxPvz0REL .footer__bottom {
    padding: 30px 0;
  }
  .cid-sJxPvz0REL .align-right,
  .cid-sJxPvz0REL .privacy {
    text-align: center;
  }
  .cid-sJxPvz0REL .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-s2a4tVDJv1 {
  min-height: 114px !important;
  position: relative;
  background: #f4f9fc;
  overflow: visible;
}
.cid-s2a4tVDJv1 .nav-item,
.cid-s2a4tVDJv1 .nav-link,
.cid-s2a4tVDJv1 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-s2a4tVDJv1 .nav-item:hover,
.cid-s2a4tVDJv1 .nav-link:hover,
.cid-s2a4tVDJv1 .navbar-caption:hover {
  color: #e13d96 !important;
}
.cid-s2a4tVDJv1 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s2a4tVDJv1 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-s2a4tVDJv1 .container-fluid,
.cid-s2a4tVDJv1 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-s2a4tVDJv1 .navbar-brand {
  padding: 0;
}
.cid-s2a4tVDJv1 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-s2a4tVDJv1 .nav-link:hover:before {
  width: 100%;
}
.cid-s2a4tVDJv1 .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-s2a4tVDJv1 .nav-link {
    margin: 0 !important;
  }
}
.cid-s2a4tVDJv1 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s2a4tVDJv1 .widget p,
.cid-s2a4tVDJv1 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-s2a4tVDJv1 .widget p a,
.cid-s2a4tVDJv1 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-s2a4tVDJv1 .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-s2a4tVDJv1 .icons__wrap:hover {
  color: #ffffff;
  background-color: #e13d96;
  border-color: #e13d96;
}
.cid-s2a4tVDJv1 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-s2a4tVDJv1 .block__phone,
  .cid-s2a4tVDJv1 .icons-menu {
    display: none;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s2a4tVDJv1 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #e13d96 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-s2a4tVDJv1 .mbr-section-btn .btn-secondary:hover {
  background-color: #e13d96 !important;
  color: #ffffff !important;
}
.cid-s2a4tVDJv1 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-s2a4tVDJv1 .navbar > .container,
.cid-s2a4tVDJv1 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-s2a4tVDJv1 .btn {
    white-space: nowrap;
  }
  .cid-s2a4tVDJv1 .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #f4f9fc;
    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-s2a4tVDJv1 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2a4tVDJv1 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2a4tVDJv1 .dropdown-toggle::after,
  .cid-s2a4tVDJv1 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-s2a4tVDJv1 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-s2a4tVDJv1 .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-s2a4tVDJv1 .dropdown-menu .dropdown-item:hover {
  color: #e13d96 !important;
}
.cid-s2a4tVDJv1 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2a4tVDJv1 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2a4tVDJv1 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-s2a4tVDJv1 .nav-item:focus,
.cid-s2a4tVDJv1 .nav-link:focus {
  outline: none;
}
.cid-s2a4tVDJv1 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-s2a4tVDJv1 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-s2a4tVDJv1 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2a4tVDJv1 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2a4tVDJv1 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2a4tVDJv1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2a4tVDJv1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2a4tVDJv1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2a4tVDJv1 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #f4f9fc;
}
.cid-s2a4tVDJv1 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #f4f9fc !important;
}
.cid-s2a4tVDJv1 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s2a4tVDJv1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2a4tVDJv1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2a4tVDJv1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 65px - 1rem);
  }
}
.cid-s2a4tVDJv1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2a4tVDJv1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2a4tVDJv1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2a4tVDJv1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2a4tVDJv1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2a4tVDJv1 .navbar .dropdown-menu {
    background: #f4f9fc !important;
  }
  .cid-s2a4tVDJv1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2a4tVDJv1 .navbar.navbar-short {
  background: #f4f9fc !important;
  min-height: 70px;
  height: 70px;
}
.cid-s2a4tVDJv1 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s2a4tVDJv1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2a4tVDJv1 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-s2a4tVDJv1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-s2a4tVDJv1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2a4tVDJv1 .dropdown-item.active,
.cid-s2a4tVDJv1 .dropdown-item:active {
  background-color: transparent;
}
.cid-s2a4tVDJv1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f9fc;
}
.cid-s2a4tVDJv1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2a4tVDJv1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2a4tVDJv1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-s2a4tVDJv1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2a4tVDJv1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2a4tVDJv1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2a4tVDJv1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2a4tVDJv1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2a4tVDJv1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2a4tVDJv1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2a4tVDJv1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2a4tVDJv1 .navbar-dropdown {
  position: absolute;
}
.cid-s2a4tVDJv1 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-s2a4tVDJv1 a.nav-link:hover {
  color: #e13d96 !important;
}
@media (max-width: 991px) {
  .cid-s2a4tVDJv1 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-s2a4tVDJv1 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-s2a4tVDJv1 .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-s2a4tVDJv1 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f4f9fc;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s2a4tVDJv1 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-s2a4tVDJv1 .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-s2a4tVDJv1 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s2a4tVDJv1 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-s2a4tVDJv1 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-s2a4tVDJv1 a.nav-link {
    justify-content: flex-start;
  }
  .cid-s2a4tVDJv1 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-s2a4tVDJv1 .navbar-brand {
    padding: 0;
  }
  .cid-s2a4tVDJv1 .block__phone,
  .cid-s2a4tVDJv1 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-s2a4tVDJv1 .widget {
    flex-direction: column;
  }
  .cid-s2a4tVDJv1 .widget p,
  .cid-s2a4tVDJv1 .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-s2a4tVDJv1 .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-s2a4tVDJv1 .navbar {
    height: 97px;
  }
  .cid-s2a4tVDJv1 .navbar.opened {
    height: auto;
  }
  .cid-s2a4tVDJv1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0ikv3zkXC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u0ikv3zkXC .mbr-section-title {
  color: #1e73be;
}
.cid-u0ikv3zkXC .mbr-section-subtitle {
  text-align: left;
}
.cid-s2a23e7Jsn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f4f9fc;
}
.cid-s2a23e7Jsn .container {
  pointer-events: none;
}
.cid-s2a23e7Jsn .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-s2a23e7Jsn .brand__text {
  padding: 12px 0 25px;
}
.cid-s2a23e7Jsn .brand__email {
  margin-bottom: 15px;
}
.cid-s2a23e7Jsn .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-s2a23e7Jsn .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-s2a23e7Jsn .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #1e73be;
}
.cid-s2a23e7Jsn .footer__items a:hover {
  color: #e13d96 !important;
}
.cid-s2a23e7Jsn .social {
  margin-top: 30px;
}
.cid-s2a23e7Jsn .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #606f7b;
  border-radius: 50%;
  margin-right: 10px;
  color: #606f7b;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-s2a23e7Jsn .social .social__items:hover {
  background-color: #e13d96;
  border-color: #e13d96;
}
.cid-s2a23e7Jsn .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-s2a23e7Jsn .social .social__items:last-child {
  margin-right: 0;
}
.cid-s2a23e7Jsn .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-s2a23e7Jsn .divider {
  background-color: #000000;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-s2a23e7Jsn .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-s2a23e7Jsn .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-s2a23e7Jsn .footer__bot_items a:hover {
  color: #e13d96 !important;
}
.cid-s2a23e7Jsn .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-s2a23e7Jsn .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-s2a23e7Jsn .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #e13d96;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-s2a23e7Jsn .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-s2a23e7Jsn .divider {
    margin-top: 30px;
  }
  .cid-s2a23e7Jsn .footer__bottom {
    padding: 30px 0;
  }
  .cid-s2a23e7Jsn .align-right,
  .cid-s2a23e7Jsn .privacy {
    text-align: center;
  }
  .cid-s2a23e7Jsn .footer__bot_items {
    margin: 10px 7px  0;
  }
}
