.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Heebo', sans-serif;
  font-size: 6rem;
  line-height: 0.83333333;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.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: 2rem;
  line-height: 1.25;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.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: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 20px;
  border-radius: 3px;
}
.btn-lg {
  padding: 0 20px;
  border-radius: 5px;
}
.bg-primary {
  background-color: #1e2149 !important;
}
.bg-success {
  background-color: #ff3a46 !important;
}
.bg-info {
  background-color: #f0bf79 !important;
}
.bg-warning {
  background-color: #ff6400 !important;
}
.bg-danger {
  background-color: #f0bf79 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1e2149;
  border-color: #1e2149;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
}
.btn-primary:hover {
  background-color: #0f1125 !important;
  border-color: #0f1125 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1e2149;
  border-color: #1e2149;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
}
.btn-secondary:hover {
  background-color: #0f1125 !important;
  border-color: #0f1125 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f0bf79 !important;
  border-color: #f0bf79 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #f0bf79 !important;
  border-color: #f0bf79 !important;
}
.btn-info:hover {
  background-color: #eba94b !important;
  border-color: #eba94b !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ff3a46;
  border-color: #ff3a46;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
}
.btn-success:hover {
  background-color: #ff0716 !important;
  border-color: #ff0716 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff6400;
  border-color: #ff6400;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-warning:hover {
  background-color: #ff8333 !important;
  border-color: #ff8333 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f0bf79 !important;
  border-color: #f0bf79 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f0bf79 !important;
  border-color: #f0bf79 !important;
}
.btn-danger:hover {
  background-color: #f5d5a7 !important;
  border-color: #eba94b !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #1e2149;
  color: #1e2149;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #1e2149 !important;
  border-color: #1e2149;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #1e2149;
  color: #1e2149;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #1e2149 !important;
  border-color: #1e2149;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #f0bf79;
  color: #f0bf79;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #f0bf79 !important;
  border-color: #f0bf79;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f0bf79 !important;
  border-color: #f0bf79 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ff3a46;
  color: #ff3a46;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #ff3a46 !important;
  border-color: #ff3a46;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ff6400;
  color: #ff6400;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #ff6400 !important;
  border-color: #ff6400;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f0bf79;
  color: #f0bf79;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #f0bf79 !important;
  border-color: #f0bf79;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f0bf79 !important;
  border-color: #f0bf79 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #1e2149 !important;
}
.text-secondary {
  color: #1e2149 !important;
}
.text-success {
  color: #ff3a46 !important;
}
.text-info {
  color: #f0bf79 !important;
}
.text-warning {
  color: #ff6400 !important;
}
.text-danger {
  color: #f0bf79 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000001 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000001 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d3000d !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #e6931d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ff6400 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e6931d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1e2149 !important;
}
.alert-success {
  background-color: #ff3a46;
}
.alert-info {
  background-color: #f0bf79;
}
.alert-warning {
  background-color: #ff6400;
}
.alert-danger {
  background-color: #f0bf79;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1e2149;
  border-color: #1e2149;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #1e2149;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8186cb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #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: #ffe0cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 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: #1e2149;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1e2149;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1e2149;
  border-bottom-color: #1e2149;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1e2149 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1e2149 !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-v2j1gKjizA {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2j1gKjizA .nav-item,
.cid-v2j1gKjizA .nav-link,
.cid-v2j1gKjizA .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .nav-item:hover,
.cid-v2j1gKjizA .nav-link:hover,
.cid-v2j1gKjizA .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2j1gKjizA .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2j1gKjizA .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2j1gKjizA .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2j1gKjizA .container-fluid,
.cid-v2j1gKjizA .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2j1gKjizA .nav-link:hover:before {
  width: 100%;
}
.cid-v2j1gKjizA .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-v2j1gKjizA .nav-link {
    margin: 0 !important;
  }
}
.cid-v2j1gKjizA .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2j1gKjizA .widget p,
.cid-v2j1gKjizA .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2j1gKjizA .widget p a,
.cid-v2j1gKjizA .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2j1gKjizA .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2j1gKjizA .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: none;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2j1gKjizA .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2j1gKjizA .navbar > .container,
.cid-v2j1gKjizA .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .btn {
    white-space: nowrap;
  }
  .cid-v2j1gKjizA .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after,
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2j1gKjizA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2j1gKjizA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2j1gKjizA .nav-item:focus,
.cid-v2j1gKjizA .nav-link:focus {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2j1gKjizA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2j1gKjizA .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2j1gKjizA .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2j1gKjizA .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2j1gKjizA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2j1gKjizA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2j1gKjizA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2j1gKjizA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2j1gKjizA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2j1gKjizA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2j1gKjizA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-item.active,
.cid-v2j1gKjizA .dropdown-item:active {
  background-color: transparent;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2j1gKjizA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2j1gKjizA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2j1gKjizA .navbar-brand {
    padding: 0;
  }
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2j1gKjizA .widget {
    flex-direction: column;
  }
  .cid-v2j1gKjizA .widget p,
  .cid-v2j1gKjizA .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2j1gKjizA .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-v2j1gKjizA .navbar {
    height: 97px;
  }
  .cid-v2j1gKjizA .navbar.opened {
    height: auto;
  }
  .cid-v2j1gKjizA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5q12MOyAr {
  overflow: hidden;
}
.cid-v5q12MOyAr .container,
.cid-v5q12MOyAr .container-fluid {
  z-index: 10;
}
.cid-v5q12MOyAr .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-v5q12MOyAr .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-v5q12MOyAr .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-v5q12MOyAr .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-v5q12MOyAr .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-v5q12MOyAr .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(255, 58, 70, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-v5q12MOyAr .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-v5q12MOyAr .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-v5q12MOyAr .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(240, 191, 121, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-v5q12MOyAr .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-v5q12MOyAr .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-v5q12MOyAr .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(240, 191, 121, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-v5q12MOyAr .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-v5q12MOyAr .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-v5q12MOyAr .container {
  pointer-events: none;
}
.cid-v5q12MOyAr .subtitle__block,
.cid-v5q12MOyAr .title__block,
.cid-v5q12MOyAr .buttons__block {
  pointer-events: all;
}
.cid-v5q12MOyAr .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-v5q12MOyAr .mbr-section-title {
  margin-bottom: 45px;
  color: #ffffff;
  font-weight: 300;
}
.cid-v5q12MOyAr .mbr-section-title b,
.cid-v5q12MOyAr .mbr-section-title strong {
  font-weight: 900;
}
.cid-v5q12MOyAr .mbr-text {
  margin-bottom: 45px;
}
.cid-v5q12MOyAr .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v5q12MOyAr .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-v5q12MOyAr .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #f0bf79 0%, rgba(240, 191, 121, 0.85) 100%) !important;
}
.cid-v5q12MOyAr .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-v5q12MOyAr .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-v5q12MOyAr .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-v5q12MOyAr .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
}
.cid-v5q12MOyAr .mbr-figure:hover {
  color: #f0bf79;
  cursor: pointer;
}
.cid-v5q12MOyAr .mbr-figure:hover .mbr-media {
  border-color: #f0bf79;
  color: #f0bf79;
}
@media (max-width: 575px) {
  .cid-v5q12MOyAr .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-v5q12MOyAr .mbr-media {
  display: inline-flex;
  color: #e9e9e9;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-v5q12MOyAr .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-v5q12MOyAr .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-v5q12MOyAr .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-v5q12MOyAr .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v5q12MOyAr .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v5q12MOyAr .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-v5q12MOyAr a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-v5q12MOyAr a.close:hover {
  color: #ffffff;
}
.cid-v5q12MOyAr .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #f0bf79;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-v5q12MOyAr .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #ff3a46;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-v5q12MOyAr .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #ff6400;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-v5q12MOyAr .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #1e2149;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-v5q12MOyAr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5q12MOyAr .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/backgraund-trend.jpg");
}
.cid-v5q12MOyAr .mbr-text,
.cid-v5q12MOyAr .buttons__block {
  color: #ffffff;
}
.cid-v21eHAGKJS {
  background-color: #2c720f;
}
.cid-v21eHAGKJS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v21eHAGKJS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v21eHAGKJS .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-v21eHAGKJS .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-v21eHAGKJS .wrapper {
  background: #ff3a46;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-v21eHAGKJS .image-wrapper {
  padding: 0;
}
.cid-v21eHAGKJS .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v21eHAGKJS .mbr-section-title {
  color: #fbfcff;
}
.cid-v21eHAGKJS .mbr-text,
.cid-v21eHAGKJS .mbr-section-btn {
  color: #ffffff;
}
.cid-v5uJWhQz5h {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #2c720f;
}
.cid-v5uJWhQz5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5uJWhQz5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5uJWhQz5h .row {
  justify-content: center;
}
.cid-v5uJWhQz5h .video-wrapper iframe {
  width: 100%;
}
.cid-v5uJWhQz5h .title-wrapper {
  margin-bottom: 32px;
}
.cid-v5uJWhQz5h .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5uJWhQz5h .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-v5uJWhQz5h .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-v5uJWhQz5h .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-v5uJWhQz5h .video-block {
    margin-bottom: 24px;
  }
}
.cid-v5uJWhQz5h .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-v5uJWhQz5h .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-ta9u6L4iJx {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/j787-1920x1080.png");
}
.cid-ta9u6L4iJx .container,
.cid-ta9u6L4iJx .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-ta9u6L4iJx .mbr-section-subtitle,
.cid-ta9u6L4iJx .mbr-section-title,
.cid-ta9u6L4iJx .mbr-subtext,
.cid-ta9u6L4iJx .mbr-text,
.cid-ta9u6L4iJx .mbr-section-btn,
.cid-ta9u6L4iJx .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-ta9u6L4iJx .title__block {
    padding-top: 70px;
  }
}
.cid-ta9u6L4iJx .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #ff3a46;
}
.cid-ta9u6L4iJx .mbr-section-title {
  color: #1e2149;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-ta9u6L4iJx .mbr-section-title b,
.cid-ta9u6L4iJx .mbr-section-title strong {
  font-weight: 500;
}
.cid-ta9u6L4iJx .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-ta9u6L4iJx .mbr-section-btn {
  margin-top: 60px;
}
.cid-ta9u6L4iJx .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
  box-shadow: 0px 45px 63px 0px rgba(100, 105, 122, 0.33);
}
.cid-ta9u6L4iJx .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ta9u6L4iJx .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-ta9u6L4iJx .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-ta9u6L4iJx .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ta9u6L4iJx .wrap__image {
    text-align: right;
  }
  .cid-ta9u6L4iJx .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-ta9u6L4iJx .wrap__image {
    text-align: center !important;
  }
}
.cid-ta9u6L4iJx .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-ta9u6L4iJx .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ta9u6L4iJx .image__block2 {
    display: none;
  }
}
.cid-ta9u6L4iJx .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  left: -290px;
  border-radius: 50%;
  top: 70px;
  position: absolute;
  background-color: rgba(255, 100, 0, 0.1);
}
@media (max-width: 1199px) {
  .cid-ta9u6L4iJx .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-ta9u6L4iJx .image__background .circle__image1 {
    display: none;
  }
}
.cid-ta9u6L4iJx .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(240, 191, 121, 0.23);
}
@media (max-width: 1199px) {
  .cid-ta9u6L4iJx .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-ta9u6L4iJx .image__background .circle__image2 {
    display: none;
  }
}
.cid-ta9u6L4iJx .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-ta9u6L4iJx .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #ff3a46;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-ta9u6L4iJx .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #f0bf79;
  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-v5oj88Z4lN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a254e;
}
.cid-v5oj88Z4lN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5oj88Z4lN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5oj88Z4lN .row {
  margin: 0 -15px;
}
.cid-v5oj88Z4lN .row .card {
  padding: 0 15px;
}
.cid-v5oj88Z4lN .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5oj88Z4lN .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5oj88Z4lN .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v5oj88Z4lN .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v5oj88Z4lN .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v5oj88Z4lN .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-v5oj88Z4lN .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v5oj88Z4lN .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v5oj88Z4lN .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v5oj88Z4lN .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5oj88Z4lN .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v5oj88Z4lN .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v5oj88Z4lN .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v5oj88Z4lN .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v5oj88Z4lN .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v5oj88Z4lN .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v5oj88Z4lN .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5oj88Z4lN .mbr-section-title {
  color: #fefff5;
}
.cid-v5oj88Z4lN .item-title {
  color: #fefff5;
}
.cid-v5oj88Z4lN .item-text {
  color: #fefff5;
}
.cid-v2lColR62S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #02050a;
}
.cid-v2lColR62S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lColR62S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lColR62S .content-wrapper {
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-v2lColR62S .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v2lColR62S .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v2lColR62S .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-v2lColR62S .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2lColR62S .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v2lColR62S .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 49.7%;
  max-width: 49.7%;
}
@media (max-width: 992px) {
  .cid-v2lColR62S .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2lColR62S .embla__slide .slide-content {
  width: 100%;
}
.cid-v2lColR62S .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-v2lColR62S .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 720px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v2lColR62S .embla__slide .slide-content .item-wrapper .item-img img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v2lColR62S .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-v2lColR62S .embla__slide .slide-content .item-wrapper .item-content {
  margin-top: -84px;
  padding: 64px;
  background-color: #f5f8ff;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v2lColR62S .embla__slide .slide-content .item-wrapper .item-content {
    padding: 48px 24px;
    margin-top: -100px;
  }
}
.cid-v2lColR62S .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .cid-v2lColR62S .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v2lColR62S .embla__slide .slide-content .item-wrapper .item-content .card-name {
  margin-bottom: 10px;
}
.cid-v2lColR62S .embla__slide .slide-content .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-v2lColR62S .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2lColR62S .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2lColR62S .embla__button--next,
.cid-v2lColR62S .embla__button--prev {
  display: flex;
}
.cid-v2lColR62S .embla__button {
  top: 38%;
  width: 64px;
  height: 64px;
  font-size: 32px;
  background-color: #02050a !important;
  color: #f5f8ff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v2lColR62S .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-v2lColR62S .embla__button:hover {
  background-color: #9c9c9d !important;
  color: #f5f8ff !important;
}
.cid-v2lColR62S .embla__button:disabled {
  opacity: .2 !important;
  background-color: #02050a !important;
  color: #f5f8ff !important;
}
.cid-v2lColR62S .embla__button.embla__button--prev {
  left: 48px;
}
@media (max-width: 992px) {
  .cid-v2lColR62S .embla__button.embla__button--prev {
    left: auto;
    margin-left: -74px;
  }
}
.cid-v2lColR62S .embla__button.embla__button--next {
  right: 48px;
}
@media (max-width: 992px) {
  .cid-v2lColR62S .embla__button.embla__button--next {
    right: auto;
    margin-right: -74px;
  }
}
.cid-v2lColR62S .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2lColR62S .embla {
    padding-bottom: 6rem;
  }
}
.cid-v2lColR62S .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v2lColR62S .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2lColR62S .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2lColR62S .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2lColR62S .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2lColR62S .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-v2lColR62S .mbr-section-title,
.cid-v2lColR62S .title-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-v2lColR62S .card-name {
  color: #000000;
}
.cid-v2lColR62S .card-role {
  color: #000000;
}
.cid-v2lColR62S .card-text {
  color: #000000;
}
.cid-ta9vqUT1Kn {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ta9vqUT1Kn .container {
  pointer-events: none;
  z-index: 1;
}
.cid-ta9vqUT1Kn .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-ta9vqUT1Kn .brand__text {
  padding: 12px 0 25px;
}
.cid-ta9vqUT1Kn .brand__email {
  margin-bottom: 15px;
}
.cid-ta9vqUT1Kn .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-ta9vqUT1Kn .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-ta9vqUT1Kn .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-ta9vqUT1Kn .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-ta9vqUT1Kn .social {
  margin-top: 30px;
}
.cid-ta9vqUT1Kn .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-ta9vqUT1Kn .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-ta9vqUT1Kn .social .social__items:hover span {
  color: #000000 !important;
}
.cid-ta9vqUT1Kn .social .social__items:last-child {
  margin-right: 0;
}
.cid-ta9vqUT1Kn .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-ta9vqUT1Kn .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-ta9vqUT1Kn .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-ta9vqUT1Kn .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-ta9vqUT1Kn .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-ta9vqUT1Kn .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-ta9vqUT1Kn .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-ta9vqUT1Kn .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-ta9vqUT1Kn .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-ta9vqUT1Kn .divider {
    margin-top: 30px;
  }
  .cid-ta9vqUT1Kn .footer__bottom {
    padding: 30px 0;
  }
  .cid-ta9vqUT1Kn .align-right,
  .cid-ta9vqUT1Kn .privacy {
    text-align: center;
  }
  .cid-ta9vqUT1Kn .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v2j1gKjizA {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2j1gKjizA .nav-item,
.cid-v2j1gKjizA .nav-link,
.cid-v2j1gKjizA .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .nav-item:hover,
.cid-v2j1gKjizA .nav-link:hover,
.cid-v2j1gKjizA .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2j1gKjizA .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2j1gKjizA .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2j1gKjizA .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2j1gKjizA .container-fluid,
.cid-v2j1gKjizA .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2j1gKjizA .nav-link:hover:before {
  width: 100%;
}
.cid-v2j1gKjizA .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-v2j1gKjizA .nav-link {
    margin: 0 !important;
  }
}
.cid-v2j1gKjizA .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2j1gKjizA .widget p,
.cid-v2j1gKjizA .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2j1gKjizA .widget p a,
.cid-v2j1gKjizA .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2j1gKjizA .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2j1gKjizA .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: none;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2j1gKjizA .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2j1gKjizA .navbar > .container,
.cid-v2j1gKjizA .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .btn {
    white-space: nowrap;
  }
  .cid-v2j1gKjizA .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after,
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2j1gKjizA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2j1gKjizA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2j1gKjizA .nav-item:focus,
.cid-v2j1gKjizA .nav-link:focus {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2j1gKjizA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2j1gKjizA .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2j1gKjizA .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2j1gKjizA .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2j1gKjizA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2j1gKjizA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2j1gKjizA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2j1gKjizA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2j1gKjizA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2j1gKjizA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2j1gKjizA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-item.active,
.cid-v2j1gKjizA .dropdown-item:active {
  background-color: transparent;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2j1gKjizA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2j1gKjizA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2j1gKjizA .navbar-brand {
    padding: 0;
  }
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2j1gKjizA .widget {
    flex-direction: column;
  }
  .cid-v2j1gKjizA .widget p,
  .cid-v2j1gKjizA .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2j1gKjizA .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-v2j1gKjizA .navbar {
    height: 97px;
  }
  .cid-v2j1gKjizA .navbar.opened {
    height: auto;
  }
  .cid-v2j1gKjizA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1DkpsfRhj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1DkpsfRhj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1DkpsfRhj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1DkpsfRhj .container {
    padding: 0 24px;
  }
}
.cid-v1DkpsfRhj .row {
  justify-content: center;
}
.cid-v1DkpsfRhj .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v1DkpsfRhj .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v1DkpsfRhj .content-wrapper {
    padding: 32px;
  }
}
.cid-v1DkpsfRhj .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1DkpsfRhj .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-v1DkpsfRhj .mbr-section-title {
  color: #000000;
}
.cid-v1DkpsfRhj .mbr-text {
  color: #262642;
}
.cid-v1HVAPo2Sj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1HVAPo2Sj h2,
.cid-v1HVAPo2Sj h3,
.cid-v1HVAPo2Sj h4,
.cid-v1HVAPo2Sj h5 {
  margin: 0;
}
.cid-v1HVAPo2Sj .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-v1HVAPo2Sj .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-v1HVAPo2Sj .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-v1HVAPo2Sj .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-v1HVAPo2Sj .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-v1HVAPo2Sj .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-v1HVAPo2Sj .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-v1HVAPo2Sj .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-v1HVAPo2Sj .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-v1HVAPo2Sj .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v1HVAPo2Sj .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-v1HVAPo2Sj .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-v1HVAPo2Sj .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-v1HVAPo2Sj .card:hover {
  cursor: pointer;
}
.cid-v1HVAPo2Sj .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-v1HVAPo2Sj .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-v1HVAPo2Sj .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-v1HVAPo2Sj .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-v1HXh36nJy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v1HXh36nJy h2,
.cid-v1HXh36nJy h3,
.cid-v1HXh36nJy h4,
.cid-v1HXh36nJy h5 {
  margin: 0;
}
.cid-v1HXh36nJy .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-v1HXh36nJy .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-v1HXh36nJy .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-v1HXh36nJy .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-v1HXh36nJy .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-v1HXh36nJy .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-v1HXh36nJy .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-v1HXh36nJy .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-v1HXh36nJy .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-v1HXh36nJy .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v1HXh36nJy .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-v1HXh36nJy .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-v1HXh36nJy .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-v1HXh36nJy .card:hover {
  cursor: pointer;
}
.cid-v1HXh36nJy .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-v1HXh36nJy .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-v1HXh36nJy .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-v1HXh36nJy .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-v1HZH44PMf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1HZH44PMf h2,
.cid-v1HZH44PMf h3,
.cid-v1HZH44PMf h4,
.cid-v1HZH44PMf h5 {
  margin: 0;
}
.cid-v1HZH44PMf .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-v1HZH44PMf .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-v1HZH44PMf .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-v1HZH44PMf .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-v1HZH44PMf .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-v1HZH44PMf .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-v1HZH44PMf .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-v1HZH44PMf .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-v1HZH44PMf .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-v1HZH44PMf .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v1HZH44PMf .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-v1HZH44PMf .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-v1HZH44PMf .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-v1HZH44PMf .card:hover {
  cursor: pointer;
}
.cid-v1HZH44PMf .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-v1HZH44PMf .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-v1HZH44PMf .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-v1HZH44PMf .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-v1C8pce2Bg {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1C8pce2Bg .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v1C8pce2Bg .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v1C8pce2Bg .brand__text {
  padding: 12px 0 25px;
}
.cid-v1C8pce2Bg .brand__email {
  margin-bottom: 15px;
}
.cid-v1C8pce2Bg .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v1C8pce2Bg .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v1C8pce2Bg .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v1C8pce2Bg .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v1C8pce2Bg .social {
  margin-top: 30px;
}
.cid-v1C8pce2Bg .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v1C8pce2Bg .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v1C8pce2Bg .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v1C8pce2Bg .social .social__items:last-child {
  margin-right: 0;
}
.cid-v1C8pce2Bg .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v1C8pce2Bg .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v1C8pce2Bg .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v1C8pce2Bg .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v1C8pce2Bg .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v1C8pce2Bg .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v1C8pce2Bg .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v1C8pce2Bg .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v1C8pce2Bg .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v1C8pce2Bg .divider {
    margin-top: 30px;
  }
  .cid-v1C8pce2Bg .footer__bottom {
    padding: 30px 0;
  }
  .cid-v1C8pce2Bg .align-right,
  .cid-v1C8pce2Bg .privacy {
    text-align: center;
  }
  .cid-v1C8pce2Bg .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v2j1gKjizA {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2j1gKjizA .nav-item,
.cid-v2j1gKjizA .nav-link,
.cid-v2j1gKjizA .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .nav-item:hover,
.cid-v2j1gKjizA .nav-link:hover,
.cid-v2j1gKjizA .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2j1gKjizA .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2j1gKjizA .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2j1gKjizA .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2j1gKjizA .container-fluid,
.cid-v2j1gKjizA .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2j1gKjizA .nav-link:hover:before {
  width: 100%;
}
.cid-v2j1gKjizA .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-v2j1gKjizA .nav-link {
    margin: 0 !important;
  }
}
.cid-v2j1gKjizA .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2j1gKjizA .widget p,
.cid-v2j1gKjizA .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2j1gKjizA .widget p a,
.cid-v2j1gKjizA .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2j1gKjizA .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2j1gKjizA .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: none;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2j1gKjizA .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2j1gKjizA .navbar > .container,
.cid-v2j1gKjizA .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .btn {
    white-space: nowrap;
  }
  .cid-v2j1gKjizA .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after,
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2j1gKjizA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2j1gKjizA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2j1gKjizA .nav-item:focus,
.cid-v2j1gKjizA .nav-link:focus {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2j1gKjizA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2j1gKjizA .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2j1gKjizA .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2j1gKjizA .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2j1gKjizA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2j1gKjizA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2j1gKjizA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2j1gKjizA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2j1gKjizA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2j1gKjizA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2j1gKjizA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-item.active,
.cid-v2j1gKjizA .dropdown-item:active {
  background-color: transparent;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2j1gKjizA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2j1gKjizA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2j1gKjizA .navbar-brand {
    padding: 0;
  }
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2j1gKjizA .widget {
    flex-direction: column;
  }
  .cid-v2j1gKjizA .widget p,
  .cid-v2j1gKjizA .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2j1gKjizA .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-v2j1gKjizA .navbar {
    height: 97px;
  }
  .cid-v2j1gKjizA .navbar.opened {
    height: auto;
  }
  .cid-v2j1gKjizA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1DfCDLo9k {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1DfCDLo9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1DfCDLo9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1DfCDLo9k .container {
    padding: 0 24px;
  }
}
.cid-v1DfCDLo9k .row {
  justify-content: center;
}
.cid-v1DfCDLo9k .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v1DfCDLo9k .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v1DfCDLo9k .content-wrapper {
    padding: 32px;
  }
}
.cid-v1DfCDLo9k .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1DfCDLo9k .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-v1DfCDLo9k .mbr-section-title {
  color: #FF3399;
}
.cid-v1DfCDLo9k .mbr-text {
  color: #262642;
}
.cid-v1KdiBB7IB {
  background-color: #f9f9fc;
}
.cid-v1KdiBB7IB .row {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}
.cid-v1KdiBB7IB .card {
  padding: 0;
  height: 422px;
  position: relative;
}
.cid-v1KdiBB7IB .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
}
.cid-v1KdiBB7IB .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-v1KdiBB7IB .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px 40px;
}
@media (max-width: 1200px) {
  .cid-v1KdiBB7IB .card-wrapper {
    padding: 34px 31px;
  }
}
@media (max-width: 425px) {
  .cid-v1KdiBB7IB .card-wrapper {
    padding: 31px;
  }
}
.cid-v1KdiBB7IB .mbr-number {
  margin: 0;
  opacity: 0;
  transition: all .4s ease;
  transform: translate(0, -30%);
  pointer-events: visible;
  color: #fff;
}
.cid-v1KdiBB7IB .mbr-title {
  margin-bottom: 0;
  pointer-events: visible;
}
@media (max-width: 768px) {
  .cid-v1KdiBB7IB .mbr-title {
    margin-bottom: .5rem;
  }
}
.cid-v1KdiBB7IB .mbr-text {
  margin: 0;
  pointer-events: visible;
}
.cid-v1KdiBB7IB span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #f9f9fc;
  border-radius: 50%;
  font-size: 24px;
  margin: 0;
  pointer-events: visible;
}
@media (max-width: 768px) {
  .cid-v1KdiBB7IB span {
    margin: 2px auto 0;
  }
}
.cid-v1KdiBB7IB .card-text-item {
  padding: 0 5px 0 0;
}
.cid-v1KdiBB7IB .card:hover .mbr-number {
  opacity: 1;
  transform: translate(0, 0);
}
.cid-v1KdiBB7IB .card:hover .card-link {
  background: #1f242e;
  opacity: .86;
}
.cid-v1KdiBB7IB .mbr-section-subtitle {
  margin-bottom: 22px;
  color: #FF4712;
  text-align: center;
}
.cid-v1KdiBB7IB .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
  text-align: center;
}
.cid-v1KdiBB7IB .mbr-section-head {
  margin-bottom: 45px;
}
.cid-v1KdiBB7IB .mbr-title,
.cid-v1KdiBB7IB .mbr-iconfont {
  color: #fff;
}
.cid-v1D5Ye2aP5 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1D5Ye2aP5 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v1D5Ye2aP5 .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v1D5Ye2aP5 .brand__text {
  padding: 12px 0 25px;
}
.cid-v1D5Ye2aP5 .brand__email {
  margin-bottom: 15px;
}
.cid-v1D5Ye2aP5 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v1D5Ye2aP5 .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v1D5Ye2aP5 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v1D5Ye2aP5 .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v1D5Ye2aP5 .social {
  margin-top: 30px;
}
.cid-v1D5Ye2aP5 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v1D5Ye2aP5 .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v1D5Ye2aP5 .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v1D5Ye2aP5 .social .social__items:last-child {
  margin-right: 0;
}
.cid-v1D5Ye2aP5 .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v1D5Ye2aP5 .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v1D5Ye2aP5 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v1D5Ye2aP5 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v1D5Ye2aP5 .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v1D5Ye2aP5 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v1D5Ye2aP5 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v1D5Ye2aP5 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v1D5Ye2aP5 .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v1D5Ye2aP5 .divider {
    margin-top: 30px;
  }
  .cid-v1D5Ye2aP5 .footer__bottom {
    padding: 30px 0;
  }
  .cid-v1D5Ye2aP5 .align-right,
  .cid-v1D5Ye2aP5 .privacy {
    text-align: center;
  }
  .cid-v1D5Ye2aP5 .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v2j1gKjizA {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2j1gKjizA .nav-item,
.cid-v2j1gKjizA .nav-link,
.cid-v2j1gKjizA .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .nav-item:hover,
.cid-v2j1gKjizA .nav-link:hover,
.cid-v2j1gKjizA .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2j1gKjizA .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2j1gKjizA .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2j1gKjizA .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2j1gKjizA .container-fluid,
.cid-v2j1gKjizA .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2j1gKjizA .nav-link:hover:before {
  width: 100%;
}
.cid-v2j1gKjizA .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-v2j1gKjizA .nav-link {
    margin: 0 !important;
  }
}
.cid-v2j1gKjizA .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2j1gKjizA .widget p,
.cid-v2j1gKjizA .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2j1gKjizA .widget p a,
.cid-v2j1gKjizA .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2j1gKjizA .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2j1gKjizA .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: none;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2j1gKjizA .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2j1gKjizA .navbar > .container,
.cid-v2j1gKjizA .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .btn {
    white-space: nowrap;
  }
  .cid-v2j1gKjizA .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after,
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2j1gKjizA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2j1gKjizA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2j1gKjizA .nav-item:focus,
.cid-v2j1gKjizA .nav-link:focus {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2j1gKjizA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2j1gKjizA .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2j1gKjizA .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2j1gKjizA .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2j1gKjizA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2j1gKjizA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2j1gKjizA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2j1gKjizA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2j1gKjizA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2j1gKjizA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2j1gKjizA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-item.active,
.cid-v2j1gKjizA .dropdown-item:active {
  background-color: transparent;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2j1gKjizA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2j1gKjizA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2j1gKjizA .navbar-brand {
    padding: 0;
  }
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2j1gKjizA .widget {
    flex-direction: column;
  }
  .cid-v2j1gKjizA .widget p,
  .cid-v2j1gKjizA .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2j1gKjizA .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-v2j1gKjizA .navbar {
    height: 97px;
  }
  .cid-v2j1gKjizA .navbar.opened {
    height: auto;
  }
  .cid-v2j1gKjizA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1DjiiU9Jt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1DjiiU9Jt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1DjiiU9Jt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1DjiiU9Jt .container {
    padding: 0 24px;
  }
}
.cid-v1DjiiU9Jt .row {
  justify-content: center;
}
.cid-v1DjiiU9Jt .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v1DjiiU9Jt .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v1DjiiU9Jt .content-wrapper {
    padding: 32px;
  }
}
.cid-v1DjiiU9Jt .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1DjiiU9Jt .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-v1DjiiU9Jt .mbr-section-title {
  color: #000000;
}
.cid-v1DjiiU9Jt .mbr-text {
  color: #262642;
}
.cid-v1E1pUqwQS {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1E1pUqwQS img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-v1E1pUqwQS .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-v1E1pUqwQS .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-v1E1pUqwQS .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-v1E1pUqwQS .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-v1E1pUqwQS .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-v1E1pUqwQS .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-v1E1pUqwQS .first {
    max-height: 250px;
  }
  .cid-v1E1pUqwQS .second {
    max-height: 323px;
  }
  .cid-v1E1pUqwQS .third {
    max-height: 408px;
  }
  .cid-v1E1pUqwQS .fourth {
    max-height: 323px;
  }
  .cid-v1E1pUqwQS .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-v1E1pUqwQS .first {
    max-height: 200px;
  }
  .cid-v1E1pUqwQS .second {
    max-height: 270px;
  }
  .cid-v1E1pUqwQS .third {
    max-height: 350px;
  }
  .cid-v1E1pUqwQS .fourth {
    max-height: 270px;
  }
  .cid-v1E1pUqwQS .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-v1E1pUqwQS .first {
    display: none;
  }
  .cid-v1E1pUqwQS .second {
    max-height: 323px;
  }
  .cid-v1E1pUqwQS .third {
    max-height: 408px;
  }
  .cid-v1E1pUqwQS .fourth {
    max-height: 323px;
  }
  .cid-v1E1pUqwQS .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-v1E1pUqwQS .second {
    max-height: 250px;
  }
  .cid-v1E1pUqwQS .third {
    max-height: 340px;
  }
  .cid-v1E1pUqwQS .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-v1E1pUqwQS .second {
    max-height: 180px;
  }
  .cid-v1E1pUqwQS .third {
    max-height: 270px;
  }
  .cid-v1E1pUqwQS .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-v1E1pUqwQS .second {
    display: none;
  }
  .cid-v1E1pUqwQS .third {
    max-height: initial;
    width: 90%;
  }
  .cid-v1E1pUqwQS .fourth {
    display: none;
  }
}
.cid-v1Ible7pGK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #e1e7f2 -70%, #ffffff 100%);
}
.cid-v1Ible7pGK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Ible7pGK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Ible7pGK .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1Ible7pGK .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1Ible7pGK .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v1Ible7pGK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1Ible7pGK .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1Ible7pGK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1Ible7pGK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v1Ible7pGK .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v1Ible7pGK .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v1Ible7pGK .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff6d99;
  color: #ff6d99;
  font-size: 11px;
}
.cid-v1Ible7pGK .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v1Ible7pGK .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v1Ible7pGK .list_2 {
    padding-left: 0;
  }
}
.cid-v1Ible7pGK .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v1Ible7pGK .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v1Ible7pGK .mbr-text,
.cid-v1Ible7pGK .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v1Ible7pGK .list {
  color: #666666;
}
.cid-v1E2N93TQI {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v1E2N93TQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1E2N93TQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1E2N93TQI .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-v1E2N93TQI .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v1E2N93TQI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1E2N93TQI .media-content,
.cid-v1E2N93TQI .mbr-figure {
  align-self: center;
}
.cid-v1E2N93TQI .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-v1E2N93TQI .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-v1E2N93TQI .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-v1E2N93TQI .mbr-section-maintitle {
  text-align: center;
}
.cid-v1E2N93TQI .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v1E2N93TQI .mbr-text,
.cid-v1E2N93TQI .mbr-section-btn {
  text-align: left;
}
.cid-v1D6aAvArY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1D6aAvArY .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v1D6aAvArY .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v1D6aAvArY .brand__text {
  padding: 12px 0 25px;
}
.cid-v1D6aAvArY .brand__email {
  margin-bottom: 15px;
}
.cid-v1D6aAvArY .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v1D6aAvArY .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v1D6aAvArY .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v1D6aAvArY .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v1D6aAvArY .social {
  margin-top: 30px;
}
.cid-v1D6aAvArY .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v1D6aAvArY .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v1D6aAvArY .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v1D6aAvArY .social .social__items:last-child {
  margin-right: 0;
}
.cid-v1D6aAvArY .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v1D6aAvArY .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v1D6aAvArY .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v1D6aAvArY .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v1D6aAvArY .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v1D6aAvArY .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v1D6aAvArY .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v1D6aAvArY .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v1D6aAvArY .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v1D6aAvArY .divider {
    margin-top: 30px;
  }
  .cid-v1D6aAvArY .footer__bottom {
    padding: 30px 0;
  }
  .cid-v1D6aAvArY .align-right,
  .cid-v1D6aAvArY .privacy {
    text-align: center;
  }
  .cid-v1D6aAvArY .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v2j1gKjizA {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2j1gKjizA .nav-item,
.cid-v2j1gKjizA .nav-link,
.cid-v2j1gKjizA .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .nav-item:hover,
.cid-v2j1gKjizA .nav-link:hover,
.cid-v2j1gKjizA .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2j1gKjizA .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2j1gKjizA .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2j1gKjizA .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2j1gKjizA .container-fluid,
.cid-v2j1gKjizA .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2j1gKjizA .nav-link:hover:before {
  width: 100%;
}
.cid-v2j1gKjizA .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-v2j1gKjizA .nav-link {
    margin: 0 !important;
  }
}
.cid-v2j1gKjizA .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2j1gKjizA .widget p,
.cid-v2j1gKjizA .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2j1gKjizA .widget p a,
.cid-v2j1gKjizA .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2j1gKjizA .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2j1gKjizA .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: none;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2j1gKjizA .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2j1gKjizA .navbar > .container,
.cid-v2j1gKjizA .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .btn {
    white-space: nowrap;
  }
  .cid-v2j1gKjizA .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after,
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2j1gKjizA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2j1gKjizA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2j1gKjizA .nav-item:focus,
.cid-v2j1gKjizA .nav-link:focus {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2j1gKjizA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2j1gKjizA .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2j1gKjizA .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2j1gKjizA .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2j1gKjizA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2j1gKjizA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2j1gKjizA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2j1gKjizA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2j1gKjizA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2j1gKjizA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2j1gKjizA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-item.active,
.cid-v2j1gKjizA .dropdown-item:active {
  background-color: transparent;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2j1gKjizA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2j1gKjizA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2j1gKjizA .navbar-brand {
    padding: 0;
  }
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2j1gKjizA .widget {
    flex-direction: column;
  }
  .cid-v2j1gKjizA .widget p,
  .cid-v2j1gKjizA .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2j1gKjizA .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-v2j1gKjizA .navbar {
    height: 97px;
  }
  .cid-v2j1gKjizA .navbar.opened {
    height: auto;
  }
  .cid-v2j1gKjizA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v21hC41xZF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v21hC41xZF .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-v21hC41xZF .icon {
  font-size: 5rem;
  color: #6f5ad3;
  padding-right: 0rem;
  margin-top: -1rem;
  display: block;
}
.cid-v21hC41xZF .card-box {
  margin-left: -1rem;
}
.cid-v21hC41xZF .card-title {
  color: #59bb93;
}
.cid-v21hC41xZF .card-text {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-v21hC41xZF .align-right,
  .cid-v21hC41xZF .align-left {
    text-align: center;
  }
  .cid-v21hC41xZF .card-wrapper {
    flex-direction: column;
  }
  .cid-v21hC41xZF .icon,
  .cid-v21hC41xZF .card-box {
    margin: 0rem;
  }
  .cid-v21hC41xZF .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-v21hC41xZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v21hC41xZF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v21gPY2zM2 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v21gPY2zM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v21gPY2zM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v21gPY2zM2 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v21gPY2zM2 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v21gPY2zM2 .container {
    padding: 0 24px;
  }
}
.cid-v21gPY2zM2 .content-wrapper {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .cid-v21gPY2zM2 .content-wrapper {
    padding: 0;
  }
}
.cid-v21gPY2zM2 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v21gPY2zM2 .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1500px) {
  .cid-v21gPY2zM2 .content-wrapper .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .cid-v21gPY2zM2 .content-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v21gPY2zM2 .content-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-v21gPY2zM2 .content-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 16px;
}
.cid-v21gPY2zM2 .content-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.cid-v21gPY2zM2 .content-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-v21gPY2zM2 .content-wrapper .card-wrap .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-v21gPY2zM2 .content-wrapper .card-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-v21gPY2zM2 .content-wrapper .card-wrap .mbr-section-btn .btn:hover,
.cid-v21gPY2zM2 .content-wrapper .card-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-v21gPY2zM2 .mbr-section-title {
  color: #141414;
}
.cid-v21gPY2zM2 .mbr-desc {
  color: #141414;
}
.cid-v21gPY2zM2 .mbr-text {
  color: #141414;
}
.cid-v1D6vUyDzj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1D6vUyDzj .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v1D6vUyDzj .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v1D6vUyDzj .brand__text {
  padding: 12px 0 25px;
}
.cid-v1D6vUyDzj .brand__email {
  margin-bottom: 15px;
}
.cid-v1D6vUyDzj .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v1D6vUyDzj .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v1D6vUyDzj .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v1D6vUyDzj .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v1D6vUyDzj .social {
  margin-top: 30px;
}
.cid-v1D6vUyDzj .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v1D6vUyDzj .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v1D6vUyDzj .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v1D6vUyDzj .social .social__items:last-child {
  margin-right: 0;
}
.cid-v1D6vUyDzj .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v1D6vUyDzj .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v1D6vUyDzj .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v1D6vUyDzj .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v1D6vUyDzj .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v1D6vUyDzj .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v1D6vUyDzj .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v1D6vUyDzj .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v1D6vUyDzj .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v1D6vUyDzj .divider {
    margin-top: 30px;
  }
  .cid-v1D6vUyDzj .footer__bottom {
    padding: 30px 0;
  }
  .cid-v1D6vUyDzj .align-right,
  .cid-v1D6vUyDzj .privacy {
    text-align: center;
  }
  .cid-v1D6vUyDzj .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v2j1gKjizA {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2j1gKjizA .nav-item,
.cid-v2j1gKjizA .nav-link,
.cid-v2j1gKjizA .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .nav-item:hover,
.cid-v2j1gKjizA .nav-link:hover,
.cid-v2j1gKjizA .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2j1gKjizA .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2j1gKjizA .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2j1gKjizA .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2j1gKjizA .container-fluid,
.cid-v2j1gKjizA .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2j1gKjizA .nav-link:hover:before {
  width: 100%;
}
.cid-v2j1gKjizA .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-v2j1gKjizA .nav-link {
    margin: 0 !important;
  }
}
.cid-v2j1gKjizA .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2j1gKjizA .widget p,
.cid-v2j1gKjizA .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2j1gKjizA .widget p a,
.cid-v2j1gKjizA .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2j1gKjizA .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2j1gKjizA .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: none;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2j1gKjizA .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2j1gKjizA .navbar > .container,
.cid-v2j1gKjizA .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .btn {
    white-space: nowrap;
  }
  .cid-v2j1gKjizA .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after,
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2j1gKjizA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2j1gKjizA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2j1gKjizA .nav-item:focus,
.cid-v2j1gKjizA .nav-link:focus {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2j1gKjizA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2j1gKjizA .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2j1gKjizA .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2j1gKjizA .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2j1gKjizA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2j1gKjizA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2j1gKjizA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2j1gKjizA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2j1gKjizA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2j1gKjizA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2j1gKjizA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-item.active,
.cid-v2j1gKjizA .dropdown-item:active {
  background-color: transparent;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2j1gKjizA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2j1gKjizA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2j1gKjizA .navbar-brand {
    padding: 0;
  }
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2j1gKjizA .widget {
    flex-direction: column;
  }
  .cid-v2j1gKjizA .widget p,
  .cid-v2j1gKjizA .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2j1gKjizA .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-v2j1gKjizA .navbar {
    height: 97px;
  }
  .cid-v2j1gKjizA .navbar.opened {
    height: auto;
  }
  .cid-v2j1gKjizA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1GyFMWu00 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1GyFMWu00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GyFMWu00 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1GyFMWu00 .container {
    padding: 0 24px;
  }
}
.cid-v1GyFMWu00 .row {
  justify-content: center;
}
.cid-v1GyFMWu00 .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v1GyFMWu00 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v1GyFMWu00 .content-wrapper {
    padding: 32px;
  }
}
.cid-v1GyFMWu00 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1GyFMWu00 .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-v1GyFMWu00 .mbr-section-title {
  color: #FF3399;
}
.cid-v1GyFMWu00 .mbr-text {
  color: #262642;
}
.cid-v1D6KVHCwB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1D6KVHCwB .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v1D6KVHCwB .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v1D6KVHCwB .brand__text {
  padding: 12px 0 25px;
}
.cid-v1D6KVHCwB .brand__email {
  margin-bottom: 15px;
}
.cid-v1D6KVHCwB .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v1D6KVHCwB .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v1D6KVHCwB .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v1D6KVHCwB .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v1D6KVHCwB .social {
  margin-top: 30px;
}
.cid-v1D6KVHCwB .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v1D6KVHCwB .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v1D6KVHCwB .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v1D6KVHCwB .social .social__items:last-child {
  margin-right: 0;
}
.cid-v1D6KVHCwB .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v1D6KVHCwB .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v1D6KVHCwB .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v1D6KVHCwB .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v1D6KVHCwB .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v1D6KVHCwB .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v1D6KVHCwB .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v1D6KVHCwB .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v1D6KVHCwB .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v1D6KVHCwB .divider {
    margin-top: 30px;
  }
  .cid-v1D6KVHCwB .footer__bottom {
    padding: 30px 0;
  }
  .cid-v1D6KVHCwB .align-right,
  .cid-v1D6KVHCwB .privacy {
    text-align: center;
  }
  .cid-v1D6KVHCwB .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v1MtkkCw8w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-v1MtkkCw8w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MtkkCw8w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MtkkCw8w .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1MtkkCw8w .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1MtkkCw8w .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1MtkkCw8w .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v1MtkkCw8w .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v1MtkkCw8w .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v1MtkkCw8w .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1MtkkCw8w .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1MtkkCw8w .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1MtkkCw8w .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v1MtkkCw8w .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1MtkkCw8w .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1MtkkCw8w .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1MtkkCw8w .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1MtkkCw8w .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -32px;
}
.cid-v1MtkkCw8w .items-wrapper .item {
  width: 25%;
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 1640px) {
  .cid-v1MtkkCw8w .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v1MtkkCw8w .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v1MtkkCw8w .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 0 0 0 54px;
}
@media (max-width: 992px) {
  .cid-v1MtkkCw8w .items-wrapper .item .item-wrapper {
    padding: 18px 0;
  }
}
@media (max-width: 992px) {
  .cid-v1MtkkCw8w .items-wrapper .item .item-wrapper {
    padding: 18px;
  }
}
.cid-v1MtkkCw8w .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(#fe881b, #ca45ff, #fe881b);
}
.cid-v1MtkkCw8w .items-wrapper .item .item-wrapper .title-wrap {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v1MtkkCw8w .items-wrapper .item .item-wrapper .title-wrap {
    margin-bottom: 22px;
  }
}
.cid-v1MtkkCw8w .items-wrapper .item .item-wrapper .title-wrap .title {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v1MtkkCw8w .items-wrapper .item .item-wrapper .title-wrap .title {
    padding: 10px 16px;
  }
}
.cid-v1MtkkCw8w .items-wrapper .item .item-wrapper .title-wrap .title .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1MtkkCw8w .items-wrapper .item .item-wrapper .title-wrap .title .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1MtkkCw8w .items-wrapper .item .item-wrapper .title-wrap .title .item-title {
  margin-bottom: 0;
}
.cid-v1MtkkCw8w .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1MtkkCw8w .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
  width: 100%;
}
.cid-v1MtkkCw8w .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v1MtkkCw8w .btn-wrapper {
  margin-top: -12%;
}
.cid-v1MtkkCw8w .mbr-label,
.cid-v1MtkkCw8w .label-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-v1MtkkCw8w .mbr-section-title {
  color: #1a0b54;
  text-align: center;
}
.cid-v1MtkkCw8w .mbr-section-subtitle,
.cid-v1MtkkCw8w .subtitle-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-v1MtkkCw8w .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1MtkkCw8w .item-title {
  color: #1a0b54;
}
.cid-v1MtkkCw8w .item-text {
  color: #1a0b54;
}
.cid-v25pPiwPjT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v25pPiwPjT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v25pPiwPjT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v25pPiwPjT .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v25pPiwPjT .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v25pPiwPjT .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v25pPiwPjT .card-wrapper {
    padding: 4rem;
  }
}
.cid-v25pPiwPjT .wrap {
  background: url("../../../assets/images/background1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-v25pPiwPjT .wrap .inner-wrap {
  padding: 40px;
}
.cid-v25pPiwPjT .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-v25pPiwPjT .mbr-text,
.cid-v25pPiwPjT .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-v1MvTKKjxu {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1MvTKKjxu img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-v1MvTKKjxu .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-v1MvTKKjxu .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-v1MvTKKjxu .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-v1MvTKKjxu .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-v1MvTKKjxu .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-v1MvTKKjxu .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-v1MvTKKjxu .first {
    max-height: 250px;
  }
  .cid-v1MvTKKjxu .second {
    max-height: 323px;
  }
  .cid-v1MvTKKjxu .third {
    max-height: 408px;
  }
  .cid-v1MvTKKjxu .fourth {
    max-height: 323px;
  }
  .cid-v1MvTKKjxu .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-v1MvTKKjxu .first {
    max-height: 200px;
  }
  .cid-v1MvTKKjxu .second {
    max-height: 270px;
  }
  .cid-v1MvTKKjxu .third {
    max-height: 350px;
  }
  .cid-v1MvTKKjxu .fourth {
    max-height: 270px;
  }
  .cid-v1MvTKKjxu .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-v1MvTKKjxu .first {
    display: none;
  }
  .cid-v1MvTKKjxu .second {
    max-height: 323px;
  }
  .cid-v1MvTKKjxu .third {
    max-height: 408px;
  }
  .cid-v1MvTKKjxu .fourth {
    max-height: 323px;
  }
  .cid-v1MvTKKjxu .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-v1MvTKKjxu .second {
    max-height: 250px;
  }
  .cid-v1MvTKKjxu .third {
    max-height: 340px;
  }
  .cid-v1MvTKKjxu .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-v1MvTKKjxu .second {
    max-height: 180px;
  }
  .cid-v1MvTKKjxu .third {
    max-height: 270px;
  }
  .cid-v1MvTKKjxu .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-v1MvTKKjxu .second {
    display: none;
  }
  .cid-v1MvTKKjxu .third {
    max-height: initial;
    width: 90%;
  }
  .cid-v1MvTKKjxu .fourth {
    display: none;
  }
}
.cid-v2j1gKjizA {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2j1gKjizA .nav-item,
.cid-v2j1gKjizA .nav-link,
.cid-v2j1gKjizA .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .nav-item:hover,
.cid-v2j1gKjizA .nav-link:hover,
.cid-v2j1gKjizA .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2j1gKjizA .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2j1gKjizA .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2j1gKjizA .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2j1gKjizA .container-fluid,
.cid-v2j1gKjizA .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2j1gKjizA .nav-link:hover:before {
  width: 100%;
}
.cid-v2j1gKjizA .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-v2j1gKjizA .nav-link {
    margin: 0 !important;
  }
}
.cid-v2j1gKjizA .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2j1gKjizA .widget p,
.cid-v2j1gKjizA .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2j1gKjizA .widget p a,
.cid-v2j1gKjizA .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2j1gKjizA .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2j1gKjizA .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: none;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2j1gKjizA .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2j1gKjizA .navbar > .container,
.cid-v2j1gKjizA .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .btn {
    white-space: nowrap;
  }
  .cid-v2j1gKjizA .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after,
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2j1gKjizA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2j1gKjizA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2j1gKjizA .nav-item:focus,
.cid-v2j1gKjizA .nav-link:focus {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2j1gKjizA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2j1gKjizA .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2j1gKjizA .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2j1gKjizA .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2j1gKjizA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2j1gKjizA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2j1gKjizA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2j1gKjizA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2j1gKjizA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2j1gKjizA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2j1gKjizA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-item.active,
.cid-v2j1gKjizA .dropdown-item:active {
  background-color: transparent;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2j1gKjizA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2j1gKjizA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2j1gKjizA .navbar-brand {
    padding: 0;
  }
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2j1gKjizA .widget {
    flex-direction: column;
  }
  .cid-v2j1gKjizA .widget p,
  .cid-v2j1gKjizA .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2j1gKjizA .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-v2j1gKjizA .navbar {
    height: 97px;
  }
  .cid-v2j1gKjizA .navbar.opened {
    height: auto;
  }
  .cid-v2j1gKjizA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1NGbEVgOU {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f5eb;
}
.cid-v1NGbEVgOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1NGbEVgOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1NGbEVgOU .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v1NGbEVgOU .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v1NGbEVgOU .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-v1NGbEVgOU .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v1NGbEVgOU .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-v1NGbEVgOU .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #e6eddc;
}
.cid-v1NGbEVgOU .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v1NGbEVgOU .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-v1NGbEVgOU .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v1NGbEVgOU .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v1NGbEVgOU .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v1NGbEVgOU .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #d1e0be;
}
@media (max-width: 992px) {
  .cid-v1NGbEVgOU .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-v1NGbEVgOU .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #5c834f;
}
@media (max-width: 992px) {
  .cid-v1NGbEVgOU .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-v1NGbEVgOU .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #5c834f;
}
.cid-v1NGbEVgOU .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-v1NGbEVgOU .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-v1NGbEVgOU .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v1NGbEVgOU .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-v1NGbEVgOU .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v1NGbEVgOU .mbr-section-title,
.cid-v1NGbEVgOU .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v1NGbEVgOU .panel-title-edit {
  color: #323432;
}
.cid-v1NGbEVgOU .panel-text {
  color: #323432;
}
.cid-v1NHoLLmMy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-v1NHoLLmMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1NHoLLmMy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1NHoLLmMy .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v1NHoLLmMy .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v1NHoLLmMy .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-v1NHoLLmMy .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v1NHoLLmMy .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-v1NHoLLmMy .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #e6eddc;
}
.cid-v1NHoLLmMy .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v1NHoLLmMy .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-v1NHoLLmMy .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v1NHoLLmMy .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v1NHoLLmMy .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v1NHoLLmMy .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #d1e0be;
}
@media (max-width: 992px) {
  .cid-v1NHoLLmMy .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-v1NHoLLmMy .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #5c834f;
}
@media (max-width: 992px) {
  .cid-v1NHoLLmMy .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-v1NHoLLmMy .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #5c834f;
}
.cid-v1NHoLLmMy .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-v1NHoLLmMy .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-v1NHoLLmMy .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v1NHoLLmMy .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-v1NHoLLmMy .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v1NHoLLmMy .mbr-section-title,
.cid-v1NHoLLmMy .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v1NHoLLmMy .panel-title-edit {
  color: #323432;
}
.cid-v1NHoLLmMy .panel-text {
  color: #323432;
}
.cid-v1ZCQkizZX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1D6Usnp5h {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1D6Usnp5h .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v1D6Usnp5h .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v1D6Usnp5h .brand__text {
  padding: 12px 0 25px;
}
.cid-v1D6Usnp5h .brand__email {
  margin-bottom: 15px;
}
.cid-v1D6Usnp5h .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v1D6Usnp5h .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v1D6Usnp5h .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v1D6Usnp5h .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v1D6Usnp5h .social {
  margin-top: 30px;
}
.cid-v1D6Usnp5h .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v1D6Usnp5h .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v1D6Usnp5h .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v1D6Usnp5h .social .social__items:last-child {
  margin-right: 0;
}
.cid-v1D6Usnp5h .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v1D6Usnp5h .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v1D6Usnp5h .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v1D6Usnp5h .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v1D6Usnp5h .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v1D6Usnp5h .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v1D6Usnp5h .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v1D6Usnp5h .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v1D6Usnp5h .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v1D6Usnp5h .divider {
    margin-top: 30px;
  }
  .cid-v1D6Usnp5h .footer__bottom {
    padding: 30px 0;
  }
  .cid-v1D6Usnp5h .align-right,
  .cid-v1D6Usnp5h .privacy {
    text-align: center;
  }
  .cid-v1D6Usnp5h .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v2j1gKjizA {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2j1gKjizA .nav-item,
.cid-v2j1gKjizA .nav-link,
.cid-v2j1gKjizA .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .nav-item:hover,
.cid-v2j1gKjizA .nav-link:hover,
.cid-v2j1gKjizA .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2j1gKjizA .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2j1gKjizA .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2j1gKjizA .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2j1gKjizA .container-fluid,
.cid-v2j1gKjizA .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2j1gKjizA .nav-link:hover:before {
  width: 100%;
}
.cid-v2j1gKjizA .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-v2j1gKjizA .nav-link {
    margin: 0 !important;
  }
}
.cid-v2j1gKjizA .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2j1gKjizA .widget p,
.cid-v2j1gKjizA .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2j1gKjizA .widget p a,
.cid-v2j1gKjizA .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2j1gKjizA .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2j1gKjizA .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: none;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2j1gKjizA .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2j1gKjizA .navbar > .container,
.cid-v2j1gKjizA .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .btn {
    white-space: nowrap;
  }
  .cid-v2j1gKjizA .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after,
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2j1gKjizA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2j1gKjizA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2j1gKjizA .nav-item:focus,
.cid-v2j1gKjizA .nav-link:focus {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2j1gKjizA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2j1gKjizA .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2j1gKjizA .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2j1gKjizA .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2j1gKjizA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2j1gKjizA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2j1gKjizA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2j1gKjizA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2j1gKjizA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2j1gKjizA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2j1gKjizA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-item.active,
.cid-v2j1gKjizA .dropdown-item:active {
  background-color: transparent;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2j1gKjizA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2j1gKjizA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2j1gKjizA .navbar-brand {
    padding: 0;
  }
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2j1gKjizA .widget {
    flex-direction: column;
  }
  .cid-v2j1gKjizA .widget p,
  .cid-v2j1gKjizA .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2j1gKjizA .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-v2j1gKjizA .navbar {
    height: 97px;
  }
  .cid-v2j1gKjizA .navbar.opened {
    height: auto;
  }
  .cid-v2j1gKjizA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v20fky4KSe {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f0bf79;
}
.cid-v20fky4KSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v20fky4KSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v20fky4KSe .container {
    padding: 0 16px;
  }
}
.cid-v20fky4KSe .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-v20fky4KSe .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v20fky4KSe .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-v20fky4KSe .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v20fky4KSe .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v20fky4KSe .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-v20fky4KSe .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-v20fky4KSe .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-v20fky4KSe .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-v20fky4KSe .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #08323c;
  background-color: transparent;
  border: 3px solid #08323c;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-v20fky4KSe .dragArea.row {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v20fky4KSe .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-v20fky4KSe .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-v20fky4KSe .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-v20fky4KSe .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-v20fky4KSe .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-v20fky4KSe .dragArea.row .form-group .form-control:hover,
.cid-v20fky4KSe .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
}
.cid-v20fky4KSe .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-v20fky4KSe .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #1e2149;
  border-color: #1e2149;
}
.cid-v20fky4KSe .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-v20fky4KSe .mbr-title {
  color: #000000;
}
.cid-v20fky4KSe .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-v20fky4KSe .mbr-section-subtitle {
  color: #08323C;
}
.cid-v20fky4KSe .mbr-text {
  color: #1e2149;
}
.cid-v20fky4KSe .list {
  color: #08323C;
}
.cid-v20fky4KSe label {
  color: #08323C;
}
.cid-v20fky4KSe .form-control {
  color: #08323C !important;
  background-color: #ffffff !important;
}
.cid-v20fky4KSe .form-control::placeholder {
  color: #999999 !important;
  opacity: 1;
}
.cid-v20fky4KSe .form-control:focus {
  color: #08323C !important;
  background-color: #ffffff !important;
  border-color: #bbbbbb !important;
  box-shadow: none !important;
}
.cid-v1D717X3JQ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1D717X3JQ .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v1D717X3JQ .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v1D717X3JQ .brand__text {
  padding: 12px 0 25px;
}
.cid-v1D717X3JQ .brand__email {
  margin-bottom: 15px;
}
.cid-v1D717X3JQ .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v1D717X3JQ .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v1D717X3JQ .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v1D717X3JQ .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v1D717X3JQ .social {
  margin-top: 30px;
}
.cid-v1D717X3JQ .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v1D717X3JQ .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v1D717X3JQ .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v1D717X3JQ .social .social__items:last-child {
  margin-right: 0;
}
.cid-v1D717X3JQ .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v1D717X3JQ .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v1D717X3JQ .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v1D717X3JQ .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v1D717X3JQ .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v1D717X3JQ .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v1D717X3JQ .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v1D717X3JQ .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v1D717X3JQ .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v1D717X3JQ .divider {
    margin-top: 30px;
  }
  .cid-v1D717X3JQ .footer__bottom {
    padding: 30px 0;
  }
  .cid-v1D717X3JQ .align-right,
  .cid-v1D717X3JQ .privacy {
    text-align: center;
  }
  .cid-v1D717X3JQ .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v2j1gKjizA {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2j1gKjizA .nav-item,
.cid-v2j1gKjizA .nav-link,
.cid-v2j1gKjizA .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .nav-item:hover,
.cid-v2j1gKjizA .nav-link:hover,
.cid-v2j1gKjizA .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2j1gKjizA .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2j1gKjizA .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2j1gKjizA .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2j1gKjizA .container-fluid,
.cid-v2j1gKjizA .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2j1gKjizA .nav-link:hover:before {
  width: 100%;
}
.cid-v2j1gKjizA .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-v2j1gKjizA .nav-link {
    margin: 0 !important;
  }
}
.cid-v2j1gKjizA .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2j1gKjizA .widget p,
.cid-v2j1gKjizA .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2j1gKjizA .widget p a,
.cid-v2j1gKjizA .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2j1gKjizA .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2j1gKjizA .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: none;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2j1gKjizA .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2j1gKjizA .navbar > .container,
.cid-v2j1gKjizA .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .btn {
    white-space: nowrap;
  }
  .cid-v2j1gKjizA .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after,
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2j1gKjizA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2j1gKjizA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2j1gKjizA .nav-item:focus,
.cid-v2j1gKjizA .nav-link:focus {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2j1gKjizA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2j1gKjizA .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2j1gKjizA .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2j1gKjizA .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2j1gKjizA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2j1gKjizA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2j1gKjizA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2j1gKjizA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2j1gKjizA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2j1gKjizA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2j1gKjizA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-item.active,
.cid-v2j1gKjizA .dropdown-item:active {
  background-color: transparent;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2j1gKjizA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2j1gKjizA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2j1gKjizA .navbar-brand {
    padding: 0;
  }
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2j1gKjizA .widget {
    flex-direction: column;
  }
  .cid-v2j1gKjizA .widget p,
  .cid-v2j1gKjizA .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2j1gKjizA .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-v2j1gKjizA .navbar {
    height: 97px;
  }
  .cid-v2j1gKjizA .navbar.opened {
    height: auto;
  }
  .cid-v2j1gKjizA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v25fwDWZEe {
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #151e11;
}
.cid-v25fwDWZEe .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-v25fwDWZEe .image-wrap {
    padding: 16px;
  }
}
.cid-v25fwDWZEe .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v25fwDWZEe .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-v25fwDWZEe .image-overlay {
    padding: 16px;
  }
}
.cid-v25fwDWZEe .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-v25fwDWZEe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v25fwDWZEe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v25fwDWZEe .row {
  justify-content: center;
}
.cid-v25fwDWZEe .card-wrapper {
  padding: 90px 30px 90px;
  position: relative;
  z-index: 2;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-v25fwDWZEe .card-wrapper {
    padding: 30px 16px;
    margin-top: 300px;
  }
}
.cid-v25fwDWZEe .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-v25fwDWZEe .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v25fwDWZEe .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-v25fwDWZEe .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v25fwDWZEe .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v25fwDWZEe .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v25fwDWZEe .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v25fwDWZEe .mbr-label,
.cid-v25fwDWZEe .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-v25fwDWZEe .mbr-section-title {
  color: #fff7ee;
}
.cid-v25fwDWZEe .mbr-text,
.cid-v25fwDWZEe .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-v25fwDWZEe .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v25fwDWZEe .mbr-section-title,
.cid-v25fwDWZEe .mbr-section-btn {
  text-align: center;
}
.cid-v25gTq75KE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1e2149;
}
.cid-v25gTq75KE .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-v25gTq75KE .mbr-section-subtitle {
  opacity: 0.5;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
.cid-v25gTq75KE .mbr-section-title {
  color: #fbfcff;
}
.cid-v25gTq75KE .title__block {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-v25gTq75KE .title__block {
    margin-bottom: 25px;
  }
}
.cid-v25gTq75KE .card__wrap {
  background: #233d63;
  position: relative;
  padding: 50px 80px 40px 70px;
  margin-top: 70px;
  height: 100%;
  z-index: 1;
}
.cid-v25gTq75KE .card__wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #e1a34c;
  border-right: 1px solid #e1a34c;
  background: #1e2149;
  z-index: -1;
  transform: scale(1, 0);
  transition: all 0.4s ease-in-out;
}
.cid-v25gTq75KE .card__wrap:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 1px;
  right: 1px;
  border-top: 1px solid #e1a34c;
  border-bottom: 1px solid #e1a34c;
  background: #1e2149;
  z-index: -1;
  transform: scale(0, 1);
  transition: all 0.4s ease-in-out;
}
.cid-v25gTq75KE .card__wrap:hover:after,
.cid-v25gTq75KE .card__wrap:hover:before {
  transform: scale(1, 1);
}
.cid-v25gTq75KE .card__icon span {
  font-size: 65px;
  color: #b3cffc;
}
.cid-v25gTq75KE .card-box {
  margin-top: 25px;
  word-break: break-word;
  width: 100%;
}
.cid-v25gTq75KE .btn__link .mbr-iconfont {
  font-size: 35px;
}
.cid-v25gTq75KE .mbr-text {
  line-height: 32px;
  opacity: 0.6;
  margin: 25px 0 20px;
}
@media (max-width: 575px) {
  .cid-v25gTq75KE .card__wrap {
    margin-top: 35px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.cid-v25gTq75KE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v25gTq75KE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GCg98Tsv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1GCg98Tsv .image {
  position: relative;
  margin-bottom: 200px;
  height: 650px;
  background-image: url("../../../assets/images/artistly-design-0199cf80-e8e5-70e5-8b6c-89c47c3c795e-1344x768.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-v1GCg98Tsv .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-v1GCg98Tsv .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff3a46;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-v1GCg98Tsv .mbr-form {
  width: 100%;
}
.cid-v1GCg98Tsv .form-group {
  margin-bottom: 0;
}
.cid-v1GCg98Tsv .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff3a46;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-v1GCg98Tsv .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff3a46;
}
.cid-v1GCg98Tsv .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-v1GCg98Tsv .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-v1GCg98Tsv .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-v1GCg98Tsv .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-v1GCg98Tsv .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-v1GCg98Tsv .title__block {
  padding-left: 50px;
}
.cid-v1GCg98Tsv .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-v1GCg98Tsv .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-v1GCg98Tsv .mbr-text {
  margin-bottom: 10px;
}
.cid-v1GCg98Tsv .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-v1GCg98Tsv .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-v1GCg98Tsv .form__wrap {
    position: static;
  }
  .cid-v1GCg98Tsv .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-v1GCg98Tsv .subscribe__form {
    order: 1;
  }
  .cid-v1GCg98Tsv .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-v1GCg98Tsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GCg98Tsv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1D76U0EvA {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1D76U0EvA .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v1D76U0EvA .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v1D76U0EvA .brand__text {
  padding: 12px 0 25px;
}
.cid-v1D76U0EvA .brand__email {
  margin-bottom: 15px;
}
.cid-v1D76U0EvA .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v1D76U0EvA .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v1D76U0EvA .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v1D76U0EvA .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v1D76U0EvA .social {
  margin-top: 30px;
}
.cid-v1D76U0EvA .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v1D76U0EvA .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v1D76U0EvA .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v1D76U0EvA .social .social__items:last-child {
  margin-right: 0;
}
.cid-v1D76U0EvA .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v1D76U0EvA .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v1D76U0EvA .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v1D76U0EvA .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v1D76U0EvA .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v1D76U0EvA .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v1D76U0EvA .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v1D76U0EvA .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v1D76U0EvA .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v1D76U0EvA .divider {
    margin-top: 30px;
  }
  .cid-v1D76U0EvA .footer__bottom {
    padding: 30px 0;
  }
  .cid-v1D76U0EvA .align-right,
  .cid-v1D76U0EvA .privacy {
    text-align: center;
  }
  .cid-v1D76U0EvA .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v2j1gKjizA {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2j1gKjizA .nav-item,
.cid-v2j1gKjizA .nav-link,
.cid-v2j1gKjizA .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .nav-item:hover,
.cid-v2j1gKjizA .nav-link:hover,
.cid-v2j1gKjizA .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2j1gKjizA .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2j1gKjizA .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2j1gKjizA .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2j1gKjizA .container-fluid,
.cid-v2j1gKjizA .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2j1gKjizA .nav-link:hover:before {
  width: 100%;
}
.cid-v2j1gKjizA .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-v2j1gKjizA .nav-link {
    margin: 0 !important;
  }
}
.cid-v2j1gKjizA .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2j1gKjizA .widget p,
.cid-v2j1gKjizA .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2j1gKjizA .widget p a,
.cid-v2j1gKjizA .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2j1gKjizA .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2j1gKjizA .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: none;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2j1gKjizA .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2j1gKjizA .navbar > .container,
.cid-v2j1gKjizA .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .btn {
    white-space: nowrap;
  }
  .cid-v2j1gKjizA .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after,
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2j1gKjizA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2j1gKjizA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2j1gKjizA .nav-item:focus,
.cid-v2j1gKjizA .nav-link:focus {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2j1gKjizA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2j1gKjizA .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2j1gKjizA .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2j1gKjizA .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2j1gKjizA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2j1gKjizA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2j1gKjizA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2j1gKjizA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2j1gKjizA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2j1gKjizA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2j1gKjizA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-item.active,
.cid-v2j1gKjizA .dropdown-item:active {
  background-color: transparent;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2j1gKjizA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2j1gKjizA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2j1gKjizA .navbar-brand {
    padding: 0;
  }
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2j1gKjizA .widget {
    flex-direction: column;
  }
  .cid-v2j1gKjizA .widget p,
  .cid-v2j1gKjizA .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2j1gKjizA .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-v2j1gKjizA .navbar {
    height: 97px;
  }
  .cid-v2j1gKjizA .navbar.opened {
    height: auto;
  }
  .cid-v2j1gKjizA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1D7z8dUgv {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1D7z8dUgv .mbr-overlay {
  background: #5eeebb;
}
.cid-v1D7z8dUgv .column2 {
  margin-top: 150px;
}
.cid-v1D7z8dUgv .card {
  padding: 0 35px;
  margin-bottom: 150px;
  position: relative;
}
.cid-v1D7z8dUgv .card:hover .image img {
  transform: scale(1.1);
}
.cid-v1D7z8dUgv .card:hover .card__content {
  left: 35px;
}
.cid-v1D7z8dUgv .image {
  border: 1px solid #ffffff;
  overflow: hidden;
}
.cid-v1D7z8dUgv .image img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-v1D7z8dUgv .card__content {
  position: absolute;
  bottom: -100px;
  right: 35px;
  left: 100px;
  padding: 50px 35px 42px 60px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: -15px 19px 40px 0px rgba(240, 240, 240, 0.5);
  transition: all 0.5s ease-in-out;
}
.cid-v1D7z8dUgv .card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 60px;
  z-index: 1;
  background-color: #f0bf79;
  box-shadow: 0px 15px 40px 0px rgba(189, 189, 189, 0.5);
}
.cid-v1D7z8dUgv .card__icon .mbr-iconfont {
  color: #fff;
  font-size: 35px;
}
.cid-v1D7z8dUgv .card__title {
  margin-bottom: 15px;
  color: #233d63;
}
.cid-v1D7z8dUgv .btn__card {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-v1D7z8dUgv .btn__card .mbr-iconfont {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-v1D7z8dUgv .card {
    padding: 0;
    margin-bottom: 70px;
  }
  .cid-v1D7z8dUgv .card__content {
    padding: 50px 20px 20px;
    right: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .cid-v1D7z8dUgv .column2 {
    margin-top: 0;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .cid-v1D7z8dUgv .image {
    max-height: 450px;
  }
}
.cid-v1D7z8dUgv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1D7z8dUgv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1D7z8rZW6 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1D7z8rZW6 .mbr-overlay {
  background: #5eeebb;
}
.cid-v1D7z8rZW6 .column2 {
  margin-top: 150px;
}
.cid-v1D7z8rZW6 .card {
  padding: 0 35px;
  margin-bottom: 150px;
  position: relative;
}
.cid-v1D7z8rZW6 .card:hover .image img {
  transform: scale(1.1);
}
.cid-v1D7z8rZW6 .card:hover .card__content {
  left: 35px;
}
.cid-v1D7z8rZW6 .image {
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.cid-v1D7z8rZW6 .image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-v1D7z8rZW6 .card__content {
  position: absolute;
  bottom: -100px;
  right: 35px;
  left: 100px;
  padding: 50px 35px 42px 60px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: -15px 19px 40px 0px rgba(240, 240, 240, 0.5);
  transition: all 0.5s ease-in-out;
}
.cid-v1D7z8rZW6 .card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 60px;
  z-index: 1;
  background-color: #f0bf79;
  box-shadow: 0px 15px 40px 0px rgba(189, 189, 189, 0.5);
}
.cid-v1D7z8rZW6 .card__icon .mbr-iconfont {
  color: #fff;
  font-size: 35px;
}
.cid-v1D7z8rZW6 .card__title {
  margin-bottom: 15px;
  color: #233d63;
}
.cid-v1D7z8rZW6 .btn__card {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-v1D7z8rZW6 .btn__card .mbr-iconfont {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-v1D7z8rZW6 .card {
    padding: 0;
    margin-bottom: 70px;
  }
  .cid-v1D7z8rZW6 .card__content {
    padding: 50px 20px 20px;
    right: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .cid-v1D7z8rZW6 .column2 {
    margin-top: 0;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .cid-v1D7z8rZW6 .image {
    max-height: 450px;
  }
}
.cid-v1D7z8rZW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1D7z8rZW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1D7z8EN0l {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1D7z8EN0l .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v1D7z8EN0l .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v1D7z8EN0l .brand__text {
  padding: 12px 0 25px;
}
.cid-v1D7z8EN0l .brand__email {
  margin-bottom: 15px;
}
.cid-v1D7z8EN0l .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v1D7z8EN0l .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v1D7z8EN0l .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v1D7z8EN0l .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v1D7z8EN0l .social {
  margin-top: 30px;
}
.cid-v1D7z8EN0l .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v1D7z8EN0l .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v1D7z8EN0l .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v1D7z8EN0l .social .social__items:last-child {
  margin-right: 0;
}
.cid-v1D7z8EN0l .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v1D7z8EN0l .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v1D7z8EN0l .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v1D7z8EN0l .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v1D7z8EN0l .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v1D7z8EN0l .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v1D7z8EN0l .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v1D7z8EN0l .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v1D7z8EN0l .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v1D7z8EN0l .divider {
    margin-top: 30px;
  }
  .cid-v1D7z8EN0l .footer__bottom {
    padding: 30px 0;
  }
  .cid-v1D7z8EN0l .align-right,
  .cid-v1D7z8EN0l .privacy {
    text-align: center;
  }
  .cid-v1D7z8EN0l .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v2j1gKjizA {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2j1gKjizA .nav-item,
.cid-v2j1gKjizA .nav-link,
.cid-v2j1gKjizA .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .nav-item:hover,
.cid-v2j1gKjizA .nav-link:hover,
.cid-v2j1gKjizA .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2j1gKjizA .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2j1gKjizA .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2j1gKjizA .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2j1gKjizA .container-fluid,
.cid-v2j1gKjizA .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2j1gKjizA .nav-link:hover:before {
  width: 100%;
}
.cid-v2j1gKjizA .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-v2j1gKjizA .nav-link {
    margin: 0 !important;
  }
}
.cid-v2j1gKjizA .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2j1gKjizA .widget p,
.cid-v2j1gKjizA .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2j1gKjizA .widget p a,
.cid-v2j1gKjizA .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2j1gKjizA .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2j1gKjizA .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: none;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2j1gKjizA .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2j1gKjizA .navbar > .container,
.cid-v2j1gKjizA .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .btn {
    white-space: nowrap;
  }
  .cid-v2j1gKjizA .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after,
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2j1gKjizA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2j1gKjizA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2j1gKjizA .nav-item:focus,
.cid-v2j1gKjizA .nav-link:focus {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2j1gKjizA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2j1gKjizA .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2j1gKjizA .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2j1gKjizA .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2j1gKjizA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2j1gKjizA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2j1gKjizA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2j1gKjizA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2j1gKjizA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2j1gKjizA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2j1gKjizA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-item.active,
.cid-v2j1gKjizA .dropdown-item:active {
  background-color: transparent;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2j1gKjizA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2j1gKjizA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2j1gKjizA .navbar-brand {
    padding: 0;
  }
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2j1gKjizA .widget {
    flex-direction: column;
  }
  .cid-v2j1gKjizA .widget p,
  .cid-v2j1gKjizA .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2j1gKjizA .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-v2j1gKjizA .navbar {
    height: 97px;
  }
  .cid-v2j1gKjizA .navbar.opened {
    height: auto;
  }
  .cid-v2j1gKjizA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1ZwH66jMn {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-v1ZwH66jMn .mbr-text {
  color: #000000;
}
.cid-v1ZwH66jMn .mbr-section-subtitle {
  color: #000000;
}
.cid-v1ZwH66jMn .mbr-section-title {
  color: #000000;
}
.cid-v1ZwH66jMn body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  font-size: 15px;
}
.cid-v1ZwH66jMn h1,
.cid-v1ZwH66jMn h2,
.cid-v1ZwH66jMn h3 {
  color: #222;
}
.cid-v1ZwH66jMn h1 {
  font-size: 26px;
  margin-bottom: 10px;
}
.cid-v1ZwH66jMn h2 {
  font-size: 20px;
  margin-top: 25px;
}
.cid-v1ZwH66jMn h3 {
  font-size: 16px;
  margin-top: 18px;
}
.cid-v1ZwH66jMn a {
  color: #0066cc;
  text-decoration: none;
}
.cid-v1ZwH66jMn a:hover {
  text-decoration: underline;
}
.cid-v1ZwH66jMn ul {
  margin-left: 20px;
}
.cid-v1ZwH66jMn strong {
  font-weight: 600;
}
.cid-v1D84HKtWM {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1D84HKtWM .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v1D84HKtWM .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v1D84HKtWM .brand__text {
  padding: 12px 0 25px;
}
.cid-v1D84HKtWM .brand__email {
  margin-bottom: 15px;
}
.cid-v1D84HKtWM .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v1D84HKtWM .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v1D84HKtWM .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v1D84HKtWM .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v1D84HKtWM .social {
  margin-top: 30px;
}
.cid-v1D84HKtWM .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v1D84HKtWM .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v1D84HKtWM .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v1D84HKtWM .social .social__items:last-child {
  margin-right: 0;
}
.cid-v1D84HKtWM .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v1D84HKtWM .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v1D84HKtWM .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v1D84HKtWM .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v1D84HKtWM .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v1D84HKtWM .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v1D84HKtWM .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v1D84HKtWM .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v1D84HKtWM .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v1D84HKtWM .divider {
    margin-top: 30px;
  }
  .cid-v1D84HKtWM .footer__bottom {
    padding: 30px 0;
  }
  .cid-v1D84HKtWM .align-right,
  .cid-v1D84HKtWM .privacy {
    text-align: center;
  }
  .cid-v1D84HKtWM .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v2j1gKjizA {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2j1gKjizA .nav-item,
.cid-v2j1gKjizA .nav-link,
.cid-v2j1gKjizA .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .nav-item:hover,
.cid-v2j1gKjizA .nav-link:hover,
.cid-v2j1gKjizA .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2j1gKjizA .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2j1gKjizA .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2j1gKjizA .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2j1gKjizA .container-fluid,
.cid-v2j1gKjizA .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2j1gKjizA .nav-link:hover:before {
  width: 100%;
}
.cid-v2j1gKjizA .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-v2j1gKjizA .nav-link {
    margin: 0 !important;
  }
}
.cid-v2j1gKjizA .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2j1gKjizA .widget p,
.cid-v2j1gKjizA .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2j1gKjizA .widget p a,
.cid-v2j1gKjizA .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2j1gKjizA .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2j1gKjizA .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: none;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2j1gKjizA .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2j1gKjizA .navbar > .container,
.cid-v2j1gKjizA .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .btn {
    white-space: nowrap;
  }
  .cid-v2j1gKjizA .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after,
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2j1gKjizA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2j1gKjizA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2j1gKjizA .nav-item:focus,
.cid-v2j1gKjizA .nav-link:focus {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2j1gKjizA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2j1gKjizA .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2j1gKjizA .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2j1gKjizA .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2j1gKjizA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2j1gKjizA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2j1gKjizA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2j1gKjizA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2j1gKjizA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2j1gKjizA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2j1gKjizA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-item.active,
.cid-v2j1gKjizA .dropdown-item:active {
  background-color: transparent;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2j1gKjizA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2j1gKjizA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2j1gKjizA .navbar-brand {
    padding: 0;
  }
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2j1gKjizA .widget {
    flex-direction: column;
  }
  .cid-v2j1gKjizA .widget p,
  .cid-v2j1gKjizA .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2j1gKjizA .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-v2j1gKjizA .navbar {
    height: 97px;
  }
  .cid-v2j1gKjizA .navbar.opened {
    height: auto;
  }
  .cid-v2j1gKjizA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1ZBTEWfZO {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1ZBTEWfZO .mbr-text {
  color: #000000;
}
.cid-v1ZBTEWfZO .mbr-section-subtitle {
  color: #000000;
}
.cid-v1ZBTEWfZO .mbr-section-title {
  color: #000000;
}
.cid-v1ZBTEWfZO body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  font-size: 15px;
}
.cid-v1ZBTEWfZO h1,
.cid-v1ZBTEWfZO h2,
.cid-v1ZBTEWfZO h3 {
  color: #222;
}
.cid-v1ZBTEWfZO h1 {
  font-size: 26px;
  margin-bottom: 10px;
}
.cid-v1ZBTEWfZO h2 {
  font-size: 20px;
  margin-top: 25px;
}
.cid-v1ZBTEWfZO h3 {
  font-size: 16px;
  margin-top: 18px;
}
.cid-v1ZBTEWfZO a {
  color: #0066cc;
  text-decoration: none;
}
.cid-v1ZBTEWfZO a:hover {
  text-decoration: underline;
}
.cid-v1ZBTEWfZO ul {
  margin-left: 20px;
}
.cid-v1ZBTEWfZO strong {
  font-weight: 600;
}
.cid-v1D8fwGQlD {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1D8fwGQlD .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v1D8fwGQlD .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v1D8fwGQlD .brand__text {
  padding: 12px 0 25px;
}
.cid-v1D8fwGQlD .brand__email {
  margin-bottom: 15px;
}
.cid-v1D8fwGQlD .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v1D8fwGQlD .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v1D8fwGQlD .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v1D8fwGQlD .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v1D8fwGQlD .social {
  margin-top: 30px;
}
.cid-v1D8fwGQlD .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v1D8fwGQlD .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v1D8fwGQlD .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v1D8fwGQlD .social .social__items:last-child {
  margin-right: 0;
}
.cid-v1D8fwGQlD .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v1D8fwGQlD .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v1D8fwGQlD .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v1D8fwGQlD .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v1D8fwGQlD .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v1D8fwGQlD .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v1D8fwGQlD .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v1D8fwGQlD .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v1D8fwGQlD .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v1D8fwGQlD .divider {
    margin-top: 30px;
  }
  .cid-v1D8fwGQlD .footer__bottom {
    padding: 30px 0;
  }
  .cid-v1D8fwGQlD .align-right,
  .cid-v1D8fwGQlD .privacy {
    text-align: center;
  }
  .cid-v1D8fwGQlD .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v2j1gKjizA {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2j1gKjizA .nav-item,
.cid-v2j1gKjizA .nav-link,
.cid-v2j1gKjizA .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .nav-item:hover,
.cid-v2j1gKjizA .nav-link:hover,
.cid-v2j1gKjizA .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2j1gKjizA .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2j1gKjizA .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2j1gKjizA .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2j1gKjizA .container-fluid,
.cid-v2j1gKjizA .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2j1gKjizA .nav-link:hover:before {
  width: 100%;
}
.cid-v2j1gKjizA .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-v2j1gKjizA .nav-link {
    margin: 0 !important;
  }
}
.cid-v2j1gKjizA .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2j1gKjizA .widget p,
.cid-v2j1gKjizA .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2j1gKjizA .widget p a,
.cid-v2j1gKjizA .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2j1gKjizA .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2j1gKjizA .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: none;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2j1gKjizA .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2j1gKjizA .navbar > .container,
.cid-v2j1gKjizA .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .btn {
    white-space: nowrap;
  }
  .cid-v2j1gKjizA .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after,
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2j1gKjizA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2j1gKjizA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2j1gKjizA .nav-item:focus,
.cid-v2j1gKjizA .nav-link:focus {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2j1gKjizA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2j1gKjizA .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2j1gKjizA .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2j1gKjizA .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2j1gKjizA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2j1gKjizA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2j1gKjizA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2j1gKjizA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2j1gKjizA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2j1gKjizA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2j1gKjizA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-item.active,
.cid-v2j1gKjizA .dropdown-item:active {
  background-color: transparent;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2j1gKjizA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2j1gKjizA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2j1gKjizA .navbar-brand {
    padding: 0;
  }
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2j1gKjizA .widget {
    flex-direction: column;
  }
  .cid-v2j1gKjizA .widget p,
  .cid-v2j1gKjizA .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2j1gKjizA .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-v2j1gKjizA .navbar {
    height: 97px;
  }
  .cid-v2j1gKjizA .navbar.opened {
    height: auto;
  }
  .cid-v2j1gKjizA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1ZEkGrSij {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1ZEkGrSij .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1ZEkGrSij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1ZEkGrSij .container {
    padding: 0 24px;
  }
}
.cid-v1ZEkGrSij .row {
  justify-content: center;
}
.cid-v1ZEkGrSij .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v1ZEkGrSij .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v1ZEkGrSij .content-wrapper {
    padding: 32px;
  }
}
.cid-v1ZEkGrSij .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1ZEkGrSij .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-v1ZEkGrSij .mbr-section-title {
  color: #FF3399;
}
.cid-v1ZEkGrSij .mbr-text {
  color: #262642;
}
.cid-v1ZEkGMmY8 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1ZEkGMmY8 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v1ZEkGMmY8 .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v1ZEkGMmY8 .brand__text {
  padding: 12px 0 25px;
}
.cid-v1ZEkGMmY8 .brand__email {
  margin-bottom: 15px;
}
.cid-v1ZEkGMmY8 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v1ZEkGMmY8 .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v1ZEkGMmY8 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v1ZEkGMmY8 .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v1ZEkGMmY8 .social {
  margin-top: 30px;
}
.cid-v1ZEkGMmY8 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v1ZEkGMmY8 .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v1ZEkGMmY8 .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v1ZEkGMmY8 .social .social__items:last-child {
  margin-right: 0;
}
.cid-v1ZEkGMmY8 .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v1ZEkGMmY8 .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v1ZEkGMmY8 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v1ZEkGMmY8 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v1ZEkGMmY8 .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v1ZEkGMmY8 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v1ZEkGMmY8 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v1ZEkGMmY8 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v1ZEkGMmY8 .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v1ZEkGMmY8 .divider {
    margin-top: 30px;
  }
  .cid-v1ZEkGMmY8 .footer__bottom {
    padding: 30px 0;
  }
  .cid-v1ZEkGMmY8 .align-right,
  .cid-v1ZEkGMmY8 .privacy {
    text-align: center;
  }
  .cid-v1ZEkGMmY8 .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v2j1gKjizA {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2j1gKjizA .nav-item,
.cid-v2j1gKjizA .nav-link,
.cid-v2j1gKjizA .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .nav-item:hover,
.cid-v2j1gKjizA .nav-link:hover,
.cid-v2j1gKjizA .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2j1gKjizA .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2j1gKjizA .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2j1gKjizA .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2j1gKjizA .container-fluid,
.cid-v2j1gKjizA .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2j1gKjizA .nav-link:hover:before {
  width: 100%;
}
.cid-v2j1gKjizA .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-v2j1gKjizA .nav-link {
    margin: 0 !important;
  }
}
.cid-v2j1gKjizA .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2j1gKjizA .widget p,
.cid-v2j1gKjizA .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2j1gKjizA .widget p a,
.cid-v2j1gKjizA .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2j1gKjizA .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2j1gKjizA .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: none;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2j1gKjizA .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2j1gKjizA .navbar > .container,
.cid-v2j1gKjizA .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .btn {
    white-space: nowrap;
  }
  .cid-v2j1gKjizA .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after,
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2j1gKjizA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2j1gKjizA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2j1gKjizA .nav-item:focus,
.cid-v2j1gKjizA .nav-link:focus {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2j1gKjizA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2j1gKjizA .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2j1gKjizA .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2j1gKjizA .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2j1gKjizA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2j1gKjizA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2j1gKjizA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2j1gKjizA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2j1gKjizA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2j1gKjizA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2j1gKjizA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-item.active,
.cid-v2j1gKjizA .dropdown-item:active {
  background-color: transparent;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2j1gKjizA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2j1gKjizA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2j1gKjizA .navbar-brand {
    padding: 0;
  }
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2j1gKjizA .widget {
    flex-direction: column;
  }
  .cid-v2j1gKjizA .widget p,
  .cid-v2j1gKjizA .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2j1gKjizA .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-v2j1gKjizA .navbar {
    height: 97px;
  }
  .cid-v2j1gKjizA .navbar.opened {
    height: auto;
  }
  .cid-v2j1gKjizA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2iZ1FDND0 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #e9e9e9;
}
.cid-v2iZ1FDND0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2iZ1FDND0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2iZ1FDND0 .card-wrapper {
  padding: 120px 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-v2iZ1FDND0 .card-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-v2iZ1FDND0 .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-v2iZ1FDND0 .card-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2iZ1FDND0 .card-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v2iZ1FDND0 .card-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #19171c;
  margin-bottom: 0;
}
.cid-v2iZ1FDND0 .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v2iZ1FDND0 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2iZ1FDND0 .card-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
.cid-v2iZ1FDND0 .mbr-section-title {
  color: #19171c;
}
.cid-v2iZ1FDND0 .mbr-label,
.cid-v2iZ1FDND0 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2iZ1FDND0 .mbr-text,
.cid-v2iZ1FDND0 .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-v2iZ1FDND0 .mbr-section-title,
.cid-v2iZ1FDND0 .mbr-section-btn {
  text-align: center;
}
#custom-html-55 {
  /* Type valid CSS here */
}
#custom-html-55 div.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  background: #f1f2ee;
  padding: 60px 0 30px 0;
}
#custom-html-55 div.products > div.product {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 6px 18px 0 #dadada;
  min-width: 330px;
  max-width: 350px;
  padding: 0 0 26px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  /* remove default border from ectstyle4 */
  transition: box-shadow 0.18s;
}
#custom-html-55 div.products > div.product:hover {
  box-shadow: 0 14px 38px 0 #c1eab7;
}
#custom-html-55 div.prodname {
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 2px;
  text-align: left;
  width: 100%;
  padding: 24px 32px 2px 32px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background: #b2f078;
  color: #111;
}
#custom-html-55 div.prodname {
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0 -8px 0 -8px;
  /* Negative margin to offset card padding */
  text-align: left;
  width: auto;
  padding: 30px 32px 10px 32px;
  /* Restore horizontal padding for text */
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background: #b2f078;
  color: #111;
  line-height: 1.2;
  box-sizing: border-box;
}
#custom-html-55 div.prodprice {
  font-size: 2.2rem;
  font-weight: 900;
  color: #111;
  margin-bottom: 8px;
  width: 100%;
  text-align: left;
  padding-left: 32px;
}
#custom-html-55 div.proddescription {
  box-sizing: border-box;
  color: #222;
  font-size: 1.08rem;
  margin: 18px 0 0 0;
  line-height: 1.5;
  text-align: left;
  width: 100%;
  min-height: 48px;
  padding: 0 32px 12px 32px;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 0 0 0 0;
}
#custom-html-55 div.product select,
#custom-html-55 div.product input[type="text"] {
  margin: 13px 0 0 0;
  padding: 6px 10px;
  width: 82%;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
}
#custom-html-55 div.addtocart {
  width: 100%;
  padding: 0 32px;
  margin-top: 26px;
  text-align: center;
}
#custom-html-55 div.addtocart button,
#custom-html-55 div.addtocart input[type="submit"] {
  width: 100%;
  padding: 16px;
  font-size: 1.07rem;
  background: #b2f078;
  border: none;
  border-radius: 28px;
  color: #111;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.16s;
  margin: 0 auto;
}
#custom-html-55 div.addtocart button:disabled,
#custom-html-55 div.addtocart input[type="submit"]:disabled {
  background: #f1f2ee;
  color: #aaa;
  cursor: not-allowed;
}
@media (max-width: 1100px) {
  #custom-html-55 div.products {
    flex-direction: column;
    align-items: center;
  }
}
.cid-v20JnvsgET {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v20JnvsgET .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v20JnvsgET .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v20JnvsgET .brand__text {
  padding: 12px 0 25px;
}
.cid-v20JnvsgET .brand__email {
  margin-bottom: 15px;
}
.cid-v20JnvsgET .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v20JnvsgET .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v20JnvsgET .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v20JnvsgET .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v20JnvsgET .social {
  margin-top: 30px;
}
.cid-v20JnvsgET .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v20JnvsgET .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v20JnvsgET .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v20JnvsgET .social .social__items:last-child {
  margin-right: 0;
}
.cid-v20JnvsgET .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v20JnvsgET .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v20JnvsgET .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v20JnvsgET .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v20JnvsgET .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v20JnvsgET .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v20JnvsgET .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v20JnvsgET .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v20JnvsgET .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v20JnvsgET .divider {
    margin-top: 30px;
  }
  .cid-v20JnvsgET .footer__bottom {
    padding: 30px 0;
  }
  .cid-v20JnvsgET .align-right,
  .cid-v20JnvsgET .privacy {
    text-align: center;
  }
  .cid-v20JnvsgET .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v2j1gKjizA {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2j1gKjizA .nav-item,
.cid-v2j1gKjizA .nav-link,
.cid-v2j1gKjizA .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .nav-item:hover,
.cid-v2j1gKjizA .nav-link:hover,
.cid-v2j1gKjizA .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2j1gKjizA .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2j1gKjizA .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2j1gKjizA .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2j1gKjizA .container-fluid,
.cid-v2j1gKjizA .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2j1gKjizA .nav-link:hover:before {
  width: 100%;
}
.cid-v2j1gKjizA .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-v2j1gKjizA .nav-link {
    margin: 0 !important;
  }
}
.cid-v2j1gKjizA .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2j1gKjizA .widget p,
.cid-v2j1gKjizA .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2j1gKjizA .widget p a,
.cid-v2j1gKjizA .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2j1gKjizA .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2j1gKjizA .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: none;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2j1gKjizA .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2j1gKjizA .navbar > .container,
.cid-v2j1gKjizA .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .btn {
    white-space: nowrap;
  }
  .cid-v2j1gKjizA .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after,
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2j1gKjizA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2j1gKjizA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2j1gKjizA .nav-item:focus,
.cid-v2j1gKjizA .nav-link:focus {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2j1gKjizA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2j1gKjizA .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2j1gKjizA .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2j1gKjizA .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2j1gKjizA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2j1gKjizA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2j1gKjizA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2j1gKjizA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2j1gKjizA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2j1gKjizA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2j1gKjizA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-item.active,
.cid-v2j1gKjizA .dropdown-item:active {
  background-color: transparent;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2j1gKjizA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2j1gKjizA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2j1gKjizA .navbar-brand {
    padding: 0;
  }
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2j1gKjizA .widget {
    flex-direction: column;
  }
  .cid-v2j1gKjizA .widget p,
  .cid-v2j1gKjizA .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2j1gKjizA .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-v2j1gKjizA .navbar {
    height: 97px;
  }
  .cid-v2j1gKjizA .navbar.opened {
    height: auto;
  }
  .cid-v2j1gKjizA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v25aMdtSSd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v25aMdtSSd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v25aMdtSSd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v25aMdtSSd .text-wrap {
  width: 100%;
}
.cid-v25aMdtSSd .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-v25aMdtSSd .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-v25aMdtSSd .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-v25aMdtSSd img {
  width: 20%;
  margin-bottom: 10px;
}
.cid-v257e6ZT9m {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v257e6ZT9m .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v257e6ZT9m .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v257e6ZT9m .brand__text {
  padding: 12px 0 25px;
}
.cid-v257e6ZT9m .brand__email {
  margin-bottom: 15px;
}
.cid-v257e6ZT9m .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v257e6ZT9m .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v257e6ZT9m .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v257e6ZT9m .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v257e6ZT9m .social {
  margin-top: 30px;
}
.cid-v257e6ZT9m .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v257e6ZT9m .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v257e6ZT9m .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v257e6ZT9m .social .social__items:last-child {
  margin-right: 0;
}
.cid-v257e6ZT9m .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v257e6ZT9m .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v257e6ZT9m .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v257e6ZT9m .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v257e6ZT9m .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v257e6ZT9m .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v257e6ZT9m .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v257e6ZT9m .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v257e6ZT9m .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v257e6ZT9m .divider {
    margin-top: 30px;
  }
  .cid-v257e6ZT9m .footer__bottom {
    padding: 30px 0;
  }
  .cid-v257e6ZT9m .align-right,
  .cid-v257e6ZT9m .privacy {
    text-align: center;
  }
  .cid-v257e6ZT9m .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v2j1gKjizA {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2j1gKjizA .nav-item,
.cid-v2j1gKjizA .nav-link,
.cid-v2j1gKjizA .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .nav-item:hover,
.cid-v2j1gKjizA .nav-link:hover,
.cid-v2j1gKjizA .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2j1gKjizA .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2j1gKjizA .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2j1gKjizA .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2j1gKjizA .container-fluid,
.cid-v2j1gKjizA .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2j1gKjizA .nav-link:hover:before {
  width: 100%;
}
.cid-v2j1gKjizA .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-v2j1gKjizA .nav-link {
    margin: 0 !important;
  }
}
.cid-v2j1gKjizA .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2j1gKjizA .widget p,
.cid-v2j1gKjizA .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2j1gKjizA .widget p a,
.cid-v2j1gKjizA .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2j1gKjizA .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2j1gKjizA .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: none;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2j1gKjizA .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2j1gKjizA .navbar > .container,
.cid-v2j1gKjizA .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .btn {
    white-space: nowrap;
  }
  .cid-v2j1gKjizA .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after,
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2j1gKjizA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2j1gKjizA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2j1gKjizA .nav-item:focus,
.cid-v2j1gKjizA .nav-link:focus {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2j1gKjizA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2j1gKjizA .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2j1gKjizA .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2j1gKjizA .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2j1gKjizA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2j1gKjizA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2j1gKjizA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2j1gKjizA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2j1gKjizA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2j1gKjizA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2j1gKjizA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-item.active,
.cid-v2j1gKjizA .dropdown-item:active {
  background-color: transparent;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2j1gKjizA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2j1gKjizA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2j1gKjizA .navbar-brand {
    padding: 0;
  }
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2j1gKjizA .widget {
    flex-direction: column;
  }
  .cid-v2j1gKjizA .widget p,
  .cid-v2j1gKjizA .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2j1gKjizA .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-v2j1gKjizA .navbar {
    height: 97px;
  }
  .cid-v2j1gKjizA .navbar.opened {
    height: auto;
  }
  .cid-v2j1gKjizA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2cHUbdNPK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2cHUbdNPK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2cHUbdNPK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2cHUbdNPK .container {
    padding: 0 24px;
  }
}
.cid-v2cHUbdNPK .row {
  justify-content: center;
}
.cid-v2cHUbdNPK .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2cHUbdNPK .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2cHUbdNPK .content-wrapper {
    padding: 32px;
  }
}
.cid-v2cHUbdNPK .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2cHUbdNPK .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-v2cHUbdNPK .mbr-section-title {
  color: #000000;
}
.cid-v2cHUbdNPK .mbr-text {
  color: #262642;
}
.cid-v2cHUbvwTs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #e1e7f2 -70%, #ffffff 100%);
}
.cid-v2cHUbvwTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2cHUbvwTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2cHUbvwTs .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2cHUbvwTs .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2cHUbvwTs .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v2cHUbvwTs .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2cHUbvwTs .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v2cHUbvwTs .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2cHUbvwTs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2cHUbvwTs .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v2cHUbvwTs .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v2cHUbvwTs .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff6d99;
  color: #ff6d99;
  font-size: 11px;
}
.cid-v2cHUbvwTs .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2cHUbvwTs .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v2cHUbvwTs .list_2 {
    padding-left: 0;
  }
}
.cid-v2cHUbvwTs .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v2cHUbvwTs .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v2cHUbvwTs .mbr-text,
.cid-v2cHUbvwTs .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v2cHUbvwTs .list {
  color: #666666;
}
.cid-v5optVvk0j {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2cHUbm4Ck {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2cHUbm4Ck img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-v2cHUbm4Ck .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-v2cHUbm4Ck .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-v2cHUbm4Ck .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-v2cHUbm4Ck .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-v2cHUbm4Ck .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-v2cHUbm4Ck .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-v2cHUbm4Ck .first {
    max-height: 250px;
  }
  .cid-v2cHUbm4Ck .second {
    max-height: 323px;
  }
  .cid-v2cHUbm4Ck .third {
    max-height: 408px;
  }
  .cid-v2cHUbm4Ck .fourth {
    max-height: 323px;
  }
  .cid-v2cHUbm4Ck .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-v2cHUbm4Ck .first {
    max-height: 200px;
  }
  .cid-v2cHUbm4Ck .second {
    max-height: 270px;
  }
  .cid-v2cHUbm4Ck .third {
    max-height: 350px;
  }
  .cid-v2cHUbm4Ck .fourth {
    max-height: 270px;
  }
  .cid-v2cHUbm4Ck .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-v2cHUbm4Ck .first {
    display: none;
  }
  .cid-v2cHUbm4Ck .second {
    max-height: 323px;
  }
  .cid-v2cHUbm4Ck .third {
    max-height: 408px;
  }
  .cid-v2cHUbm4Ck .fourth {
    max-height: 323px;
  }
  .cid-v2cHUbm4Ck .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-v2cHUbm4Ck .second {
    max-height: 250px;
  }
  .cid-v2cHUbm4Ck .third {
    max-height: 340px;
  }
  .cid-v2cHUbm4Ck .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-v2cHUbm4Ck .second {
    max-height: 180px;
  }
  .cid-v2cHUbm4Ck .third {
    max-height: 270px;
  }
  .cid-v2cHUbm4Ck .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-v2cHUbm4Ck .second {
    display: none;
  }
  .cid-v2cHUbm4Ck .third {
    max-height: initial;
    width: 90%;
  }
  .cid-v2cHUbm4Ck .fourth {
    display: none;
  }
}
.cid-v2cHUbQVFk {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v2cHUbQVFk .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v2cHUbQVFk .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v2cHUbQVFk .brand__text {
  padding: 12px 0 25px;
}
.cid-v2cHUbQVFk .brand__email {
  margin-bottom: 15px;
}
.cid-v2cHUbQVFk .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v2cHUbQVFk .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v2cHUbQVFk .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v2cHUbQVFk .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v2cHUbQVFk .social {
  margin-top: 30px;
}
.cid-v2cHUbQVFk .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v2cHUbQVFk .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2cHUbQVFk .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v2cHUbQVFk .social .social__items:last-child {
  margin-right: 0;
}
.cid-v2cHUbQVFk .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v2cHUbQVFk .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v2cHUbQVFk .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v2cHUbQVFk .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v2cHUbQVFk .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v2cHUbQVFk .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v2cHUbQVFk .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v2cHUbQVFk .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v2cHUbQVFk .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v2cHUbQVFk .divider {
    margin-top: 30px;
  }
  .cid-v2cHUbQVFk .footer__bottom {
    padding: 30px 0;
  }
  .cid-v2cHUbQVFk .align-right,
  .cid-v2cHUbQVFk .privacy {
    text-align: center;
  }
  .cid-v2cHUbQVFk .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v2j1gKjizA {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2j1gKjizA .nav-item,
.cid-v2j1gKjizA .nav-link,
.cid-v2j1gKjizA .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .nav-item:hover,
.cid-v2j1gKjizA .nav-link:hover,
.cid-v2j1gKjizA .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2j1gKjizA .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2j1gKjizA .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2j1gKjizA .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2j1gKjizA .container-fluid,
.cid-v2j1gKjizA .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2j1gKjizA .nav-link:hover:before {
  width: 100%;
}
.cid-v2j1gKjizA .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-v2j1gKjizA .nav-link {
    margin: 0 !important;
  }
}
.cid-v2j1gKjizA .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2j1gKjizA .widget p,
.cid-v2j1gKjizA .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2j1gKjizA .widget p a,
.cid-v2j1gKjizA .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2j1gKjizA .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2j1gKjizA .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: none;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2j1gKjizA .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2j1gKjizA .navbar > .container,
.cid-v2j1gKjizA .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .btn {
    white-space: nowrap;
  }
  .cid-v2j1gKjizA .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after,
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2j1gKjizA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2j1gKjizA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2j1gKjizA .nav-item:focus,
.cid-v2j1gKjizA .nav-link:focus {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2j1gKjizA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2j1gKjizA .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2j1gKjizA .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2j1gKjizA .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2j1gKjizA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2j1gKjizA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2j1gKjizA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2j1gKjizA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2j1gKjizA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2j1gKjizA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2j1gKjizA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-item.active,
.cid-v2j1gKjizA .dropdown-item:active {
  background-color: transparent;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2j1gKjizA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2j1gKjizA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2j1gKjizA .navbar-brand {
    padding: 0;
  }
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2j1gKjizA .widget {
    flex-direction: column;
  }
  .cid-v2j1gKjizA .widget p,
  .cid-v2j1gKjizA .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2j1gKjizA .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-v2j1gKjizA .navbar {
    height: 97px;
  }
  .cid-v2j1gKjizA .navbar.opened {
    height: auto;
  }
  .cid-v2j1gKjizA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v20NqWSmoT .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-v20NqWSmoT .number-wrap {
  color: #000000;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-v20NqWSmoT .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #767676;
}
.cid-v20NqWSmoT .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-v20NqWSmoT .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #767676;
}
.cid-v20NqWSmoT .countdown-cont {
  margin: 0 auto;
}
.cid-v20NqWSmoT .full-count-container {
  background: #efefef;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v20NqWSmoT .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v20NqWSmoT .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-v20NqWSmoT .dot {
    display: none;
  }
  .cid-v20NqWSmoT .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-v20NqWSmoT .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-v20NqWSmoT .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-v20NqWSmoT .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-v20NqWSmoT .number {
    font-size: 25px;
  }
  .cid-v20NqWSmoT .period {
    font-size: 0.7rem;
  }
}
.cid-v20NqWSmoT H2 {
  color: #000000;
}
.cid-v20CXiIofT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v20CXiIofT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v20CXiIofT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v20CXiIofT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v20CXiIofT .container-fluid {
    padding: 0 15px;
  }
}
.cid-v20CXiIofT .row {
  margin: 0;
}
.cid-v20CXiIofT .row .card {
  padding: 0;
}
.cid-v20CXiIofT .card-wrapper {
  padding: 140px 30px;
  background-color: #ff3a46;
}
@media (max-width: 1440px) {
  .cid-v20CXiIofT .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-v20CXiIofT .card-wrapper {
    padding: 15px;
  }
}
.cid-v20CXiIofT .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.cid-v20CXiIofT .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v20CXiIofT .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v20CXiIofT .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v20CXiIofT .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v20CXiIofT .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v20CXiIofT .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-v20CXiIofT .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v20CXiIofT .mbr-label {
  color: #000000;
}
.cid-v20CXiIofT .mbr-section-title {
  color: #000000;
}
.cid-v20CXiIofT .mbr-text,
.cid-v20CXiIofT .text-wrapper {
  color: #ffffff;
}
.cid-v20CXiIofT .mbr-section-title,
.cid-v20CXiIofT .mbr-section-btn {
  color: #ffffff;
}
.cid-v2cQrXV96S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2cQrXV96S .title__block {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-v2cQrXV96S .title__block {
    margin-bottom: 25px;
  }
}
.cid-v2cQrXV96S .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #000000;
}
.cid-v2cQrXV96S .mbr-section-title {
  color: #233d63;
  font-weight: 300;
}
.cid-v2cQrXV96S .mbr-section-title b,
.cid-v2cQrXV96S .mbr-section-title strong {
  font-weight: 500;
}
.cid-v2cQrXV96S .card__wrap:hover .btn-warning-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0px 13px 28px 0px rgba(0, 0, 0, 0.25);
}
.cid-v2cQrXV96S .card__wrap:hover .btn-warning-outline:before {
  transform: scale(1);
}
.cid-v2cQrXV96S .card__wrap {
  background: #ffffff;
  box-shadow: 0px 10px 40px 0px rgba(60, 67, 113, 0.05);
  position: relative;
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin-top: 50px;
  overflow: hidden;
}
.cid-v2cQrXV96S .card__wrap:before {
  content: "";
  width: 50px;
  height: 6px;
  border-radius: 5px 5px 0 0;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 1;
  transition: all 0.8s ease-out;
}
.cid-v2cQrXV96S .card__wrap:after {
  content: "";
  width: 100%;
  height: 6px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: calc(-100% - 100px);
  z-index: 1;
  transition: all 0.8s ease-out;
  background: #ffffff;
}
.cid-v2cQrXV96S .card__wrap:hover:before {
  opacity: 1;
  left: 100%;
}
.cid-v2cQrXV96S .card__wrap:hover:after {
  left: 100%;
}
.cid-v2cQrXV96S .card__wrap:hover .icon__art {
  transform: scale(1.3) translateX(80px);
}
.cid-v2cQrXV96S .wrap:nth-child(1) .card__header {
  border-top: 6px solid #ff6400;
  border-bottom: 1px solid #ff6400;
}
.cid-v2cQrXV96S .wrap:nth-child(2) .card__header {
  border-top: 6px solid #f0bf79;
  border-bottom: 1px solid #f0bf79;
}
.cid-v2cQrXV96S .wrap:nth-child(3) .card__header {
  border-top: 6px solid #ff3a46;
  border-bottom: 1px solid #ff3a46;
}
.cid-v2cQrXV96S .wrap:nth-child(4) .card__header {
  border-top: 6px solid #1e2149;
  border-bottom: 1px solid #1e2149;
}
.cid-v2cQrXV96S .icon__art {
  opacity: 0.18;
  position: absolute;
  left: -60px;
  top: 17%;
  z-index: 0;
  transition: all 0.6s ease-in-out;
}
.cid-v2cQrXV96S .icon__art img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-v2cQrXV96S .card__header {
  position: relative;
  padding: 40px 0 32px;
}
.cid-v2cQrXV96S .card__top {
  position: relative;
  z-index: 5;
  padding: 0 15px;
}
.cid-v2cQrXV96S .card__price {
  color: #ff3a46;
}
.cid-v2cQrXV96S .card__price sup {
  font-size: 60%;
  color: inherit;
}
.cid-v2cQrXV96S .card__title {
  color: #000000;
}
.cid-v2cQrXV96S .card__body {
  padding: 42px 15px 40px;
}
.cid-v2cQrXV96S .card__feature {
  margin-bottom: 15px;
  color: #233d63;
  text-align: left;
}
.cid-v2cQrXV96S .card__footer {
  border-top: 1px solid #e9e9e9;
  padding: 40px 15px 40px;
}
.cid-v2cQrXV96S .item {
  line-height: 45px;
}
.cid-v2cQrXV96S .mbr-section-btn {
  margin: 0;
}
.cid-v2cQrXV96S .mbr-section-btn .btn {
  z-index: 10;
}
.cid-v2cQrXV96S .mbr-section-btn .btn-warning-outline {
  border: 2px solid #dbdbdb !important;
  color: #1a1a1a !important;
  position: relative;
  border-radius: 30px;
  background: transparent !important;
}
.cid-v2cQrXV96S .mbr-section-btn .btn-warning-outline:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  background: linear-gradient(130deg, rgba(255, 100, 0, 0.55) 0%, #ff6400 100%) !important;
  transform: scale(0, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.cid-v2cQrXV96S .btn__trial {
  margin-top: 32px;
  line-height: 25px;
}
.cid-v2cQrXV96S .btn__trial a {
  color: #6a6c72 !important;
}
.cid-v2cQrXV96S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2cQrXV96S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2cQrXV96S .items__block {
  color: #000000;
}
.cid-v2cQrXV96S .card__subtitle {
  color: #000000;
}
.cid-v2cQrXV96S .items__block P {
  text-align: left;
}
.cid-v2zh7AUaAu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v2zh7AUaAu .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #4f87fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v2zh7AUaAu .photo-split {
  padding: 0;
}
.cid-v2zh7AUaAu .photo-split img {
  max-height: 800px;
  width: auto;
}
.cid-v2zh7AUaAu .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-v2zh7AUaAu .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-v2zh7AUaAu .wrap-block {
  padding: 3rem 3rem;
}
.cid-v2zh7AUaAu .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-v2zh7AUaAu .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-v2zh7AUaAu .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-v2zh7AUaAu .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v2zh7AUaAu .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-v2zh7AUaAu .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v2zh7AUaAu .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-v2zh7AUaAu .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-v2zh7AUaAu .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-v2zh7AUaAu .mbr-list {
  text-align: left;
}
.cid-v2zh7AUaAu .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-v2zh7AUaAu .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #4f87fb;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-v2zh7AUaAu .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-v2zh7AUaAu .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v2zh7AUaAu .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-v2zh7AUaAu .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-v2zh7AUaAu .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-v2zh7AUaAu .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v2zh7AUaAu .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v2zh7AUaAu .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-v2zh7AUaAu .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-v2zh7AUaAu .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-v2zh7AUaAu .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-v2zh7AUaAu .mbr-section-title,
  .cid-v2zh7AUaAu .mbr-section-subtitle,
  .cid-v2zh7AUaAu .mbr-text {
    text-align: left !important;
  }
  .cid-v2zh7AUaAu .social-list {
    text-align: center !important;
  }
  .cid-v2zh7AUaAu .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-v2zh7AUaAu .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-v2zh7AUaAu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2zh7AUaAu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1D7fvlcNF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1D7fvlcNF .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v1D7fvlcNF .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v1D7fvlcNF .brand__text {
  padding: 12px 0 25px;
}
.cid-v1D7fvlcNF .brand__email {
  margin-bottom: 15px;
}
.cid-v1D7fvlcNF .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v1D7fvlcNF .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v1D7fvlcNF .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v1D7fvlcNF .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v1D7fvlcNF .social {
  margin-top: 30px;
}
.cid-v1D7fvlcNF .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v1D7fvlcNF .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v1D7fvlcNF .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v1D7fvlcNF .social .social__items:last-child {
  margin-right: 0;
}
.cid-v1D7fvlcNF .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v1D7fvlcNF .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v1D7fvlcNF .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v1D7fvlcNF .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v1D7fvlcNF .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v1D7fvlcNF .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v1D7fvlcNF .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v1D7fvlcNF .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v1D7fvlcNF .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v1D7fvlcNF .divider {
    margin-top: 30px;
  }
  .cid-v1D7fvlcNF .footer__bottom {
    padding: 30px 0;
  }
  .cid-v1D7fvlcNF .align-right,
  .cid-v1D7fvlcNF .privacy {
    text-align: center;
  }
  .cid-v1D7fvlcNF .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v2j1gKjizA {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2j1gKjizA .nav-item,
.cid-v2j1gKjizA .nav-link,
.cid-v2j1gKjizA .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .nav-item:hover,
.cid-v2j1gKjizA .nav-link:hover,
.cid-v2j1gKjizA .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2j1gKjizA .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2j1gKjizA .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2j1gKjizA .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2j1gKjizA .container-fluid,
.cid-v2j1gKjizA .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2j1gKjizA .nav-link:hover:before {
  width: 100%;
}
.cid-v2j1gKjizA .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-v2j1gKjizA .nav-link {
    margin: 0 !important;
  }
}
.cid-v2j1gKjizA .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2j1gKjizA .widget p,
.cid-v2j1gKjizA .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2j1gKjizA .widget p a,
.cid-v2j1gKjizA .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2j1gKjizA .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2j1gKjizA .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: none;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2j1gKjizA .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2j1gKjizA .navbar > .container,
.cid-v2j1gKjizA .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .btn {
    white-space: nowrap;
  }
  .cid-v2j1gKjizA .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after,
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2j1gKjizA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2j1gKjizA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2j1gKjizA .nav-item:focus,
.cid-v2j1gKjizA .nav-link:focus {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2j1gKjizA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2j1gKjizA .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2j1gKjizA .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2j1gKjizA .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2j1gKjizA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2j1gKjizA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2j1gKjizA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2j1gKjizA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2j1gKjizA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2j1gKjizA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2j1gKjizA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-item.active,
.cid-v2j1gKjizA .dropdown-item:active {
  background-color: transparent;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2j1gKjizA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2j1gKjizA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2j1gKjizA .navbar-brand {
    padding: 0;
  }
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2j1gKjizA .widget {
    flex-direction: column;
  }
  .cid-v2j1gKjizA .widget p,
  .cid-v2j1gKjizA .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2j1gKjizA .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-v2j1gKjizA .navbar {
    height: 97px;
  }
  .cid-v2j1gKjizA .navbar.opened {
    height: auto;
  }
  .cid-v2j1gKjizA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3x4wjvvnr .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-v3x4wjvvnr .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-v3x4wjvvnr .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-v3x4wjvvnr .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-v3x4wjvvnr .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-v3x4wjvvnr .countdown-cont {
  margin: 0 auto;
}
.cid-v3x4wjvvnr .full-count-container {
  background: #ff3a46;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3x4wjvvnr .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3x4wjvvnr .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-v3x4wjvvnr .dot {
    display: none;
  }
  .cid-v3x4wjvvnr .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-v3x4wjvvnr .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-v3x4wjvvnr .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-v3x4wjvvnr .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-v3x4wjvvnr .number {
    font-size: 25px;
  }
  .cid-v3x4wjvvnr .period {
    font-size: 0.7rem;
  }
}
.cid-v3x4wjvvnr H2 {
  color: #ffffff;
}
.cid-v2hBrKVYI1 {
  background-color: #eeeef4;
}
.cid-v2hBrKVYI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2hBrKVYI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2hBrKVYI1 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2hBrKVYI1 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2hBrKVYI1 .title-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v2hBrKVYI1 .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-v2hBrKVYI1 .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-v2hBrKVYI1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2hBrKVYI1 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v2hBrKVYI1 .items-wrapper {
    display: block;
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v2hBrKVYI1 .item {
    margin-bottom: 16px;
  }
}
.cid-v2hBrKVYI1 .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v2hBrKVYI1 .item .item-wrapper {
    padding: 6px;
  }
}
.cid-v2hBrKVYI1 .item .item-wrapper .card-box {
  padding: 32px;
  background-color: #eeeef4;
  border: 1px solid #cdcddd;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-v2hBrKVYI1 .item .item-wrapper .card-box {
    min-height: auto;
    padding: 16px;
  }
}
.cid-v2hBrKVYI1 .item .item-wrapper .card-box .item-content .item-label {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.cid-v2hBrKVYI1 .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v2hBrKVYI1 .item .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-v2hBrKVYI1 .item .item-wrapper .card-box .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2hBrKVYI1 .item .item-wrapper .card-box .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2hBrKVYI1 .item .item-wrapper .card-box .item-img {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-v2hBrKVYI1 .item .item-wrapper .card-box .item-img {
    margin-top: 24px;
  }
}
.cid-v2hBrKVYI1 .item .item-wrapper .card-box .item-img img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.cid-v2hBrKVYI1 .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-v2hBrKVYI1 .mbr-section-title {
  color: #181824;
}
.cid-v2hBrKVYI1 .mbr-section-title,
.cid-v2hBrKVYI1 .icon-wrapper {
  text-align: center;
}
.cid-v2hBrKVYI1 .item-label {
  color: #49496d;
}
.cid-v2hBrKVYI1 .item-title {
  color: #181824;
}
.cid-v2hBrKVYI1 .item-text {
  color: #54547e;
}
.cid-v2hBrKVYI1 .video-card {
  width: 100%;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 1.77777778;
  overflow: hidden;
  border-radius: 8px;
}
.cid-v2hBrKVYI1 .video-card iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}
.cid-v2hBrKVYI1 H2 {
  color: #000000;
}
.cid-v2hiyzGbE7 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v2hiyzGbE7 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v2hiyzGbE7 .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v2hiyzGbE7 .brand__text {
  padding: 12px 0 25px;
}
.cid-v2hiyzGbE7 .brand__email {
  margin-bottom: 15px;
}
.cid-v2hiyzGbE7 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v2hiyzGbE7 .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v2hiyzGbE7 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v2hiyzGbE7 .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v2hiyzGbE7 .social {
  margin-top: 30px;
}
.cid-v2hiyzGbE7 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v2hiyzGbE7 .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2hiyzGbE7 .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v2hiyzGbE7 .social .social__items:last-child {
  margin-right: 0;
}
.cid-v2hiyzGbE7 .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v2hiyzGbE7 .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v2hiyzGbE7 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v2hiyzGbE7 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v2hiyzGbE7 .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v2hiyzGbE7 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v2hiyzGbE7 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v2hiyzGbE7 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v2hiyzGbE7 .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v2hiyzGbE7 .divider {
    margin-top: 30px;
  }
  .cid-v2hiyzGbE7 .footer__bottom {
    padding: 30px 0;
  }
  .cid-v2hiyzGbE7 .align-right,
  .cid-v2hiyzGbE7 .privacy {
    text-align: center;
  }
  .cid-v2hiyzGbE7 .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v2lkIdJDK5 {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2lkIdJDK5 .nav-item,
.cid-v2lkIdJDK5 .nav-link,
.cid-v2lkIdJDK5 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2lkIdJDK5 .nav-item:hover,
.cid-v2lkIdJDK5 .nav-link:hover,
.cid-v2lkIdJDK5 .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2lkIdJDK5 .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2lkIdJDK5 .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2lkIdJDK5 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2lkIdJDK5 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2lkIdJDK5 .container-fluid,
.cid-v2lkIdJDK5 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2lkIdJDK5 .navbar-brand {
  padding: 0;
}
.cid-v2lkIdJDK5 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2lkIdJDK5 .nav-link:hover:before {
  width: 100%;
}
.cid-v2lkIdJDK5 .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-v2lkIdJDK5 .nav-link {
    margin: 0 !important;
  }
}
.cid-v2lkIdJDK5 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2lkIdJDK5 .widget p,
.cid-v2lkIdJDK5 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2lkIdJDK5 .widget p a,
.cid-v2lkIdJDK5 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2lkIdJDK5 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2lkIdJDK5 .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2lkIdJDK5 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2lkIdJDK5 .block__phone,
  .cid-v2lkIdJDK5 .icons-menu {
    display: none;
  }
  .cid-v2lkIdJDK5 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2lkIdJDK5 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2lkIdJDK5 .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2lkIdJDK5 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2lkIdJDK5 .navbar > .container,
.cid-v2lkIdJDK5 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2lkIdJDK5 .btn {
    white-space: nowrap;
  }
  .cid-v2lkIdJDK5 .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2lkIdJDK5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2lkIdJDK5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2lkIdJDK5 .dropdown-toggle::after,
  .cid-v2lkIdJDK5 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2lkIdJDK5 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2lkIdJDK5 .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-v2lkIdJDK5 .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2lkIdJDK5 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2lkIdJDK5 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2lkIdJDK5 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2lkIdJDK5 .nav-item:focus,
.cid-v2lkIdJDK5 .nav-link:focus {
  outline: none;
}
.cid-v2lkIdJDK5 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2lkIdJDK5 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2lkIdJDK5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2lkIdJDK5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2lkIdJDK5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2lkIdJDK5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2lkIdJDK5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2lkIdJDK5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2lkIdJDK5 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2lkIdJDK5 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2lkIdJDK5 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2lkIdJDK5 .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2lkIdJDK5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2lkIdJDK5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2lkIdJDK5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2lkIdJDK5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2lkIdJDK5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2lkIdJDK5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2lkIdJDK5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2lkIdJDK5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2lkIdJDK5 .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2lkIdJDK5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2lkIdJDK5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2lkIdJDK5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2lkIdJDK5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2lkIdJDK5 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2lkIdJDK5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2lkIdJDK5 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2lkIdJDK5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2lkIdJDK5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2lkIdJDK5 .dropdown-item.active,
.cid-v2lkIdJDK5 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2lkIdJDK5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2lkIdJDK5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2lkIdJDK5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2lkIdJDK5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2lkIdJDK5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2lkIdJDK5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2lkIdJDK5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2lkIdJDK5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2lkIdJDK5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2lkIdJDK5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2lkIdJDK5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2lkIdJDK5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2lkIdJDK5 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2lkIdJDK5 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2lkIdJDK5 a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2lkIdJDK5 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2lkIdJDK5 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2lkIdJDK5 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2lkIdJDK5 .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-v2lkIdJDK5 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2lkIdJDK5 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2lkIdJDK5 .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-v2lkIdJDK5 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2lkIdJDK5 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2lkIdJDK5 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2lkIdJDK5 a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2lkIdJDK5 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2lkIdJDK5 .navbar-brand {
    padding: 0;
  }
  .cid-v2lkIdJDK5 .block__phone,
  .cid-v2lkIdJDK5 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2lkIdJDK5 .widget {
    flex-direction: column;
  }
  .cid-v2lkIdJDK5 .widget p,
  .cid-v2lkIdJDK5 .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2lkIdJDK5 .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-v2lkIdJDK5 .navbar {
    height: 97px;
  }
  .cid-v2lkIdJDK5 .navbar.opened {
    height: auto;
  }
  .cid-v2lkIdJDK5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2lkIdZrYi {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #e9e9e9;
}
.cid-v2lkIdZrYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lkIdZrYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lkIdZrYi .card-wrapper {
  padding: 120px 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-v2lkIdZrYi .card-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-v2lkIdZrYi .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-v2lkIdZrYi .card-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2lkIdZrYi .card-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v2lkIdZrYi .card-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #19171c;
  margin-bottom: 0;
}
.cid-v2lkIdZrYi .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v2lkIdZrYi .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2lkIdZrYi .card-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
.cid-v2lkIdZrYi .mbr-section-title {
  color: #19171c;
}
.cid-v2lkIdZrYi .mbr-label,
.cid-v2lkIdZrYi .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2lkIdZrYi .mbr-text,
.cid-v2lkIdZrYi .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-v2lkIdZrYi .mbr-section-title,
.cid-v2lkIdZrYi .mbr-section-btn {
  text-align: center;
}
#custom-html-78 {
  /* Type valid CSS here */
}
#custom-html-78 div.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  background: #f1f2ee;
  padding: 60px 0 30px 0;
}
#custom-html-78 div.products > div.product {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 6px 18px 0 #dadada;
  min-width: 330px;
  max-width: 350px;
  padding: 0 0 26px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  /* remove default border from ectstyle4 */
  transition: box-shadow 0.18s;
}
#custom-html-78 div.products > div.product:hover {
  box-shadow: 0 14px 38px 0 #c1eab7;
}
#custom-html-78 div.prodname {
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 2px;
  text-align: left;
  width: 100%;
  padding: 24px 32px 2px 32px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background: #b2f078;
  color: #111;
}
#custom-html-78 div.prodname {
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0 -8px 0 -8px;
  /* Negative margin to offset card padding */
  text-align: left;
  width: auto;
  padding: 30px 32px 10px 32px;
  /* Restore horizontal padding for text */
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background: #b2f078;
  color: #111;
  line-height: 1.2;
  box-sizing: border-box;
}
#custom-html-78 div.prodprice {
  font-size: 2.2rem;
  font-weight: 900;
  color: #111;
  margin-bottom: 8px;
  width: 100%;
  text-align: left;
  padding-left: 32px;
}
#custom-html-78 div.proddescription {
  box-sizing: border-box;
  color: #222;
  font-size: 1.08rem;
  margin: 18px 0 0 0;
  line-height: 1.5;
  text-align: left;
  width: 100%;
  min-height: 48px;
  padding: 0 32px 12px 32px;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 0 0 0 0;
}
#custom-html-78 div.product select,
#custom-html-78 div.product input[type="text"] {
  margin: 13px 0 0 0;
  padding: 6px 10px;
  width: 82%;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
}
#custom-html-78 div.addtocart {
  width: 100%;
  padding: 0 32px;
  margin-top: 26px;
  text-align: center;
}
#custom-html-78 div.addtocart button,
#custom-html-78 div.addtocart input[type="submit"] {
  width: 100%;
  padding: 16px;
  font-size: 1.07rem;
  background: #b2f078;
  border: none;
  border-radius: 28px;
  color: #111;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.16s;
  margin: 0 auto;
}
#custom-html-78 div.addtocart button:disabled,
#custom-html-78 div.addtocart input[type="submit"]:disabled {
  background: #f1f2ee;
  color: #aaa;
  cursor: not-allowed;
}
@media (max-width: 1100px) {
  #custom-html-78 div.products {
    flex-direction: column;
    align-items: center;
  }
}
.cid-v2lkIe9wLV {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v2lkIe9wLV .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v2lkIe9wLV .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v2lkIe9wLV .brand__text {
  padding: 12px 0 25px;
}
.cid-v2lkIe9wLV .brand__email {
  margin-bottom: 15px;
}
.cid-v2lkIe9wLV .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v2lkIe9wLV .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v2lkIe9wLV .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v2lkIe9wLV .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v2lkIe9wLV .social {
  margin-top: 30px;
}
.cid-v2lkIe9wLV .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v2lkIe9wLV .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2lkIe9wLV .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v2lkIe9wLV .social .social__items:last-child {
  margin-right: 0;
}
.cid-v2lkIe9wLV .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v2lkIe9wLV .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v2lkIe9wLV .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v2lkIe9wLV .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v2lkIe9wLV .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v2lkIe9wLV .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v2lkIe9wLV .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v2lkIe9wLV .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v2lkIe9wLV .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v2lkIe9wLV .divider {
    margin-top: 30px;
  }
  .cid-v2lkIe9wLV .footer__bottom {
    padding: 30px 0;
  }
  .cid-v2lkIe9wLV .align-right,
  .cid-v2lkIe9wLV .privacy {
    text-align: center;
  }
  .cid-v2lkIe9wLV .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v2lpBPZxa7 {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2lpBPZxa7 .nav-item,
.cid-v2lpBPZxa7 .nav-link,
.cid-v2lpBPZxa7 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2lpBPZxa7 .nav-item:hover,
.cid-v2lpBPZxa7 .nav-link:hover,
.cid-v2lpBPZxa7 .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2lpBPZxa7 .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2lpBPZxa7 .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2lpBPZxa7 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2lpBPZxa7 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2lpBPZxa7 .container-fluid,
.cid-v2lpBPZxa7 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2lpBPZxa7 .navbar-brand {
  padding: 0;
}
.cid-v2lpBPZxa7 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2lpBPZxa7 .nav-link:hover:before {
  width: 100%;
}
.cid-v2lpBPZxa7 .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-v2lpBPZxa7 .nav-link {
    margin: 0 !important;
  }
}
.cid-v2lpBPZxa7 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2lpBPZxa7 .widget p,
.cid-v2lpBPZxa7 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2lpBPZxa7 .widget p a,
.cid-v2lpBPZxa7 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2lpBPZxa7 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2lpBPZxa7 .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2lpBPZxa7 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2lpBPZxa7 .block__phone,
  .cid-v2lpBPZxa7 .icons-menu {
    display: none;
  }
  .cid-v2lpBPZxa7 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2lpBPZxa7 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2lpBPZxa7 .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2lpBPZxa7 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2lpBPZxa7 .navbar > .container,
.cid-v2lpBPZxa7 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2lpBPZxa7 .btn {
    white-space: nowrap;
  }
  .cid-v2lpBPZxa7 .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2lpBPZxa7 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2lpBPZxa7 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2lpBPZxa7 .dropdown-toggle::after,
  .cid-v2lpBPZxa7 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2lpBPZxa7 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2lpBPZxa7 .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-v2lpBPZxa7 .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2lpBPZxa7 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2lpBPZxa7 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2lpBPZxa7 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2lpBPZxa7 .nav-item:focus,
.cid-v2lpBPZxa7 .nav-link:focus {
  outline: none;
}
.cid-v2lpBPZxa7 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2lpBPZxa7 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2lpBPZxa7 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2lpBPZxa7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2lpBPZxa7 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2lpBPZxa7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2lpBPZxa7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2lpBPZxa7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2lpBPZxa7 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2lpBPZxa7 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2lpBPZxa7 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2lpBPZxa7 .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2lpBPZxa7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2lpBPZxa7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2lpBPZxa7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2lpBPZxa7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2lpBPZxa7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2lpBPZxa7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2lpBPZxa7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2lpBPZxa7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2lpBPZxa7 .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2lpBPZxa7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2lpBPZxa7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2lpBPZxa7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2lpBPZxa7 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2lpBPZxa7 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2lpBPZxa7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2lpBPZxa7 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2lpBPZxa7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2lpBPZxa7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2lpBPZxa7 .dropdown-item.active,
.cid-v2lpBPZxa7 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2lpBPZxa7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2lpBPZxa7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2lpBPZxa7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2lpBPZxa7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2lpBPZxa7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2lpBPZxa7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2lpBPZxa7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2lpBPZxa7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2lpBPZxa7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2lpBPZxa7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2lpBPZxa7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2lpBPZxa7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2lpBPZxa7 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2lpBPZxa7 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2lpBPZxa7 a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2lpBPZxa7 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2lpBPZxa7 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2lpBPZxa7 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2lpBPZxa7 .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-v2lpBPZxa7 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2lpBPZxa7 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2lpBPZxa7 .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-v2lpBPZxa7 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2lpBPZxa7 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2lpBPZxa7 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2lpBPZxa7 a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2lpBPZxa7 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2lpBPZxa7 .navbar-brand {
    padding: 0;
  }
  .cid-v2lpBPZxa7 .block__phone,
  .cid-v2lpBPZxa7 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2lpBPZxa7 .widget {
    flex-direction: column;
  }
  .cid-v2lpBPZxa7 .widget p,
  .cid-v2lpBPZxa7 .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2lpBPZxa7 .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-v2lpBPZxa7 .navbar {
    height: 97px;
  }
  .cid-v2lpBPZxa7 .navbar.opened {
    height: auto;
  }
  .cid-v2lpBPZxa7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-7b {
  /* Type valid CSS here */
  /* Container spacing for product pages */
  /* Responsive grid */
  /* Fix for images/videos overflowing */
  /* Optional card styling */
}
#custom-html-7b div.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  background: #f1f2ee;
  padding: 60px 0 30px 0;
}
#custom-html-7b div.products > div.product {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 6px 18px 0 #dadada;
  min-width: 330px;
  max-width: 350px;
  padding: 0 0 26px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  /* remove default border from ectstyle4 */
  transition: box-shadow 0.18s;
}
#custom-html-7b div.products > div.product:hover {
  box-shadow: 0 14px 38px 0 #c1eab7;
}
#custom-html-7b div.prodname {
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 2px;
  text-align: left;
  width: 100%;
  padding: 24px 32px 2px 32px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background: #b2f078;
  color: #111;
}
#custom-html-7b div.prodname {
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0 -8px 0 -8px;
  /* Negative margin to offset card padding */
  text-align: left;
  width: auto;
  padding: 30px 32px 10px 32px;
  /* Restore horizontal padding for text */
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background: #b2f078;
  color: #111;
  line-height: 1.2;
  box-sizing: border-box;
}
#custom-html-7b div.prodprice {
  font-size: 2.2rem;
  font-weight: 900;
  color: #111;
  margin-bottom: 8px;
  width: 100%;
  text-align: left;
  padding-left: 32px;
}
#custom-html-7b div.proddescription {
  box-sizing: border-box;
  color: #222;
  font-size: 1.08rem;
  margin: 18px 0 0 0;
  line-height: 1.5;
  text-align: left;
  width: 100%;
  min-height: 48px;
  padding: 0 32px 12px 32px;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 0 0 0 0;
}
#custom-html-7b div.product select,
#custom-html-7b div.product input[type="text"] {
  margin: 13px 0 0 0;
  padding: 6px 10px;
  width: 82%;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
}
#custom-html-7b div.addtocart {
  width: 100%;
  padding: 0 32px;
  margin-top: 26px;
  text-align: center;
}
#custom-html-7b div.addtocart button,
#custom-html-7b div.addtocart input[type="submit"] {
  width: 100%;
  padding: 16px;
  font-size: 1.07rem;
  background: #b2f078;
  border: none;
  border-radius: 28px;
  color: #111;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.16s;
  margin: 0 auto;
}
#custom-html-7b div.addtocart button:disabled,
#custom-html-7b div.addtocart input[type="submit"]:disabled {
  background: #f1f2ee;
  color: #aaa;
  cursor: not-allowed;
}
@media (max-width: 1100px) {
  #custom-html-7b div.products {
    flex-direction: column;
    align-items: center;
  }
}
#custom-html-7b .products-wrapper {
  max-width: 1400px;
  /* gives more width for cards */
  margin: 0 auto;
  padding: 0 60px;
  /* adds 60px space on left and right */
}
#custom-html-7b .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}
#custom-html-7b .products-grid iframe,
#custom-html-7b .products-grid img {
  width: 100%;
  border-radius: 10px;
}
#custom-html-7b .products-grid .product-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
}
.cid-v2lpBQiuZ7 {
  background-color: #e9e9e9;
}
.cid-v2lpBQiuZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lpBQiuZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lpBQiuZ7 .card-wrapper {
  padding: 120px 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-v2lpBQiuZ7 .card-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-v2lpBQiuZ7 .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-v2lpBQiuZ7 .card-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2lpBQiuZ7 .card-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v2lpBQiuZ7 .card-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #19171c;
  margin-bottom: 0;
}
.cid-v2lpBQiuZ7 .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v2lpBQiuZ7 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2lpBQiuZ7 .card-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
.cid-v2lpBQiuZ7 .mbr-section-title {
  color: #19171c;
}
.cid-v2lpBQiuZ7 .mbr-label,
.cid-v2lpBQiuZ7 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2lpBQiuZ7 .mbr-text,
.cid-v2lpBQiuZ7 .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-v2lpBQiuZ7 .mbr-section-title,
.cid-v2lpBQiuZ7 .mbr-section-btn {
  text-align: center;
}
.cid-v2lpBQiuZ7 div.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  background: #ffffff;
  padding: 60px 0 30px 0;
}
.cid-v2lpBQiuZ7 div.products > div.product {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 6px 18px 0 #dadada;
  min-width: 330px;
  max-width: 350px;
  padding: 0 0 26px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  transition: box-shadow 0.18s;
}
.cid-v2lpBQiuZ7 div.products > div.product:hover {
  box-shadow: 0 14px 38px 0 #c1eab7;
}
.cid-v2lpBQiuZ7 div.prodname {
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 2px;
  text-align: left;
  width: auto;
  padding: 30px 32px 10px 32px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background: #b2f078;
  color: #111;
  margin: 0 -8px 0 -8px;
  line-height: 1.2;
  box-sizing: border-box;
}
.cid-v2lpBQiuZ7 div.prodprice {
  font-size: 2.2rem;
  font-weight: 900;
  color: #111;
  margin-bottom: 8px;
  width: 100%;
  text-align: left;
  padding-left: 32px;
}
.cid-v2lpBQiuZ7 div.proddescription {
  box-sizing: border-box;
  color: #222;
  font-size: 1.08rem;
  margin: 18px 0 0 0;
  line-height: 1.5;
  text-align: left;
  width: 90%;
  min-height: 48px;
  padding: 0 32px 12px 32px;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 0 0 0 0;
}
.cid-v2lpBQiuZ7 div.product select,
.cid-v2lpBQiuZ7 div.product input[type="text"] {
  margin: 13px 0 0 0;
  padding: 6px 10px;
  width: 82%;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
}
.cid-v2lpBQiuZ7 div.addtocart {
  width: 100%;
  padding: 0 32px;
  margin-top: 26px;
  text-align: center;
}
.cid-v2lpBQiuZ7 div.addtocart button,
.cid-v2lpBQiuZ7 div.addtocart input[type="submit"] {
  width: 100%;
  padding: 16px;
  font-size: 1.07rem;
  background: #b2f078;
  border: none;
  border-radius: 28px;
  color: #111;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.16s;
  margin: 0 auto;
}
.cid-v2lpBQiuZ7 div.addtocart button:disabled,
.cid-v2lpBQiuZ7 div.addtocart input[type="submit"]:disabled {
  background: #f1f2ee;
  color: #aaa;
  cursor: not-allowed;
}
@media (max-width: 1100px) {
  .cid-v2lpBQiuZ7 div.products {
    flex-direction: column;
    align-items: center;
  }
}
.cid-v2lpBQiuZ7 .products-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}
.cid-v2lpBQiuZ7 .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}
.cid-v2lpBQiuZ7 .products-grid iframe,
.cid-v2lpBQiuZ7 .products-grid img {
  width: 100%;
  border-radius: 10px;
}
.cid-v2lpBQiuZ7 .products-grid .product-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
}
.cid-v2lpBQrya6 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v2lpBQrya6 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v2lpBQrya6 .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v2lpBQrya6 .brand__text {
  padding: 12px 0 25px;
}
.cid-v2lpBQrya6 .brand__email {
  margin-bottom: 15px;
}
.cid-v2lpBQrya6 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v2lpBQrya6 .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v2lpBQrya6 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v2lpBQrya6 .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v2lpBQrya6 .social {
  margin-top: 30px;
}
.cid-v2lpBQrya6 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v2lpBQrya6 .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2lpBQrya6 .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v2lpBQrya6 .social .social__items:last-child {
  margin-right: 0;
}
.cid-v2lpBQrya6 .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v2lpBQrya6 .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v2lpBQrya6 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v2lpBQrya6 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v2lpBQrya6 .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v2lpBQrya6 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v2lpBQrya6 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v2lpBQrya6 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v2lpBQrya6 .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v2lpBQrya6 .divider {
    margin-top: 30px;
  }
  .cid-v2lpBQrya6 .footer__bottom {
    padding: 30px 0;
  }
  .cid-v2lpBQrya6 .align-right,
  .cid-v2lpBQrya6 .privacy {
    text-align: center;
  }
  .cid-v2lpBQrya6 .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v2lv2ONfut {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2lv2ONfut .nav-item,
.cid-v2lv2ONfut .nav-link,
.cid-v2lv2ONfut .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2lv2ONfut .nav-item:hover,
.cid-v2lv2ONfut .nav-link:hover,
.cid-v2lv2ONfut .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2lv2ONfut .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2lv2ONfut .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2lv2ONfut .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2lv2ONfut .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2lv2ONfut .container-fluid,
.cid-v2lv2ONfut .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2lv2ONfut .navbar-brand {
  padding: 0;
}
.cid-v2lv2ONfut .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2lv2ONfut .nav-link:hover:before {
  width: 100%;
}
.cid-v2lv2ONfut .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-v2lv2ONfut .nav-link {
    margin: 0 !important;
  }
}
.cid-v2lv2ONfut .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2lv2ONfut .widget p,
.cid-v2lv2ONfut .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2lv2ONfut .widget p a,
.cid-v2lv2ONfut .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2lv2ONfut .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2lv2ONfut .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2lv2ONfut .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2lv2ONfut .block__phone,
  .cid-v2lv2ONfut .icons-menu {
    display: none;
  }
  .cid-v2lv2ONfut .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2lv2ONfut .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2lv2ONfut .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2lv2ONfut .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2lv2ONfut .navbar > .container,
