.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Nata Sans', sans-serif;
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Nata Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Nata Sans', sans-serif;
  font-weight: 400;
  font-size: 1.12rem;
  line-height: 1.78571429;
}
.display-4 > .mbr-iconfont {
  font-size: 1.12rem;
}
.display-5 {
  font-family: 'Shadows Into Light', handwriting;
  font-size: 2rem;
  line-height: 1.25;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Nata Sans', 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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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: #1e2149 !important;
}
.bg-success {
  background-color: #54aebb !important;
}
.bg-info {
  background-color: #fbcf53 !important;
}
.bg-warning {
  background-color: #9fc445 !important;
}
.bg-danger {
  background-color: #27c3ff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1e2149;
  border-color: #1e2149;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
}
.btn-primary:hover {
  background-color: #0f1125 !important;
  border-color: #0f1125 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c647fe !important;
  border-color: #c647fe !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c647fe;
  border-color: #c647fe;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c647fe !important;
  border-color: #c647fe !important;
}
.btn-secondary:hover {
  background-color: #b614fe !important;
  border-color: #b614fe !important;
}
.btn-info,
.btn-info:active {
  background-color: #fbcf53 !important;
  border-color: #fbcf53 !important;
  color: #4d3902 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #4d3902 !important;
  background-color: #fbcf53;
  border-color: #fbcf53;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #4d3902 !important;
  background-color: #fbcf53 !important;
  border-color: #fbcf53 !important;
}
.btn-info:hover {
  background-color: #fac121 !important;
  border-color: #fac121 !important;
}
.btn-success,
.btn-success:active {
  background-color: #54aebb !important;
  border-color: #54aebb !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #54aebb;
  border-color: #54aebb;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #54aebb !important;
  border-color: #54aebb !important;
}
.btn-success:hover {
  background-color: #3f919d !important;
  border-color: #3f919d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9fc445 !important;
  border-color: #9fc445 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9fc445;
  border-color: #9fc445;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9fc445 !important;
  border-color: #9fc445 !important;
}
.btn-warning:hover {
  background-color: #b3d06c !important;
  border-color: #b3d06c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #27c3ff !important;
  border-color: #27c3ff !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #27c3ff;
  border-color: #27c3ff;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #27c3ff !important;
  border-color: #27c3ff !important;
}
.btn-danger:hover {
  background-color: #5ad1ff !important;
  border-color: #00aff3 !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: #1e2149;
  color: #1e2149;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #1e2149 !important;
  border-color: #1e2149;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #c647fe;
  color: #c647fe;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #c647fe !important;
  border-color: #c647fe;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c647fe !important;
  border-color: #c647fe !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #fbcf53;
  color: #fbcf53;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4d3902 !important;
  background: #fbcf53 !important;
  border-color: #fbcf53;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4d3902 !important;
  background-color: #fbcf53 !important;
  border-color: #fbcf53 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #54aebb;
  color: #54aebb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #54aebb !important;
  border-color: #54aebb;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #54aebb !important;
  border-color: #54aebb !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #9fc445;
  color: #9fc445;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #9fc445 !important;
  border-color: #9fc445;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9fc445 !important;
  border-color: #9fc445 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #27c3ff;
  color: #27c3ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #27c3ff !important;
  border-color: #27c3ff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #27c3ff !important;
  border-color: #27c3ff !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: #1e2149 !important;
}
.text-secondary {
  color: #c647fe !important;
}
.text-success {
  color: #54aebb !important;
}
.text-info {
  color: #fbcf53 !important;
}
.text-warning {
  color: #9fc445 !important;
}
.text-danger {
  color: #27c3ff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000001 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #9a01de !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #307079 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #e3a905 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #9fc445 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #008bc0 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1e2149 !important;
}
.alert-success {
  background-color: #54aebb;
}
.alert-info {
  background-color: #fbcf53;
}
.alert-warning {
  background-color: #9fc445;
}
.alert-danger {
  background-color: #27c3ff;
}
.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: #1e2149;
  border-color: #1e2149;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #1e2149;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8186cb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #afd9df;
}
.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: #d1e3a6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f3fcff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nata Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #1e2149;
}
/* 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: #1e2149;
  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: #1e2149;
  border-bottom-color: #1e2149;
}
.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: #1e2149 !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: #c647fe !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-ta9tYRtY91 {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-ta9tYRtY91 .nav-item,
.cid-ta9tYRtY91 .nav-link,
.cid-ta9tYRtY91 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ta9tYRtY91 .nav-item:hover,
.cid-ta9tYRtY91 .nav-link:hover,
.cid-ta9tYRtY91 .navbar-caption:hover {
  color: #27c3ff !important;
}
.cid-ta9tYRtY91 .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-ta9tYRtY91 .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-ta9tYRtY91 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-ta9tYRtY91 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ta9tYRtY91 .container-fluid,
.cid-ta9tYRtY91 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-ta9tYRtY91 .navbar-brand {
  padding: 0;
}
.cid-ta9tYRtY91 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-ta9tYRtY91 .nav-link:hover:before {
  width: 100%;
}
.cid-ta9tYRtY91 .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-ta9tYRtY91 .nav-link {
    margin: 0 !important;
  }
}
.cid-ta9tYRtY91 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ta9tYRtY91 .widget p,
.cid-ta9tYRtY91 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-ta9tYRtY91 .widget p a,
.cid-ta9tYRtY91 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-ta9tYRtY91 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  background-color: #54aebb;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(84, 174, 187, 0.8);
  font-size: 17px;
  color: rgba(84, 174, 187, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-ta9tYRtY91 .icons__wrap:hover {
  color: #000000;
  background-color: #397d87;
  border-color: #397d87;
}
.cid-ta9tYRtY91 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ta9tYRtY91 .block__phone,
  .cid-ta9tYRtY91 .icons-menu {
    display: none;
  }
  .cid-ta9tYRtY91 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-ta9tYRtY91 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #27c3ff !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-ta9tYRtY91 .mbr-section-btn .btn-secondary:hover {
  background-color: #27c3ff !important;
  color: #54aebb !important;
}
.cid-ta9tYRtY91 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-ta9tYRtY91 .navbar > .container,
.cid-ta9tYRtY91 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ta9tYRtY91 .btn {
    white-space: nowrap;
  }
  .cid-ta9tYRtY91 .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 #54aebb;
    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-ta9tYRtY91 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ta9tYRtY91 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ta9tYRtY91 .dropdown-toggle::after,
  .cid-ta9tYRtY91 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-ta9tYRtY91 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-ta9tYRtY91 .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-ta9tYRtY91 .dropdown-menu .dropdown-item:hover {
  color: #27c3ff !important;
}
.cid-ta9tYRtY91 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ta9tYRtY91 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ta9tYRtY91 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-ta9tYRtY91 .nav-item:focus,
.cid-ta9tYRtY91 .nav-link:focus {
  outline: none;
}
.cid-ta9tYRtY91 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #54aebb;
  border-bottom: 1px solid #54aebb;
}
.cid-ta9tYRtY91 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-ta9tYRtY91 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ta9tYRtY91 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ta9tYRtY91 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ta9tYRtY91 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ta9tYRtY91 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ta9tYRtY91 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ta9tYRtY91 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-ta9tYRtY91 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-ta9tYRtY91 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-ta9tYRtY91 .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-ta9tYRtY91 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ta9tYRtY91 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ta9tYRtY91 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 75px - 1rem);
  }
}
.cid-ta9tYRtY91 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ta9tYRtY91 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ta9tYRtY91 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ta9tYRtY91 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ta9tYRtY91 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ta9tYRtY91 .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-ta9tYRtY91 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ta9tYRtY91 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ta9tYRtY91 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ta9tYRtY91 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-ta9tYRtY91 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-ta9tYRtY91 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ta9tYRtY91 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-ta9tYRtY91 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-ta9tYRtY91 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ta9tYRtY91 .dropdown-item.active,
.cid-ta9tYRtY91 .dropdown-item:active {
  background-color: transparent;
}
.cid-ta9tYRtY91 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ta9tYRtY91 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ta9tYRtY91 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #54aebb;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 .navbar-dropdown {
  position: absolute;
}
.cid-ta9tYRtY91 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-ta9tYRtY91 a.nav-link:hover {
  color: #27c3ff !important;
}
@media (max-width: 991px) {
  .cid-ta9tYRtY91 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-ta9tYRtY91 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #54aebb;
  }
  .cid-ta9tYRtY91 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-ta9tYRtY91 .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-ta9tYRtY91 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-ta9tYRtY91 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-ta9tYRtY91 .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-ta9tYRtY91 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-ta9tYRtY91 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-ta9tYRtY91 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-ta9tYRtY91 a.nav-link {
    justify-content: flex-start;
  }
  .cid-ta9tYRtY91 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-ta9tYRtY91 .navbar-brand {
    padding: 0;
  }
  .cid-ta9tYRtY91 .block__phone,
  .cid-ta9tYRtY91 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-ta9tYRtY91 .widget {
    flex-direction: column;
  }
  .cid-ta9tYRtY91 .widget p,
  .cid-ta9tYRtY91 .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-ta9tYRtY91 .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-ta9tYRtY91 .navbar {
    height: 97px;
  }
  .cid-ta9tYRtY91 .navbar.opened {
    height: auto;
  }
  .cid-ta9tYRtY91 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v34Mlvj2lO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../../assets/images/header-spielende-kinder-gro-2000x1600.jpeg");
}
.cid-v34Mlvj2lO .container,
.cid-v34Mlvj2lO .container-fluid {
  z-index: 10;
}
.cid-v34Mlvj2lO .container {
  pointer-events: none;
}
.cid-v34Mlvj2lO .subtitle__block,
.cid-v34Mlvj2lO .title__block,
.cid-v34Mlvj2lO .buttons__block {
  pointer-events: all;
}
.cid-v34Mlvj2lO .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-v34Mlvj2lO .mbr-section-title {
  margin-bottom: 45px;
  color: #1e2149;
  font-weight: 300;
}
.cid-v34Mlvj2lO .mbr-section-title b,
.cid-v34Mlvj2lO .mbr-section-title strong {
  font-weight: 900;
}
.cid-v34Mlvj2lO .mbr-text {
  margin-bottom: 45px;
}
.cid-v34Mlvj2lO .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v34Mlvj2lO .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-v34Mlvj2lO .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #fbcf53 0%, rgba(251, 207, 83, 0.85) 100%) !important;
}
.cid-v34Mlvj2lO .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-v34Mlvj2lO .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-v34Mlvj2lO .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-v34Mlvj2lO .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
}
.cid-v34Mlvj2lO .mbr-figure:hover {
  color: #fbcf53;
  cursor: pointer;
}
.cid-v34Mlvj2lO .mbr-figure:hover .mbr-media {
  border-color: #fbcf53;
  color: #fbcf53;
}
@media (max-width: 575px) {
  .cid-v34Mlvj2lO .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-v34Mlvj2lO .mbr-media {
  display: inline-flex;
  color: #9fc445;
  align-items: center;
  justify-content: center;
  border: 2px solid #9fc445;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-v34Mlvj2lO .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-v34Mlvj2lO .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-v34Mlvj2lO .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-v34Mlvj2lO .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v34Mlvj2lO .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v34Mlvj2lO .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-v34Mlvj2lO 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-v34Mlvj2lO a.close:hover {
  color: #ffffff;
}
.cid-v34Mlvj2lO .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #fbcf53;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-v34Mlvj2lO .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #54aebb;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-v34Mlvj2lO .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #9fc445;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-v34Mlvj2lO .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #1e2149;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@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-v34QcSyPZh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #54aebb;
  background: linear-gradient(-135deg, rgba(84, 174, 187, 0.8), #9fc445);
}
.cid-v34QcSyPZh .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-v34QcSyPZh .container {
  pointer-events: none;
}
.cid-v34QcSyPZh .mbr-section-title {
  pointer-events: all;
  font-size: 60px;
  line-height: 80px;
}
.cid-v34QcSyPZh .animated-element {
  color: #ffffff;
  font-size: 60px;
  line-height: 80px;
}
.cid-v34QcSyPZh .animated-element:after {
  content: ".";
  color: #fbcf53;
}
.cid-v34QcSyPZh .typed-cursor {
  color: #ffffff;
  font-size: 60px;
}
@media (max-width: 991px) {
  .cid-v34QcSyPZh .mbr-section-title,
  .cid-v34QcSyPZh .animated-element,
  .cid-v34QcSyPZh .typed-cursor {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .cid-v34QcSyPZh .mbr-section-title,
  .cid-v34QcSyPZh .animated-element,
  .cid-v34QcSyPZh .typed-cursor {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .cid-v34QcSyPZh .mbr-section-title,
  .cid-v34QcSyPZh .animated-element,
  .cid-v34QcSyPZh .typed-cursor {
    font-size: 60px;
    line-height: 60px;
  }
}
.cid-v34QcSyPZh .mbr-section-title,
.cid-v34QcSyPZh .typed-text {
  color: #ffffff;
  text-align: center;
}
@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-v34QcSyPZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v34QcSyPZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v34M9HHyLf {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-v34M9HHyLf .card-inner {
  background: #54aebb;
  border: 1px solid #88deff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 55px 30px 25px 40px;
  margin-top: 45px;
  height: 430px;
}
.cid-v34M9HHyLf .card-inner:before {
  content: "";
  width: 273px;
  height: 273px;
  background-color: #fbcf53;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: -83px;
  transform: scale(0);
}
.cid-v34M9HHyLf .card-inner:hover {
  border: none;
}
.cid-v34M9HHyLf .card-inner:hover .circle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.cid-v34M9HHyLf .card-inner:hover .circle:nth-child(1) {
  top: 25px;
  left: 40%;
  z-index: 1;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-v34M9HHyLf .card-inner:hover .circle:nth-child(2) {
  top: 25px;
  left: 70%;
  animation: scale__one 1.1s alternate infinite ease-in;
}
.cid-v34M9HHyLf .card-inner:hover .circle:nth-child(3) {
  top: 75px;
  left: 60%;
  animation: scale__one 0.8s alternate infinite ease-in;
}
.cid-v34M9HHyLf .card-inner:hover .circle:nth-child(4) {
  top: 135px;
  left: 85%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-v34M9HHyLf .card-inner:hover .circle:nth-child(5) {
  bottom: 35px;
  right: 15%;
  animation: scale__one 1.2s alternate infinite ease-in;
}
.cid-v34M9HHyLf .card-inner:hover .circle:nth-child(6) {
  bottom: 80px;
  right: 30%;
  animation: scale__one 0.9s alternate infinite ease-in;
}
.cid-v34M9HHyLf .card-inner:hover .circle:nth-child(7) {
  bottom: 40px;
  right: 60%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-v34M9HHyLf .card-inner:hover:before {
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
}
.cid-v34M9HHyLf .card-inner:hover .card-title,
.cid-v34M9HHyLf .card-inner:hover .mbr-text,
.cid-v34M9HHyLf .card-inner:hover .icon__block {
  color: #ffffff !important;
}
.cid-v34M9HHyLf .card-inner:hover .animation__background {
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-v34M9HHyLf .card-inner:hover .animation__background:before {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.9s linear;
}
.cid-v34M9HHyLf .card-inner:hover .animation__background:after {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 1.3s linear;
}
.cid-v34M9HHyLf .animation__background {
  background-color: #54aebb;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}
.cid-v34M9HHyLf .animation__background:before {
  content: "";
  width: 495px;
  height: 495px;
  background-color: #c1e668;
  border-radius: 50%;
  position: absolute;
  top: -250px;
  left: -180px;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-v34M9HHyLf .animation__background:after {
  content: "";
  width: 602px;
  height: 602px;
  background-color: #9fc445;
  border-radius: 50%;
  position: absolute;
  top: -195px;
  left: -180px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-v34M9HHyLf .icon__block {
  position: relative;
  font-size: 65px;
  margin-bottom: 60px;
  color: #54aebb;
  transition: all 0.3s ease-in-out;
}
.cid-v34M9HHyLf .card-title {
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-v34M9HHyLf .mbr-text {
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.cid-v34M9HHyLf .mbr-arrow {
  bottom: -50px;
  left: 50%;
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  color: #1e2149;
}
.cid-v34M9HHyLf .mbr-arrow > a {
  color: #1e2149;
}
.cid-v34M9HHyLf .mbr-arrow > a > i {
  left: 29px;
  top: 10px;
}
@media (max-width: 575px) {
  .cid-v34M9HHyLf .card-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@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);
  }
}
.cid-v34M9HHyLf .card-title,
.cid-v34M9HHyLf .icon__block {
  text-align: center;
  color: #ffffff;
}
.cid-v34R6eVfJG {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/transparente-kreise-4.jpeg");
}
.cid-v34R6eVfJG .mbr-overlay {
  background: #9fc445;
}
.cid-v34R6eVfJG .row {
  margin: 0;
}
.cid-v34R6eVfJG .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-v34R6eVfJG .mbr-section-title {
  color: #1e2149;
  font-weight: 300;
}
.cid-v34R6eVfJG .mbr-section-title b,
.cid-v34R6eVfJG .mbr-section-title strong {
  font-weight: 500;
}
.cid-v34R6eVfJG .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-v34R6eVfJG .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-v34R6eVfJG .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-v34R6eVfJG .carousel-item {
  justify-content: center;
}
.cid-v34R6eVfJG .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-v34R6eVfJG .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(251, 207, 83, 0.3) 0%, #fbcf53 100%);
  border-radius: 3px;
}
.cid-v34R6eVfJG .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-v34R6eVfJG .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-v34R6eVfJG .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v34R6eVfJG .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-v34R6eVfJG .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-v34R6eVfJG .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-v34R6eVfJG .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v34R6eVfJG .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #a3a9bd;
  transition: all 0.3s ease-in-out;
}
.cid-v34R6eVfJG .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-v34R6eVfJG .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-v34R6eVfJG .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-v34R6eVfJG .cloneditem-1,
.cid-v34R6eVfJG .cloneditem-2,
.cid-v34R6eVfJG .cloneditem-3,
.cid-v34R6eVfJG .cloneditem-4,
.cid-v34R6eVfJG .cloneditem-5 {
  display: none;
}
.cid-v34R6eVfJG .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v34R6eVfJG .wrap {
    margin-bottom: 50px;
  }
  .cid-v34R6eVfJG .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-v34R6eVfJG .arrows {
    display: none;
  }
  .cid-v34R6eVfJG .carousel-item {
    margin-bottom: 60px;
  }
  .cid-v34R6eVfJG .container-fluid,
  .cid-v34R6eVfJG .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v34R6eVfJG .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-v34R6eVfJG .carousel-inner {
    z-index: 1;
  }
  .cid-v34R6eVfJG .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-v34R6eVfJG .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-v34R6eVfJG .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-v34R6eVfJG .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-v34R6eVfJG .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-v34R6eVfJG .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v34R6eVfJG .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-v34R6eVfJG .carousel-inner.slides2 .cloneditem-1,
  .cid-v34R6eVfJG .carousel-inner.slides2 .cloneditem-2,
  .cid-v34R6eVfJG .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-v34R6eVfJG .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-v34R6eVfJG .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-v34R6eVfJG .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-v34R6eVfJG .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-v34R6eVfJG .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-v34R6eVfJG .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v34R6eVfJG .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-v34R6eVfJG .carousel-inner.slides3 .cloneditem-1,
  .cid-v34R6eVfJG .carousel-inner.slides3 .cloneditem-2,
  .cid-v34R6eVfJG .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-v34R6eVfJG .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-v34R6eVfJG .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-v34R6eVfJG .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-v34R6eVfJG .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-v34R6eVfJG .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-v34R6eVfJG .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v34R6eVfJG .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-v34R6eVfJG .carousel-inner.slides4 .cloneditem-1,
  .cid-v34R6eVfJG .carousel-inner.slides4 .cloneditem-2,
  .cid-v34R6eVfJG .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-v34R6eVfJG .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-v34R6eVfJG .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-v34R6eVfJG .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-v34R6eVfJG .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-v34R6eVfJG .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-v34R6eVfJG .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v34R6eVfJG .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-v34R6eVfJG .carousel-inner.slides5 .cloneditem-1,
  .cid-v34R6eVfJG .carousel-inner.slides5 .cloneditem-2,
  .cid-v34R6eVfJG .carousel-inner.slides5 .cloneditem-3,
  .cid-v34R6eVfJG .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-v34R6eVfJG .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-v34R6eVfJG .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-v34R6eVfJG .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-v34R6eVfJG .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-v34R6eVfJG .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-v34R6eVfJG .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v34R6eVfJG .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-v34R6eVfJG .carousel-inner.slides6 .cloneditem-1,
  .cid-v34R6eVfJG .carousel-inner.slides6 .cloneditem-2,
  .cid-v34R6eVfJG .carousel-inner.slides6 .cloneditem-3,
  .cid-v34R6eVfJG .carousel-inner.slides6 .cloneditem-4,
  .cid-v34R6eVfJG .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-v34R6eVfJG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v34R6eVfJG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ta9uWPJ2xG {
  padding-top: 8rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ta9uWPJ2xG .container {
  pointer-events: none;
  z-index: 1;
}
.cid-ta9uWPJ2xG .mbr-section-subtitle,
.cid-ta9uWPJ2xG .mbr-section-title,
.cid-ta9uWPJ2xG .mbr-text,
.cid-ta9uWPJ2xG .nav-tabs,
.cid-ta9uWPJ2xG .tab-content {
  pointer-events: all;
}
.cid-ta9uWPJ2xG .title__block {
  margin-top: 120px;
}
.cid-ta9uWPJ2xG .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ta9uWPJ2xG .mbr-section-title {
  color: #1e2149;
  margin-bottom: 20px;
  font-weight: 300;
}
.cid-ta9uWPJ2xG .mbr-section-title b,
.cid-ta9uWPJ2xG .mbr-section-title strong {
  font-weight: 500;
}
.cid-ta9uWPJ2xG h4 {
  margin: 0;
}
.cid-ta9uWPJ2xG .nav-tabs {
  margin-top: 70px;
  border: none !important;
}
.cid-ta9uWPJ2xG .nav-tabs .nav-item {
  margin: 0;
}
.cid-ta9uWPJ2xG .nav-tabs .btn {
  width: 155px;
  min-width: auto;
  line-height: 60px !important;
  font-size: 16px;
  background: #ffffff;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0px 10px 30px 0px rgba(156, 157, 161, 0.16) !important;
  border: none;
  background: transparent !important;
  margin: 0px !important;
}
.cid-ta9uWPJ2xG .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #000000 !important;
}
.cid-ta9uWPJ2xG .nav-tabs .btn:after {
  display: none;
}
.cid-ta9uWPJ2xG .nav-tabs .btn:hover {
  box-shadow: 0px 10px 30px 0px rgba(156, 157, 161, 0.16) !important;
  color: #000000 !important;
}
.cid-ta9uWPJ2xG .nav-tabs .btn.active {
  background: linear-gradient(130deg, rgba(39, 195, 255, 0.65) 0%, rgba(159, 196, 69, 0.65) 100%) !important;
  color: #ffffff !important;
}
.cid-ta9uWPJ2xG .nav-tabs .nav-item:first-child .btn {
  border-radius: 32px 0 0 32px;
}
.cid-ta9uWPJ2xG .nav-tabs .nav-item:last-child .btn {
  border-radius: 0 32px 32px 0;
}
.cid-ta9uWPJ2xG .tab-content > .tab-pane {
  display: block !important;
}
.cid-ta9uWPJ2xG .tab-content .active {
  position: relative;
  z-index: 5;
  transform: scale(1) translateX(0);
  pointer-events: visible;
}
.cid-ta9uWPJ2xG .tab-content {
  position: relative;
}
.cid-ta9uWPJ2xG .tab-pane {
  width: 360px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transition: all 0.7s ease;
  transform: scale(0.8, 0.8) translateX(225px);
  pointer-events: none;
}
.cid-ta9uWPJ2xG .plan {
  background: #ffffff;
  border-radius: 5px;
  word-break: break-word;
  box-shadow: 0px 20px 40px 0px rgba(60, 67, 113, 0.05);
  position: relative;
}
.cid-ta9uWPJ2xG .plan .list__item {
  line-height: 42px;
}
.cid-ta9uWPJ2xG .price-figure {
  padding: 25px 0 35px;
  color: #ff6400;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(130deg, rgba(39, 195, 255, 0.75) 0%, rgba(159, 196, 69, 0.75) 100%);
}
.cid-ta9uWPJ2xG .price-figure sup {
  font-size: 60%;
  color: inherit;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(130deg, rgba(39, 195, 255, 0.75) 0%, rgba(159, 196, 69, 0.75) 100%);
}
.cid-ta9uWPJ2xG .price-term {
  margin-bottom: 20px;
  color: #000000;
  text-decoration: underline;
}
.cid-ta9uWPJ2xG .plan-list {
  margin-bottom: 40px;
}
.cid-ta9uWPJ2xG .plan-list .mbr-list {
  list-style: none;
}
.cid-ta9uWPJ2xG UL {
  color: #233d63;
}
.cid-ta9uWPJ2xG .plan-title {
  color: #233d63;
}
.cid-ta9uWPJ2xG .plan-body {
  padding: 0 15px 80px;
}
.cid-ta9uWPJ2xG .plan-body .mbr-section-btn {
  margin: 0;
}
.cid-ta9uWPJ2xG .plan-body .mbr-section-btn .btn {
  margin: 0;
  border-radius: 25px;
  z-index: 10;
  font-weight: 400 !important;
}
.cid-ta9uWPJ2xG .plan-body .mbr-section-btn .btn-warning-outline {
  border: 2px solid #dbdbdb !important;
  color: #1a1a1a !important;
  position: relative;
  background: transparent !important;
}
.cid-ta9uWPJ2xG .plan-body .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(159, 196, 69, 0.55) 0%, #9fc445 100%) !important;
  transform: scale(0, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.cid-ta9uWPJ2xG .plan-body .mbr-section-btn .btn-warning-outline:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0px 13px 28px 0px rgba(0, 0, 0, 0.25);
}
.cid-ta9uWPJ2xG .plan-body .mbr-section-btn .btn-warning-outline:hover:before {
  transform: scale(1);
}
.cid-ta9uWPJ2xG .plan-header {
  padding: 60px 15px 0;
}
.cid-ta9uWPJ2xG .animation__background .quadr {
  position: absolute;
  bottom: 29%;
  left: 29%;
  animation: rotated 33s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-ta9uWPJ2xG .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  left: 30%;
  border-radius: 50%;
  background: #54aebb;
  position: absolute;
  animation: animationTwo 30s infinite linear;
}
.cid-ta9uWPJ2xG .animation__background .circle2 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 21%;
  right: 12%;
  position: absolute;
  border-radius: 50%;
  background-color: #9fc445;
  animation: animationOne 25s infinite linear;
}
.cid-ta9uWPJ2xG .animation__background .circle3 {
  display: inline-block;
  width: 8px;
  height: 8px;
  bottom: 17%;
  left: 10%;
  position: absolute;
  border-radius: 50%;
  background-color: #fbcf53;
  animation: animationTwo 25s infinite linear;
}
.cid-ta9uWPJ2xG .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 125px;
  left: 43%;
  position: absolute;
  border-radius: 50%;
  background-color: #9fc445;
  animation: animationOne 30s infinite linear;
}
@media (max-width: 767px) {
  .cid-ta9uWPJ2xG .nav-tabs .nav-item .btn {
    width: 135px;
  }
  .cid-ta9uWPJ2xG .tab-pane {
    width: 290px;
  }
  .cid-ta9uWPJ2xG .tab-content {
    margin-top: 40px;
  }
  .cid-ta9uWPJ2xG .title__block {
    margin-top: 0;
  }
  .cid-ta9uWPJ2xG .nav-tabs {
    justify-content: center;
  }
  .cid-ta9uWPJ2xG .plan-header {
    padding-top: 20px;
  }
  .cid-ta9uWPJ2xG .plan-body {
    padding-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .cid-ta9uWPJ2xG .tab-pane {
    left: 70px;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@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-v34Vu16JXR {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-image: url("../../../assets/images/backgraund-trend.jpg");
}
.cid-v34Vu16JXR .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #9fc445);
}
.cid-v34Vu16JXR .container {
  z-index: 1;
}
.cid-v34Vu16JXR .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-v34Vu16JXR .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v34Vu16JXR .mbr-section-btn {
  margin-top: 35px;
}
.cid-v34Vu16JXR .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-v34Vu16JXR .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-v34Vu16JXR .mbr-section-title,
.cid-v34Vu16JXR .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v34Vu16JXR .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-v34Vu16JXR .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-v34Vu16JXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v34Vu16JXR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ta9u6L4iJx {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-ta9u6L4iJx .container,
.cid-ta9u6L4iJx .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-ta9u6L4iJx .mbr-section-subtitle,
.cid-ta9u6L4iJx .mbr-section-title,
.cid-ta9u6L4iJx .mbr-subtext,
.cid-ta9u6L4iJx .mbr-text,
.cid-ta9u6L4iJx .mbr-section-btn,
.cid-ta9u6L4iJx .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-ta9u6L4iJx .title__block {
    padding-top: 70px;
  }
}
.cid-ta9u6L4iJx .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ta9u6L4iJx .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-ta9u6L4iJx .mbr-section-title b,
.cid-ta9u6L4iJx .mbr-section-title strong {
  font-weight: 500;
}
.cid-ta9u6L4iJx .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-ta9u6L4iJx .mbr-section-btn {
  margin-top: 60px;
}
.cid-ta9u6L4iJx .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
}
.cid-ta9u6L4iJx .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ta9u6L4iJx .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-ta9u6L4iJx .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-ta9u6L4iJx .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ta9u6L4iJx .wrap__image {
    text-align: right;
  }
  .cid-ta9u6L4iJx .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-ta9u6L4iJx .wrap__image {
    text-align: center !important;
  }
}
.cid-ta9u6L4iJx .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-ta9u6L4iJx .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #54aebb;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-ta9u6L4iJx .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #fbcf53;
  animation: scale__two 5s 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 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);
  }
}
.cid-v35sNM4N2B {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/transparente-kreise-1.jpg");
}
.cid-v35sNM4N2B .container,
.cid-v35sNM4N2B .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-v35sNM4N2B .mbr-section-subtitle,
.cid-v35sNM4N2B .mbr-section-title,
.cid-v35sNM4N2B .mbr-subtext,
.cid-v35sNM4N2B .mbr-text,
.cid-v35sNM4N2B .mbr-section-btn,
.cid-v35sNM4N2B .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-v35sNM4N2B .title__block {
    padding-top: 70px;
  }
}
.cid-v35sNM4N2B .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-v35sNM4N2B .mbr-section-title {
  color: #1e2149;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-v35sNM4N2B .mbr-section-title b,
.cid-v35sNM4N2B .mbr-section-title strong {
  font-weight: 500;
}
.cid-v35sNM4N2B .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-v35sNM4N2B .mbr-section-btn {
  margin-top: 60px;
}
.cid-v35sNM4N2B .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
}
.cid-v35sNM4N2B .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-v35sNM4N2B .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-v35sNM4N2B .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-v35sNM4N2B .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v35sNM4N2B .wrap__image {
    text-align: right;
  }
  .cid-v35sNM4N2B .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-v35sNM4N2B .wrap__image {
    text-align: center !important;
  }
}
.cid-v35sNM4N2B .wrap__image {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-v35sNM4N2B .wrap__image {
    text-align: left;
  }
  .cid-v35sNM4N2B .wrap__image .image__block2 {
    right: 165px;
  }
}
.cid-v35sNM4N2B .image__block2 {
  right: -165px;
  left: auto !important;
}
@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 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);
  }
}
.cid-v35sNM4N2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35sNM4N2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v350Wu21Tj {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-v350Wu21Tj .container,
.cid-v350Wu21Tj .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-v350Wu21Tj .title__block,
.cid-v350Wu21Tj .card__block {
  pointer-events: all;
}
.cid-v350Wu21Tj .icon__block {
  margin-bottom: 40px;
}
.cid-v350Wu21Tj .icon__block .mbr-iconfont {
  font-size: 50px;
  color: #9fc445;
}
.cid-v350Wu21Tj .mbr-section-title {
  color: #233d63;
  margin-bottom: 30px;
}
.cid-v350Wu21Tj .subtext {
  margin-bottom: 30px;
  color: #1e2149;
}
.cid-v350Wu21Tj .mbr-section-btn {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .cid-v350Wu21Tj .column1 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .cid-v350Wu21Tj .wrap {
    margin-top: 40px;
  }
}
.cid-v350Wu21Tj .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-v350Wu21Tj .icon__card_wrap {
  width: 100%;
}
.cid-v350Wu21Tj .color1 {
  background: linear-gradient(120deg, #82a234 0%, #c7dd92 100%);
}
.cid-v350Wu21Tj .color2 {
  background: linear-gradient(120deg, #00aff3 0%, #8ddfff 100%);
}
.cid-v350Wu21Tj .color3 {
  background: linear-gradient(120deg, #b614fe 0%, #e5acff 100%);
}
.cid-v350Wu21Tj .color4 {
  background: linear-gradient(120deg, #cc5000 0%, #ffa266 100%);
}
.cid-v350Wu21Tj .icon__card {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-v350Wu21Tj .icon__card .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-v350Wu21Tj .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-v350Wu21Tj .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-v350Wu21Tj .card__title {
  margin-top: 20px;
}
.cid-v350Wu21Tj .card__text {
  margin-top: 30px;
}
.cid-v350Wu21Tj .card__block_btn {
  margin-top: 25px;
  font-size: 30px;
}
.cid-v350Wu21Tj .animation__background .triangle {
  position: absolute;
  top: 17%;
  left: 23%;
  animation: rotatedHalf 40s infinite linear;
  height: 200px;
  width: 200px;
}
.cid-v350Wu21Tj .animation__background .triangle2 {
  position: absolute;
  bottom: 13%;
  left: 19%;
  animation: animationTwo 40s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v350Wu21Tj .animation__background .quadr {
  position: absolute;
  bottom: 22%;
  right: 18%;
  animation: animationTwo 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-v350Wu21Tj .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  right: 32%;
  border-radius: 50%;
  background: #54aebb;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-v350Wu21Tj .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #9fc445;
  animation: animationOne 30s infinite linear;
}
.cid-v350Wu21Tj .animation__background .circle3 {
  display: inline-block;
  width: 17px;
  height: 17px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  border: 5px solid #fbcf53;
  animation: animationTwo 30s infinite linear;
}
.cid-v350Wu21Tj .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 19%;
  top: 12%;
  position: absolute;
  border-radius: 50%;
  background-color: #27c3ff;
  animation: animationThree 25s infinite linear;
}
.cid-v350Wu21Tj .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #1e2149;
  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-v350Wu21Tj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v350Wu21Tj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v350Wu21Tj .card__title,
.cid-v350Wu21Tj .icon__card_wrap {
  text-align: center;
  color: #c0c0c9;
}
.cid-v350Wu21Tj .card__text,
.cid-v350Wu21Tj .card__block_btn {
  text-align: center;
}
.cid-v35y6mIWjc {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v35y6mIWjc .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-v35y6mIWjc .icon__block {
  background: linear-gradient(135deg, rgba(159, 196, 69, 0.54) 0%, rgba(159, 196, 69, 0.85) 60%, #9fc445 100%);
}
.cid-v35y6mIWjc .mbr-section-title,
.cid-v35y6mIWjc .icon__wrap {
  text-align: center;
  color: #1e2149;
}
.cid-v35y6mIWjc .mbr-section-subtitle {
  text-align: center;
}
.cid-v35y6mIWjc .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-v35y6mIWjc .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-v35y6mIWjc .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-v35y6mIWjc .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-v35y6mIWjc .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-v35y6mIWjc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35y6mIWjc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3bNrseRjb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3bNrseRjb .card-title {
  color: #202020;
  text-align: center;
}
.cid-v3bNrseRjb .map-wrapper {
  margin-bottom: 70px;
}
.cid-v3bNrseRjb .google-map {
  height: 540px;
  position: relative;
}
.cid-v3bNrseRjb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3bNrseRjb .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v3bNrseRjb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3bNrseRjb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3bNrseRjb .contact_content {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cid-v3bNrseRjb .contact_content {
    margin: 7px 0 15px;
  }
}
.cid-v3bNrseRjb .card_text {
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v3bNrseRjb .card_box {
    padding: 0 2rem;
  }
}
.cid-v3bNrseRjb .iconfont-wrapper {
  margin-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #202020;
}
.cid-v36mQnWhsD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #54aebb;
}
.cid-v36mQnWhsD .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-v36mQnWhsD .icon__block {
  background: linear-gradient(135deg, rgba(159, 196, 69, 0.54) 0%, rgba(159, 196, 69, 0.85) 60%, #9fc445 100%);
}
.cid-v36mQnWhsD .mbr-section-title,
.cid-v36mQnWhsD .icon__wrap {
  text-align: center;
  color: #ffffff;
}
.cid-v36mQnWhsD .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v36mQnWhsD .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-v36mQnWhsD .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-v36mQnWhsD .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-v36mQnWhsD .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-v36mQnWhsD .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-v36mQnWhsD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v36mQnWhsD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35kHQSvaA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #54aebb;
}
.cid-v35kHQSvaA .mbr-overlay {
  z-index: 1;
}
.cid-v35kHQSvaA img {
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v35kHQSvaA .carousel {
    min-height: 600px;
  }
  .cid-v35kHQSvaA .carousel img {
    max-height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v35kHQSvaA .carousel {
    min-height: 390px;
  }
  .cid-v35kHQSvaA .carousel img {
    max-height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-v35kHQSvaA .carousel {
    min-height: 330px;
  }
  .cid-v35kHQSvaA .carousel img {
    max-height: 330px;
    object-fit: cover;
  }
  .cid-v35kHQSvaA .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v35kHQSvaA .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v35kHQSvaA .carousel,
.cid-v35kHQSvaA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v35kHQSvaA .item-wrapper {
  width: 100%;
}
.cid-v35kHQSvaA .carousel-caption {
  bottom: 40px;
}
.cid-v35kHQSvaA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v35kHQSvaA .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v35kHQSvaA .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v35kHQSvaA .container .carousel-indicators {
  margin-bottom: 2rem;
}
.cid-v35kHQSvaA .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1f1437;
  opacity: 1;
  top: 50%;
}
.cid-v35kHQSvaA .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-v35kHQSvaA .carousel-control:hover {
  background-color: #33d5ad;
}
.cid-v35kHQSvaA .carousel-control-prev {
  left: 20px;
}
.cid-v35kHQSvaA .carousel-control-next {
  right: 20px;
}
.cid-v35kHQSvaA .carousel-indicators .active,
.cid-v35kHQSvaA .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #1f1437;
  opacity: 1;
}
.cid-v35kHQSvaA .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-v35kHQSvaA .overlay-slide {
  z-index: 2;
}
.cid-v3aR8EShnw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3aR8EShnw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3aR8EShnw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3aR8EShnw .row {
  justify-content: center;
}
.cid-v3aR8EShnw .card {
  justify-content: center;
}
.cid-v3aR8EShnw .mbr-copy {
  margin-bottom: 0;
  color: #1e2149;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3aR8EShnw .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v3aR8EShnw .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3aR8EShnw .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v3aR8EShnw .nav-wrapper .list .item-wrap:hover,
.cid-v3aR8EShnw .nav-wrapper .list .item-wrap:focus {
  color: #27c3ff;
}
.cid-v3aR8EShnw .list,
.cid-v3aR8EShnw .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3aR8EShnw .list,
.cid-v3aR8EShnw .item-wrap,
.cid-v3aR8EShnw .nav-wrapper {
  color: #1e2149;
}
.cid-ta9tYRtY91 {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-ta9tYRtY91 .nav-item,
.cid-ta9tYRtY91 .nav-link,
.cid-ta9tYRtY91 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ta9tYRtY91 .nav-item:hover,
.cid-ta9tYRtY91 .nav-link:hover,
.cid-ta9tYRtY91 .navbar-caption:hover {
  color: #27c3ff !important;
}
.cid-ta9tYRtY91 .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-ta9tYRtY91 .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-ta9tYRtY91 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-ta9tYRtY91 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ta9tYRtY91 .container-fluid,
.cid-ta9tYRtY91 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-ta9tYRtY91 .navbar-brand {
  padding: 0;
}
.cid-ta9tYRtY91 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-ta9tYRtY91 .nav-link:hover:before {
  width: 100%;
}
.cid-ta9tYRtY91 .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-ta9tYRtY91 .nav-link {
    margin: 0 !important;
  }
}
.cid-ta9tYRtY91 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ta9tYRtY91 .widget p,
.cid-ta9tYRtY91 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-ta9tYRtY91 .widget p a,
.cid-ta9tYRtY91 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-ta9tYRtY91 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  background-color: #54aebb;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(84, 174, 187, 0.8);
  font-size: 17px;
  color: rgba(84, 174, 187, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-ta9tYRtY91 .icons__wrap:hover {
  color: #000000;
  background-color: #397d87;
  border-color: #397d87;
}
.cid-ta9tYRtY91 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ta9tYRtY91 .block__phone,
  .cid-ta9tYRtY91 .icons-menu {
    display: none;
  }
  .cid-ta9tYRtY91 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-ta9tYRtY91 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #27c3ff !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-ta9tYRtY91 .mbr-section-btn .btn-secondary:hover {
  background-color: #27c3ff !important;
  color: #54aebb !important;
}
.cid-ta9tYRtY91 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-ta9tYRtY91 .navbar > .container,
.cid-ta9tYRtY91 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ta9tYRtY91 .btn {
    white-space: nowrap;
  }
  .cid-ta9tYRtY91 .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 #54aebb;
    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-ta9tYRtY91 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ta9tYRtY91 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ta9tYRtY91 .dropdown-toggle::after,
  .cid-ta9tYRtY91 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-ta9tYRtY91 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-ta9tYRtY91 .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-ta9tYRtY91 .dropdown-menu .dropdown-item:hover {
  color: #27c3ff !important;
}
.cid-ta9tYRtY91 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ta9tYRtY91 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ta9tYRtY91 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-ta9tYRtY91 .nav-item:focus,
.cid-ta9tYRtY91 .nav-link:focus {
  outline: none;
}
.cid-ta9tYRtY91 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #54aebb;
  border-bottom: 1px solid #54aebb;
}
.cid-ta9tYRtY91 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-ta9tYRtY91 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ta9tYRtY91 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ta9tYRtY91 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ta9tYRtY91 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ta9tYRtY91 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ta9tYRtY91 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ta9tYRtY91 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-ta9tYRtY91 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-ta9tYRtY91 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-ta9tYRtY91 .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-ta9tYRtY91 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ta9tYRtY91 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ta9tYRtY91 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 75px - 1rem);
  }
}
.cid-ta9tYRtY91 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ta9tYRtY91 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ta9tYRtY91 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ta9tYRtY91 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ta9tYRtY91 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ta9tYRtY91 .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-ta9tYRtY91 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ta9tYRtY91 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ta9tYRtY91 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ta9tYRtY91 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-ta9tYRtY91 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-ta9tYRtY91 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ta9tYRtY91 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-ta9tYRtY91 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-ta9tYRtY91 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ta9tYRtY91 .dropdown-item.active,
.cid-ta9tYRtY91 .dropdown-item:active {
  background-color: transparent;
}
.cid-ta9tYRtY91 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ta9tYRtY91 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ta9tYRtY91 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #54aebb;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 .navbar-dropdown {
  position: absolute;
}
.cid-ta9tYRtY91 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-ta9tYRtY91 a.nav-link:hover {
  color: #27c3ff !important;
}
@media (max-width: 991px) {
  .cid-ta9tYRtY91 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-ta9tYRtY91 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #54aebb;
  }
  .cid-ta9tYRtY91 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-ta9tYRtY91 .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-ta9tYRtY91 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-ta9tYRtY91 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-ta9tYRtY91 .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-ta9tYRtY91 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-ta9tYRtY91 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-ta9tYRtY91 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-ta9tYRtY91 a.nav-link {
    justify-content: flex-start;
  }
  .cid-ta9tYRtY91 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-ta9tYRtY91 .navbar-brand {
    padding: 0;
  }
  .cid-ta9tYRtY91 .block__phone,
  .cid-ta9tYRtY91 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-ta9tYRtY91 .widget {
    flex-direction: column;
  }
  .cid-ta9tYRtY91 .widget p,
  .cid-ta9tYRtY91 .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-ta9tYRtY91 .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-ta9tYRtY91 .navbar {
    height: 97px;
  }
  .cid-ta9tYRtY91 .navbar.opened {
    height: auto;
  }
  .cid-ta9tYRtY91 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3bSLTwg6X {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3bSLTwg6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3bSLTwg6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3bSLTwg6X .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-v3bSLTwg6X .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v3bSLTwg6X .mbr-name {
  color: #858585;
}
.cid-v3bSLTwg6X .mbr-text {
  color: #1e2149;
}
.cid-v3bSLTwg6X .mbr-section-btn {
  text-align: center;
}
.cid-v3bSLTwg6X .mbr-name,
.cid-v3bSLTwg6X .mbr-section-btn {
  color: #1e2149;
}
.cid-v3aR8EShnw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3aR8EShnw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3aR8EShnw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3aR8EShnw .row {
  justify-content: center;
}
.cid-v3aR8EShnw .card {
  justify-content: center;
}
.cid-v3aR8EShnw .mbr-copy {
  margin-bottom: 0;
  color: #1e2149;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3aR8EShnw .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v3aR8EShnw .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3aR8EShnw .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v3aR8EShnw .nav-wrapper .list .item-wrap:hover,
.cid-v3aR8EShnw .nav-wrapper .list .item-wrap:focus {
  color: #27c3ff;
}
.cid-v3aR8EShnw .list,
.cid-v3aR8EShnw .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3aR8EShnw .list,
.cid-v3aR8EShnw .item-wrap,
.cid-v3aR8EShnw .nav-wrapper {
  color: #1e2149;
}
.cid-ta9tYRtY91 {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-ta9tYRtY91 .nav-item,
.cid-ta9tYRtY91 .nav-link,
.cid-ta9tYRtY91 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ta9tYRtY91 .nav-item:hover,
.cid-ta9tYRtY91 .nav-link:hover,
.cid-ta9tYRtY91 .navbar-caption:hover {
  color: #27c3ff !important;
}
.cid-ta9tYRtY91 .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-ta9tYRtY91 .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-ta9tYRtY91 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-ta9tYRtY91 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ta9tYRtY91 .container-fluid,
.cid-ta9tYRtY91 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-ta9tYRtY91 .navbar-brand {
  padding: 0;
}
.cid-ta9tYRtY91 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-ta9tYRtY91 .nav-link:hover:before {
  width: 100%;
}
.cid-ta9tYRtY91 .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-ta9tYRtY91 .nav-link {
    margin: 0 !important;
  }
}
.cid-ta9tYRtY91 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ta9tYRtY91 .widget p,
.cid-ta9tYRtY91 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-ta9tYRtY91 .widget p a,
.cid-ta9tYRtY91 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-ta9tYRtY91 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  background-color: #54aebb;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(84, 174, 187, 0.8);
  font-size: 17px;
  color: rgba(84, 174, 187, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-ta9tYRtY91 .icons__wrap:hover {
  color: #000000;
  background-color: #397d87;
  border-color: #397d87;
}
.cid-ta9tYRtY91 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ta9tYRtY91 .block__phone,
  .cid-ta9tYRtY91 .icons-menu {
    display: none;
  }
  .cid-ta9tYRtY91 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-ta9tYRtY91 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #27c3ff !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-ta9tYRtY91 .mbr-section-btn .btn-secondary:hover {
  background-color: #27c3ff !important;
  color: #54aebb !important;
}
.cid-ta9tYRtY91 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-ta9tYRtY91 .navbar > .container,
.cid-ta9tYRtY91 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ta9tYRtY91 .btn {
    white-space: nowrap;
  }
  .cid-ta9tYRtY91 .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 #54aebb;
    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-ta9tYRtY91 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ta9tYRtY91 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ta9tYRtY91 .dropdown-toggle::after,
  .cid-ta9tYRtY91 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-ta9tYRtY91 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-ta9tYRtY91 .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-ta9tYRtY91 .dropdown-menu .dropdown-item:hover {
  color: #27c3ff !important;
}
.cid-ta9tYRtY91 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ta9tYRtY91 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ta9tYRtY91 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-ta9tYRtY91 .nav-item:focus,
.cid-ta9tYRtY91 .nav-link:focus {
  outline: none;
}
.cid-ta9tYRtY91 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #54aebb;
  border-bottom: 1px solid #54aebb;
}
.cid-ta9tYRtY91 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-ta9tYRtY91 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ta9tYRtY91 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ta9tYRtY91 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ta9tYRtY91 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ta9tYRtY91 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ta9tYRtY91 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ta9tYRtY91 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-ta9tYRtY91 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-ta9tYRtY91 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-ta9tYRtY91 .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-ta9tYRtY91 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ta9tYRtY91 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ta9tYRtY91 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 75px - 1rem);
  }
}
.cid-ta9tYRtY91 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ta9tYRtY91 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ta9tYRtY91 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ta9tYRtY91 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ta9tYRtY91 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ta9tYRtY91 .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-ta9tYRtY91 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ta9tYRtY91 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ta9tYRtY91 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ta9tYRtY91 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-ta9tYRtY91 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-ta9tYRtY91 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ta9tYRtY91 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-ta9tYRtY91 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-ta9tYRtY91 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ta9tYRtY91 .dropdown-item.active,
.cid-ta9tYRtY91 .dropdown-item:active {
  background-color: transparent;
}
.cid-ta9tYRtY91 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ta9tYRtY91 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ta9tYRtY91 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #54aebb;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 .navbar-dropdown {
  position: absolute;
}
.cid-ta9tYRtY91 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-ta9tYRtY91 a.nav-link:hover {
  color: #27c3ff !important;
}
@media (max-width: 991px) {
  .cid-ta9tYRtY91 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-ta9tYRtY91 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #54aebb;
  }
  .cid-ta9tYRtY91 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-ta9tYRtY91 .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-ta9tYRtY91 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-ta9tYRtY91 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-ta9tYRtY91 .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-ta9tYRtY91 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-ta9tYRtY91 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-ta9tYRtY91 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-ta9tYRtY91 a.nav-link {
    justify-content: flex-start;
  }
  .cid-ta9tYRtY91 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-ta9tYRtY91 .navbar-brand {
    padding: 0;
  }
  .cid-ta9tYRtY91 .block__phone,
  .cid-ta9tYRtY91 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-ta9tYRtY91 .widget {
    flex-direction: column;
  }
  .cid-ta9tYRtY91 .widget p,
  .cid-ta9tYRtY91 .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-ta9tYRtY91 .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-ta9tYRtY91 .navbar {
    height: 97px;
  }
  .cid-ta9tYRtY91 .navbar.opened {
    height: auto;
  }
  .cid-ta9tYRtY91 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3bRDoFXRb {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3bRDoFXRb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3bRDoFXRb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3bRDoFXRb .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-v3bRDoFXRb .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v3bRDoFXRb .mbr-name {
  color: #858585;
}
.cid-v3bRDoFXRb .mbr-text {
  color: #191c25;
}
.cid-v3bRDoFXRb .mbr-section-btn {
  text-align: center;
}
.cid-v3bRDoFXRb .mbr-name,
.cid-v3bRDoFXRb .mbr-section-btn {
  color: #1e2149;
}
.cid-v3aR8EShnw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3aR8EShnw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3aR8EShnw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3aR8EShnw .row {
  justify-content: center;
}
.cid-v3aR8EShnw .card {
  justify-content: center;
}
.cid-v3aR8EShnw .mbr-copy {
  margin-bottom: 0;
  color: #1e2149;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3aR8EShnw .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v3aR8EShnw .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3aR8EShnw .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v3aR8EShnw .nav-wrapper .list .item-wrap:hover,
.cid-v3aR8EShnw .nav-wrapper .list .item-wrap:focus {
  color: #27c3ff;
}
.cid-v3aR8EShnw .list,
.cid-v3aR8EShnw .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3aR8EShnw .list,
.cid-v3aR8EShnw .item-wrap,
.cid-v3aR8EShnw .nav-wrapper {
  color: #1e2149;
}
.cid-ta9tYRtY91 {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-ta9tYRtY91 .nav-item,
.cid-ta9tYRtY91 .nav-link,
.cid-ta9tYRtY91 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ta9tYRtY91 .nav-item:hover,
.cid-ta9tYRtY91 .nav-link:hover,
.cid-ta9tYRtY91 .navbar-caption:hover {
  color: #27c3ff !important;
}
.cid-ta9tYRtY91 .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-ta9tYRtY91 .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-ta9tYRtY91 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-ta9tYRtY91 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ta9tYRtY91 .container-fluid,
.cid-ta9tYRtY91 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-ta9tYRtY91 .navbar-brand {
  padding: 0;
}
.cid-ta9tYRtY91 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-ta9tYRtY91 .nav-link:hover:before {
  width: 100%;
}
.cid-ta9tYRtY91 .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-ta9tYRtY91 .nav-link {
    margin: 0 !important;
  }
}
.cid-ta9tYRtY91 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ta9tYRtY91 .widget p,
.cid-ta9tYRtY91 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-ta9tYRtY91 .widget p a,
.cid-ta9tYRtY91 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-ta9tYRtY91 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  background-color: #54aebb;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(84, 174, 187, 0.8);
  font-size: 17px;
  color: rgba(84, 174, 187, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-ta9tYRtY91 .icons__wrap:hover {
  color: #000000;
  background-color: #397d87;
  border-color: #397d87;
}
.cid-ta9tYRtY91 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ta9tYRtY91 .block__phone,
  .cid-ta9tYRtY91 .icons-menu {
    display: none;
  }
  .cid-ta9tYRtY91 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-ta9tYRtY91 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #27c3ff !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-ta9tYRtY91 .mbr-section-btn .btn-secondary:hover {
  background-color: #27c3ff !important;
  color: #54aebb !important;
}
.cid-ta9tYRtY91 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-ta9tYRtY91 .navbar > .container,
.cid-ta9tYRtY91 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ta9tYRtY91 .btn {
    white-space: nowrap;
  }
  .cid-ta9tYRtY91 .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 #54aebb;
    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-ta9tYRtY91 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ta9tYRtY91 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ta9tYRtY91 .dropdown-toggle::after,
  .cid-ta9tYRtY91 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-ta9tYRtY91 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-ta9tYRtY91 .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-ta9tYRtY91 .dropdown-menu .dropdown-item:hover {
  color: #27c3ff !important;
}
.cid-ta9tYRtY91 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ta9tYRtY91 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ta9tYRtY91 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-ta9tYRtY91 .nav-item:focus,
.cid-ta9tYRtY91 .nav-link:focus {
  outline: none;
}
.cid-ta9tYRtY91 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #54aebb;
  border-bottom: 1px solid #54aebb;
}
.cid-ta9tYRtY91 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-ta9tYRtY91 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ta9tYRtY91 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ta9tYRtY91 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ta9tYRtY91 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ta9tYRtY91 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ta9tYRtY91 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ta9tYRtY91 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-ta9tYRtY91 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-ta9tYRtY91 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-ta9tYRtY91 .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-ta9tYRtY91 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ta9tYRtY91 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ta9tYRtY91 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 75px - 1rem);
  }
}
.cid-ta9tYRtY91 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ta9tYRtY91 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ta9tYRtY91 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ta9tYRtY91 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ta9tYRtY91 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ta9tYRtY91 .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-ta9tYRtY91 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ta9tYRtY91 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ta9tYRtY91 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ta9tYRtY91 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-ta9tYRtY91 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-ta9tYRtY91 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ta9tYRtY91 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-ta9tYRtY91 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-ta9tYRtY91 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ta9tYRtY91 .dropdown-item.active,
.cid-ta9tYRtY91 .dropdown-item:active {
  background-color: transparent;
}
.cid-ta9tYRtY91 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ta9tYRtY91 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ta9tYRtY91 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #54aebb;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 .navbar-dropdown {
  position: absolute;
}
.cid-ta9tYRtY91 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-ta9tYRtY91 a.nav-link:hover {
  color: #27c3ff !important;
}
@media (max-width: 991px) {
  .cid-ta9tYRtY91 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-ta9tYRtY91 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #54aebb;
  }
  .cid-ta9tYRtY91 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-ta9tYRtY91 .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-ta9tYRtY91 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-ta9tYRtY91 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-ta9tYRtY91 .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-ta9tYRtY91 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-ta9tYRtY91 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-ta9tYRtY91 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-ta9tYRtY91 a.nav-link {
    justify-content: flex-start;
  }
  .cid-ta9tYRtY91 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-ta9tYRtY91 .navbar-brand {
    padding: 0;
  }
  .cid-ta9tYRtY91 .block__phone,
  .cid-ta9tYRtY91 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-ta9tYRtY91 .widget {
    flex-direction: column;
  }
  .cid-ta9tYRtY91 .widget p,
  .cid-ta9tYRtY91 .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-ta9tYRtY91 .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-ta9tYRtY91 .navbar {
    height: 97px;
  }
  .cid-ta9tYRtY91 .navbar.opened {
    height: auto;
  }
  .cid-ta9tYRtY91 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v35Zn06cpe {
  padding-top: 7rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #54aebb;
  background: linear-gradient(-135deg, rgba(84, 174, 187, 0.8), #9fc445);
}
.cid-v35Zn06cpe .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-v35Zn06cpe .container {
  pointer-events: none;
}
.cid-v35Zn06cpe .mbr-section-title {
  pointer-events: all;
  font-size: 75px;
  line-height: 95px;
}
.cid-v35Zn06cpe .animated-element {
  color: #ffffff;
  font-size: 75px;
  line-height: 95px;
}
.cid-v35Zn06cpe .animated-element:after {
  content: ".";
  color: #fbcf53;
}
.cid-v35Zn06cpe .typed-cursor {
  color: #ffffff;
  font-size: 75px;
}
@media (max-width: 991px) {
  .cid-v35Zn06cpe .mbr-section-title,
  .cid-v35Zn06cpe .animated-element,
  .cid-v35Zn06cpe .typed-cursor {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .cid-v35Zn06cpe .mbr-section-title,
  .cid-v35Zn06cpe .animated-element,
  .cid-v35Zn06cpe .typed-cursor {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .cid-v35Zn06cpe .mbr-section-title,
  .cid-v35Zn06cpe .animated-element,
  .cid-v35Zn06cpe .typed-cursor {
    font-size: 60px;
    line-height: 60px;
  }
}
.cid-v35Zn06cpe .mbr-section-title,
.cid-v35Zn06cpe .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-v35Zn06cpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35Zn06cpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v360CMDb7m {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v360CMDb7m .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-v360CMDb7m .mbr-section-subtitle {
  opacity: 0.5;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #1e2149;
  text-align: justify;
}
.cid-v360CMDb7m .mbr-section-title {
  text-decoration: underline;
  color: #1e2149;
}
.cid-v360CMDb7m .title__block {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-v360CMDb7m .title__block {
    margin-bottom: 25px;
  }
}
.cid-v360CMDb7m .card__wrap {
  background: #8ad4b8;
  position: relative;
  padding: 50px 80px 40px 70px;
  margin-top: 70px;
  height: 100%;
  z-index: 1;
}
.cid-v360CMDb7m .card__wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background: #94dc90;
  z-index: -1;
  transform: scale(1, 0);
  transition: all 0.4s ease-in-out;
}
.cid-v360CMDb7m .card__wrap:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 1px;
  right: 1px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background: #94dc90;
  z-index: -1;
  transform: scale(0, 1);
  transition: all 0.4s ease-in-out;
}
.cid-v360CMDb7m .card__wrap:hover:after,
.cid-v360CMDb7m .card__wrap:hover:before {
  transform: scale(1, 1);
}
.cid-v360CMDb7m .card__icon span {
  font-size: 65px;
  color: #b3cffc;
}
.cid-v360CMDb7m .card-box {
  margin-top: 25px;
  word-break: break-word;
  width: 100%;
}
.cid-v360CMDb7m .btn__link .mbr-iconfont {
  font-size: 35px;
}
.cid-v360CMDb7m .mbr-text {
  line-height: 32px;
  opacity: 0.6;
  margin: 25px 0 20px;
}
@media (max-width: 575px) {
  .cid-v360CMDb7m .card__wrap {
    margin-top: 35px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.cid-v360CMDb7m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v360CMDb7m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v360CMDb7m .mbr-text,
.cid-v360CMDb7m .btn__link {
  text-align: left;
  color: #1e2149;
}
.cid-v360CMDb7m .card-title,
.cid-v360CMDb7m .card__icon {
  color: #1e2149;
}
.cid-v363B1P5TW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v363B1P5TW .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-v363B1P5TW .mbr-section-subtitle {
  opacity: 0.5;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #1e2149;
  text-align: justify;
}
.cid-v363B1P5TW .mbr-section-title {
  text-decoration: underline;
  color: #1e2149;
}
.cid-v363B1P5TW .title__block {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-v363B1P5TW .title__block {
    margin-bottom: 25px;
  }
}
.cid-v363B1P5TW .card__wrap {
  background: #94dc90;
  position: relative;
  padding: 50px 80px 40px 70px;
  margin-top: 70px;
  height: 100%;
  z-index: 1;
}
.cid-v363B1P5TW .card__wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background: #8ad4b8;
  z-index: -1;
  transform: scale(1, 0);
  transition: all 0.4s ease-in-out;
}
.cid-v363B1P5TW .card__wrap:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 1px;
  right: 1px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background: #8ad4b8;
  z-index: -1;
  transform: scale(0, 1);
  transition: all 0.4s ease-in-out;
}
.cid-v363B1P5TW .card__wrap:hover:after,
.cid-v363B1P5TW .card__wrap:hover:before {
  transform: scale(1, 1);
}
.cid-v363B1P5TW .card__icon span {
  font-size: 65px;
  color: #b3cffc;
}
.cid-v363B1P5TW .card-box {
  margin-top: 25px;
  word-break: break-word;
  width: 100%;
}
.cid-v363B1P5TW .btn__link .mbr-iconfont {
  font-size: 35px;
}
.cid-v363B1P5TW .mbr-text {
  line-height: 32px;
  opacity: 0.6;
  margin: 25px 0 20px;
}
@media (max-width: 575px) {
  .cid-v363B1P5TW .card__wrap {
    margin-top: 35px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.cid-v363B1P5TW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v363B1P5TW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v363B1P5TW .mbr-text,
.cid-v363B1P5TW .btn__link {
  text-align: left;
  color: #1e2149;
}
.cid-v363B1P5TW .card-title,
.cid-v363B1P5TW .card__icon {
  color: #1e2149;
}
.cid-v3bZ2b0OOF {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3bZ2b0OOF .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-v3bZ2b0OOF .icon__block {
  background: linear-gradient(135deg, rgba(159, 196, 69, 0.54) 0%, rgba(159, 196, 69, 0.85) 60%, #9fc445 100%);
}
.cid-v3bZ2b0OOF .mbr-section-title,
.cid-v3bZ2b0OOF .icon__wrap {
  text-align: center;
  color: #1e2149;
}
.cid-v3bZ2b0OOF .mbr-section-subtitle {
  text-align: center;
}
.cid-v3bZ2b0OOF .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-v3bZ2b0OOF .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-v3bZ2b0OOF .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-v3bZ2b0OOF .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-v3bZ2b0OOF .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-v3bZ2b0OOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3bZ2b0OOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3bWBRIyPh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3bWBRIyPh .card-title {
  color: #202020;
  text-align: center;
}
.cid-v3bWBRIyPh .map-wrapper {
  margin-bottom: 70px;
}
.cid-v3bWBRIyPh .google-map {
  height: 540px;
  position: relative;
}
.cid-v3bWBRIyPh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3bWBRIyPh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v3bWBRIyPh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3bWBRIyPh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3bWBRIyPh .contact_content {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cid-v3bWBRIyPh .contact_content {
    margin: 7px 0 15px;
  }
}
.cid-v3bWBRIyPh .card_text {
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v3bWBRIyPh .card_box {
    padding: 0 2rem;
  }
}
.cid-v3bWBRIyPh .iconfont-wrapper {
  margin-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #202020;
}
.cid-v3aR8EShnw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3aR8EShnw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3aR8EShnw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3aR8EShnw .row {
  justify-content: center;
}
.cid-v3aR8EShnw .card {
  justify-content: center;
}
.cid-v3aR8EShnw .mbr-copy {
  margin-bottom: 0;
  color: #1e2149;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3aR8EShnw .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v3aR8EShnw .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3aR8EShnw .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v3aR8EShnw .nav-wrapper .list .item-wrap:hover,
.cid-v3aR8EShnw .nav-wrapper .list .item-wrap:focus {
  color: #27c3ff;
}
.cid-v3aR8EShnw .list,
.cid-v3aR8EShnw .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3aR8EShnw .list,
.cid-v3aR8EShnw .item-wrap,
.cid-v3aR8EShnw .nav-wrapper {
  color: #1e2149;
}
