.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Heebo', sans-serif;
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Heebo', sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.88235294;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.66666667;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 20px;
  border-radius: 3px;
}
.btn-lg {
  padding: 0 20px;
  border-radius: 5px;
}
.bg-primary {
  background-color: #053d5f !important;
}
.bg-success {
  background-color: #daff8d !important;
}
.bg-info {
  background-color: #a6ffff !important;
}
.bg-warning {
  background-color: #053d5f !important;
}
.bg-danger {
  background-color: #fba919 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #053d5f !important;
  border-color: #053d5f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #053d5f;
  border-color: #053d5f;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #053d5f !important;
  border-color: #053d5f !important;
}
.btn-primary:hover {
  background-color: #021e2f !important;
  border-color: #021e2f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary:hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #a6ffff !important;
  border-color: #a6ffff !important;
  color: #00a6a6 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #00a6a6 !important;
  background-color: #a6ffff;
  border-color: #a6ffff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #00a6a6 !important;
  background-color: #a6ffff !important;
  border-color: #a6ffff !important;
}
.btn-info:hover {
  background-color: #73ffff !important;
  border-color: #73ffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #daff8d !important;
  border-color: #daff8d !important;
  color: #5f8d00 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #5f8d00 !important;
  background-color: #daff8d;
  border-color: #daff8d;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #5f8d00 !important;
  background-color: #daff8d !important;
  border-color: #daff8d !important;
}
.btn-success:hover {
  background-color: #c9ff5a !important;
  border-color: #c9ff5a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #053d5f !important;
  border-color: #053d5f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #053d5f;
  border-color: #053d5f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #053d5f !important;
  border-color: #053d5f !important;
}
.btn-warning:hover {
  background-color: #085c8f !important;
  border-color: #085c8f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fba919 !important;
  border-color: #fba919 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fba919;
  border-color: #fba919;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fba919 !important;
  border-color: #fba919 !important;
}
.btn-danger:hover {
  background-color: #fcbc4b !important;
  border-color: #dd8e04 !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: #053d5f;
  color: #053d5f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #053d5f !important;
  border-color: #053d5f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #053d5f !important;
  border-color: #053d5f !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #a6ffff;
  color: #a6ffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #00a6a6 !important;
  background: #a6ffff !important;
  border-color: #a6ffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #00a6a6 !important;
  background-color: #a6ffff !important;
  border-color: #a6ffff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #daff8d;
  color: #daff8d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #5f8d00 !important;
  background: #daff8d !important;
  border-color: #daff8d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #5f8d00 !important;
  background-color: #daff8d !important;
  border-color: #daff8d !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #053d5f;
  color: #053d5f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #053d5f !important;
  border-color: #053d5f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #053d5f !important;
  border-color: #053d5f !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #fba919;
  color: #fba919;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #fba919 !important;
  border-color: #fba919;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fba919 !important;
  border-color: #fba919 !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: #053d5f !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #daff8d !important;
}
.text-info {
  color: #a6ffff !important;
}
.text-warning {
  color: #053d5f !important;
}
.text-danger {
  color: #fba919 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b9ff27 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #40ffff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #053d5f !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ab6e03 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #053d5f !important;
}
.alert-success {
  background-color: #daff8d;
}
.alert-info {
  background-color: #a6ffff;
}
.alert-warning {
  background-color: #053d5f;
}
.alert-danger {
  background-color: #fba919;
}
.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: #053d5f;
  border-color: #053d5f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #053d5f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0b8bd8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #0b8bd8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fef4e2;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.form-control {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #053d5f;
}
/* 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: #053d5f;
  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: #053d5f;
  border-bottom-color: #053d5f;
}
.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: #053d5f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !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-s29YgZfhsX {
  min-height: 114px !important;
  position: relative;
  background: #053d5f;
  overflow: visible;
}
.cid-s29YgZfhsX .nav-item,
.cid-s29YgZfhsX .nav-link,
.cid-s29YgZfhsX .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-s29YgZfhsX .nav-item:hover,
.cid-s29YgZfhsX .nav-link:hover,
.cid-s29YgZfhsX .navbar-caption:hover {
  color: #fba919 !important;
}
.cid-s29YgZfhsX .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s29YgZfhsX .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-s29YgZfhsX .container-fluid,
.cid-s29YgZfhsX .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-s29YgZfhsX .navbar-brand {
  padding: 0;
}
.cid-s29YgZfhsX .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-s29YgZfhsX .nav-link:hover:before {
  width: 100%;
}
.cid-s29YgZfhsX .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-s29YgZfhsX .nav-link {
    margin: 0 !important;
  }
}
.cid-s29YgZfhsX .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s29YgZfhsX .widget p,
.cid-s29YgZfhsX .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-s29YgZfhsX .widget p a,
.cid-s29YgZfhsX .widget .icons-menu a {
  margin-left: 15px;
}
.cid-s29YgZfhsX .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-s29YgZfhsX .icons__wrap:hover {
  color: #000000;
  background-color: #fba919;
  border-color: #fba919;
}
.cid-s29YgZfhsX .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-s29YgZfhsX .block__phone,
  .cid-s29YgZfhsX .icons-menu {
    display: none;
  }
  .cid-s29YgZfhsX .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s29YgZfhsX .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #fba919 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-s29YgZfhsX .mbr-section-btn .btn-secondary:hover {
  background-color: #fba919 !important;
  color: #ffffff !important;
}
.cid-s29YgZfhsX .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-s29YgZfhsX .navbar > .container,
.cid-s29YgZfhsX .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-s29YgZfhsX .btn {
    white-space: nowrap;
  }
  .cid-s29YgZfhsX .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #053d5f;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-s29YgZfhsX .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s29YgZfhsX .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s29YgZfhsX .dropdown-toggle::after,
  .cid-s29YgZfhsX .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-s29YgZfhsX .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-s29YgZfhsX .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-s29YgZfhsX .dropdown-menu .dropdown-item:hover {
  color: #fba919 !important;
}
.cid-s29YgZfhsX .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s29YgZfhsX .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s29YgZfhsX .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-s29YgZfhsX .nav-item:focus,
.cid-s29YgZfhsX .nav-link:focus {
  outline: none;
}
.cid-s29YgZfhsX .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-s29YgZfhsX .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-s29YgZfhsX .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s29YgZfhsX .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s29YgZfhsX .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s29YgZfhsX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s29YgZfhsX .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s29YgZfhsX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s29YgZfhsX .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #053d5f;
}
.cid-s29YgZfhsX .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #053d5f !important;
}
.cid-s29YgZfhsX .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s29YgZfhsX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s29YgZfhsX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s29YgZfhsX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 75px - 1rem);
  }
}
.cid-s29YgZfhsX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s29YgZfhsX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s29YgZfhsX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s29YgZfhsX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s29YgZfhsX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s29YgZfhsX .navbar .dropdown-menu {
    background: #053d5f !important;
  }
  .cid-s29YgZfhsX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s29YgZfhsX .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s29YgZfhsX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s29YgZfhsX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s29YgZfhsX .navbar.navbar-short {
  background: #053d5f !important;
  min-height: 70px;
  height: 70px;
}
.cid-s29YgZfhsX .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s29YgZfhsX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s29YgZfhsX .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-s29YgZfhsX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-s29YgZfhsX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s29YgZfhsX .dropdown-item.active,
.cid-s29YgZfhsX .dropdown-item:active {
  background-color: transparent;
}
.cid-s29YgZfhsX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #053d5f;
}
.cid-s29YgZfhsX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s29YgZfhsX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #053d5f;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s29YgZfhsX .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s29YgZfhsX a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-s29YgZfhsX a.nav-link:hover {
  color: #fba919 !important;
}
@media (max-width: 991px) {
  .cid-s29YgZfhsX .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-s29YgZfhsX .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-s29YgZfhsX .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-s29YgZfhsX .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-s29YgZfhsX .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #053d5f;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s29YgZfhsX .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-s29YgZfhsX .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-s29YgZfhsX .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s29YgZfhsX .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-s29YgZfhsX .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-s29YgZfhsX a.nav-link {
    justify-content: flex-start;
  }
  .cid-s29YgZfhsX ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-s29YgZfhsX .navbar-brand {
    padding: 0;
  }
  .cid-s29YgZfhsX .block__phone,
  .cid-s29YgZfhsX .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-s29YgZfhsX .widget {
    flex-direction: column;
  }
  .cid-s29YgZfhsX .widget p,
  .cid-s29YgZfhsX .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-s29YgZfhsX .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-s29YgZfhsX .navbar {
    height: 97px;
  }
  .cid-s29YgZfhsX .navbar.opened {
    height: auto;
  }
  .cid-s29YgZfhsX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKnlhFGs8d {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-tKnlhFGs8d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKnlhFGs8d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-tKnlhFGs8d .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-tKnlhFGs8d .mbr-section-title {
  color: #FFFFFF;
}
.cid-tKnlhFGs8d .mbr-section-subtitle {
  margin-top: 24px;
  color: #a6ffff;
}
.cid-tKnlhFGs8d .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-tKnlhFGs8d .mbr-section-btn {
  margin-top: 28px;
}
.cid-tKnlhFGs8d iframe,
.cid-tKnlhFGs8d img,
.cid-tKnlhFGs8d video {
  width: 100%;
}
.cid-tKnlhFGs8d .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-tKnlhFGs8d .mbr-media span {
  font-size: 1.5rem;
  color: #053d5f;
  transition: all 0.2s;
}
.cid-tKnlhFGs8d .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #a6ffff;
  z-index: 2;
}
.cid-tKnlhFGs8d .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #a6ffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-tKnlhFGs8d .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-tKnlhFGs8d .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tKnlhFGs8d .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-tKnlhFGs8d .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tKnlhFGs8d .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-tKnlhFGs8d .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tKnlhFGs8d .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhsHvmbnpz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #053d5f;
}
.cid-vhsHvmbnpz .container {
  pointer-events: none;
  z-index: 1;
}
.cid-vhsHvmbnpz .title__block,
.cid-vhsHvmbnpz .card__wrap {
  pointer-events: all;
}
.cid-vhsHvmbnpz .mbr-overlay {
  background: #5eeebb;
}
.cid-vhsHvmbnpz .title__block {
  margin-bottom: 80px;
}
.cid-vhsHvmbnpz .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-vhsHvmbnpz .card {
  box-shadow: 0px 6px 37px 2.4px rgba(67, 75, 114, 0.06);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 70px;
  position: relative;
  height: 420px;
}
.cid-vhsHvmbnpz .card:hover .image img {
  opacity: 0.7;
  transform: scale3d(1.1, 1.1, 1);
}
.cid-vhsHvmbnpz .card:hover .card__icon {
  opacity: 1;
}
.cid-vhsHvmbnpz .card:hover .card__link {
  background-color: #053d5f;
  color: #ffffff;
  margin: 0;
}
.cid-vhsHvmbnpz .image {
  background: #053d5f;
  display: block;
  position: relative;
  overflow: hidden;
  height: 420px;
}
.cid-vhsHvmbnpz .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.cid-vhsHvmbnpz .card__icon {
  position: absolute;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 10;
  font-size: 40px;
  top: 50%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  left: 50%;
}
.cid-vhsHvmbnpz .card__link {
  display: block;
  background: #a6ffff;
  padding: 30px 20px;
  color: #1e2149;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.cid-vhsHvmbnpz .mbr-section-title {
  color: #233d63;
}
@media (max-width: 767px) {
  .cid-vhsHvmbnpz .card {
    margin-bottom: 50px;
  }
  .cid-vhsHvmbnpz .title__block {
    margin-bottom: 50px;
  }
}
.cid-vhsHvmbnpz .animation__background .triangle {
  position: absolute;
  top: 21%;
  right: 55%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-vhsHvmbnpz .animation__background .circle1 {
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #daff8d;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-vhsHvmbnpz .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #053d5f;
  animation: animationOne 30s infinite linear;
}
.cid-vhsHvmbnpz .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #a6ffff;
  animation: animationTwo 30s infinite linear;
}
.cid-vhsHvmbnpz .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #fba919;
  animation: animationOne 25s infinite linear;
}
.cid-vhsHvmbnpz .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #053d5f;
  animation: animationTwo 25s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-vhsHvmbnpz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhsHvmbnpz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKeijh381i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #053d5f;
}
.cid-tKeijh381i .image {
  position: relative;
  margin-bottom: 200px;
  height: 650px;
  background-image: url("../../../assets/images/mbr-14.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tKeijh381i .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-tKeijh381i .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ffffff;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #053d5f;
}
.cid-tKeijh381i .mbr-form {
  width: 100%;
}
.cid-tKeijh381i .form-group {
  margin-bottom: 0;
}
.cid-tKeijh381i .dragArea .form-control {
  color: #ffffff;
  font-size: 17px;
  background-color: #053d5f !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-tKeijh381i .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ffffff;
}
.cid-tKeijh381i .dragArea input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.cid-tKeijh381i .dragArea input::-moz-placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.cid-tKeijh381i .dragArea textarea::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.cid-tKeijh381i .dragArea textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.cid-tKeijh381i .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-tKeijh381i .title__block {
  padding-left: 50px;
}
.cid-tKeijh381i .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tKeijh381i .mbr-section-title {
  color: #fba919;
  margin-bottom: 15px;
}
.cid-tKeijh381i .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-tKeijh381i .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-tKeijh381i .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-tKeijh381i .form__wrap {
    position: static;
  }
  .cid-tKeijh381i .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-tKeijh381i .subscribe__form {
    order: 1;
  }
  .cid-tKeijh381i .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-tKeijh381i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKeijh381i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKelYZqFfm {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #053d5f;
  overflow: hidden;
}
.cid-tKel0sfgdj {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #053d5f;
}
.cid-tKel0sfgdj .container,
.cid-tKel0sfgdj .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-tKel0sfgdj .mbr-section-subtitle,
.cid-tKel0sfgdj .mbr-section-title,
.cid-tKel0sfgdj .mbr-subtext,
.cid-tKel0sfgdj .mbr-text,
.cid-tKel0sfgdj .mbr-section-btn,
.cid-tKel0sfgdj .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-tKel0sfgdj .title__block {
    padding-top: 70px;
  }
}
.cid-tKel0sfgdj .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #a6ffff;
}
.cid-tKel0sfgdj .mbr-section-title {
  color: #ffffff;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-tKel0sfgdj .mbr-section-title b,
.cid-tKel0sfgdj .mbr-section-title strong {
  font-weight: 500;
}
.cid-tKel0sfgdj .mbr-subtext {
  margin-bottom: 35px;
  color: #a6ffff;
}
.cid-tKel0sfgdj .mbr-section-btn {
  margin-top: 60px;
}
.cid-tKel0sfgdj .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
}
.cid-tKel0sfgdj .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-tKel0sfgdj .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tKel0sfgdj .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-tKel0sfgdj .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tKel0sfgdj .wrap__image {
    text-align: right;
  }
  .cid-tKel0sfgdj .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-tKel0sfgdj .wrap__image {
    text-align: center !important;
  }
}
.cid-tKel0sfgdj .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-tKel0sfgdj .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #daff8d;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-tKel0sfgdj .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #a6ffff;
  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-tKel0sfgdj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKel0sfgdj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKel0sfgdj .mbr-text,
.cid-tKel0sfgdj .mbr-section-btn {
  color: #a6ffff;
}
.cid-vhuW7yNQkR {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #053d5f;
}
.cid-vhuW7yNQkR .container,
.cid-vhuW7yNQkR .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-vhuW7yNQkR .title__block,
.cid-vhuW7yNQkR .card__block {
  pointer-events: all;
}
.cid-vhuW7yNQkR .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-vhuW7yNQkR .mbr-section-title {
  color: #a6ffff;
  margin-bottom: 35px;
  font-weight: 300;
}
.cid-vhuW7yNQkR .mbr-section-title b,
.cid-vhuW7yNQkR .mbr-section-title strong {
  font-weight: 500;
}
.cid-vhuW7yNQkR .card__block_btn span {
  font-size: 2rem;
}
.cid-vhuW7yNQkR .mbr-section-btn {
  margin-top: 55px;
}
@media (min-width: 1200px) {
  .cid-vhuW7yNQkR .wrap {
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .cid-vhuW7yNQkR .column2 {
    margin-top: 100px;
  }
}
.cid-vhuW7yNQkR .card__block {
  margin: 40px 0;
  background: #a6ffff;
  border-radius: 5px;
  overflow: hidden;
  padding: 60px 30px 55px 40px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.5);
  transition: background 0.5s ease-in-out 0s;
}
.cid-vhuW7yNQkR .card__block:last-child {
  margin-top: 0;
}
.cid-vhuW7yNQkR .card__block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background: linear-gradient(130deg, rgba(251, 169, 25, 0.65) 0%, rgba(5, 61, 95, 0.65) 100%);
  transition: all 0.3s ease-in-out;
}
.cid-vhuW7yNQkR .card__block:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  top: -80px;
  right: -80px;
  opacity: 0;
  z-index: -1;
  transform: scale(0.2);
  transition: all 0.3s ease-in-out;
  transition-duration: 1s;
}
.cid-vhuW7yNQkR .card__block:hover {
  background: #ffffff !important;
}
.cid-vhuW7yNQkR .card__block:hover .icon__block,
.cid-vhuW7yNQkR .card__block:hover .card__title,
.cid-vhuW7yNQkR .card__block:hover .card__text,
.cid-vhuW7yNQkR .card__block:hover .card__button span {
  color: #000000 !important;
}
.cid-vhuW7yNQkR .card__block:hover:before {
  opacity: 1;
}
.cid-vhuW7yNQkR .card__block:hover:after {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-vhuW7yNQkR .card__block {
    margin-bottom: 0;
  }
  .cid-vhuW7yNQkR .card__block:last-child {
    margin-top: 40px;
  }
}
.cid-vhuW7yNQkR .icon__block {
  position: relative;
  font-size: 60px;
  color: #053d5f;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.cid-vhuW7yNQkR .card__title {
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}
.cid-vhuW7yNQkR .card__text {
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}
.cid-vhuW7yNQkR .card__button {
  font-size: 30px;
}
.cid-vhuW7yNQkR .animation__background .triangle {
  position: absolute;
  top: 13%;
  left: 9%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-vhuW7yNQkR .animation__background .triangle2 {
  position: absolute;
  bottom: 8%;
  right: 10%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-vhuW7yNQkR .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #daff8d;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-vhuW7yNQkR .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #053d5f;
  animation: animationOne 30s infinite linear;
}
.cid-vhuW7yNQkR .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #a6ffff;
  animation: animationTwo 30s infinite linear;
}
.cid-vhuW7yNQkR .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 35%;
  bottom: 29%;
  position: absolute;
  border-radius: 50%;
  background-color: #fba919;
  animation: animationOne 25s infinite linear;
}
.cid-vhuW7yNQkR .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #053d5f;
  animation: animationTwo 35s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-vhuW7yNQkR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhuW7yNQkR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhuW7yNQkR .mbr-text,
.cid-vhuW7yNQkR .mbr-section-btn {
  color: #ffffff;
}
.cid-vhvgViS0Et {
  overflow: hidden !important;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #053d5f;
}
.cid-vhvgViS0Et .container,
.cid-vhvgViS0Et .container-fluid {
  z-index: 1;
}
.cid-vhvgViS0Et .title__block {
  margin-bottom: 80px;
}
.cid-vhvgViS0Et .mbr-section-title {
  color: #233d63;
}
.cid-vhvgViS0Et .icon__block {
  background: linear-gradient(135deg, rgba(65, 239, 186, 0.54) 0%, rgba(65, 239, 186, 0.85) 60%, #41efba 100%);
}
.cid-vhvgViS0Et .wrap {
  border-left: 1px solid #a6ffff;
  padding: 0 50px;
}
.cid-vhvgViS0Et .wrap:last-child {
  border-right: 1px solid #a6ffff;
}
@media (max-width: 991px) {
  .cid-vhvgViS0Et .wrap {
    max-width: 500px;
    border: 1px solid #a6ffff;
  }
  .cid-vhvgViS0Et .wrap:nth-child(1) {
    border-bottom: none;
  }
  .cid-vhvgViS0Et .wrap:nth-child(2) {
    border-bottom: none;
  }
}
.cid-vhvgViS0Et .card__wrap:hover .btn-info-outline {
  color: #ffffff !important;
  border-color: transparent !important;
  background: transparent !important;
}
.cid-vhvgViS0Et .card__wrap:hover .btn-info-outline:before {
  transform: scale(1);
}
.cid-vhvgViS0Et .card__header {
  padding-top: 20px;
  min-height: 180px;
}
.cid-vhvgViS0Et .card__price {
  color: #a6ffff;
}
.cid-vhvgViS0Et .card__price2 {
  color: #a6ffff;
}
.cid-vhvgViS0Et .card__price3 {
  color: #a6ffff;
}
.cid-vhvgViS0Et .card__title {
  padding-bottom: 7px;
  color: #233d63;
}
.cid-vhvgViS0Et .card__body {
  border-top: 1px dashed #a6ffff;
  padding: 40px 0 30px;
  min-height: 330px;
}
.cid-vhvgViS0Et .card__feature {
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-vhvgViS0Et .item .mbr-iconfont {
  color: #daff8d;
  margin-right: 10px;
  font-size: 14px;
}
.cid-vhvgViS0Et .item:before {
  content: "\e97c";
  font-family: "Moririse2";
  margin-right: 10px;
  font-size: 14px;
  vertical-align: text-bottom;
  color: #daff8d;
}
.cid-vhvgViS0Et .card__footer {
  padding-bottom: 70px;
}
.cid-vhvgViS0Et .mbr-section-btn {
  margin: 0;
}
.cid-vhvgViS0Et .mbr-section-btn .btn {
  width: 100%;
  margin: 0;
  border-radius: 25px;
  z-index: 10;
  font-weight: 400 !important;
}
.cid-vhvgViS0Et .mbr-section-btn .btn-info-outline {
  position: relative;
  background: transparent !important;
  border-width: 2px;
  color: #333333 !important;
  border-color: #d9d9d9 !important;
}
.cid-vhvgViS0Et .mbr-section-btn .btn-info-outline:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  background: linear-gradient(-135deg, #bf6cff 0%, #9041ff 100%);
  transform: scale(0, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.cid-vhvgViS0Et .btn__trial {
  margin-top: 32px;
  line-height: 25px;
  color: #a6ffff;
}
.cid-vhvgViS0Et .btn__trial a {
  color: #6a6c72 !important;
}
.cid-vhvgViS0Et .animation__background .triangle {
  position: absolute;
  top: 2%;
  left: -5%;
  animation: rotatedHalf 40s infinite linear;
  height: 250px;
  width: 250px;
}
.cid-vhvgViS0Et .animation__background .dashed {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  right: -100px;
  border: 1px dashed #dbdbdb;
  animation: rotated 15s infinite linear;
}
.cid-vhvgViS0Et .animation__background .dashed .circle {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #053d5f;
}
.cid-vhvgViS0Et .animation__background .dashed .circle:nth-child(1) {
  top: 51px;
  left: 50px;
  z-index: 1;
}
.cid-vhvgViS0Et .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #a6ffff;
  top: 50%;
  left: 5%;
  animation: animationTwo 13s infinite linear;
}
.cid-vhvgViS0Et .animation__background .dashed__large {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: -190px;
  border: 1px dashed #dbdbdb;
  animation: rotated 35s infinite linear;
}
.cid-vhvgViS0Et .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-vhvgViS0Et .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-vhvgViS0Et .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-vhvgViS0Et .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-vhvgViS0Et .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes 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-vhvgViS0Et .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhvgViS0Et .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhvgViS0Et .card__subtitle {
  color: #ffffff;
}
.cid-vhvgViS0Et .items__block {
  color: #ffffff;
}
.cid-tKc9ElM8ih {
  min-height: 114px !important;
  position: relative;
  background: #053d5f;
  overflow: visible;
}
.cid-tKc9ElM8ih .nav-item,
.cid-tKc9ElM8ih .nav-link,
.cid-tKc9ElM8ih .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tKc9ElM8ih .nav-item:hover,
.cid-tKc9ElM8ih .nav-link:hover,
.cid-tKc9ElM8ih .navbar-caption:hover {
  color: #fba919 !important;
}
.cid-tKc9ElM8ih .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tKc9ElM8ih .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tKc9ElM8ih .container-fluid,
.cid-tKc9ElM8ih .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-tKc9ElM8ih .navbar-brand {
  padding: 0;
}
.cid-tKc9ElM8ih .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-tKc9ElM8ih .nav-link:hover:before {
  width: 100%;
}
.cid-tKc9ElM8ih .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-tKc9ElM8ih .nav-link {
    margin: 0 !important;
  }
}
.cid-tKc9ElM8ih .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tKc9ElM8ih .widget p,
.cid-tKc9ElM8ih .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-tKc9ElM8ih .widget p a,
.cid-tKc9ElM8ih .widget .icons-menu a {
  margin-left: 15px;
}
.cid-tKc9ElM8ih .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-tKc9ElM8ih .icons__wrap:hover {
  color: #000000;
  background-color: #fba919;
  border-color: #fba919;
}
.cid-tKc9ElM8ih .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tKc9ElM8ih .block__phone,
  .cid-tKc9ElM8ih .icons-menu {
    display: none;
  }
  .cid-tKc9ElM8ih .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tKc9ElM8ih .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #fba919 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-tKc9ElM8ih .mbr-section-btn .btn-secondary:hover {
  background-color: #fba919 !important;
  color: #ffffff !important;
}
.cid-tKc9ElM8ih .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-tKc9ElM8ih .navbar > .container,
.cid-tKc9ElM8ih .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKc9ElM8ih .btn {
    white-space: nowrap;
  }
  .cid-tKc9ElM8ih .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #053d5f;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-tKc9ElM8ih .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tKc9ElM8ih .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tKc9ElM8ih .dropdown-toggle::after,
  .cid-tKc9ElM8ih .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-tKc9ElM8ih .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-tKc9ElM8ih .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-tKc9ElM8ih .dropdown-menu .dropdown-item:hover {
  color: #fba919 !important;
}
.cid-tKc9ElM8ih .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tKc9ElM8ih .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tKc9ElM8ih .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-tKc9ElM8ih .nav-item:focus,
.cid-tKc9ElM8ih .nav-link:focus {
  outline: none;
}
.cid-tKc9ElM8ih .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-tKc9ElM8ih .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-tKc9ElM8ih .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tKc9ElM8ih .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tKc9ElM8ih .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tKc9ElM8ih .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKc9ElM8ih .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tKc9ElM8ih ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKc9ElM8ih .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #053d5f;
}
.cid-tKc9ElM8ih .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #053d5f !important;
}
.cid-tKc9ElM8ih .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tKc9ElM8ih .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKc9ElM8ih .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKc9ElM8ih .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 75px - 1rem);
  }
}
.cid-tKc9ElM8ih .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tKc9ElM8ih .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKc9ElM8ih .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tKc9ElM8ih .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKc9ElM8ih .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKc9ElM8ih .navbar .dropdown-menu {
    background: #053d5f !important;
  }
  .cid-tKc9ElM8ih .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKc9ElM8ih .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tKc9ElM8ih .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tKc9ElM8ih .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tKc9ElM8ih .navbar.navbar-short {
  background: #053d5f !important;
  min-height: 70px;
  height: 70px;
}
.cid-tKc9ElM8ih .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tKc9ElM8ih .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tKc9ElM8ih .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-tKc9ElM8ih .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-tKc9ElM8ih .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKc9ElM8ih .dropdown-item.active,
.cid-tKc9ElM8ih .dropdown-item:active {
  background-color: transparent;
}
.cid-tKc9ElM8ih .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #053d5f;
}
.cid-tKc9ElM8ih .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tKc9ElM8ih button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tKc9ElM8ih button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #053d5f;
}
.cid-tKc9ElM8ih button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tKc9ElM8ih button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tKc9ElM8ih button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tKc9ElM8ih button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tKc9ElM8ih nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tKc9ElM8ih nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tKc9ElM8ih nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tKc9ElM8ih nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tKc9ElM8ih .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tKc9ElM8ih a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-tKc9ElM8ih a.nav-link:hover {
  color: #fba919 !important;
}
@media (max-width: 991px) {
  .cid-tKc9ElM8ih .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-tKc9ElM8ih .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-tKc9ElM8ih .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-tKc9ElM8ih .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-tKc9ElM8ih .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #053d5f;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tKc9ElM8ih .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-tKc9ElM8ih .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-tKc9ElM8ih .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tKc9ElM8ih .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-tKc9ElM8ih .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-tKc9ElM8ih a.nav-link {
    justify-content: flex-start;
  }
  .cid-tKc9ElM8ih ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-tKc9ElM8ih .navbar-brand {
    padding: 0;
  }
  .cid-tKc9ElM8ih .block__phone,
  .cid-tKc9ElM8ih .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-tKc9ElM8ih .widget {
    flex-direction: column;
  }
  .cid-tKc9ElM8ih .widget p,
  .cid-tKc9ElM8ih .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-tKc9ElM8ih .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-tKc9ElM8ih .navbar {
    height: 97px;
  }
  .cid-tKc9ElM8ih .navbar.opened {
    height: auto;
  }
  .cid-tKc9ElM8ih .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKelYZqFfm {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #053d5f;
  overflow: hidden;
}
.cid-tKetVngrvj {
  min-height: 114px !important;
  position: relative;
  background: #053d5f;
  overflow: visible;
}
.cid-tKetVngrvj .nav-item,
.cid-tKetVngrvj .nav-link,
.cid-tKetVngrvj .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tKetVngrvj .nav-item:hover,
.cid-tKetVngrvj .nav-link:hover,
.cid-tKetVngrvj .navbar-caption:hover {
  color: #fba919 !important;
}
.cid-tKetVngrvj .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tKetVngrvj .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tKetVngrvj .container-fluid,
.cid-tKetVngrvj .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-tKetVngrvj .navbar-brand {
  padding: 0;
}
.cid-tKetVngrvj .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-tKetVngrvj .nav-link:hover:before {
  width: 100%;
}
.cid-tKetVngrvj .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-tKetVngrvj .nav-link {
    margin: 0 !important;
  }
}
.cid-tKetVngrvj .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tKetVngrvj .widget p,
.cid-tKetVngrvj .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-tKetVngrvj .widget p a,
.cid-tKetVngrvj .widget .icons-menu a {
  margin-left: 15px;
}
.cid-tKetVngrvj .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-tKetVngrvj .icons__wrap:hover {
  color: #000000;
  background-color: #fba919;
  border-color: #fba919;
}
.cid-tKetVngrvj .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tKetVngrvj .block__phone,
  .cid-tKetVngrvj .icons-menu {
    display: none;
  }
  .cid-tKetVngrvj .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tKetVngrvj .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #fba919 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-tKetVngrvj .mbr-section-btn .btn-secondary:hover {
  background-color: #fba919 !important;
  color: #ffffff !important;
}
.cid-tKetVngrvj .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-tKetVngrvj .navbar > .container,
.cid-tKetVngrvj .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKetVngrvj .btn {
    white-space: nowrap;
  }
  .cid-tKetVngrvj .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #053d5f;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-tKetVngrvj .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tKetVngrvj .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tKetVngrvj .dropdown-toggle::after,
  .cid-tKetVngrvj .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-tKetVngrvj .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-tKetVngrvj .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-tKetVngrvj .dropdown-menu .dropdown-item:hover {
  color: #fba919 !important;
}
.cid-tKetVngrvj .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tKetVngrvj .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tKetVngrvj .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-tKetVngrvj .nav-item:focus,
.cid-tKetVngrvj .nav-link:focus {
  outline: none;
}
.cid-tKetVngrvj .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-tKetVngrvj .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-tKetVngrvj .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tKetVngrvj .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tKetVngrvj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tKetVngrvj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKetVngrvj .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tKetVngrvj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKetVngrvj .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #053d5f;
}
.cid-tKetVngrvj .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #053d5f !important;
}
.cid-tKetVngrvj .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tKetVngrvj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKetVngrvj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKetVngrvj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 75px - 1rem);
  }
}
.cid-tKetVngrvj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tKetVngrvj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKetVngrvj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tKetVngrvj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKetVngrvj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKetVngrvj .navbar .dropdown-menu {
    background: #053d5f !important;
  }
  .cid-tKetVngrvj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKetVngrvj .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tKetVngrvj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tKetVngrvj .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tKetVngrvj .navbar.navbar-short {
  background: #053d5f !important;
  min-height: 70px;
  height: 70px;
}
.cid-tKetVngrvj .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tKetVngrvj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tKetVngrvj .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-tKetVngrvj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-tKetVngrvj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKetVngrvj .dropdown-item.active,
.cid-tKetVngrvj .dropdown-item:active {
  background-color: transparent;
}
.cid-tKetVngrvj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #053d5f;
}
.cid-tKetVngrvj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tKetVngrvj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tKetVngrvj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #053d5f;
}
.cid-tKetVngrvj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tKetVngrvj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tKetVngrvj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tKetVngrvj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tKetVngrvj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tKetVngrvj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tKetVngrvj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tKetVngrvj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tKetVngrvj .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tKetVngrvj a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-tKetVngrvj a.nav-link:hover {
  color: #fba919 !important;
}
@media (max-width: 991px) {
  .cid-tKetVngrvj .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-tKetVngrvj .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-tKetVngrvj .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-tKetVngrvj .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-tKetVngrvj .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #053d5f;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tKetVngrvj .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-tKetVngrvj .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-tKetVngrvj .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tKetVngrvj .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-tKetVngrvj .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-tKetVngrvj a.nav-link {
    justify-content: flex-start;
  }
  .cid-tKetVngrvj ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-tKetVngrvj .navbar-brand {
    padding: 0;
  }
  .cid-tKetVngrvj .block__phone,
  .cid-tKetVngrvj .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-tKetVngrvj .widget {
    flex-direction: column;
  }
  .cid-tKetVngrvj .widget p,
  .cid-tKetVngrvj .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-tKetVngrvj .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-tKetVngrvj .navbar {
    height: 97px;
  }
  .cid-tKetVngrvj .navbar.opened {
    height: auto;
  }
  .cid-tKetVngrvj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKetVmdBSl {
  overflow: hidden;
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #053d5f;
}
.cid-tKetVmdBSl .container,
.cid-tKetVmdBSl .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-tKetVmdBSl .mbr-section-subtitle,
.cid-tKetVmdBSl .mbr-section-title,
.cid-tKetVmdBSl .mbr-subtext,
.cid-tKetVmdBSl .mbr-text,
.cid-tKetVmdBSl .mbr-section-btn,
.cid-tKetVmdBSl .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-tKetVmdBSl .title__block {
    padding-top: 70px;
  }
}
.cid-tKetVmdBSl .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #a6ffff;
}
.cid-tKetVmdBSl .mbr-section-title {
  color: #ffffff;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-tKetVmdBSl .mbr-section-title b,
.cid-tKetVmdBSl .mbr-section-title strong {
  font-weight: 500;
}
.cid-tKetVmdBSl .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-tKetVmdBSl .mbr-section-btn {
  margin-top: 60px;
}
.cid-tKetVmdBSl .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
  box-shadow: 0px 45px 63px 0px rgba(100, 105, 122, 0.33);
}
.cid-tKetVmdBSl .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-tKetVmdBSl .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tKetVmdBSl .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-tKetVmdBSl .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tKetVmdBSl .wrap__image {
    text-align: right;
  }
  .cid-tKetVmdBSl .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-tKetVmdBSl .wrap__image {
    text-align: center !important;
  }
}
.cid-tKetVmdBSl .image__block2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 25px 50px 0px rgba(140, 140, 140, 0.33);
  position: absolute;
  z-index: -1;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 340px;
  max-height: 425px;
}
.cid-tKetVmdBSl .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tKetVmdBSl .image__block2 {
    display: none;
  }
}
.cid-tKetVmdBSl .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  left: -290px;
  border-radius: 50%;
  top: 70px;
  position: absolute;
  background-color: rgba(5, 61, 95, 0.1);
}
@media (max-width: 1199px) {
  .cid-tKetVmdBSl .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-tKetVmdBSl .image__background .circle__image1 {
    display: none;
  }
}
.cid-tKetVmdBSl .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(251, 169, 25, 0.23);
}
@media (max-width: 1199px) {
  .cid-tKetVmdBSl .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-tKetVmdBSl .image__background .circle__image2 {
    display: none;
  }
}
.cid-tKetVmdBSl .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-tKetVmdBSl .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #daff8d;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-tKetVmdBSl .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #a6ffff;
  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-tKetVmdBSl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKetVmdBSl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKetVmdBSl .mbr-text,
.cid-tKetVmdBSl .mbr-section-btn {
  color: #a6ffff;
}
.cid-tKetVmP8nv {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #053d5f;
}
.cid-tKetVmP8nv .container,
.cid-tKetVmP8nv .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-tKetVmP8nv .title__block,
.cid-tKetVmP8nv .card__block {
  pointer-events: all;
}
.cid-tKetVmP8nv .icon__block {
  margin-bottom: 40px;
}
.cid-tKetVmP8nv .icon__block .mbr-iconfont {
  font-size: 50px;
  color: #053d5f;
}
.cid-tKetVmP8nv .mbr-section-title {
  color: #233d63;
  margin-bottom: 30px;
}
.cid-tKetVmP8nv .subtext {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-tKetVmP8nv .mbr-section-btn {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .cid-tKetVmP8nv .column1 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .cid-tKetVmP8nv .wrap {
    margin-top: 40px;
  }
}
.cid-tKetVmP8nv .card__block {
  will-change: opacity;
  padding: 45px 15px 30px 35px;
  margin-bottom: 45px;
  border-radius: 5px;
  background: #a6ffff;
  box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
}
.cid-tKetVmP8nv .icon__card_wrap {
  width: 100%;
}
.cid-tKetVmP8nv .color1 {
  background: linear-gradient(120deg, #00aff3 0%, #8ddfff 100%);
}
.cid-tKetVmP8nv .color2 {
  background: linear-gradient(120deg, #00aff3 0%, #8ddfff 100%);
}
.cid-tKetVmP8nv .color3 {
  background: linear-gradient(120deg, #00aff3 0%, #8ddfff 100%);
}
.cid-tKetVmP8nv .color4 {
  background: linear-gradient(120deg, #cc5000 0%, #ffa266 100%);
}
.cid-tKetVmP8nv .icon__card {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tKetVmP8nv .icon__card .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-tKetVmP8nv .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-tKetVmP8nv .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-tKetVmP8nv .card__title {
  margin-top: 20px;
}
.cid-tKetVmP8nv .card__text {
  margin-top: 30px;
}
.cid-tKetVmP8nv .card__block_btn {
  margin-top: 25px;
  font-size: 30px;
}
.cid-tKetVmP8nv .animation__background .triangle {
  position: absolute;
  top: 17%;
  left: 23%;
  animation: rotatedHalf 40s infinite linear;
  height: 200px;
  width: 200px;
}
.cid-tKetVmP8nv .animation__background .triangle2 {
  position: absolute;
  bottom: 13%;
  left: 19%;
  animation: animationTwo 40s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-tKetVmP8nv .animation__background .quadr {
  position: absolute;
  bottom: 22%;
  right: 18%;
  animation: animationTwo 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-tKetVmP8nv .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  right: 32%;
  border-radius: 50%;
  background: #daff8d;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-tKetVmP8nv .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #053d5f;
  animation: animationOne 30s infinite linear;
}
.cid-tKetVmP8nv .animation__background .circle3 {
  display: inline-block;
  width: 17px;
  height: 17px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  border: 5px solid #a6ffff;
  animation: animationTwo 30s infinite linear;
}
.cid-tKetVmP8nv .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 19%;
  top: 12%;
  position: absolute;
  border-radius: 50%;
  background-color: #fba919;
  animation: animationThree 25s infinite linear;
}
.cid-tKetVmP8nv .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #053d5f;
  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-tKetVmP8nv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKetVmP8nv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKetVmP8nv .card__title,
.cid-tKetVmP8nv .icon__card_wrap {
  color: #233d63;
}
.cid-tKetVmP8nv .card__text,
.cid-tKetVmP8nv .card__block_btn {
  color: #233d63;
}
.cid-tKetVmP8nv .mbr-section-title,
.cid-tKetVmP8nv .icon__block {
  color: #fba919;
}
.cid-tKetVmP8nv .mbr-text,
.cid-tKetVmP8nv .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vhYhnZvUVS {
  overflow: hidden !important;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #053d5f;
}
.cid-vhYhnZvUVS .container,
.cid-vhYhnZvUVS .container-fluid {
  z-index: 1;
}
.cid-vhYhnZvUVS .title__block {
  margin-bottom: 80px;
}
.cid-vhYhnZvUVS .mbr-section-title {
  color: #233d63;
}
.cid-vhYhnZvUVS .icon__block {
  background: linear-gradient(135deg, rgba(65, 239, 186, 0.54) 0%, rgba(65, 239, 186, 0.85) 60%, #41efba 100%);
}
.cid-vhYhnZvUVS .wrap {
  border-left: 1px solid #a6ffff;
  padding: 0 50px;
}
.cid-vhYhnZvUVS .wrap:last-child {
  border-right: 1px solid #a6ffff;
}
@media (max-width: 991px) {
  .cid-vhYhnZvUVS .wrap {
    max-width: 500px;
    border: 1px solid #a6ffff;
  }
  .cid-vhYhnZvUVS .wrap:nth-child(1) {
    border-bottom: none;
  }
  .cid-vhYhnZvUVS .wrap:nth-child(2) {
    border-bottom: none;
  }
}
.cid-vhYhnZvUVS .card__wrap:hover .btn-info-outline {
  color: #ffffff !important;
  border-color: transparent !important;
  background: transparent !important;
}
.cid-vhYhnZvUVS .card__wrap:hover .btn-info-outline:before {
  transform: scale(1);
}
.cid-vhYhnZvUVS .card__header {
  padding-top: 20px;
  min-height: 180px;
}
.cid-vhYhnZvUVS .card__price {
  color: #a6ffff;
}
.cid-vhYhnZvUVS .card__price2 {
  color: #a6ffff;
}
.cid-vhYhnZvUVS .card__price3 {
  color: #a6ffff;
}
.cid-vhYhnZvUVS .card__title {
  padding-bottom: 7px;
  color: #233d63;
}
.cid-vhYhnZvUVS .card__body {
  border-top: 1px dashed #a6ffff;
  padding: 40px 0 30px;
  min-height: 330px;
}
.cid-vhYhnZvUVS .card__feature {
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-vhYhnZvUVS .item .mbr-iconfont {
  color: #daff8d;
  margin-right: 10px;
  font-size: 14px;
}
.cid-vhYhnZvUVS .item:before {
  content: "\e97c";
  font-family: "Moririse2";
  margin-right: 10px;
  font-size: 14px;
  vertical-align: text-bottom;
  color: #daff8d;
}
.cid-vhYhnZvUVS .card__footer {
  padding-bottom: 70px;
}
.cid-vhYhnZvUVS .mbr-section-btn {
  margin: 0;
}
.cid-vhYhnZvUVS .mbr-section-btn .btn {
  width: 100%;
  margin: 0;
  border-radius: 25px;
  z-index: 10;
  font-weight: 400 !important;
}
.cid-vhYhnZvUVS .mbr-section-btn .btn-info-outline {
  position: relative;
  background: transparent !important;
  border-width: 2px;
  color: #333333 !important;
  border-color: #d9d9d9 !important;
}
.cid-vhYhnZvUVS .mbr-section-btn .btn-info-outline:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  background: linear-gradient(-135deg, #bf6cff 0%, #9041ff 100%);
  transform: scale(0, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.cid-vhYhnZvUVS .btn__trial {
  margin-top: 32px;
  line-height: 25px;
  color: #a6ffff;
}
.cid-vhYhnZvUVS .btn__trial a {
  color: #6a6c72 !important;
}
.cid-vhYhnZvUVS .animation__background .triangle {
  position: absolute;
  top: 2%;
  left: -5%;
  animation: rotatedHalf 40s infinite linear;
  height: 250px;
  width: 250px;
}
.cid-vhYhnZvUVS .animation__background .dashed {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  right: -100px;
  border: 1px dashed #dbdbdb;
  animation: rotated 15s infinite linear;
}
.cid-vhYhnZvUVS .animation__background .dashed .circle {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #053d5f;
}
.cid-vhYhnZvUVS .animation__background .dashed .circle:nth-child(1) {
  top: 51px;
  left: 50px;
  z-index: 1;
}
.cid-vhYhnZvUVS .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #a6ffff;
  top: 50%;
  left: 5%;
  animation: animationTwo 13s infinite linear;
}
.cid-vhYhnZvUVS .animation__background .dashed__large {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: -190px;
  border: 1px dashed #dbdbdb;
  animation: rotated 35s infinite linear;
}
.cid-vhYhnZvUVS .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-vhYhnZvUVS .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-vhYhnZvUVS .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-vhYhnZvUVS .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-vhYhnZvUVS .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes 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-vhYhnZvUVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYhnZvUVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYhnZvUVS .card__subtitle {
  color: #ffffff;
}
.cid-vhYhnZvUVS .items__block {
  color: #ffffff;
}
.cid-tKetVnDuDR {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #053d5f;
  overflow: hidden;
}
.cid-vi7MSJNTRo {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #a6ffff;
}
.cid-vi7MSJNTRo .container {
  pointer-events: none;
  z-index: 1;
}
.cid-vi7MSJNTRo .wrap {
  pointer-events: all;
}
.cid-vi7MSJNTRo .carousel {
  padding: 0;
}
.cid-vi7MSJNTRo .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
  padding-right: 80px;
}
.cid-vi7MSJNTRo .mbr-section-title {
  color: #053d5f;
  margin-bottom: 40px;
  padding-right: 80px;
  font-weight: 300;
}
.cid-vi7MSJNTRo .mbr-section-title b,
.cid-vi7MSJNTRo .mbr-section-title strong {
  font-weight: 500;
}
.cid-vi7MSJNTRo .carousel-controls {
  margin-top: 100px;
  width: 100%;
  position: relative;
}
.cid-vi7MSJNTRo .carousel-controls a span {
  width: 55px;
  height: 55px;
  font-size: 30px;
  position: absolute;
  padding: 0 10px;
  color: #000000;
  background-color: transparent;
  transition: all 0.3s ease 0s;
}
.cid-vi7MSJNTRo .carousel-control-prev {
  position: static;
  width: 55px;
  transition: all 0.3s ease 0s;
}
.cid-vi7MSJNTRo .carousel-control-next {
  position: static;
  width: 55px;
  transition: all 0.3s ease 0s;
}
.cid-vi7MSJNTRo .user_text {
  padding-right: 80px;
  padding-bottom: 50px;
}
.cid-vi7MSJNTRo .user_image {
  display: inline-block;
  margin-right: 20px;
}
.cid-vi7MSJNTRo .user_image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.cid-vi7MSJNTRo .author {
  padding-right: 80px;
}
.cid-vi7MSJNTRo .author__info {
  display: inline-block;
  height: 60px;
  vertical-align: -webkit-baseline-middle;
}
.cid-vi7MSJNTRo .user_name {
  color: #233d63;
  line-height: 24px;
}
.cid-vi7MSJNTRo .user_prof {
  color: #c0c0c9;
  line-height: 24px;
}
.cid-vi7MSJNTRo .fon2 {
  position: absolute;
  width: 250px;
  bottom: 0;
  left: 70px;
  z-index: 0;
}
.cid-vi7MSJNTRo .animation__background .fon {
  max-width: 600px;
  width: 100%;
  position: absolute;
  right: 2%;
  top: 13%;
  z-index: -1;
}
.cid-vi7MSJNTRo .animation__background .image {
  position: absolute;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  box-shadow: 0px 10px 20px 0px rgba(20, 44, 56, 0.25);
}
.cid-vi7MSJNTRo .animation__background .image:nth-child(1) {
  top: 37%;
  right: 4%;
  animation: scale__one 14s infinite linear;
}
.cid-vi7MSJNTRo .animation__background .image:nth-child(2) {
  top: 47%;
  right: 14%;
  animation: scale__two 9s infinite linear;
}
.cid-vi7MSJNTRo .animation__background .image:nth-child(3) {
  bottom: 16%;
  right: 7%;
  animation: scale__three 8s infinite linear;
}
.cid-vi7MSJNTRo .animation__background .image:nth-child(4) {
  top: 24%;
  right: 18%;
  animation: scale__two 10s infinite linear;
}
.cid-vi7MSJNTRo .animation__background .image:nth-child(5) {
  top: 60%;
  right: 23%;
  animation: scale__three 11s infinite linear;
}
.cid-vi7MSJNTRo .animation__background .image:nth-child(6) {
  bottom: 46%;
  right: 30%;
  animation: scale__one 12s infinite linear;
}
.cid-vi7MSJNTRo .animation__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vi7MSJNTRo .animation__background {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-vi7MSJNTRo .mbr-section-subtitle,
  .cid-vi7MSJNTRo .mbr-section-title,
  .cid-vi7MSJNTRo .user_text,
  .cid-vi7MSJNTRo .author {
    padding-right: 0;
  }
}
@keyframes scale__one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale__two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes scale__three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.cid-vi7MSJNTRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi7MSJNTRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi7MSJNTRo .user_text,
.cid-vi7MSJNTRo .author {
  color: #000000;
}
.cid-tKeDG2xtJY {
  min-height: 114px !important;
  position: relative;
  background: #053d5f;
  overflow: visible;
}
.cid-tKeDG2xtJY .nav-item,
.cid-tKeDG2xtJY .nav-link,
.cid-tKeDG2xtJY .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tKeDG2xtJY .nav-item:hover,
.cid-tKeDG2xtJY .nav-link:hover,
.cid-tKeDG2xtJY .navbar-caption:hover {
  color: #fba919 !important;
}
.cid-tKeDG2xtJY .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tKeDG2xtJY .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tKeDG2xtJY .container-fluid,
.cid-tKeDG2xtJY .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-tKeDG2xtJY .navbar-brand {
  padding: 0;
}
.cid-tKeDG2xtJY .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-tKeDG2xtJY .nav-link:hover:before {
  width: 100%;
}
.cid-tKeDG2xtJY .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-tKeDG2xtJY .nav-link {
    margin: 0 !important;
  }
}
.cid-tKeDG2xtJY .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tKeDG2xtJY .widget p,
.cid-tKeDG2xtJY .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-tKeDG2xtJY .widget p a,
.cid-tKeDG2xtJY .widget .icons-menu a {
  margin-left: 15px;
}
.cid-tKeDG2xtJY .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-tKeDG2xtJY .icons__wrap:hover {
  color: #000000;
  background-color: #fba919;
  border-color: #fba919;
}
.cid-tKeDG2xtJY .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tKeDG2xtJY .block__phone,
  .cid-tKeDG2xtJY .icons-menu {
    display: none;
  }
  .cid-tKeDG2xtJY .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tKeDG2xtJY .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #fba919 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-tKeDG2xtJY .mbr-section-btn .btn-secondary:hover {
  background-color: #fba919 !important;
  color: #ffffff !important;
}
.cid-tKeDG2xtJY .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-tKeDG2xtJY .navbar > .container,
.cid-tKeDG2xtJY .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKeDG2xtJY .btn {
    white-space: nowrap;
  }
  .cid-tKeDG2xtJY .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #053d5f;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-tKeDG2xtJY .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tKeDG2xtJY .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tKeDG2xtJY .dropdown-toggle::after,
  .cid-tKeDG2xtJY .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-tKeDG2xtJY .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-tKeDG2xtJY .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-tKeDG2xtJY .dropdown-menu .dropdown-item:hover {
  color: #fba919 !important;
}
.cid-tKeDG2xtJY .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tKeDG2xtJY .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tKeDG2xtJY .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-tKeDG2xtJY .nav-item:focus,
.cid-tKeDG2xtJY .nav-link:focus {
  outline: none;
}
.cid-tKeDG2xtJY .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-tKeDG2xtJY .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-tKeDG2xtJY .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tKeDG2xtJY .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tKeDG2xtJY .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tKeDG2xtJY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKeDG2xtJY .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tKeDG2xtJY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKeDG2xtJY .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #053d5f;
}
.cid-tKeDG2xtJY .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #053d5f !important;
}
.cid-tKeDG2xtJY .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tKeDG2xtJY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKeDG2xtJY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKeDG2xtJY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 75px - 1rem);
  }
}
.cid-tKeDG2xtJY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tKeDG2xtJY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKeDG2xtJY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tKeDG2xtJY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKeDG2xtJY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKeDG2xtJY .navbar .dropdown-menu {
    background: #053d5f !important;
  }
  .cid-tKeDG2xtJY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKeDG2xtJY .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tKeDG2xtJY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tKeDG2xtJY .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tKeDG2xtJY .navbar.navbar-short {
  background: #053d5f !important;
  min-height: 70px;
  height: 70px;
}
.cid-tKeDG2xtJY .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tKeDG2xtJY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tKeDG2xtJY .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-tKeDG2xtJY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-tKeDG2xtJY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKeDG2xtJY .dropdown-item.active,
.cid-tKeDG2xtJY .dropdown-item:active {
  background-color: transparent;
}
.cid-tKeDG2xtJY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #053d5f;
}
.cid-tKeDG2xtJY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tKeDG2xtJY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tKeDG2xtJY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #053d5f;
}
.cid-tKeDG2xtJY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tKeDG2xtJY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tKeDG2xtJY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tKeDG2xtJY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tKeDG2xtJY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tKeDG2xtJY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tKeDG2xtJY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tKeDG2xtJY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tKeDG2xtJY .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tKeDG2xtJY a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-tKeDG2xtJY a.nav-link:hover {
  color: #fba919 !important;
}
@media (max-width: 991px) {
  .cid-tKeDG2xtJY .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-tKeDG2xtJY .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-tKeDG2xtJY .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-tKeDG2xtJY .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-tKeDG2xtJY .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #053d5f;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tKeDG2xtJY .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-tKeDG2xtJY .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-tKeDG2xtJY .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tKeDG2xtJY .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-tKeDG2xtJY .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-tKeDG2xtJY a.nav-link {
    justify-content: flex-start;
  }
  .cid-tKeDG2xtJY ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-tKeDG2xtJY .navbar-brand {
    padding: 0;
  }
  .cid-tKeDG2xtJY .block__phone,
  .cid-tKeDG2xtJY .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-tKeDG2xtJY .widget {
    flex-direction: column;
  }
  .cid-tKeDG2xtJY .widget p,
  .cid-tKeDG2xtJY .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-tKeDG2xtJY .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-tKeDG2xtJY .navbar {
    height: 97px;
  }
  .cid-tKeDG2xtJY .navbar.opened {
    height: auto;
  }
  .cid-tKeDG2xtJY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vi6gXv1pMW {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #053d5f;
}
.cid-vi6gXv1pMW .main-heading {
  margin-bottom: 1.3rem;
}
.cid-vi6gXv1pMW img {
  border-radius: 100%;
}
.cid-vi6gXv1pMW .mbr-section-title {
  margin-bottom: 0.5rem;
}
.cid-vi6gXv1pMW .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-vi6gXv1pMW .mbr-role {
  margin-bottom: 0rem;
  color: #777777;
}
.cid-vi6gXv1pMW .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vi6gXv1pMW .team-card:hover .card-wrap {
  background: #fba919;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-vi6gXv1pMW .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-vi6gXv1pMW .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vi6gXv1pMW .card-title,
.cid-vi6gXv1pMW .mbr-role {
  transition: 0.3s;
}
.cid-vi6gXv1pMW a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-vi6gXv1pMW a:hover {
  color: #053d5f !important;
}
.cid-vi6gXv1pMW .card-wrap {
  padding: 1.8rem 3rem 1.5rem;
  background: #a6ffff;
  transition: all 0.3s;
}
.cid-vi6gXv1pMW .card-wrap .image-wrap img {
  width: 100%;
}
.cid-vi6gXv1pMW .card-wrap .content-wrap {
  padding-top: 1.5rem;
}
.cid-vi6gXv1pMW .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-vi6gXv1pMW .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vi6gXv1pMW .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vi6gXv1pMW .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-vi6gXv1pMW .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-vi6gXv1pMW .social-list {
  margin-bottom: 1.5rem;
}
.cid-vi6gXv1pMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi6gXv1pMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi6gXv1pMW .main-title {
  color: #fba919;
}
.cid-vi6gXv1pMW .card-title {
  color: #233d63;
}
.cid-tKeDG2W5kX {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #053d5f;
  overflow: hidden;
}
.cid-tKeDHF936a {
  min-height: 114px !important;
  position: relative;
  background: #053d5f;
  overflow: visible;
}
.cid-tKeDHF936a .nav-item,
.cid-tKeDHF936a .nav-link,
.cid-tKeDHF936a .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tKeDHF936a .nav-item:hover,
.cid-tKeDHF936a .nav-link:hover,
.cid-tKeDHF936a .navbar-caption:hover {
  color: #fba919 !important;
}
.cid-tKeDHF936a .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tKeDHF936a .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tKeDHF936a .container-fluid,
.cid-tKeDHF936a .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-tKeDHF936a .navbar-brand {
  padding: 0;
}
.cid-tKeDHF936a .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-tKeDHF936a .nav-link:hover:before {
  width: 100%;
}
.cid-tKeDHF936a .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-tKeDHF936a .nav-link {
    margin: 0 !important;
  }
}
.cid-tKeDHF936a .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tKeDHF936a .widget p,
.cid-tKeDHF936a .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-tKeDHF936a .widget p a,
.cid-tKeDHF936a .widget .icons-menu a {
  margin-left: 15px;
}
.cid-tKeDHF936a .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-tKeDHF936a .icons__wrap:hover {
  color: #000000;
  background-color: #fba919;
  border-color: #fba919;
}
.cid-tKeDHF936a .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tKeDHF936a .block__phone,
  .cid-tKeDHF936a .icons-menu {
    display: none;
  }
  .cid-tKeDHF936a .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tKeDHF936a .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #fba919 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-tKeDHF936a .mbr-section-btn .btn-secondary:hover {
  background-color: #fba919 !important;
  color: #ffffff !important;
}
.cid-tKeDHF936a .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-tKeDHF936a .navbar > .container,
.cid-tKeDHF936a .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKeDHF936a .btn {
    white-space: nowrap;
  }
  .cid-tKeDHF936a .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #053d5f;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-tKeDHF936a .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tKeDHF936a .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tKeDHF936a .dropdown-toggle::after,
  .cid-tKeDHF936a .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-tKeDHF936a .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-tKeDHF936a .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-tKeDHF936a .dropdown-menu .dropdown-item:hover {
  color: #fba919 !important;
}
.cid-tKeDHF936a .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tKeDHF936a .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tKeDHF936a .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-tKeDHF936a .nav-item:focus,
.cid-tKeDHF936a .nav-link:focus {
  outline: none;
}
.cid-tKeDHF936a .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-tKeDHF936a .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-tKeDHF936a .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tKeDHF936a .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tKeDHF936a .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tKeDHF936a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKeDHF936a .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tKeDHF936a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKeDHF936a .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #053d5f;
}
.cid-tKeDHF936a .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #053d5f !important;
}
.cid-tKeDHF936a .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tKeDHF936a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKeDHF936a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKeDHF936a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 75px - 1rem);
  }
}
.cid-tKeDHF936a .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tKeDHF936a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKeDHF936a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tKeDHF936a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKeDHF936a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKeDHF936a .navbar .dropdown-menu {
    background: #053d5f !important;
  }
  .cid-tKeDHF936a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKeDHF936a .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tKeDHF936a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tKeDHF936a .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tKeDHF936a .navbar.navbar-short {
  background: #053d5f !important;
  min-height: 70px;
  height: 70px;
}
.cid-tKeDHF936a .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tKeDHF936a .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tKeDHF936a .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-tKeDHF936a .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-tKeDHF936a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKeDHF936a .dropdown-item.active,
.cid-tKeDHF936a .dropdown-item:active {
  background-color: transparent;
}
.cid-tKeDHF936a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #053d5f;
}
.cid-tKeDHF936a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tKeDHF936a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tKeDHF936a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #053d5f;
}
.cid-tKeDHF936a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tKeDHF936a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tKeDHF936a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tKeDHF936a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tKeDHF936a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tKeDHF936a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tKeDHF936a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tKeDHF936a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tKeDHF936a .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tKeDHF936a a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-tKeDHF936a a.nav-link:hover {
  color: #fba919 !important;
}
@media (max-width: 991px) {
  .cid-tKeDHF936a .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-tKeDHF936a .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-tKeDHF936a .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-tKeDHF936a .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-tKeDHF936a .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #053d5f;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tKeDHF936a .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-tKeDHF936a .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-tKeDHF936a .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tKeDHF936a .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-tKeDHF936a .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-tKeDHF936a a.nav-link {
    justify-content: flex-start;
  }
  .cid-tKeDHF936a ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-tKeDHF936a .navbar-brand {
    padding: 0;
  }
  .cid-tKeDHF936a .block__phone,
  .cid-tKeDHF936a .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-tKeDHF936a .widget {
    flex-direction: column;
  }
  .cid-tKeDHF936a .widget p,
  .cid-tKeDHF936a .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-tKeDHF936a .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-tKeDHF936a .navbar {
    height: 97px;
  }
  .cid-tKeDHF936a .navbar.opened {
    height: auto;
  }
  .cid-tKeDHF936a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKeDHDXcFH {
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #053d5f;
}
.cid-tKeDHDXcFH .container,
.cid-tKeDHDXcFH .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-tKeDHDXcFH .mbr-section-subtitle,
.cid-tKeDHDXcFH .mbr-section-title,
.cid-tKeDHDXcFH .mbr-subtext,
.cid-tKeDHDXcFH .mbr-text,
.cid-tKeDHDXcFH .mbr-section-btn,
.cid-tKeDHDXcFH .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-tKeDHDXcFH .title__block {
    padding-top: 70px;
  }
}
.cid-tKeDHDXcFH .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #233d63;
}
.cid-tKeDHDXcFH .mbr-section-title {
  color: #fba919;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-tKeDHDXcFH .mbr-section-title b,
.cid-tKeDHDXcFH .mbr-section-title strong {
  font-weight: 500;
}
.cid-tKeDHDXcFH .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-tKeDHDXcFH .mbr-section-btn {
  margin-top: 60px;
}
.cid-tKeDHDXcFH .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
  box-shadow: 0px 45px 63px 0px rgba(100, 105, 122, 0.33);
}
.cid-tKeDHDXcFH .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-tKeDHDXcFH .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tKeDHDXcFH .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-tKeDHDXcFH .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tKeDHDXcFH .wrap__image {
    text-align: right;
  }
  .cid-tKeDHDXcFH .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-tKeDHDXcFH .wrap__image {
    text-align: center !important;
  }
}
.cid-tKeDHDXcFH .image__block2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 25px 50px 0px rgba(140, 140, 140, 0.33);
  position: absolute;
  z-index: -1;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 340px;
  max-height: 425px;
}
.cid-tKeDHDXcFH .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tKeDHDXcFH .image__block2 {
    display: none;
  }
}
.cid-tKeDHDXcFH .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  left: -290px;
  border-radius: 50%;
  top: 70px;
  position: absolute;
  background-color: rgba(5, 61, 95, 0.1);
}
@media (max-width: 1199px) {
  .cid-tKeDHDXcFH .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-tKeDHDXcFH .image__background .circle__image1 {
    display: none;
  }
}
.cid-tKeDHDXcFH .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(251, 169, 25, 0.23);
}
@media (max-width: 1199px) {
  .cid-tKeDHDXcFH .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-tKeDHDXcFH .image__background .circle__image2 {
    display: none;
  }
}
.cid-tKeDHDXcFH .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-tKeDHDXcFH .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #daff8d;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-tKeDHDXcFH .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #a6ffff;
  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-tKeDHDXcFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKeDHDXcFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKeDHDXcFH .mbr-text,
.cid-tKeDHDXcFH .mbr-section-btn {
  color: #ffffff;
}
.cid-tKeDHFwwRS {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #053d5f;
  overflow: hidden;
}
.cid-vi80zpuXYJ {
  min-height: 114px !important;
  position: relative;
  background: #053d5f;
  overflow: visible;
}
.cid-vi80zpuXYJ .nav-item,
.cid-vi80zpuXYJ .nav-link,
.cid-vi80zpuXYJ .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vi80zpuXYJ .nav-item:hover,
.cid-vi80zpuXYJ .nav-link:hover,
.cid-vi80zpuXYJ .navbar-caption:hover {
  color: #fba919 !important;
}
.cid-vi80zpuXYJ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-vi80zpuXYJ .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vi80zpuXYJ .container-fluid,
.cid-vi80zpuXYJ .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-vi80zpuXYJ .navbar-brand {
  padding: 0;
}
.cid-vi80zpuXYJ .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-vi80zpuXYJ .nav-link:hover:before {
  width: 100%;
}
.cid-vi80zpuXYJ .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-vi80zpuXYJ .nav-link {
    margin: 0 !important;
  }
}
.cid-vi80zpuXYJ .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vi80zpuXYJ .widget p,
.cid-vi80zpuXYJ .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-vi80zpuXYJ .widget p a,
.cid-vi80zpuXYJ .widget .icons-menu a {
  margin-left: 15px;
}
.cid-vi80zpuXYJ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-vi80zpuXYJ .icons__wrap:hover {
  color: #000000;
  background-color: #fba919;
  border-color: #fba919;
}
.cid-vi80zpuXYJ .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vi80zpuXYJ .block__phone,
  .cid-vi80zpuXYJ .icons-menu {
    display: none;
  }
  .cid-vi80zpuXYJ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-vi80zpuXYJ .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #fba919 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-vi80zpuXYJ .mbr-section-btn .btn-secondary:hover {
  background-color: #fba919 !important;
  color: #ffffff !important;
}
.cid-vi80zpuXYJ .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-vi80zpuXYJ .navbar > .container,
.cid-vi80zpuXYJ .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vi80zpuXYJ .btn {
    white-space: nowrap;
  }
  .cid-vi80zpuXYJ .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #053d5f;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-vi80zpuXYJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-vi80zpuXYJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-vi80zpuXYJ .dropdown-toggle::after,
  .cid-vi80zpuXYJ .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-vi80zpuXYJ .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-vi80zpuXYJ .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-vi80zpuXYJ .dropdown-menu .dropdown-item:hover {
  color: #fba919 !important;
}
.cid-vi80zpuXYJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-vi80zpuXYJ .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-vi80zpuXYJ .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-vi80zpuXYJ .nav-item:focus,
.cid-vi80zpuXYJ .nav-link:focus {
  outline: none;
}
.cid-vi80zpuXYJ .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-vi80zpuXYJ .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-vi80zpuXYJ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-vi80zpuXYJ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-vi80zpuXYJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-vi80zpuXYJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vi80zpuXYJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-vi80zpuXYJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vi80zpuXYJ .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #053d5f;
}
.cid-vi80zpuXYJ .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #053d5f !important;
}
.cid-vi80zpuXYJ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-vi80zpuXYJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vi80zpuXYJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vi80zpuXYJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 75px - 1rem);
  }
}
.cid-vi80zpuXYJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vi80zpuXYJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vi80zpuXYJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vi80zpuXYJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vi80zpuXYJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vi80zpuXYJ .navbar .dropdown-menu {
    background: #053d5f !important;
  }
  .cid-vi80zpuXYJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vi80zpuXYJ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-vi80zpuXYJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vi80zpuXYJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vi80zpuXYJ .navbar.navbar-short {
  background: #053d5f !important;
  min-height: 70px;
  height: 70px;
}
.cid-vi80zpuXYJ .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-vi80zpuXYJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vi80zpuXYJ .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-vi80zpuXYJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-vi80zpuXYJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vi80zpuXYJ .dropdown-item.active,
.cid-vi80zpuXYJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vi80zpuXYJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #053d5f;
}
.cid-vi80zpuXYJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-vi80zpuXYJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-vi80zpuXYJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #053d5f;
}
.cid-vi80zpuXYJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vi80zpuXYJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vi80zpuXYJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vi80zpuXYJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vi80zpuXYJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vi80zpuXYJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vi80zpuXYJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vi80zpuXYJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vi80zpuXYJ .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-vi80zpuXYJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-vi80zpuXYJ a.nav-link:hover {
  color: #fba919 !important;
}
@media (max-width: 991px) {
  .cid-vi80zpuXYJ .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-vi80zpuXYJ .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-vi80zpuXYJ .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-vi80zpuXYJ .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-vi80zpuXYJ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #053d5f;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-vi80zpuXYJ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-vi80zpuXYJ .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-vi80zpuXYJ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-vi80zpuXYJ .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-vi80zpuXYJ .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-vi80zpuXYJ a.nav-link {
    justify-content: flex-start;
  }
  .cid-vi80zpuXYJ ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-vi80zpuXYJ .navbar-brand {
    padding: 0;
  }
  .cid-vi80zpuXYJ .block__phone,
  .cid-vi80zpuXYJ .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-vi80zpuXYJ .widget {
    flex-direction: column;
  }
  .cid-vi80zpuXYJ .widget p,
  .cid-vi80zpuXYJ .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-vi80zpuXYJ .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-vi80zpuXYJ .navbar {
    height: 97px;
  }
  .cid-vi80zpuXYJ .navbar.opened {
    height: auto;
  }
  .cid-vi80zpuXYJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vi80zqyg48 {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #053d5f;
}
.cid-vi80zqyg48 .container,
.cid-vi80zqyg48 .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-vi80zqyg48 .mbr-section-subtitle,
.cid-vi80zqyg48 .mbr-section-title,
.cid-vi80zqyg48 .mbr-subtext,
.cid-vi80zqyg48 .mbr-text,
.cid-vi80zqyg48 .mbr-section-btn,
.cid-vi80zqyg48 .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-vi80zqyg48 .title__block {
    padding-top: 70px;
  }
}
.cid-vi80zqyg48 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #a6ffff;
}
.cid-vi80zqyg48 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-vi80zqyg48 .mbr-section-title b,
.cid-vi80zqyg48 .mbr-section-title strong {
  font-weight: 500;
}
.cid-vi80zqyg48 .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-vi80zqyg48 .mbr-section-btn {
  margin-top: 60px;
}
.cid-vi80zqyg48 .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
  box-shadow: 0px 45px 63px 0px rgba(100, 105, 122, 0.33);
}
.cid-vi80zqyg48 .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-vi80zqyg48 .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vi80zqyg48 .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-vi80zqyg48 .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vi80zqyg48 .wrap__image {
    text-align: right;
  }
  .cid-vi80zqyg48 .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-vi80zqyg48 .wrap__image {
    text-align: center !important;
  }
}
.cid-vi80zqyg48 .image__block2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 25px 50px 0px rgba(140, 140, 140, 0.33);
  position: absolute;
  z-index: -1;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 340px;
  max-height: 425px;
}
.cid-vi80zqyg48 .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-vi80zqyg48 .image__block2 {
    display: none;
  }
}
.cid-vi80zqyg48 .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  left: -290px;
  border-radius: 50%;
  top: 70px;
  position: absolute;
  background-color: rgba(5, 61, 95, 0.1);
}
@media (max-width: 1199px) {
  .cid-vi80zqyg48 .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-vi80zqyg48 .image__background .circle__image1 {
    display: none;
  }
}
.cid-vi80zqyg48 .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(251, 169, 25, 0.23);
}
@media (max-width: 1199px) {
  .cid-vi80zqyg48 .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-vi80zqyg48 .image__background .circle__image2 {
    display: none;
  }
}
.cid-vi80zqyg48 .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-vi80zqyg48 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #daff8d;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-vi80zqyg48 .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #a6ffff;
  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-vi80zqyg48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi80zqyg48 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi80zqyg48 .mbr-text,
.cid-vi80zqyg48 .mbr-section-btn {
  color: #a6ffff;
}
.cid-vi80zr5lmI {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #053d5f;
}
.cid-vi80zr5lmI .container,
.cid-vi80zr5lmI .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-vi80zr5lmI .title__block,
.cid-vi80zr5lmI .card__block {
  pointer-events: all;
}
.cid-vi80zr5lmI .icon__block {
  margin-bottom: 40px;
}
.cid-vi80zr5lmI .icon__block .mbr-iconfont {
  font-size: 50px;
  color: #053d5f;
}
.cid-vi80zr5lmI .mbr-section-title {
  color: #233d63;
  margin-bottom: 30px;
}
.cid-vi80zr5lmI .subtext {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-vi80zr5lmI .mbr-section-btn {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .cid-vi80zr5lmI .column1 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .cid-vi80zr5lmI .wrap {
    margin-top: 40px;
  }
}
.cid-vi80zr5lmI .card__block {
  will-change: opacity;
  padding: 45px 15px 30px 35px;
  margin-bottom: 45px;
  border-radius: 5px;
  background: #a6ffff;
  box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
}
.cid-vi80zr5lmI .icon__card_wrap {
  width: 100%;
}
.cid-vi80zr5lmI .color1 {
  background: linear-gradient(120deg, #00aff3 0%, #8ddfff 100%);
}
.cid-vi80zr5lmI .color2 {
  background: linear-gradient(120deg, #00aff3 0%, #8ddfff 100%);
}
.cid-vi80zr5lmI .color3 {
  background: linear-gradient(120deg, #00aff3 0%, #8ddfff 100%);
}
.cid-vi80zr5lmI .color4 {
  background: linear-gradient(120deg, #00aff3 0%, #8ddfff 100%);
}
.cid-vi80zr5lmI .icon__card {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-vi80zr5lmI .icon__card .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-vi80zr5lmI .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-vi80zr5lmI .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-vi80zr5lmI .card__title {
  margin-top: 20px;
}
.cid-vi80zr5lmI .card__text {
  margin-top: 30px;
}
.cid-vi80zr5lmI .card__block_btn {
  margin-top: 25px;
  font-size: 30px;
}
.cid-vi80zr5lmI .animation__background .triangle {
  position: absolute;
  top: 17%;
  left: 23%;
  animation: rotatedHalf 40s infinite linear;
  height: 200px;
  width: 200px;
}
.cid-vi80zr5lmI .animation__background .triangle2 {
  position: absolute;
  bottom: 13%;
  left: 19%;
  animation: animationTwo 40s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-vi80zr5lmI .animation__background .quadr {
  position: absolute;
  bottom: 22%;
  right: 18%;
  animation: animationTwo 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-vi80zr5lmI .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  right: 32%;
  border-radius: 50%;
  background: #daff8d;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-vi80zr5lmI .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #053d5f;
  animation: animationOne 30s infinite linear;
}
.cid-vi80zr5lmI .animation__background .circle3 {
  display: inline-block;
  width: 17px;
  height: 17px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  border: 5px solid #a6ffff;
  animation: animationTwo 30s infinite linear;
}
.cid-vi80zr5lmI .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 19%;
  top: 12%;
  position: absolute;
  border-radius: 50%;
  background-color: #fba919;
  animation: animationThree 25s infinite linear;
}
.cid-vi80zr5lmI .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #053d5f;
  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-vi80zr5lmI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi80zr5lmI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi80zr5lmI .card__title,
.cid-vi80zr5lmI .icon__card_wrap {
  color: #233d63;
}
.cid-vi80zr5lmI .card__text,
.cid-vi80zr5lmI .card__block_btn {
  color: #233d63;
}
.cid-vi80zr5lmI .mbr-section-title,
.cid-vi80zr5lmI .icon__block {
  color: #fba919;
}
.cid-vi80zr5lmI .mbr-text,
.cid-vi80zr5lmI .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vi80zrKXIV {
  overflow: hidden !important;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #053d5f;
}
.cid-vi80zrKXIV .container,
.cid-vi80zrKXIV .container-fluid {
  z-index: 1;
}
.cid-vi80zrKXIV .title__block {
  margin-bottom: 80px;
}
.cid-vi80zrKXIV .mbr-section-title {
  color: #233d63;
}
.cid-vi80zrKXIV .icon__block {
  background: linear-gradient(135deg, rgba(65, 239, 186, 0.54) 0%, rgba(65, 239, 186, 0.85) 60%, #41efba 100%);
}
.cid-vi80zrKXIV .wrap {
  border-left: 1px solid #a6ffff;
  padding: 0 50px;
}
.cid-vi80zrKXIV .wrap:last-child {
  border-right: 1px solid #a6ffff;
}
@media (max-width: 991px) {
  .cid-vi80zrKXIV .wrap {
    max-width: 500px;
    border: 1px solid #a6ffff;
  }
  .cid-vi80zrKXIV .wrap:nth-child(1) {
    border-bottom: none;
  }
  .cid-vi80zrKXIV .wrap:nth-child(2) {
    border-bottom: none;
  }
}
.cid-vi80zrKXIV .card__wrap:hover .btn-info-outline {
  color: #ffffff !important;
  border-color: transparent !important;
  background: transparent !important;
}
.cid-vi80zrKXIV .card__wrap:hover .btn-info-outline:before {
  transform: scale(1);
}
.cid-vi80zrKXIV .card__header {
  padding-top: 20px;
  min-height: 180px;
}
.cid-vi80zrKXIV .card__price {
  color: #a6ffff;
}
.cid-vi80zrKXIV .card__price2 {
  color: #a6ffff;
}
.cid-vi80zrKXIV .card__price3 {
  color: #a6ffff;
}
.cid-vi80zrKXIV .card__title {
  padding-bottom: 7px;
  color: #233d63;
}
.cid-vi80zrKXIV .card__body {
  border-top: 1px dashed #a6ffff;
  padding: 40px 0 30px;
  min-height: 330px;
}
.cid-vi80zrKXIV .card__feature {
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-vi80zrKXIV .item .mbr-iconfont {
  color: #daff8d;
  margin-right: 10px;
  font-size: 14px;
}
.cid-vi80zrKXIV .item:before {
  content: "\e97c";
  font-family: "Moririse2";
  margin-right: 10px;
  font-size: 14px;
  vertical-align: text-bottom;
  color: #daff8d;
}
.cid-vi80zrKXIV .card__footer {
  padding-bottom: 70px;
}
.cid-vi80zrKXIV .mbr-section-btn {
  margin: 0;
}
.cid-vi80zrKXIV .mbr-section-btn .btn {
  width: 100%;
  margin: 0;
  border-radius: 25px;
  z-index: 10;
  font-weight: 400 !important;
}
.cid-vi80zrKXIV .mbr-section-btn .btn-info-outline {
  position: relative;
  background: transparent !important;
  border-width: 2px;
  color: #333333 !important;
  border-color: #d9d9d9 !important;
}
.cid-vi80zrKXIV .mbr-section-btn .btn-info-outline:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  background: linear-gradient(-135deg, #bf6cff 0%, #9041ff 100%);
  transform: scale(0, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.cid-vi80zrKXIV .btn__trial {
  margin-top: 32px;
  line-height: 25px;
  color: #a6ffff;
}
.cid-vi80zrKXIV .btn__trial a {
  color: #6a6c72 !important;
}
.cid-vi80zrKXIV .animation__background .triangle {
  position: absolute;
  top: 2%;
  left: -5%;
  animation: rotatedHalf 40s infinite linear;
  height: 250px;
  width: 250px;
}
.cid-vi80zrKXIV .animation__background .dashed {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  right: -100px;
  border: 1px dashed #dbdbdb;
  animation: rotated 15s infinite linear;
}
.cid-vi80zrKXIV .animation__background .dashed .circle {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #053d5f;
}
.cid-vi80zrKXIV .animation__background .dashed .circle:nth-child(1) {
  top: 51px;
  left: 50px;
  z-index: 1;
}
.cid-vi80zrKXIV .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #a6ffff;
  top: 50%;
  left: 5%;
  animation: animationTwo 13s infinite linear;
}
.cid-vi80zrKXIV .animation__background .dashed__large {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: -190px;
  border: 1px dashed #dbdbdb;
  animation: rotated 35s infinite linear;
}
.cid-vi80zrKXIV .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-vi80zrKXIV .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-vi80zrKXIV .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-vi80zrKXIV .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-vi80zrKXIV .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes 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-vi80zrKXIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi80zrKXIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi80zrKXIV .card__subtitle {
  color: #ffffff;
}
.cid-vi80zrKXIV .items__block {
  color: #ffffff;
}
.cid-vi80zspUWj {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #053d5f;
  overflow: hidden;
}