.cid-v2lv2ONfut .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2lv2ONfut .btn {
    white-space: nowrap;
  }
  .cid-v2lv2ONfut .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2lv2ONfut .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2lv2ONfut .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2lv2ONfut .dropdown-toggle::after,
  .cid-v2lv2ONfut .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2lv2ONfut .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2lv2ONfut .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-v2lv2ONfut .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2lv2ONfut .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2lv2ONfut .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2lv2ONfut .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2lv2ONfut .nav-item:focus,
.cid-v2lv2ONfut .nav-link:focus {
  outline: none;
}
.cid-v2lv2ONfut .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2lv2ONfut .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2lv2ONfut .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2lv2ONfut .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2lv2ONfut .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2lv2ONfut .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2lv2ONfut .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2lv2ONfut ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2lv2ONfut .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2lv2ONfut .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2lv2ONfut .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2lv2ONfut .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2lv2ONfut .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2lv2ONfut .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2lv2ONfut .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2lv2ONfut .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2lv2ONfut .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2lv2ONfut .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2lv2ONfut .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2lv2ONfut .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2lv2ONfut .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2lv2ONfut .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2lv2ONfut .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2lv2ONfut .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2lv2ONfut .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2lv2ONfut .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2lv2ONfut .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2lv2ONfut .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2lv2ONfut .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2lv2ONfut .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2lv2ONfut .dropdown-item.active,
.cid-v2lv2ONfut .dropdown-item:active {
  background-color: transparent;
}
.cid-v2lv2ONfut .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2lv2ONfut .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2lv2ONfut button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2lv2ONfut button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2lv2ONfut button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2lv2ONfut button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2lv2ONfut button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2lv2ONfut button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2lv2ONfut nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2lv2ONfut nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2lv2ONfut nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2lv2ONfut nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2lv2ONfut .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2lv2ONfut a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2lv2ONfut a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2lv2ONfut .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2lv2ONfut .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2lv2ONfut .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2lv2ONfut .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-v2lv2ONfut .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2lv2ONfut .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2lv2ONfut .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-v2lv2ONfut .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2lv2ONfut .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2lv2ONfut .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2lv2ONfut a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2lv2ONfut ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2lv2ONfut .navbar-brand {
    padding: 0;
  }
  .cid-v2lv2ONfut .block__phone,
  .cid-v2lv2ONfut .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2lv2ONfut .widget {
    flex-direction: column;
  }
  .cid-v2lv2ONfut .widget p,
  .cid-v2lv2ONfut .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2lv2ONfut .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-v2lv2ONfut .navbar {
    height: 97px;
  }
  .cid-v2lv2ONfut .navbar.opened {
    height: auto;
  }
  .cid-v2lv2ONfut .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2lvd7CgPn {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v2lvd7CgPn .mbr-overlay {
  background: #5eeebb;
}
.cid-v2lvd7CgPn .column2 {
  margin-top: 150px;
}
.cid-v2lvd7CgPn .card {
  padding: 0 35px;
  margin-bottom: 150px;
  position: relative;
}
.cid-v2lvd7CgPn .card:hover .image img {
  transform: scale(1.1);
}
.cid-v2lvd7CgPn .card:hover .card__content {
  left: 35px;
}
.cid-v2lvd7CgPn .image {
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.cid-v2lvd7CgPn .image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-v2lvd7CgPn .card__content {
  position: absolute;
  bottom: -100px;
  right: 35px;
  left: 100px;
  padding: 50px 35px 42px 60px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: -15px 19px 40px 0px rgba(240, 240, 240, 0.5);
  transition: all 0.5s ease-in-out;
}
.cid-v2lvd7CgPn .card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 60px;
  z-index: 1;
  background-color: #f0bf79;
  box-shadow: 0px 15px 40px 0px rgba(189, 189, 189, 0.5);
}
.cid-v2lvd7CgPn .card__icon .mbr-iconfont {
  color: #fff;
  font-size: 35px;
}
.cid-v2lvd7CgPn .card__title {
  margin-bottom: 15px;
  color: #233d63;
}
.cid-v2lvd7CgPn .btn__card {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-v2lvd7CgPn .btn__card .mbr-iconfont {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-v2lvd7CgPn .card {
    padding: 0;
    margin-bottom: 70px;
  }
  .cid-v2lvd7CgPn .card__content {
    padding: 50px 20px 20px;
    right: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .cid-v2lvd7CgPn .column2 {
    margin-top: 0;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .cid-v2lvd7CgPn .image {
    max-height: 450px;
  }
}
.cid-v2lvd7CgPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lvd7CgPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lv2Poup6 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v2lv2Poup6 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v2lv2Poup6 .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v2lv2Poup6 .brand__text {
  padding: 12px 0 25px;
}
.cid-v2lv2Poup6 .brand__email {
  margin-bottom: 15px;
}
.cid-v2lv2Poup6 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v2lv2Poup6 .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v2lv2Poup6 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v2lv2Poup6 .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v2lv2Poup6 .social {
  margin-top: 30px;
}
.cid-v2lv2Poup6 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v2lv2Poup6 .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2lv2Poup6 .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v2lv2Poup6 .social .social__items:last-child {
  margin-right: 0;
}
.cid-v2lv2Poup6 .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v2lv2Poup6 .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v2lv2Poup6 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v2lv2Poup6 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v2lv2Poup6 .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v2lv2Poup6 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v2lv2Poup6 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v2lv2Poup6 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v2lv2Poup6 .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v2lv2Poup6 .divider {
    margin-top: 30px;
  }
  .cid-v2lv2Poup6 .footer__bottom {
    padding: 30px 0;
  }
  .cid-v2lv2Poup6 .align-right,
  .cid-v2lv2Poup6 .privacy {
    text-align: center;
  }
  .cid-v2lv2Poup6 .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v2AtitsJc0 {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2AtitsJc0 .nav-item,
.cid-v2AtitsJc0 .nav-link,
.cid-v2AtitsJc0 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2AtitsJc0 .nav-item:hover,
.cid-v2AtitsJc0 .nav-link:hover,
.cid-v2AtitsJc0 .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2AtitsJc0 .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2AtitsJc0 .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2AtitsJc0 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2AtitsJc0 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2AtitsJc0 .container-fluid,
.cid-v2AtitsJc0 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2AtitsJc0 .navbar-brand {
  padding: 0;
}
.cid-v2AtitsJc0 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2AtitsJc0 .nav-link:hover:before {
  width: 100%;
}
.cid-v2AtitsJc0 .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-v2AtitsJc0 .nav-link {
    margin: 0 !important;
  }
}
.cid-v2AtitsJc0 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2AtitsJc0 .widget p,
.cid-v2AtitsJc0 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2AtitsJc0 .widget p a,
.cid-v2AtitsJc0 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2AtitsJc0 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2AtitsJc0 .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2AtitsJc0 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2AtitsJc0 .block__phone,
  .cid-v2AtitsJc0 .icons-menu {
    display: none;
  }
  .cid-v2AtitsJc0 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2AtitsJc0 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2AtitsJc0 .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2AtitsJc0 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2AtitsJc0 .navbar > .container,
.cid-v2AtitsJc0 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2AtitsJc0 .btn {
    white-space: nowrap;
  }
  .cid-v2AtitsJc0 .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2AtitsJc0 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2AtitsJc0 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2AtitsJc0 .dropdown-toggle::after,
  .cid-v2AtitsJc0 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2AtitsJc0 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2AtitsJc0 .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-v2AtitsJc0 .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2AtitsJc0 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2AtitsJc0 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2AtitsJc0 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2AtitsJc0 .nav-item:focus,
.cid-v2AtitsJc0 .nav-link:focus {
  outline: none;
}
.cid-v2AtitsJc0 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2AtitsJc0 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2AtitsJc0 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2AtitsJc0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2AtitsJc0 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2AtitsJc0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2AtitsJc0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2AtitsJc0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2AtitsJc0 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2AtitsJc0 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2AtitsJc0 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2AtitsJc0 .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2AtitsJc0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2AtitsJc0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2AtitsJc0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2AtitsJc0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2AtitsJc0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2AtitsJc0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2AtitsJc0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2AtitsJc0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2AtitsJc0 .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2AtitsJc0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2AtitsJc0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2AtitsJc0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2AtitsJc0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2AtitsJc0 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2AtitsJc0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2AtitsJc0 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2AtitsJc0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2AtitsJc0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2AtitsJc0 .dropdown-item.active,
.cid-v2AtitsJc0 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2AtitsJc0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2AtitsJc0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2AtitsJc0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2AtitsJc0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2AtitsJc0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2AtitsJc0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2AtitsJc0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2AtitsJc0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2AtitsJc0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2AtitsJc0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2AtitsJc0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2AtitsJc0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2AtitsJc0 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2AtitsJc0 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2AtitsJc0 a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2AtitsJc0 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2AtitsJc0 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2AtitsJc0 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2AtitsJc0 .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-v2AtitsJc0 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2AtitsJc0 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2AtitsJc0 .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-v2AtitsJc0 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2AtitsJc0 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2AtitsJc0 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2AtitsJc0 a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2AtitsJc0 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2AtitsJc0 .navbar-brand {
    padding: 0;
  }
  .cid-v2AtitsJc0 .block__phone,
  .cid-v2AtitsJc0 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2AtitsJc0 .widget {
    flex-direction: column;
  }
  .cid-v2AtitsJc0 .widget p,
  .cid-v2AtitsJc0 .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2AtitsJc0 .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-v2AtitsJc0 .navbar {
    height: 97px;
  }
  .cid-v2AtitsJc0 .navbar.opened {
    height: auto;
  }
  .cid-v2AtitsJc0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-8b {
  /* Type valid CSS here */
  /* Container spacing for product pages */
  /* Responsive grid */
  /* Fix for images/videos overflowing */
  /* Optional card styling */
}
#custom-html-8b div.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  background: #f1f2ee;
  padding: 60px 0 30px 0;
}
#custom-html-8b div.products > div.product {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 6px 18px 0 #dadada;
  min-width: 330px;
  max-width: 350px;
  padding: 0 0 26px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  /* remove default border from ectstyle4 */
  transition: box-shadow 0.18s;
}
#custom-html-8b div.products > div.product:hover {
  box-shadow: 0 14px 38px 0 #c1eab7;
}
#custom-html-8b div.prodname {
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 2px;
  text-align: left;
  width: 100%;
  padding: 24px 32px 2px 32px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background: #b2f078;
  color: #111;
}
#custom-html-8b div.prodname {
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0 -8px 0 -8px;
  /* Negative margin to offset card padding */
  text-align: left;
  width: auto;
  padding: 30px 32px 10px 32px;
  /* Restore horizontal padding for text */
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background: #b2f078;
  color: #111;
  line-height: 1.2;
  box-sizing: border-box;
}
#custom-html-8b div.prodprice {
  font-size: 2.2rem;
  font-weight: 900;
  color: #111;
  margin-bottom: 8px;
  width: 100%;
  text-align: left;
  padding-left: 32px;
}
#custom-html-8b div.proddescription {
  box-sizing: border-box;
  color: #222;
  font-size: 1.08rem;
  margin: 18px 0 0 0;
  line-height: 1.5;
  text-align: left;
  width: 100%;
  min-height: 48px;
  padding: 0 32px 12px 32px;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 0 0 0 0;
}
#custom-html-8b div.product select,
#custom-html-8b div.product input[type="text"] {
  margin: 13px 0 0 0;
  padding: 6px 10px;
  width: 82%;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
}
#custom-html-8b div.addtocart {
  width: 100%;
  padding: 0 32px;
  margin-top: 26px;
  text-align: center;
}
#custom-html-8b div.addtocart button,
#custom-html-8b div.addtocart input[type="submit"] {
  width: 100%;
  padding: 16px;
  font-size: 1.07rem;
  background: #b2f078;
  border: none;
  border-radius: 28px;
  color: #111;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.16s;
  margin: 0 auto;
}
#custom-html-8b div.addtocart button:disabled,
#custom-html-8b div.addtocart input[type="submit"]:disabled {
  background: #f1f2ee;
  color: #aaa;
  cursor: not-allowed;
}
@media (max-width: 1100px) {
  #custom-html-8b div.products {
    flex-direction: column;
    align-items: center;
  }
}
#custom-html-8b .products-wrapper {
  max-width: 1400px;
  /* gives more width for cards */
  margin: 0 auto;
  padding: 0 60px;
  /* adds 60px space on left and right */
}
#custom-html-8b .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}
#custom-html-8b .products-grid iframe,
#custom-html-8b .products-grid img {
  width: 100%;
  border-radius: 10px;
}
#custom-html-8b .products-grid .product-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
}
.cid-v2AtitJwv4 {
  background-color: #e9e9e9;
}
.cid-v2AtitJwv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2AtitJwv4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2AtitJwv4 .card-wrapper {
  padding: 120px 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-v2AtitJwv4 .card-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-v2AtitJwv4 .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-v2AtitJwv4 .card-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2AtitJwv4 .card-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v2AtitJwv4 .card-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #19171c;
  margin-bottom: 0;
}
.cid-v2AtitJwv4 .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v2AtitJwv4 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2AtitJwv4 .card-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
.cid-v2AtitJwv4 .mbr-section-title {
  color: #19171c;
}
.cid-v2AtitJwv4 .mbr-label,
.cid-v2AtitJwv4 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2AtitJwv4 .mbr-text,
.cid-v2AtitJwv4 .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-v2AtitJwv4 .mbr-section-title,
.cid-v2AtitJwv4 .mbr-section-btn {
  text-align: center;
}
.cid-v2AtitJwv4 div.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  background: #ffffff;
  padding: 60px 0 30px 0;
}
.cid-v2AtitJwv4 div.products > div.product {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 6px 18px 0 #dadada;
  min-width: 330px;
  max-width: 350px;
  padding: 0 0 26px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  transition: box-shadow 0.18s;
}
.cid-v2AtitJwv4 div.products > div.product:hover {
  box-shadow: 0 14px 38px 0 #c1eab7;
}
.cid-v2AtitJwv4 div.prodname {
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 2px;
  text-align: left;
  width: auto;
  padding: 30px 32px 10px 32px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background: #b2f078;
  color: #111;
  margin: 0 -8px 0 -8px;
  line-height: 1.2;
  box-sizing: border-box;
}
.cid-v2AtitJwv4 div.prodprice {
  font-size: 2.2rem;
  font-weight: 900;
  color: #111;
  margin-bottom: 8px;
  width: 100%;
  text-align: left;
  padding-left: 32px;
}
.cid-v2AtitJwv4 div.proddescription {
  box-sizing: border-box;
  color: #222;
  font-size: 1.08rem;
  margin: 18px 0 0 0;
  line-height: 1.5;
  text-align: left;
  width: 90%;
  min-height: 48px;
  padding: 0 32px 12px 32px;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 0 0 0 0;
}
.cid-v2AtitJwv4 div.product select,
.cid-v2AtitJwv4 div.product input[type="text"] {
  margin: 13px 0 0 0;
  padding: 6px 10px;
  width: 82%;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
}
.cid-v2AtitJwv4 div.addtocart {
  width: 100%;
  padding: 0 32px;
  margin-top: 26px;
  text-align: center;
}
.cid-v2AtitJwv4 div.addtocart button,
.cid-v2AtitJwv4 div.addtocart input[type="submit"] {
  width: 100%;
  padding: 16px;
  font-size: 1.07rem;
  background: #b2f078;
  border: none;
  border-radius: 28px;
  color: #111;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.16s;
  margin: 0 auto;
}
.cid-v2AtitJwv4 div.addtocart button:disabled,
.cid-v2AtitJwv4 div.addtocart input[type="submit"]:disabled {
  background: #f1f2ee;
  color: #aaa;
  cursor: not-allowed;
}
@media (max-width: 1100px) {
  .cid-v2AtitJwv4 div.products {
    flex-direction: column;
    align-items: center;
  }
}
.cid-v2AtitJwv4 .products-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}
.cid-v2AtitJwv4 .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}
.cid-v2AtitJwv4 .products-grid iframe,
.cid-v2AtitJwv4 .products-grid img {
  width: 100%;
  border-radius: 10px;
}
.cid-v2AtitJwv4 .products-grid .product-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
}
.cid-v2AtitJwv4 div.minimailsignup {
  border: dotted 1px #e69d01;
  background: #fdedc9;
  margin: 4px auto;
  width: 380px;
  padding: 4px;
}
.cid-v2AtitJwv4 label.minimailsignup {
  display: block;
  font-weight: bold;
  width: 70px;
  padding-top: 2px;
  float: left;
}
.cid-v2AtitJwv4 input.minimailsignup {
  font-size: 12px;
  padding: 2px 2px;
  border: solid 1px #999;
  width: 200px;
  margin: 2px;
}
.cid-v2AtitJwv4 input.minimailsubmit {
  margin: 6px;
}
.cid-v2AtitSfC6 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v2AtitSfC6 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v2AtitSfC6 .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v2AtitSfC6 .brand__text {
  padding: 12px 0 25px;
}
.cid-v2AtitSfC6 .brand__email {
  margin-bottom: 15px;
}
.cid-v2AtitSfC6 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v2AtitSfC6 .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v2AtitSfC6 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v2AtitSfC6 .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v2AtitSfC6 .social {
  margin-top: 30px;
}
.cid-v2AtitSfC6 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v2AtitSfC6 .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2AtitSfC6 .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v2AtitSfC6 .social .social__items:last-child {
  margin-right: 0;
}
.cid-v2AtitSfC6 .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v2AtitSfC6 .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v2AtitSfC6 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v2AtitSfC6 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v2AtitSfC6 .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v2AtitSfC6 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v2AtitSfC6 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v2AtitSfC6 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v2AtitSfC6 .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v2AtitSfC6 .divider {
    margin-top: 30px;
  }
  .cid-v2AtitSfC6 .footer__bottom {
    padding: 30px 0;
  }
  .cid-v2AtitSfC6 .align-right,
  .cid-v2AtitSfC6 .privacy {
    text-align: center;
  }
  .cid-v2AtitSfC6 .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v2AxUxDF1k {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2AxUxDF1k .nav-item,
.cid-v2AxUxDF1k .nav-link,
.cid-v2AxUxDF1k .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2AxUxDF1k .nav-item:hover,
.cid-v2AxUxDF1k .nav-link:hover,
.cid-v2AxUxDF1k .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2AxUxDF1k .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2AxUxDF1k .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2AxUxDF1k .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2AxUxDF1k .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2AxUxDF1k .container-fluid,
.cid-v2AxUxDF1k .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2AxUxDF1k .navbar-brand {
  padding: 0;
}
.cid-v2AxUxDF1k .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2AxUxDF1k .nav-link:hover:before {
  width: 100%;
}
.cid-v2AxUxDF1k .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-v2AxUxDF1k .nav-link {
    margin: 0 !important;
  }
}
.cid-v2AxUxDF1k .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2AxUxDF1k .widget p,
.cid-v2AxUxDF1k .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2AxUxDF1k .widget p a,
.cid-v2AxUxDF1k .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2AxUxDF1k .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2AxUxDF1k .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2AxUxDF1k .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2AxUxDF1k .block__phone,
  .cid-v2AxUxDF1k .icons-menu {
    display: none;
  }
  .cid-v2AxUxDF1k .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2AxUxDF1k .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2AxUxDF1k .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2AxUxDF1k .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2AxUxDF1k .navbar > .container,
.cid-v2AxUxDF1k .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2AxUxDF1k .btn {
    white-space: nowrap;
  }
  .cid-v2AxUxDF1k .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2AxUxDF1k .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2AxUxDF1k .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2AxUxDF1k .dropdown-toggle::after,
  .cid-v2AxUxDF1k .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2AxUxDF1k .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2AxUxDF1k .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-v2AxUxDF1k .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2AxUxDF1k .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2AxUxDF1k .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2AxUxDF1k .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2AxUxDF1k .nav-item:focus,
.cid-v2AxUxDF1k .nav-link:focus {
  outline: none;
}
.cid-v2AxUxDF1k .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2AxUxDF1k .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2AxUxDF1k .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2AxUxDF1k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2AxUxDF1k .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2AxUxDF1k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2AxUxDF1k .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2AxUxDF1k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2AxUxDF1k .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2AxUxDF1k .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2AxUxDF1k .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2AxUxDF1k .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2AxUxDF1k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2AxUxDF1k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2AxUxDF1k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2AxUxDF1k .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2AxUxDF1k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2AxUxDF1k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2AxUxDF1k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2AxUxDF1k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2AxUxDF1k .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2AxUxDF1k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2AxUxDF1k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2AxUxDF1k .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2AxUxDF1k .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2AxUxDF1k .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2AxUxDF1k .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2AxUxDF1k .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2AxUxDF1k .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2AxUxDF1k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2AxUxDF1k .dropdown-item.active,
.cid-v2AxUxDF1k .dropdown-item:active {
  background-color: transparent;
}
.cid-v2AxUxDF1k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2AxUxDF1k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2AxUxDF1k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2AxUxDF1k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2AxUxDF1k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2AxUxDF1k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2AxUxDF1k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2AxUxDF1k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2AxUxDF1k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2AxUxDF1k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2AxUxDF1k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2AxUxDF1k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2AxUxDF1k .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2AxUxDF1k a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2AxUxDF1k a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2AxUxDF1k .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2AxUxDF1k .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2AxUxDF1k .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2AxUxDF1k .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-v2AxUxDF1k .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2AxUxDF1k .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2AxUxDF1k .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-v2AxUxDF1k .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2AxUxDF1k .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2AxUxDF1k .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2AxUxDF1k a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2AxUxDF1k ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2AxUxDF1k .navbar-brand {
    padding: 0;
  }
  .cid-v2AxUxDF1k .block__phone,
  .cid-v2AxUxDF1k .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2AxUxDF1k .widget {
    flex-direction: column;
  }
  .cid-v2AxUxDF1k .widget p,
  .cid-v2AxUxDF1k .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2AxUxDF1k .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-v2AxUxDF1k .navbar {
    height: 97px;
  }
  .cid-v2AxUxDF1k .navbar.opened {
    height: auto;
  }
  .cid-v2AxUxDF1k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-8f {
  /* Type valid CSS here */
  /* Container spacing for product pages */
  /* Responsive grid */
  /* Fix for images/videos overflowing */
  /* Optional card styling */
}
#custom-html-8f div.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  background: #f1f2ee;
  padding: 60px 0 30px 0;
}
#custom-html-8f div.products > div.product {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 6px 18px 0 #dadada;
  min-width: 330px;
  max-width: 350px;
  padding: 0 0 26px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  /* remove default border from ectstyle4 */
  transition: box-shadow 0.18s;
}
#custom-html-8f div.products > div.product:hover {
  box-shadow: 0 14px 38px 0 #c1eab7;
}
#custom-html-8f div.prodname {
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 2px;
  text-align: left;
  width: 100%;
  padding: 24px 32px 2px 32px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background: #b2f078;
  color: #111;
}
#custom-html-8f div.prodname {
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0 -8px 0 -8px;
  /* Negative margin to offset card padding */
  text-align: left;
  width: auto;
  padding: 30px 32px 10px 32px;
  /* Restore horizontal padding for text */
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background: #b2f078;
  color: #111;
  line-height: 1.2;
  box-sizing: border-box;
}
#custom-html-8f div.prodprice {
  font-size: 2.2rem;
  font-weight: 900;
  color: #111;
  margin-bottom: 8px;
  width: 100%;
  text-align: left;
  padding-left: 32px;
}
#custom-html-8f div.proddescription {
  box-sizing: border-box;
  color: #222;
  font-size: 1.08rem;
  margin: 18px 0 0 0;
  line-height: 1.5;
  text-align: left;
  width: 100%;
  min-height: 48px;
  padding: 0 32px 12px 32px;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 0 0 0 0;
}
#custom-html-8f div.product select,
#custom-html-8f div.product input[type="text"] {
  margin: 13px 0 0 0;
  padding: 6px 10px;
  width: 82%;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
}
#custom-html-8f div.addtocart {
  width: 100%;
  padding: 0 32px;
  margin-top: 26px;
  text-align: center;
}
#custom-html-8f div.addtocart button,
#custom-html-8f div.addtocart input[type="submit"] {
  width: 100%;
  padding: 16px;
  font-size: 1.07rem;
  background: #b2f078;
  border: none;
  border-radius: 28px;
  color: #111;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.16s;
  margin: 0 auto;
}
#custom-html-8f div.addtocart button:disabled,
#custom-html-8f div.addtocart input[type="submit"]:disabled {
  background: #f1f2ee;
  color: #aaa;
  cursor: not-allowed;
}
@media (max-width: 1100px) {
  #custom-html-8f div.products {
    flex-direction: column;
    align-items: center;
  }
}
#custom-html-8f .products-wrapper {
  max-width: 1400px;
  /* gives more width for cards */
  margin: 0 auto;
  padding: 0 60px;
  /* adds 60px space on left and right */
}
#custom-html-8f .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}
#custom-html-8f .products-grid iframe,
#custom-html-8f .products-grid img {
  width: 100%;
  border-radius: 10px;
}
#custom-html-8f .products-grid .product-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
}
.cid-v2AxUxW1s0 {
  background-color: #e9e9e9;
}
.cid-v2AxUxW1s0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2AxUxW1s0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2AxUxW1s0 .card-wrapper {
  padding: 120px 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-v2AxUxW1s0 .card-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-v2AxUxW1s0 .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-v2AxUxW1s0 .card-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2AxUxW1s0 .card-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v2AxUxW1s0 .card-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #19171c;
  margin-bottom: 0;
}
.cid-v2AxUxW1s0 .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v2AxUxW1s0 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2AxUxW1s0 .card-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
.cid-v2AxUxW1s0 .mbr-section-title {
  color: #19171c;
}
.cid-v2AxUxW1s0 .mbr-label,
.cid-v2AxUxW1s0 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2AxUxW1s0 .mbr-text,
.cid-v2AxUxW1s0 .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-v2AxUxW1s0 .mbr-section-title,
.cid-v2AxUxW1s0 .mbr-section-btn {
  text-align: center;
}
.cid-v2AxUxW1s0 div.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  background: #ffffff;
  padding: 60px 0 30px 0;
}
.cid-v2AxUxW1s0 div.products > div.product {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 6px 18px 0 #dadada;
  min-width: 330px;
  max-width: 350px;
  padding: 0 0 26px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  transition: box-shadow 0.18s;
}
.cid-v2AxUxW1s0 div.products > div.product:hover {
  box-shadow: 0 14px 38px 0 #c1eab7;
}
.cid-v2AxUxW1s0 div.prodname {
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 2px;
  text-align: left;
  width: auto;
  padding: 30px 32px 10px 32px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background: #b2f078;
  color: #111;
  margin: 0 -8px 0 -8px;
  line-height: 1.2;
  box-sizing: border-box;
}
.cid-v2AxUxW1s0 div.prodprice {
  font-size: 2.2rem;
  font-weight: 900;
  color: #111;
  margin-bottom: 8px;
  width: 100%;
  text-align: left;
  padding-left: 32px;
}
.cid-v2AxUxW1s0 div.proddescription {
  box-sizing: border-box;
  color: #222;
  font-size: 1.08rem;
  margin: 18px 0 0 0;
  line-height: 1.5;
  text-align: left;
  width: 90%;
  min-height: 48px;
  padding: 0 32px 12px 32px;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 0 0 0 0;
}
.cid-v2AxUxW1s0 div.product select,
.cid-v2AxUxW1s0 div.product input[type="text"] {
  margin: 13px 0 0 0;
  padding: 6px 10px;
  width: 82%;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
}
.cid-v2AxUxW1s0 div.addtocart {
  width: 100%;
  padding: 0 32px;
  margin-top: 26px;
  text-align: center;
}
.cid-v2AxUxW1s0 div.addtocart button,
.cid-v2AxUxW1s0 div.addtocart input[type="submit"] {
  width: 100%;
  padding: 16px;
  font-size: 1.07rem;
  background: #b2f078;
  border: none;
  border-radius: 28px;
  color: #111;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.16s;
  margin: 0 auto;
}
.cid-v2AxUxW1s0 div.addtocart button:disabled,
.cid-v2AxUxW1s0 div.addtocart input[type="submit"]:disabled {
  background: #f1f2ee;
  color: #aaa;
  cursor: not-allowed;
}
@media (max-width: 1100px) {
  .cid-v2AxUxW1s0 div.products {
    flex-direction: column;
    align-items: center;
  }
}
.cid-v2AxUxW1s0 .products-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}
.cid-v2AxUxW1s0 .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}
.cid-v2AxUxW1s0 .products-grid iframe,
.cid-v2AxUxW1s0 .products-grid img {
  width: 100%;
  border-radius: 10px;
}
.cid-v2AxUxW1s0 .products-grid .product-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
}
.cid-v2AxUxW1s0 div.minimailsignup {
  border: dotted 1px #e69d01;
  background: #fdedc9;
  margin: 4px auto;
  width: 380px;
  padding: 4px;
}
.cid-v2AxUxW1s0 label.minimailsignup {
  display: block;
  font-weight: bold;
  width: 70px;
  padding-top: 2px;
  float: left;
}
.cid-v2AxUxW1s0 input.minimailsignup {
  font-size: 12px;
  padding: 2px 2px;
  border: solid 1px #999;
  width: 200px;
  margin: 2px;
}
.cid-v2AxUxW1s0 input.minimailsubmit {
  margin: 6px;
}
.cid-v2AxUy7aK9 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v2AxUy7aK9 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v2AxUy7aK9 .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v2AxUy7aK9 .brand__text {
  padding: 12px 0 25px;
}
.cid-v2AxUy7aK9 .brand__email {
  margin-bottom: 15px;
}
.cid-v2AxUy7aK9 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v2AxUy7aK9 .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v2AxUy7aK9 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v2AxUy7aK9 .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v2AxUy7aK9 .social {
  margin-top: 30px;
}
.cid-v2AxUy7aK9 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v2AxUy7aK9 .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2AxUy7aK9 .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v2AxUy7aK9 .social .social__items:last-child {
  margin-right: 0;
}
.cid-v2AxUy7aK9 .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v2AxUy7aK9 .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v2AxUy7aK9 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v2AxUy7aK9 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v2AxUy7aK9 .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v2AxUy7aK9 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v2AxUy7aK9 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v2AxUy7aK9 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v2AxUy7aK9 .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v2AxUy7aK9 .divider {
    margin-top: 30px;
  }
  .cid-v2AxUy7aK9 .footer__bottom {
    padding: 30px 0;
  }
  .cid-v2AxUy7aK9 .align-right,
  .cid-v2AxUy7aK9 .privacy {
    text-align: center;
  }
  .cid-v2AxUy7aK9 .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v2j1gKjizA {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2j1gKjizA .nav-item,
.cid-v2j1gKjizA .nav-link,
.cid-v2j1gKjizA .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .nav-item:hover,
.cid-v2j1gKjizA .nav-link:hover,
.cid-v2j1gKjizA .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2j1gKjizA .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2j1gKjizA .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2j1gKjizA .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2j1gKjizA .container-fluid,
.cid-v2j1gKjizA .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2j1gKjizA .nav-link:hover:before {
  width: 100%;
}
.cid-v2j1gKjizA .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-v2j1gKjizA .nav-link {
    margin: 0 !important;
  }
}
.cid-v2j1gKjizA .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2j1gKjizA .widget p,
.cid-v2j1gKjizA .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2j1gKjizA .widget p a,
.cid-v2j1gKjizA .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2j1gKjizA .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2j1gKjizA .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: none;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2j1gKjizA .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2j1gKjizA .navbar > .container,
.cid-v2j1gKjizA .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .btn {
    white-space: nowrap;
  }
  .cid-v2j1gKjizA .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after,
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2j1gKjizA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2j1gKjizA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2j1gKjizA .nav-item:focus,
.cid-v2j1gKjizA .nav-link:focus {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2j1gKjizA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2j1gKjizA .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2j1gKjizA .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2j1gKjizA .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2j1gKjizA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2j1gKjizA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2j1gKjizA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2j1gKjizA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2j1gKjizA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2j1gKjizA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2j1gKjizA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-item.active,
.cid-v2j1gKjizA .dropdown-item:active {
  background-color: transparent;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2j1gKjizA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2j1gKjizA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2j1gKjizA .navbar-brand {
    padding: 0;
  }
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2j1gKjizA .widget {
    flex-direction: column;
  }
  .cid-v2j1gKjizA .widget p,
  .cid-v2j1gKjizA .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2j1gKjizA .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-v2j1gKjizA .navbar {
    height: 97px;
  }
  .cid-v2j1gKjizA .navbar.opened {
    height: auto;
  }
  .cid-v2j1gKjizA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2ttGKyVmP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2ttGKyVmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ttGKyVmP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ttGKyVmP .title-wrapper {
  border-top: 1px solid #e0e0e0;
  padding-top: 90px;
}
@media (max-width: 992px) {
  .cid-v2ttGKyVmP .title-wrapper {
    padding-top: 30px;
  }
}
.cid-v2ttGKyVmP .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2ttGKyVmP .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v2ttGKyVmP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-v2ttGKyVmP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2ttGKyVmP .embla__slide .slide-content {
  width: 100%;
}
.cid-v2ttGKyVmP .embla__slide .slide-content:hover .item-wrapper,
.cid-v2ttGKyVmP .embla__slide .slide-content:focus .item-wrapper {
  background-color: #e4ed64;
}
.cid-v2ttGKyVmP .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-v2ttGKyVmP .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2ttGKyVmP .embla__button--next,
.cid-v2ttGKyVmP .embla__button--prev {
  display: flex;
}
.cid-v2ttGKyVmP .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v2ttGKyVmP .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-v2ttGKyVmP .embla__button.embla__button--prev {
  left: 0;
}
.cid-v2ttGKyVmP .embla__button.embla__button--next {
  right: 0;
}
.cid-v2ttGKyVmP .embla {
  position: relative;
  width: 100%;
}
.cid-v2ttGKyVmP .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2ttGKyVmP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2ttGKyVmP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2ttGKyVmP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2ttGKyVmP .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2ttGKyVmP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v2ttGKyVmP div.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  background: #ffffff;
  padding: 60px 0 30px 0;
}
.cid-v2ttGKyVmP div.products > div.product {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 6px 18px 0 #dadada;
  min-width: 330px;
  max-width: 350px;
  padding: 0 0 26px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  transition: box-shadow 0.18s;
}
.cid-v2ttGKyVmP div.products > div.product:hover {
  box-shadow: 0 14px 38px 0 #c1eab7;
}
.cid-v2ttGKyVmP div.prodname {
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 2px;
  text-align: left;
  width: auto;
  padding: 30px 32px 10px 32px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background: #b2f078;
  color: #111;
  margin: 0 -8px 0 -8px;
  line-height: 1.2;
  box-sizing: border-box;
}
.cid-v2ttGKyVmP div.prodprice {
  font-size: 2.2rem;
  font-weight: 900;
  color: #111;
  margin-bottom: 8px;
  width: 100%;
  text-align: left;
  padding-left: 32px;
}
.cid-v2ttGKyVmP div.proddescription {
  box-sizing: border-box;
  color: #222;
  font-size: 1.08rem;
  margin: 18px 0 0 0;
  line-height: 1.5;
  text-align: left;
  width: 90%;
  min-height: 48px;
  padding: 0 32px 12px 32px;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 0 0 0 0;
}
.cid-v2ttGKyVmP div.product select,
.cid-v2ttGKyVmP div.product input[type="text"] {
  margin: 13px 0 0 0;
  padding: 6px 10px;
  width: 82%;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
}
.cid-v2ttGKyVmP div.addtocart {
  width: 100%;
  padding: 0 32px;
  margin-top: 26px;
  text-align: center;
}
.cid-v2ttGKyVmP div.addtocart button,
.cid-v2ttGKyVmP div.addtocart input[type="submit"] {
  width: 100%;
  padding: 16px;
  font-size: 1.07rem;
  background: #b2f078;
  border: none;
  border-radius: 28px;
  color: #111;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.16s;
  margin: 0 auto;
}
.cid-v2ttGKyVmP div.addtocart button:disabled,
.cid-v2ttGKyVmP div.addtocart input[type="submit"]:disabled {
  background: #f1f2ee;
  color: #aaa;
  cursor: not-allowed;
}
@media (max-width: 1100px) {
  .cid-v2ttGKyVmP div.products {
    flex-direction: column;
    align-items: center;
  }
}
.cid-v2ttGKyVmP .products-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}
.cid-v2ttGKyVmP .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}
.cid-v2ttGKyVmP .products-grid iframe,
.cid-v2ttGKyVmP .products-grid img {
  width: 100%;
  border-radius: 10px;
}
.cid-v2ttGKyVmP .products-grid .product-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
}
.cid-v2ttGKyVmP .mbr-section-title,
.cid-v2ttGKyVmP .mbr-section-btn {
  color: #2c720f;
}
.cid-v2dc9z9FK4 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v2dc9z9FK4 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v2dc9z9FK4 .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v2dc9z9FK4 .brand__text {
  padding: 12px 0 25px;
}
.cid-v2dc9z9FK4 .brand__email {
  margin-bottom: 15px;
}
.cid-v2dc9z9FK4 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v2dc9z9FK4 .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v2dc9z9FK4 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v2dc9z9FK4 .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v2dc9z9FK4 .social {
  margin-top: 30px;
}
.cid-v2dc9z9FK4 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v2dc9z9FK4 .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2dc9z9FK4 .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v2dc9z9FK4 .social .social__items:last-child {
  margin-right: 0;
}
.cid-v2dc9z9FK4 .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v2dc9z9FK4 .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v2dc9z9FK4 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v2dc9z9FK4 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v2dc9z9FK4 .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v2dc9z9FK4 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v2dc9z9FK4 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v2dc9z9FK4 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v2dc9z9FK4 .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v2dc9z9FK4 .divider {
    margin-top: 30px;
  }
  .cid-v2dc9z9FK4 .footer__bottom {
    padding: 30px 0;
  }
  .cid-v2dc9z9FK4 .align-right,
  .cid-v2dc9z9FK4 .privacy {
    text-align: center;
  }
  .cid-v2dc9z9FK4 .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v2Y8PNj48p {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2Y8PNj48p .nav-item,
.cid-v2Y8PNj48p .nav-link,
.cid-v2Y8PNj48p .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2Y8PNj48p .nav-item:hover,
.cid-v2Y8PNj48p .nav-link:hover,
.cid-v2Y8PNj48p .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2Y8PNj48p .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2Y8PNj48p .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2Y8PNj48p .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2Y8PNj48p .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2Y8PNj48p .container-fluid,
.cid-v2Y8PNj48p .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2Y8PNj48p .navbar-brand {
  padding: 0;
}
.cid-v2Y8PNj48p .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2Y8PNj48p .nav-link:hover:before {
  width: 100%;
}
.cid-v2Y8PNj48p .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-v2Y8PNj48p .nav-link {
    margin: 0 !important;
  }
}
.cid-v2Y8PNj48p .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2Y8PNj48p .widget p,
.cid-v2Y8PNj48p .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2Y8PNj48p .widget p a,
.cid-v2Y8PNj48p .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2Y8PNj48p .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2Y8PNj48p .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2Y8PNj48p .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2Y8PNj48p .block__phone,
  .cid-v2Y8PNj48p .icons-menu {
    display: none;
  }
  .cid-v2Y8PNj48p .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2Y8PNj48p .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2Y8PNj48p .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2Y8PNj48p .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2Y8PNj48p .navbar > .container,
.cid-v2Y8PNj48p .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2Y8PNj48p .btn {
    white-space: nowrap;
  }
  .cid-v2Y8PNj48p .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2Y8PNj48p .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2Y8PNj48p .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2Y8PNj48p .dropdown-toggle::after,
  .cid-v2Y8PNj48p .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2Y8PNj48p .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2Y8PNj48p .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-v2Y8PNj48p .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2Y8PNj48p .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2Y8PNj48p .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2Y8PNj48p .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2Y8PNj48p .nav-item:focus,
.cid-v2Y8PNj48p .nav-link:focus {
  outline: none;
}
.cid-v2Y8PNj48p .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2Y8PNj48p .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2Y8PNj48p .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2Y8PNj48p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2Y8PNj48p .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2Y8PNj48p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2Y8PNj48p .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2Y8PNj48p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2Y8PNj48p .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2Y8PNj48p .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2Y8PNj48p .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2Y8PNj48p .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2Y8PNj48p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2Y8PNj48p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2Y8PNj48p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2Y8PNj48p .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2Y8PNj48p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2Y8PNj48p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2Y8PNj48p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2Y8PNj48p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2Y8PNj48p .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2Y8PNj48p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2Y8PNj48p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2Y8PNj48p .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2Y8PNj48p .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2Y8PNj48p .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2Y8PNj48p .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2Y8PNj48p .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2Y8PNj48p .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2Y8PNj48p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2Y8PNj48p .dropdown-item.active,
.cid-v2Y8PNj48p .dropdown-item:active {
  background-color: transparent;
}
.cid-v2Y8PNj48p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2Y8PNj48p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2Y8PNj48p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2Y8PNj48p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2Y8PNj48p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2Y8PNj48p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2Y8PNj48p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2Y8PNj48p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2Y8PNj48p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2Y8PNj48p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2Y8PNj48p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2Y8PNj48p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2Y8PNj48p .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2Y8PNj48p a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2Y8PNj48p a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2Y8PNj48p .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2Y8PNj48p .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2Y8PNj48p .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2Y8PNj48p .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-v2Y8PNj48p .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2Y8PNj48p .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2Y8PNj48p .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-v2Y8PNj48p .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2Y8PNj48p .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2Y8PNj48p .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2Y8PNj48p a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2Y8PNj48p ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2Y8PNj48p .navbar-brand {
    padding: 0;
  }
  .cid-v2Y8PNj48p .block__phone,
  .cid-v2Y8PNj48p .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2Y8PNj48p .widget {
    flex-direction: column;
  }
  .cid-v2Y8PNj48p .widget p,
  .cid-v2Y8PNj48p .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2Y8PNj48p .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-v2Y8PNj48p .navbar {
    height: 97px;
  }
  .cid-v2Y8PNj48p .navbar.opened {
    height: auto;
  }
  .cid-v2Y8PNj48p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3fTlRq8LP {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-v3fTlRq8LP .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-v3fTlRq8LP .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-v3fTlRq8LP .video-block {
    width: 100% !important;
  }
}
.cid-v3x6zHnaUX .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-v3x6zHnaUX .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-v3x6zHnaUX .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-v3x6zHnaUX .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-v3x6zHnaUX .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-v3x6zHnaUX .countdown-cont {
  margin: 0 auto;
}
.cid-v3x6zHnaUX .full-count-container {
  background: #ff3a46;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3x6zHnaUX .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3x6zHnaUX .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-v3x6zHnaUX .dot {
    display: none;
  }
  .cid-v3x6zHnaUX .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-v3x6zHnaUX .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-v3x6zHnaUX .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-v3x6zHnaUX .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-v3x6zHnaUX .number {
    font-size: 25px;
  }
  .cid-v3x6zHnaUX .period {
    font-size: 0.7rem;
  }
}
.cid-v3x6zHnaUX H2 {
  color: #ffffff;
}
#custom-html-8l {
  /* Type valid CSS here */
  /* Tablets */
  /* Mobile */
  /* --- MAKE EVERY CARD SAME HEIGHT --- */
  /* --- FIX VIDEO ALIGNMENT + CONSISTENT SIZE --- */
  /* For <video> tags (your MP4 videos) */
  /* For YouTube iframes */
  /* Remove Mobirise dark hover overlay */
  /* --- MAIN GRID LAYOUT --- */
  /* Tablets */
  /* Mobile */
  /* --- PRODUCT CARD --- */
  /* --- VIDEO AREA --- */
  /* --- TITLE STRIP --- */
  /* --- PRICE --- */
  /* --- DESCRIPTION --- */
  /* --- INPUTS (dropdowns etc.) --- */
  /* --- ADD TO CART BUTTON --- */
}
#custom-html-8l body {
  background: #f8f8f4;
}
#custom-html-8l .mbr-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#custom-html-8l .content5 {
  padding-top: 60px;
  padding-bottom: 60px;
}
#custom-html-8l .my-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  /* LEFT + RIGHT padding */
}
@media (max-width: 768px) {
  #custom-html-8l .my-wrapper {
    padding: 0 20px;
  }
}
#custom-html-8l div.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  background: #ffffff;
  padding: 60px 0 30px 0;
}
#custom-html-8l div.products > div.product {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 6px 18px 0 #dadada;
  min-width: 330px;
  max-width: 350px;
  padding: 0 0 26px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  transition: box-shadow 0.18s;
}
#custom-html-8l div.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  justify-items: center;
  width: 100%;
}
@media (max-width: 1200px) {
  #custom-html-8l div.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  #custom-html-8l div.products {
    grid-template-columns: 1fr;
  }
}
#custom-html-8l div.products > div.product {
  width: 100%;
  max-width: 350px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#custom-html-8l .video-box {
  width: 100%;
  height: 225px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
#custom-html-8l .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#custom-html-8l .video-box {
  width: 100%;
  height: 240px;
  /* Sets uniform height across product cards */
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
#custom-html-8l .video-box img,
#custom-html-8l .video-box video,
#custom-html-8l .video-box iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
#custom-html-8l .video-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}
#custom-html-8l .video-box::after {
  display: none !important;
}
#custom-html-8l div.products > div.product:hover {
  box-shadow: 0 14px 38px 0 #c1eab7;
}
#custom-html-8l div.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  /* More comfortable spacing */
  padding: 70px 40px 40px 40px;
  width: 100%;
  background: #ffffff;
  justify-items: center;
}
@media (max-width: 1200px) {
  #custom-html-8l div.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 44px;
    padding: 60px 30px;
  }
}
@media (max-width: 768px) {
  #custom-html-8l div.products {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 50px 20px;
  }
}
#custom-html-8l div.products > div.product {
  width: 100%;
  max-width: 350px;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 6px 18px #dadada;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.18s;
}
#custom-html-8l div.products > div.product:hover {
  box-shadow: 0 14px 38px #c1eab7;
}
#custom-html-8l .video-box {
  width: 100%;
  height: 240px;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 20px;
  /* Adds breathing room */
}
#custom-html-8l .video-box video,
#custom-html-8l .video-box iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
#custom-html-8l .video-box::after {
  display: none !important;
}
#custom-html-8l div.prodname {
  width: 100%;
  background: #b2f078;
  padding: 22px 30px;
  border-radius: 28px 28px 0 0;
  font-weight: 700;
  font-size: 1.35rem;
  color: #111;
  line-height: 1.25;
  margin: 0;
}
#custom-html-8l div.prodprice {
  padding: 10px 30px 0 30px;
  font-size: 2rem;
  font-weight: 900;
  color: #111;
}
#custom-html-8l div.proddescription {
  padding: 16px 30px 18px 30px;
  color: #222;
  font-size: 1.06rem;
  line-height: 1.5;
  border-bottom: 1px solid #e9e9e9;
  min-height: 60px;
  margin-top: 1.5;
}
#custom-html-8l div.product select,
#custom-html-8l div.product input[type="text"] {
  margin-top: 14px;
  padding: 8px 12px;
  width: calc(40%);
  margin-left: 30px;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
}
#custom-html-8l div.addtocart {
  padding: 26px 30px 0 30px;
}
#custom-html-8l div.addtocart button,
#custom-html-8l div.addtocart input[type="submit"] {
  width: 100%;
  padding: 16px;
  background: #b2f078;
  border: none;
  border-radius: 28px;
  color: #111;
  font-size: 1.06rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .16s;
}
#custom-html-8l div.addtocart button:disabled,
#custom-html-8l div.addtocart input[type="submit"]:disabled {
  background: #f1f2ee;
  color: #aaa;
  cursor: not-allowed;
}
#custom-html-8l .video-box {
  width: 100%;
  height: 240px;
  /* identical height for YouTube + MP4 */
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}
#custom-html-8l .video-box img,
#custom-html-8l .video-box video,
#custom-html-8l .video-box iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
#custom-html-8l .video-box::after {
  display: none !important;
}
.cid-v2Y8PNLOk9 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v2Y8PNLOk9 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v2Y8PNLOk9 .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v2Y8PNLOk9 .brand__text {
  padding: 12px 0 25px;
}
.cid-v2Y8PNLOk9 .brand__email {
  margin-bottom: 15px;
}
.cid-v2Y8PNLOk9 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v2Y8PNLOk9 .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v2Y8PNLOk9 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v2Y8PNLOk9 .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v2Y8PNLOk9 .social {
  margin-top: 30px;
}
.cid-v2Y8PNLOk9 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v2Y8PNLOk9 .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2Y8PNLOk9 .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v2Y8PNLOk9 .social .social__items:last-child {
  margin-right: 0;
}
.cid-v2Y8PNLOk9 .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v2Y8PNLOk9 .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v2Y8PNLOk9 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v2Y8PNLOk9 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v2Y8PNLOk9 .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v2Y8PNLOk9 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v2Y8PNLOk9 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v2Y8PNLOk9 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v2Y8PNLOk9 .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v2Y8PNLOk9 .divider {
    margin-top: 30px;
  }
  .cid-v2Y8PNLOk9 .footer__bottom {
    padding: 30px 0;
  }
  .cid-v2Y8PNLOk9 .align-right,
  .cid-v2Y8PNLOk9 .privacy {
    text-align: center;
  }
  .cid-v2Y8PNLOk9 .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v2j1gKjizA {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v2j1gKjizA .nav-item,
.cid-v2j1gKjizA .nav-link,
.cid-v2j1gKjizA .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .nav-item:hover,
.cid-v2j1gKjizA .nav-link:hover,
.cid-v2j1gKjizA .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v2j1gKjizA .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v2j1gKjizA .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v2j1gKjizA .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v2j1gKjizA .container-fluid,
.cid-v2j1gKjizA .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v2j1gKjizA .nav-link:hover:before {
  width: 100%;
}
.cid-v2j1gKjizA .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-v2j1gKjizA .nav-link {
    margin: 0 !important;
  }
}
.cid-v2j1gKjizA .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2j1gKjizA .widget p,
.cid-v2j1gKjizA .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v2j1gKjizA .widget p a,
.cid-v2j1gKjizA .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v2j1gKjizA .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v2j1gKjizA .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: none;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v2j1gKjizA .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v2j1gKjizA .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v2j1gKjizA .navbar > .container,
.cid-v2j1gKjizA .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .btn {
    white-space: nowrap;
  }
  .cid-v2j1gKjizA .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v2j1gKjizA .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after,
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v2j1gKjizA .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v2j1gKjizA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v2j1gKjizA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v2j1gKjizA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v2j1gKjizA .nav-item:focus,
.cid-v2j1gKjizA .nav-link:focus {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2j1gKjizA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2j1gKjizA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v2j1gKjizA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2j1gKjizA .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v2j1gKjizA .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v2j1gKjizA .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v2j1gKjizA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2j1gKjizA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2j1gKjizA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2j1gKjizA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2j1gKjizA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2j1gKjizA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2j1gKjizA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2j1gKjizA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2j1gKjizA .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v2j1gKjizA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v2j1gKjizA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2j1gKjizA .dropdown-item.active,
.cid-v2j1gKjizA .dropdown-item:active {
  background-color: transparent;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2j1gKjizA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v2j1gKjizA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2j1gKjizA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2j1gKjizA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j1gKjizA .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v2j1gKjizA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v2j1gKjizA a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v2j1gKjizA .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v2j1gKjizA .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v2j1gKjizA .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA .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-v2j1gKjizA .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v2j1gKjizA a.nav-link {
    justify-content: flex-start;
  }
  .cid-v2j1gKjizA ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v2j1gKjizA .navbar-brand {
    padding: 0;
  }
  .cid-v2j1gKjizA .block__phone,
  .cid-v2j1gKjizA .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v2j1gKjizA .widget {
    flex-direction: column;
  }
  .cid-v2j1gKjizA .widget p,
  .cid-v2j1gKjizA .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v2j1gKjizA .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-v2j1gKjizA .navbar {
    height: 97px;
  }
  .cid-v2j1gKjizA .navbar.opened {
    height: auto;
  }
  .cid-v2j1gKjizA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5mUzMvYel {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5mUzMvYel .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-v5mUzMvYel .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-v5mUzMvYel .mbr-section-title,
.cid-v5mUzMvYel .icon__wrap {
  text-align: center;
  color: #bf6cff;
}
.cid-v5mUzMvYel .mbr-section-subtitle {
  text-align: center;
}
.cid-v5mUzMvYel .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-v5mUzMvYel .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-v5mUzMvYel .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-v5mUzMvYel .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-v5mUzMvYel .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-v5mUzMvYel .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5mUzMvYel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1D7KJ66Sm {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1D7KJ66Sm .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v1D7KJ66Sm .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v1D7KJ66Sm .brand__text {
  padding: 12px 0 25px;
}
.cid-v1D7KJ66Sm .brand__email {
  margin-bottom: 15px;
}
.cid-v1D7KJ66Sm .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v1D7KJ66Sm .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v1D7KJ66Sm .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v1D7KJ66Sm .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v1D7KJ66Sm .social {
  margin-top: 30px;
}
.cid-v1D7KJ66Sm .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v1D7KJ66Sm .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v1D7KJ66Sm .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v1D7KJ66Sm .social .social__items:last-child {
  margin-right: 0;
}
.cid-v1D7KJ66Sm .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v1D7KJ66Sm .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v1D7KJ66Sm .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v1D7KJ66Sm .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v1D7KJ66Sm .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v1D7KJ66Sm .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v1D7KJ66Sm .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v1D7KJ66Sm .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v1D7KJ66Sm .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v1D7KJ66Sm .divider {
    margin-top: 30px;
  }
  .cid-v1D7KJ66Sm .footer__bottom {
    padding: 30px 0;
  }
  .cid-v1D7KJ66Sm .align-right,
  .cid-v1D7KJ66Sm .privacy {
    text-align: center;
  }
  .cid-v1D7KJ66Sm .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#custom-html-81 {
  /* Type valid CSS here */
  /* remove white space */
  /* video card spacing */
  /* text area */
}
#custom-html-81 div {
  padding: 20px 0;
  color: #777;
  text-align: center;
}
#custom-html-81 p {
  font-size: 60px;
  color: #777;
}
#custom-html-81 .video-container {
  position: relative;
  width: 100%;
  height: 70vh;
}
#custom-html-81 .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
#custom-html-81 .content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
  top: 40%;
  transform: translateY(-50%);
}
#custom-html-81 h1 {
  font-size: 3rem;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 10px 20px;
  border-radius: 8px;
}
#custom-html-81 .video-slider {
  position: relative;
}
#custom-html-81 .video-track {
  transition: transform 0.4s ease;
}
#custom-html-81 .video-item {
  flex: 0 0 33.3333%;
  padding: 10px;
}
@media (max-width: 991px) {
  #custom-html-81 .video-item {
    flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  #custom-html-81 .video-item {
    flex: 0 0 100%;
  }
}
#custom-html-81 .video-wrapper {
  position: relative;
  background: #000;
}
#custom-html-81 .video-wrapper img {
  width: 100%;
  cursor: pointer;
}
#custom-html-81 .real-video {
  display: none;
  width: 100%;
}
#custom-html-81 .play-btn {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
#custom-html-81 .play-btn::after {
  content: "▶";
  color: #fff;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#custom-html-81 .vs-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border: none;
  font-size: 30px;
  padding: 8px 14px;
  z-index: 5;
}
#custom-html-81 .vs-prev {
  left: -10px;
}
#custom-html-81 .vs-next {
  right: -10px;
}
#custom-html-81 .video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1.77777778;
  background: #000;
  overflow: hidden;
}
#custom-html-81 .video-wrapper img,
#custom-html-81 .video-wrapper video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#custom-html-81 .video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1.77777778;
  background: #000;
  overflow: hidden;
}
#custom-html-81 .video-wrapper img,
#custom-html-81 .video-wrapper video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#custom-html-81 .video-wrapper img {
  object-fit: cover;
  z-index: 1;
}
#custom-html-81 .video-wrapper video {
  object-fit: contain;
  /* change to cover if you want crop */
  z-index: 2;
  display: none;
}
#custom-html-81 .play-btn {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: transparent;
}
#custom-html-81 .video-slider {
  margin-top: 0;
}
#custom-html-81 .video-item {
  padding: 10px;
}
#custom-html-81 .video-meta {
  padding: 12px 4px 0;
  text-align: center;
}
#custom-html-81 .video-title {
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0 4px;
}
#custom-html-81 .video-desc {
  font-size: 14px;
  line-height: 1.4;
  color: #666;
  margin-bottom: 10px;
}
#custom-html-81 .video-btn {
  display: inline-block;
  padding: 8px 16px;
  background: #ff4d4d;
  /* match your CTA */
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-size: 14px;
}
#custom-html-81 .video-btn:hover {
  background: #e63c3c;
  color: #fff;
}
.cid-v5p8gDRO82 {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-v5p8gDRO82 .nav-item,
.cid-v5p8gDRO82 .nav-link,
.cid-v5p8gDRO82 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v5p8gDRO82 .nav-item:hover,
.cid-v5p8gDRO82 .nav-link:hover,
.cid-v5p8gDRO82 .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-v5p8gDRO82 .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-v5p8gDRO82 .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-v5p8gDRO82 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v5p8gDRO82 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v5p8gDRO82 .container-fluid,
.cid-v5p8gDRO82 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-v5p8gDRO82 .navbar-brand {
  padding: 0;
}
.cid-v5p8gDRO82 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-v5p8gDRO82 .nav-link:hover:before {
  width: 100%;
}
.cid-v5p8gDRO82 .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-v5p8gDRO82 .nav-link {
    margin: 0 !important;
  }
}
.cid-v5p8gDRO82 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v5p8gDRO82 .widget p,
.cid-v5p8gDRO82 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-v5p8gDRO82 .widget p a,
.cid-v5p8gDRO82 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-v5p8gDRO82 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-v5p8gDRO82 .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v5p8gDRO82 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v5p8gDRO82 .block__phone,
  .cid-v5p8gDRO82 .icons-menu {
    display: none;
  }
  .cid-v5p8gDRO82 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v5p8gDRO82 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-v5p8gDRO82 .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-v5p8gDRO82 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-v5p8gDRO82 .navbar > .container,
.cid-v5p8gDRO82 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v5p8gDRO82 .btn {
    white-space: nowrap;
  }
  .cid-v5p8gDRO82 .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-v5p8gDRO82 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v5p8gDRO82 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v5p8gDRO82 .dropdown-toggle::after,
  .cid-v5p8gDRO82 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-v5p8gDRO82 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-v5p8gDRO82 .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-v5p8gDRO82 .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-v5p8gDRO82 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v5p8gDRO82 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v5p8gDRO82 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-v5p8gDRO82 .nav-item:focus,
.cid-v5p8gDRO82 .nav-link:focus {
  outline: none;
}
.cid-v5p8gDRO82 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-v5p8gDRO82 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v5p8gDRO82 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v5p8gDRO82 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5p8gDRO82 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v5p8gDRO82 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5p8gDRO82 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v5p8gDRO82 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5p8gDRO82 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-v5p8gDRO82 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-v5p8gDRO82 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v5p8gDRO82 .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-v5p8gDRO82 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5p8gDRO82 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5p8gDRO82 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-v5p8gDRO82 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v5p8gDRO82 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5p8gDRO82 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v5p8gDRO82 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5p8gDRO82 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5p8gDRO82 .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-v5p8gDRO82 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5p8gDRO82 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v5p8gDRO82 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v5p8gDRO82 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v5p8gDRO82 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v5p8gDRO82 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v5p8gDRO82 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-v5p8gDRO82 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-v5p8gDRO82 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5p8gDRO82 .dropdown-item.active,
.cid-v5p8gDRO82 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5p8gDRO82 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5p8gDRO82 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v5p8gDRO82 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5p8gDRO82 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-v5p8gDRO82 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5p8gDRO82 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5p8gDRO82 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5p8gDRO82 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5p8gDRO82 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5p8gDRO82 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5p8gDRO82 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5p8gDRO82 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5p8gDRO82 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-v5p8gDRO82 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-v5p8gDRO82 a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-v5p8gDRO82 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-v5p8gDRO82 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-v5p8gDRO82 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-v5p8gDRO82 .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-v5p8gDRO82 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v5p8gDRO82 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-v5p8gDRO82 .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-v5p8gDRO82 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v5p8gDRO82 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-v5p8gDRO82 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-v5p8gDRO82 a.nav-link {
    justify-content: flex-start;
  }
  .cid-v5p8gDRO82 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-v5p8gDRO82 .navbar-brand {
    padding: 0;
  }
  .cid-v5p8gDRO82 .block__phone,
  .cid-v5p8gDRO82 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-v5p8gDRO82 .widget {
    flex-direction: column;
  }
  .cid-v5p8gDRO82 .widget p,
  .cid-v5p8gDRO82 .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-v5p8gDRO82 .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-v5p8gDRO82 .navbar {
    height: 97px;
  }
  .cid-v5p8gDRO82 .navbar.opened {
    height: auto;
  }
  .cid-v5p8gDRO82 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5p8gE8UQA {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v5p8gE8UQA .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-v5p8gE8UQA .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-v5p8gE8UQA .mbr-section-title,
.cid-v5p8gE8UQA .icon__wrap {
  text-align: center;
  color: #bf6cff;
}
.cid-v5p8gE8UQA .mbr-section-subtitle {
  text-align: center;
}
.cid-v5p8gE8UQA .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-v5p8gE8UQA .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-v5p8gE8UQA .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-v5p8gE8UQA .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-v5p8gE8UQA .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-v5p8gE8UQA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5p8gE8UQA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5p8gEjTzM {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v5p8gEjTzM .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v5p8gEjTzM .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v5p8gEjTzM .brand__text {
  padding: 12px 0 25px;
}
.cid-v5p8gEjTzM .brand__email {
  margin-bottom: 15px;
}
.cid-v5p8gEjTzM .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v5p8gEjTzM .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-v5p8gEjTzM .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v5p8gEjTzM .footer__items a:hover {
  color: #f0bf79 !important;
}
.cid-v5p8gEjTzM .social {
  margin-top: 30px;
}
.cid-v5p8gEjTzM .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v5p8gEjTzM .social .social__items:hover {
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-v5p8gEjTzM .social .social__items:hover span {
  color: #000000 !important;
}
.cid-v5p8gEjTzM .social .social__items:last-child {
  margin-right: 0;
}
.cid-v5p8gEjTzM .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v5p8gEjTzM .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v5p8gEjTzM .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v5p8gEjTzM .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v5p8gEjTzM .footer__bot_items a:hover {
  color: #f0bf79 !important;
}
.cid-v5p8gEjTzM .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v5p8gEjTzM .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v5p8gEjTzM .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f0bf79;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v5p8gEjTzM .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v5p8gEjTzM .divider {
    margin-top: 30px;
  }
  .cid-v5p8gEjTzM .footer__bottom {
    padding: 30px 0;
  }
  .cid-v5p8gEjTzM .align-right,
  .cid-v5p8gEjTzM .privacy {
    text-align: center;
  }
  .cid-v5p8gEjTzM .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v5pdVoo74S {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5pdVoo74S .content-text {
  max-width: 800px;
}
.cid-v5pEfmujjI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v5pEfmujjI .content-text {
  max-width: 800px;
}
.cid-v5pEEWpAAa {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v5pEEWpAAa .content-text {
  max-width: 800px;
}
.cid-v5pF4Kxyt1 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v5pF4Kxyt1 .content-text {
  max-width: 800px;
}
