body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Heebo', sans-serif;
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Heebo', sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.66666667;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.8rem;
  line-height: 1.38888889;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: #ff3a46 !important;
}
.bg-success {
  background-color: #06df9e !important;
}
.bg-info {
  background-color: #bf6cff !important;
}
.bg-warning {
  background-color: #2a2a2c !important;
}
.bg-danger {
  background-color: #b6fcaf !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff3a46;
  border-color: #ff3a46;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
}
.btn-primary:hover {
  background-color: #ff0716 !important;
  border-color: #ff0716 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b3641a !important;
  border-color: #b3641a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b3641a;
  border-color: #b3641a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b3641a !important;
  border-color: #b3641a !important;
}
.btn-secondary:hover {
  background-color: #864b14 !important;
  border-color: #864b14 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #bf6cff;
  border-color: #bf6cff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
}
.btn-info:hover {
  background-color: #a939ff !important;
  border-color: #a939ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #06df9e !important;
  border-color: #06df9e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #06df9e;
  border-color: #06df9e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-success:hover {
  background-color: #05ad7b !important;
  border-color: #05ad7b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2a2a2c !important;
  border-color: #2a2a2c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2a2a2c;
  border-color: #2a2a2c;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2a2a2c !important;
  border-color: #2a2a2c !important;
}
.btn-warning:hover {
  background-color: #434346 !important;
  border-color: #434346 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b6fcaf !important;
  border-color: #b6fcaf !important;
  color: #15a606 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #15a606 !important;
  background-color: #b6fcaf;
  border-color: #b6fcaf;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #15a606 !important;
  background-color: #b6fcaf !important;
  border-color: #b6fcaf !important;
}
.btn-danger:hover {
  background-color: #e3fee0 !important;
  border-color: #89fa7e !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: #ff3a46;
  color: #ff3a46;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #ff3a46 !important;
  border-color: #ff3a46;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #b3641a;
  color: #b3641a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #b3641a !important;
  border-color: #b3641a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b3641a !important;
  border-color: #b3641a !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #bf6cff;
  color: #bf6cff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #bf6cff !important;
  border-color: #bf6cff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #06df9e;
  color: #06df9e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #06df9e !important;
  border-color: #06df9e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #2a2a2c;
  color: #2a2a2c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #2a2a2c !important;
  border-color: #2a2a2c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2a2a2c !important;
  border-color: #2a2a2c !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b6fcaf;
  color: #b6fcaf;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #15a606 !important;
  background: #b6fcaf !important;
  border-color: #b6fcaf;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #15a606 !important;
  background-color: #b6fcaf !important;
  border-color: #b6fcaf !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: #ff3a46 !important;
}
.text-secondary {
  color: #b3641a !important;
}
.text-success {
  color: #06df9e !important;
}
.text-info {
  color: #bf6cff !important;
}
.text-warning {
  color: #2a2a2c !important;
}
.text-danger {
  color: #b6fcaf !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #d3000d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #5a320d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #037c58 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #9306ff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #2a2a2c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #5cf84d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ff3a46 !important;
}
.alert-success {
  background-color: #06df9e;
}
.alert-info {
  background-color: #bf6cff;
}
.alert-warning {
  background-color: #2a2a2c;
}
.alert-danger {
  background-color: #b6fcaf;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff3a46;
  border-color: #ff3a46;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff3a46;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b4fde7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ddddde;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #ff3a46;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff3a46;
  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: #ff3a46;
  border-bottom-color: #ff3a46;
}
.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: #ff3a46 !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: #b3641a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-s29YgZfhsX {
  min-height: 114px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-s29YgZfhsX .nav-item,
.cid-s29YgZfhsX .nav-link,
.cid-s29YgZfhsX .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-s29YgZfhsX .nav-item:hover,
.cid-s29YgZfhsX .nav-link:hover,
.cid-s29YgZfhsX .navbar-caption:hover {
  color: #b6fcaf !important;
}
.cid-s29YgZfhsX .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s29YgZfhsX .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-s29YgZfhsX .container-fluid,
.cid-s29YgZfhsX .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-s29YgZfhsX .navbar-brand {
  padding: 0;
}
.cid-s29YgZfhsX .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-s29YgZfhsX .nav-link:hover:before {
  width: 100%;
}
.cid-s29YgZfhsX .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-s29YgZfhsX .nav-link {
    margin: 0 !important;
  }
}
.cid-s29YgZfhsX .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s29YgZfhsX .widget p,
.cid-s29YgZfhsX .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-s29YgZfhsX .widget p a,
.cid-s29YgZfhsX .widget .icons-menu a {
  margin-left: 15px;
}
.cid-s29YgZfhsX .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(197, 171, 80, 0.8);
  font-size: 17px;
  color: rgba(197, 171, 80, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-s29YgZfhsX .icons__wrap:hover {
  color: #000000;
  background-color: #b6fcaf;
  border-color: #b6fcaf;
}
.cid-s29YgZfhsX .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-s29YgZfhsX .block__phone,
  .cid-s29YgZfhsX .icons-menu {
    display: none;
  }
  .cid-s29YgZfhsX .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s29YgZfhsX .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #b6fcaf !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-s29YgZfhsX .mbr-section-btn .btn-secondary:hover {
  background-color: #b6fcaf !important;
  color: #ffffff !important;
}
.cid-s29YgZfhsX .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-s29YgZfhsX .navbar > .container,
.cid-s29YgZfhsX .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-s29YgZfhsX .btn {
    white-space: nowrap;
  }
  .cid-s29YgZfhsX .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #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-s29YgZfhsX .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s29YgZfhsX .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s29YgZfhsX .dropdown-toggle::after,
  .cid-s29YgZfhsX .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-s29YgZfhsX .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-s29YgZfhsX .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-s29YgZfhsX .dropdown-menu .dropdown-item:hover {
  color: #b6fcaf !important;
}
.cid-s29YgZfhsX .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s29YgZfhsX .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s29YgZfhsX .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-s29YgZfhsX .nav-item:focus,
.cid-s29YgZfhsX .nav-link:focus {
  outline: none;
}
.cid-s29YgZfhsX .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-s29YgZfhsX .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-s29YgZfhsX .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s29YgZfhsX .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s29YgZfhsX .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s29YgZfhsX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s29YgZfhsX .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s29YgZfhsX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s29YgZfhsX .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-s29YgZfhsX .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-s29YgZfhsX .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s29YgZfhsX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s29YgZfhsX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s29YgZfhsX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-s29YgZfhsX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s29YgZfhsX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s29YgZfhsX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s29YgZfhsX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s29YgZfhsX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s29YgZfhsX .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-s29YgZfhsX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s29YgZfhsX .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s29YgZfhsX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s29YgZfhsX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s29YgZfhsX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-s29YgZfhsX .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s29YgZfhsX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s29YgZfhsX .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-s29YgZfhsX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-s29YgZfhsX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s29YgZfhsX .dropdown-item.active,
.cid-s29YgZfhsX .dropdown-item:active {
  background-color: transparent;
}
.cid-s29YgZfhsX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s29YgZfhsX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s29YgZfhsX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s29YgZfhsX .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s29YgZfhsX a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-s29YgZfhsX a.nav-link:hover {
  color: #b6fcaf !important;
}
@media (max-width: 991px) {
  .cid-s29YgZfhsX .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-s29YgZfhsX .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-s29YgZfhsX .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-s29YgZfhsX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-s29YgZfhsX .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s29YgZfhsX .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-s29YgZfhsX .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s29YgZfhsX .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s29YgZfhsX .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-s29YgZfhsX .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-s29YgZfhsX a.nav-link {
    justify-content: flex-start;
  }
  .cid-s29YgZfhsX ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-s29YgZfhsX .navbar-brand {
    padding: 0;
  }
  .cid-s29YgZfhsX .block__phone,
  .cid-s29YgZfhsX .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-s29YgZfhsX .widget {
    flex-direction: column;
  }
  .cid-s29YgZfhsX .widget p,
  .cid-s29YgZfhsX .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-s29YgZfhsX .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s29YgZfhsX .navbar {
    height: 97px;
  }
  .cid-s29YgZfhsX .navbar.opened {
    height: auto;
  }
  .cid-s29YgZfhsX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG0xdzarTf {
  position: relative;
  background-color: #eeeef7;
}
.cid-uG0xdzarTf .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uG0xdzarTf .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uG0xdzarTf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0xdzarTf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0xdzarTf .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uG0xdzarTf .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #baace7;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .cid-uG0xdzarTf .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uG0xdzarTf .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
.cid-uG0xdzarTf .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b6fcaf;
  opacity: 0.8;
  pointer-events: none;
}
.cid-uG0xdzarTf .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uG0xdzarTf .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uG0xdzarTf .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG0xdzarTf .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uG0xdzarTf .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uG0xdzarTf .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uG0xdzarTf .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uG0xdzarTf .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uG0xdzarTf .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uG0xdzarTf .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.cid-uG0xdzarTf .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uG0xdzarTf .mbr-section-title {
  color: #191c25;
}
.cid-uG0xdzarTf .mbr-text,
.cid-uG0xdzarTf .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uG0xdzarTf .mbr-section-title,
.cid-uG0xdzarTf .mbr-section-btn,
.cid-uG0xdzarTf .social-wrapper {
  text-align: right;
  color: #000000;
}
.cid-uG0xdzarTf .mbr-text {
  color: #000000;
}
.cid-uG3o1ArE8l {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uG3o1ArE8l li {
  list-style: none;
}
.cid-uG3o1ArE8l .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-uG3o1ArE8l .item-wrap:hover .mbr-iconfont {
  color: #ffb02c !important;
}
.cid-uG3o1ArE8l .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #ffb02c !important;
}
.cid-uG3o1ArE8l h4 {
  margin: 0;
}
.cid-uG3o1ArE8l ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uG3o1ArE8l .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uG3o1ArE8l .col-title2 {
  color: #ed6436;
}
.cid-uG3o1ArE8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3o1ArE8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3o1ArE8l .item1 {
  color: #000000;
}
.cid-uG3of5ND7W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b6fcaf;
  margin-bottom: 2px;
}
.cid-uG3of5ND7W .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #000000;
  text-align: center;
}
.cid-uG3of5ND7W .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
.cid-uG3of5ND7W .mbr-text {
  text-align: center;
  color: #333333;
}
.cid-uG3of5ND7W .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-uG3of5ND7W .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
.cid-uG3oAUyvXq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uG3oAUyvXq .date__block {
  margin-bottom: 17px;
}
.cid-uG3oAUyvXq .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #b6fcaf;
}
.cid-uG3oAUyvXq .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #06df9e;
}
.cid-uG3oAUyvXq .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-uG3oAUyvXq .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-uG3oAUyvXq .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uG3oAUyvXq .mbr-text {
  margin-bottom: 20px;
}
.cid-uG3oAUyvXq .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uG3oAUyvXq .link a {
  font-weight: 700;
}
.cid-uG3oAUyvXq .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uG3oAUyvXq .link:hover span {
  transform: translateX(9px);
}
.cid-uG3oAUyvXq .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-uG3oAUyvXq .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
}
.cid-uG3oAUyvXq .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uG3oAUyvXq .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #b6fcaf;
}
.cid-uG3oAUyvXq .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-uG3oAUyvXq .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-uG3oAUyvXq .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #b6fcaf;
}
@media (max-width: 991px) {
  .cid-uG3oAUyvXq .title__block {
    padding: 25px 30px 55px;
  }
  .cid-uG3oAUyvXq .content__wrap {
    margin-bottom: 90px;
  }
  .cid-uG3oAUyvXq .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-uG3oAUyvXq .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-uG3oAUyvXq .mbr-text {
    margin-bottom: 11px;
  }
  .cid-uG3oAUyvXq .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-uG3oAUyvXq .image:before {
    padding-top: 375px;
  }
}
.cid-uG3oAUyvXq .mbr-section-title,
.cid-uG3oAUyvXq .date__block {
  color: #000000;
}
.cid-uG3oAUyvXq .mbr-text,
.cid-uG3oAUyvXq .link {
  color: #000000;
}
.cid-uG3k571cIm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b6fcaf;
}
.cid-uG3k571cIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3k571cIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3k571cIm .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uG3k571cIm .item {
    margin-bottom: 16px;
  }
}
.cid-uG3k571cIm .item:nth-child(2n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uG3k571cIm .item:nth-child(2n) .item-wrapper .item-img {
  padding-left: 0;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uG3k571cIm .item:nth-child(2n) .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-uG3k571cIm .item .item-wrapper {
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uG3k571cIm .item .item-wrapper {
    display: block;
  }
}
.cid-uG3k571cIm .item .item-wrapper .item-content {
  display: flex;
  align-items: flex-end;
  background-color: #272b2e;
  padding: 64px 40px;
  width: 35%;
}
@media (max-width: 1200px) {
  .cid-uG3k571cIm .item .item-wrapper .item-content {
    padding: 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uG3k571cIm .item .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}
.cid-uG3k571cIm .item .item-wrapper .item-content .title-wrap {
  width: 100%;
}
.cid-uG3k571cIm .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 24px;
}
.cid-uG3k571cIm .item .item-wrapper .item-content .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uG3k571cIm .item .item-wrapper .item-img {
  width: 65%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uG3k571cIm .item .item-wrapper .item-img {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uG3k571cIm .item .item-wrapper .item-img img {
  height: 830px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uG3k571cIm .item .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uG3k571cIm .item-title {
  color: #ffffff;
}
.cid-uG3k571cIm .item-desc {
  color: #ffffff;
}
.cid-uG3oJYD7lj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uG3oJYD7lj {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uG3oJYD7lj {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uG3oJYD7lj .mbr-section-subtitle {
  text-align: left;
}
.cid-uG3oJYD7lj .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uG3oJYD7lj .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uG0vY6XNlF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b6fcaf;
}
.cid-uG0vY6XNlF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0vY6XNlF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0vY6XNlF .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG0vY6XNlF .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uG0vY6XNlF .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uG0vY6XNlF .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uG0vY6XNlF .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uG0vY6XNlF .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG0vY6XNlF .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG0vY6XNlF .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
  row-gap: 1rem;
}
.cid-uG0vY6XNlF .item {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uG0vY6XNlF .item {
    margin-bottom: 28px;
  }
}
.cid-uG0vY6XNlF .item .item-wrapper {
  height: 100%;
  border: 2px solid #666666;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
}
.cid-uG0vY6XNlF .item .item-wrapper:hover,
.cid-uG0vY6XNlF .item .item-wrapper:focus {
  border: 2px solid #bff747;
  box-shadow: 4px 4px 0 0 #bff747;
}
.cid-uG0vY6XNlF .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uG0vY6XNlF .item .item-wrapper .item-wrap .item-content {
  background-color: #4b4b4b;
}
.cid-uG0vY6XNlF .item .item-wrapper .item-wrap .item-content .item-img {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #666666;
}
@media (max-width: 992px) {
  .cid-uG0vY6XNlF .item .item-wrapper .item-wrap .item-content .item-img {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .cid-uG0vY6XNlF .item .item-wrapper .item-wrap .item-content .item-img {
    height: 200px;
  }
}
.cid-uG0vY6XNlF .item .item-wrapper .item-wrap .item-content .item-img a {
  height: 100%;
  width: 100%;
}
.cid-uG0vY6XNlF .item .item-wrapper .item-wrap .item-content .item-img a img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uG0vY6XNlF .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 1.5rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uG0vY6XNlF .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uG0vY6XNlF .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
  text-align: center;
}
.cid-uG0vY6XNlF .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uG0vY6XNlF .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uG0vY6XNlF .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uG0vY6XNlF .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uG0vY6XNlF .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #bff747;
}
.cid-uG0vY6XNlF .icon-wrapper {
  text-align: right;
}
.cid-uG0vY6XNlF .mbr-section-title,
.cid-uG0vY6XNlF .item-title,
.cid-uG0vY6XNlF .item-text {
  color: #fdfde1;
  text-align: center;
}
.cid-uG0vY6XNlF .mbr-text,
.cid-uG0vY6XNlF .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uG0vY6XNlF .mbr-desc,
.cid-uG0vY6XNlF .desc-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uG0vY6XNlF .item-desc {
  color: #fdfde1;
}
.cid-uG3oRLrBB6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uG3oRLrBB6 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uG3oRLrBB6 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uG3oRLrBB6 .mbr-section-subtitle {
  text-align: left;
}
.cid-uG3oRLrBB6 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uG3oRLrBB6 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uG3ly8NyQv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b6fcaf;
}
.cid-uG3ly8NyQv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3ly8NyQv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3ly8NyQv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uG3ly8NyQv .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uG3ly8NyQv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uG3ly8NyQv .container {
    padding: 0 16px;
  }
}
.cid-uG3ly8NyQv .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-uG3ly8NyQv .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uG3ly8NyQv .item {
    margin-bottom: 24px;
  }
}
.cid-uG3ly8NyQv .item .item-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uG3ly8NyQv .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.9em 1.9em 0 0 !important;
}
@media (max-width: 768px) {
  .cid-uG3ly8NyQv .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uG3ly8NyQv .item .item-wrapper .item-content {
  border-radius: 0 0 1.9em 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uG3ly8NyQv .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uG3ly8NyQv .item .item-wrapper .item-content .card-title {
  margin-bottom: 32px;
}
.cid-uG3ly8NyQv .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 32px;
}
.cid-uG3ly8NyQv .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uG3ly8NyQv .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uG3ly8NyQv .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-uG3ly8NyQv .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-uG3ly8NyQv .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uG3ly8NyQv .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uG3ly8NyQv .item .item-wrapper .mbr-section-btn .btn-black-outline,
.cid-uG3ly8NyQv .item .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uG3ly8NyQv .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uG3ly8NyQv .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uG3ly8NyQv .item .item-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uG3ly8NyQv .item .item-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uG3ly8NyQv .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uG3ly8NyQv .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uG3ly8NyQv .item .item-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uG3ly8NyQv .item .item-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uG3ly8NyQv .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uG3ly8NyQv .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uG3ly8NyQv .item .item-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uG3ly8NyQv .item .item-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uG3ly8NyQv .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uG3ly8NyQv .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uG3ly8NyQv .item .item-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uG3ly8NyQv .item .item-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uG3ly8NyQv .card-title {
  color: #080808;
}
.cid-uG3ly8NyQv .card-text {
  color: #333333;
}
.cid-uG3oVtozEW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uG3oVtozEW {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uG3oVtozEW {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uG3oVtozEW .mbr-section-subtitle {
  text-align: left;
}
.cid-uG3oVtozEW .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uG3oVtozEW .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uFZSeI87vG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFZSeI87vG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZSeI87vG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZSeI87vG .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uFZSeI87vG .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uFZSeI87vG .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFZSeI87vG .container {
    padding: 0 20px;
  }
}
.cid-uFZSeI87vG .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uFZSeI87vG .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uFZSeI87vG .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uFZSeI87vG .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uFZSeI87vG .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFZSeI87vG .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uFZSeI87vG .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uFZSeI87vG .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uFZSeI87vG .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uFZSeI87vG .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFZSeI87vG .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uFZSeI87vG .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uFZSeI87vG .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #b6fcaf;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uFZSeI87vG .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uFZSeI87vG .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uFZSeI87vG .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uFZSeI87vG .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uFZSeI87vG .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uFZSeI87vG .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uFZSeI87vG .mbr-desc {
  color: #000000;
}
.cid-uFZSeI87vG .panel-number {
  color: #000000;
}
.cid-uFZSeI87vG .panel-title-edit {
  color: #000000;
}
.cid-uFZSeI87vG .panel-text {
  color: #000000;
}
.cid-uGlI4SVnLm {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGlI4SVnLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGlI4SVnLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGlI4SVnLm .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGlI4SVnLm .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uGlI4SVnLm .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uGlI4SVnLm .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uGlI4SVnLm .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffffff;
  border: 3px solid #58b39a;
  box-shadow: 4px 4px 0 0 #58b39a;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uGlI4SVnLm .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uGlI4SVnLm .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGlI4SVnLm .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uGlI4SVnLm .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGlI4SVnLm .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uGlI4SVnLm .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uGlI4SVnLm .mbr-section-title,
.cid-uGlI4SVnLm .mbr-section-btn {
  color: #000000;
}
.cid-uG3pPXJq3e {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uG3pPXJq3e .image__block:before {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 260px);
  background-color: #b6fcaf;
}
.cid-uG3pPXJq3e .date__block {
  margin-top: 88px;
  margin-bottom: 16px;
}
.cid-uG3pPXJq3e .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #b6fcaf;
}
.cid-uG3pPXJq3e .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #46877e;
}
.cid-uG3pPXJq3e .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-uG3pPXJq3e .mbr-section-title {
  margin-bottom: 28px;
}
.cid-uG3pPXJq3e .mbr-text {
  margin-bottom: 23px;
}
.cid-uG3pPXJq3e .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uG3pPXJq3e .link a {
  font-weight: 700;
}
.cid-uG3pPXJq3e .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uG3pPXJq3e .link:hover span {
  transform: translateX(9px);
}
.cid-uG3pPXJq3e .image__block {
  position: relative;
}
.cid-uG3pPXJq3e .image {
  width: 100%;
  height: 575px;
  position: relative;
}
.cid-uG3pPXJq3e .image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #b6fcaf;
  z-index: 1;
}
.cid-uG3pPXJq3e .image img {
  position: absolute;
  width: 50%;
  height: 80%;
  top: 60px;
  left: 50%;
  z-index: 5;
  transform: translatex(-50%);
  border-radius: 50%;
  max-height: 575px;
  object-fit: cover;
  border: 4px solid #46877e;
}
@media (max-width: 991px) {
  .cid-uG3pPXJq3e .date__block {
    margin-top: 0;
    margin-bottom: 14px;
  }
  .cid-uG3pPXJq3e .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-uG3pPXJq3e .mbr-text {
    margin-bottom: 12px;
  }
  .cid-uG3pPXJq3e .image__block {
    margin-top: 60px;
  }
  .cid-uG3pPXJq3e .image__block:before {
    top: -50px;
    left: 70px;
    height: calc(100% + 150px);
  }
}
@media (max-width: 767px) {
  .cid-uG3pPXJq3e .image {
    height: 460px;
  }
  .cid-uG3pPXJq3e .image img {
    top: 45px;
    width: 60%;
  }
}
@media (max-width: 575px) {
  .cid-uG3pPXJq3e .image {
    height: 420px;
  }
  .cid-uG3pPXJq3e .image img {
    top: 40px;
    width: 60%;
  }
}
@media (max-width: 380px) {
  .cid-uG3pPXJq3e .image {
    height: 300px;
  }
  .cid-uG3pPXJq3e .image img {
    top: 30px;
    width: 60%;
  }
}
.cid-uG3pPXJq3e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3pPXJq3e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3pPXJq3e .mbr-text,
.cid-uG3pPXJq3e .link {
  color: #000000;
}
.cid-uG3pPXJq3e .mbr-section-title,
.cid-uG3pPXJq3e .date__block {
  color: #000000;
}
.cid-uG09cXyQZY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG09cXyQZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG09cXyQZY .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-uG09cXyQZY .container {
    padding: 0 20px;
  }
}
.cid-uG09cXyQZY .row {
  margin: 0;
}
.cid-uG09cXyQZY .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uG09cXyQZY .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG09cXyQZY .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uG09cXyQZY .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uG09cXyQZY .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uG09cXyQZY .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uG09cXyQZY .mbr-section-title {
  color: #000000;
}
.cid-uG3q57ruFf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uG3q57ruFf {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uG3q57ruFf {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uG3q57ruFf .mbr-section-subtitle {
  text-align: left;
}
.cid-uG3q57ruFf .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uG3q57ruFf .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uFZIUo5Hxk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uFZIUo5Hxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZIUo5Hxk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZIUo5Hxk .google-map {
  height: 30rem;
  position: relative;
}
.cid-uFZIUo5Hxk .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uFZIUo5Hxk .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFZIUo5Hxk .google-map[data-state] {
  background: #fffff5;
}
.cid-uFZIUo5Hxk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s29Zj1BvIA {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #b6fcaf;
}
.cid-s29Zj1BvIA .container {
  pointer-events: none;
}
.cid-s29Zj1BvIA .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-s29Zj1BvIA .brand__text {
  padding: 12px 0 25px;
}
.cid-s29Zj1BvIA .brand__email {
  margin-bottom: 15px;
  color: #ff3a46;
}
.cid-s29Zj1BvIA .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-s29Zj1BvIA .footer__title {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-s29Zj1BvIA .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-s29Zj1BvIA .footer__items a:hover {
  color: #b6fcaf !important;
}
.cid-s29Zj1BvIA .social {
  margin-top: 30px;
}
.cid-s29Zj1BvIA .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 10px;
  color: #000000;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-s29Zj1BvIA .social .social__items:hover {
  background-color: #b6fcaf;
  border-color: #b6fcaf;
}
.cid-s29Zj1BvIA .social .social__items:hover span {
  color: #000000 !important;
}
.cid-s29Zj1BvIA .social .social__items:last-child {
  margin-right: 0;
}
.cid-s29Zj1BvIA .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-s29Zj1BvIA .divider {
  background-color: #000000;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-s29Zj1BvIA .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-s29Zj1BvIA .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-s29Zj1BvIA .footer__bot_items a:hover {
  color: #b6fcaf !important;
}
.cid-s29Zj1BvIA .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-s29Zj1BvIA .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-s29Zj1BvIA .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #b6fcaf;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-s29Zj1BvIA .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-s29Zj1BvIA .divider {
    margin-top: 30px;
  }
  .cid-s29Zj1BvIA .footer__bottom {
    padding: 30px 0;
  }
  .cid-s29Zj1BvIA .align-right,
  .cid-s29Zj1BvIA .privacy {
    text-align: center;
  }
  .cid-s29Zj1BvIA .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-s29Zj1BvIA .privacy {
  color: #000000;
}
.cid-s29Zj1BvIA .footer__adress {
  color: #000000;
}
.cid-uFZYqUWHhq {
  min-height: 114px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-uFZYqUWHhq .nav-item,
.cid-uFZYqUWHhq .nav-link,
.cid-uFZYqUWHhq .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFZYqUWHhq .nav-item:hover,
.cid-uFZYqUWHhq .nav-link:hover,
.cid-uFZYqUWHhq .navbar-caption:hover {
  color: #b6fcaf !important;
}
.cid-uFZYqUWHhq .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uFZYqUWHhq .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uFZYqUWHhq .container-fluid,
.cid-uFZYqUWHhq .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uFZYqUWHhq .navbar-brand {
  padding: 0;
}
.cid-uFZYqUWHhq .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uFZYqUWHhq .nav-link:hover:before {
  width: 100%;
}
.cid-uFZYqUWHhq .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-uFZYqUWHhq .nav-link {
    margin: 0 !important;
  }
}
.cid-uFZYqUWHhq .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFZYqUWHhq .widget p,
.cid-uFZYqUWHhq .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uFZYqUWHhq .widget p a,
.cid-uFZYqUWHhq .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uFZYqUWHhq .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(197, 171, 80, 0.8);
  font-size: 17px;
  color: rgba(197, 171, 80, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uFZYqUWHhq .icons__wrap:hover {
  color: #000000;
  background-color: #b6fcaf;
  border-color: #b6fcaf;
}
.cid-uFZYqUWHhq .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uFZYqUWHhq .block__phone,
  .cid-uFZYqUWHhq .icons-menu {
    display: none;
  }
  .cid-uFZYqUWHhq .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uFZYqUWHhq .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #b6fcaf !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uFZYqUWHhq .mbr-section-btn .btn-secondary:hover {
  background-color: #b6fcaf !important;
  color: #ffffff !important;
}
.cid-uFZYqUWHhq .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uFZYqUWHhq .navbar > .container,
.cid-uFZYqUWHhq .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uFZYqUWHhq .btn {
    white-space: nowrap;
  }
  .cid-uFZYqUWHhq .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-uFZYqUWHhq .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uFZYqUWHhq .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uFZYqUWHhq .dropdown-toggle::after,
  .cid-uFZYqUWHhq .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uFZYqUWHhq .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uFZYqUWHhq .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-uFZYqUWHhq .dropdown-menu .dropdown-item:hover {
  color: #b6fcaf !important;
}
.cid-uFZYqUWHhq .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uFZYqUWHhq .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uFZYqUWHhq .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uFZYqUWHhq .nav-item:focus,
.cid-uFZYqUWHhq .nav-link:focus {
  outline: none;
}
.cid-uFZYqUWHhq .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uFZYqUWHhq .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uFZYqUWHhq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uFZYqUWHhq .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uFZYqUWHhq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uFZYqUWHhq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFZYqUWHhq .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uFZYqUWHhq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFZYqUWHhq .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-uFZYqUWHhq .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-uFZYqUWHhq .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uFZYqUWHhq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFZYqUWHhq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFZYqUWHhq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-uFZYqUWHhq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFZYqUWHhq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFZYqUWHhq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFZYqUWHhq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFZYqUWHhq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFZYqUWHhq .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-uFZYqUWHhq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFZYqUWHhq .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uFZYqUWHhq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFZYqUWHhq .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uFZYqUWHhq .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uFZYqUWHhq .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uFZYqUWHhq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFZYqUWHhq .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uFZYqUWHhq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uFZYqUWHhq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFZYqUWHhq .dropdown-item.active,
.cid-uFZYqUWHhq .dropdown-item:active {
  background-color: transparent;
}
.cid-uFZYqUWHhq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFZYqUWHhq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uFZYqUWHhq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uFZYqUWHhq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-uFZYqUWHhq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFZYqUWHhq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFZYqUWHhq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFZYqUWHhq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFZYqUWHhq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFZYqUWHhq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFZYqUWHhq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFZYqUWHhq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFZYqUWHhq .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uFZYqUWHhq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uFZYqUWHhq a.nav-link:hover {
  color: #b6fcaf !important;
}
@media (max-width: 991px) {
  .cid-uFZYqUWHhq .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uFZYqUWHhq .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uFZYqUWHhq .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uFZYqUWHhq .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-uFZYqUWHhq .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uFZYqUWHhq .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uFZYqUWHhq .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-uFZYqUWHhq .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uFZYqUWHhq .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uFZYqUWHhq .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uFZYqUWHhq a.nav-link {
    justify-content: flex-start;
  }
  .cid-uFZYqUWHhq ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uFZYqUWHhq .navbar-brand {
    padding: 0;
  }
  .cid-uFZYqUWHhq .block__phone,
  .cid-uFZYqUWHhq .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uFZYqUWHhq .widget {
    flex-direction: column;
  }
  .cid-uFZYqUWHhq .widget p,
  .cid-uFZYqUWHhq .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-uFZYqUWHhq .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-uFZYqUWHhq .navbar {
    height: 97px;
  }
  .cid-uFZYqUWHhq .navbar.opened {
    height: auto;
  }
  .cid-uFZYqUWHhq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG3ScU5J0M {
  position: relative;
  background-color: #eeeef7;
}
.cid-uG3ScU5J0M .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uG3ScU5J0M .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uG3ScU5J0M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3ScU5J0M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3ScU5J0M .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uG3ScU5J0M .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #baace7;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .cid-uG3ScU5J0M .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uG3ScU5J0M .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
.cid-uG3ScU5J0M .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b6fcaf;
  opacity: 0.8;
  pointer-events: none;
}
.cid-uG3ScU5J0M .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uG3ScU5J0M .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uG3ScU5J0M .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG3ScU5J0M .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uG3ScU5J0M .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uG3ScU5J0M .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uG3ScU5J0M .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uG3ScU5J0M .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uG3ScU5J0M .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uG3ScU5J0M .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.cid-uG3ScU5J0M .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uG3ScU5J0M .mbr-section-title {
  color: #191c25;
}
.cid-uG3ScU5J0M .mbr-text,
.cid-uG3ScU5J0M .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uG3ScU5J0M .mbr-section-title,
.cid-uG3ScU5J0M .mbr-section-btn,
.cid-uG3ScU5J0M .social-wrapper {
  text-align: right;
  color: #000000;
}
.cid-uG3ScU5J0M .mbr-text {
  color: #000000;
}
.cid-uG3SjXMonm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uG3SjXMonm .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ff3a46;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-uG3SjXMonm .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uG3SjXMonm .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-uG3SjXMonm .main-title.display-2 {
  line-height: 1.375;
}
.cid-uG3SjXMonm .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uG3SjXMonm .mbr-text {
  color: #606060;
}
.cid-uG3SjXMonm .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uG3SjXMonm .mbr-section-btn {
  margin-top: 24px;
}
.cid-uG3SjXMonm .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-uG3SjXMonm .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uG3SjXMonm .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uG3SjXMonm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3SjXMonm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3SjXMonm .mbr-text,
.cid-uG3SjXMonm .mbr-section-btn {
  color: #000000;
}
.cid-uFZYrtnIzP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uFZYrtnIzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZYrtnIzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZYrtnIzP .google-map {
  height: 30rem;
  position: relative;
}
.cid-uFZYrtnIzP .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uFZYrtnIzP .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFZYrtnIzP .google-map[data-state] {
  background: #fffff5;
}
.cid-uFZYrtnIzP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFZYrvfruQ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #b6fcaf;
}
.cid-uFZYrvfruQ .container {
  pointer-events: none;
}
.cid-uFZYrvfruQ .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uFZYrvfruQ .brand__text {
  padding: 12px 0 25px;
}
.cid-uFZYrvfruQ .brand__email {
  margin-bottom: 15px;
  color: #ff3a46;
}
.cid-uFZYrvfruQ .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uFZYrvfruQ .footer__title {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-uFZYrvfruQ .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-uFZYrvfruQ .footer__items a:hover {
  color: #b6fcaf !important;
}
.cid-uFZYrvfruQ .social {
  margin-top: 30px;
}
.cid-uFZYrvfruQ .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 10px;
  color: #000000;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uFZYrvfruQ .social .social__items:hover {
  background-color: #b6fcaf;
  border-color: #b6fcaf;
}
.cid-uFZYrvfruQ .social .social__items:hover span {
  color: #000000 !important;
}
.cid-uFZYrvfruQ .social .social__items:last-child {
  margin-right: 0;
}
.cid-uFZYrvfruQ .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uFZYrvfruQ .divider {
  background-color: #000000;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-uFZYrvfruQ .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uFZYrvfruQ .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-uFZYrvfruQ .footer__bot_items a:hover {
  color: #b6fcaf !important;
}
.cid-uFZYrvfruQ .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uFZYrvfruQ .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uFZYrvfruQ .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #b6fcaf;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uFZYrvfruQ .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-uFZYrvfruQ .divider {
    margin-top: 30px;
  }
  .cid-uFZYrvfruQ .footer__bottom {
    padding: 30px 0;
  }
  .cid-uFZYrvfruQ .align-right,
  .cid-uFZYrvfruQ .privacy {
    text-align: center;
  }
  .cid-uFZYrvfruQ .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-uFZYrvfruQ .privacy {
  color: #000000;
}
.cid-uFZYrvfruQ .footer__adress {
  color: #000000;
}
.cid-uFZZ27ILRF {
  min-height: 114px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-uFZZ27ILRF .nav-item,
.cid-uFZZ27ILRF .nav-link,
.cid-uFZZ27ILRF .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFZZ27ILRF .nav-item:hover,
.cid-uFZZ27ILRF .nav-link:hover,
.cid-uFZZ27ILRF .navbar-caption:hover {
  color: #b6fcaf !important;
}
.cid-uFZZ27ILRF .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uFZZ27ILRF .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uFZZ27ILRF .container-fluid,
.cid-uFZZ27ILRF .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uFZZ27ILRF .navbar-brand {
  padding: 0;
}
.cid-uFZZ27ILRF .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uFZZ27ILRF .nav-link:hover:before {
  width: 100%;
}
.cid-uFZZ27ILRF .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-uFZZ27ILRF .nav-link {
    margin: 0 !important;
  }
}
.cid-uFZZ27ILRF .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFZZ27ILRF .widget p,
.cid-uFZZ27ILRF .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uFZZ27ILRF .widget p a,
.cid-uFZZ27ILRF .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uFZZ27ILRF .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(197, 171, 80, 0.8);
  font-size: 17px;
  color: rgba(197, 171, 80, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uFZZ27ILRF .icons__wrap:hover {
  color: #000000;
  background-color: #b6fcaf;
  border-color: #b6fcaf;
}
.cid-uFZZ27ILRF .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uFZZ27ILRF .block__phone,
  .cid-uFZZ27ILRF .icons-menu {
    display: none;
  }
  .cid-uFZZ27ILRF .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uFZZ27ILRF .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #b6fcaf !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uFZZ27ILRF .mbr-section-btn .btn-secondary:hover {
  background-color: #b6fcaf !important;
  color: #ffffff !important;
}
.cid-uFZZ27ILRF .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uFZZ27ILRF .navbar > .container,
.cid-uFZZ27ILRF .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uFZZ27ILRF .btn {
    white-space: nowrap;
  }
  .cid-uFZZ27ILRF .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-uFZZ27ILRF .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uFZZ27ILRF .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uFZZ27ILRF .dropdown-toggle::after,
  .cid-uFZZ27ILRF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uFZZ27ILRF .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uFZZ27ILRF .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-uFZZ27ILRF .dropdown-menu .dropdown-item:hover {
  color: #b6fcaf !important;
}
.cid-uFZZ27ILRF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uFZZ27ILRF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uFZZ27ILRF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uFZZ27ILRF .nav-item:focus,
.cid-uFZZ27ILRF .nav-link:focus {
  outline: none;
}
.cid-uFZZ27ILRF .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uFZZ27ILRF .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uFZZ27ILRF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uFZZ27ILRF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uFZZ27ILRF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uFZZ27ILRF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFZZ27ILRF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uFZZ27ILRF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFZZ27ILRF .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-uFZZ27ILRF .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-uFZZ27ILRF .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uFZZ27ILRF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFZZ27ILRF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFZZ27ILRF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-uFZZ27ILRF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFZZ27ILRF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFZZ27ILRF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFZZ27ILRF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFZZ27ILRF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFZZ27ILRF .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-uFZZ27ILRF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFZZ27ILRF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uFZZ27ILRF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFZZ27ILRF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uFZZ27ILRF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uFZZ27ILRF .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uFZZ27ILRF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFZZ27ILRF .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uFZZ27ILRF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uFZZ27ILRF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFZZ27ILRF .dropdown-item.active,
.cid-uFZZ27ILRF .dropdown-item:active {
  background-color: transparent;
}
.cid-uFZZ27ILRF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFZZ27ILRF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uFZZ27ILRF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uFZZ27ILRF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-uFZZ27ILRF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFZZ27ILRF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFZZ27ILRF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFZZ27ILRF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFZZ27ILRF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFZZ27ILRF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFZZ27ILRF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFZZ27ILRF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFZZ27ILRF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uFZZ27ILRF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uFZZ27ILRF a.nav-link:hover {
  color: #b6fcaf !important;
}
@media (max-width: 991px) {
  .cid-uFZZ27ILRF .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uFZZ27ILRF .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uFZZ27ILRF .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uFZZ27ILRF .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-uFZZ27ILRF .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uFZZ27ILRF .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uFZZ27ILRF .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-uFZZ27ILRF .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uFZZ27ILRF .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uFZZ27ILRF .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uFZZ27ILRF a.nav-link {
    justify-content: flex-start;
  }
  .cid-uFZZ27ILRF ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uFZZ27ILRF .navbar-brand {
    padding: 0;
  }
  .cid-uFZZ27ILRF .block__phone,
  .cid-uFZZ27ILRF .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uFZZ27ILRF .widget {
    flex-direction: column;
  }
  .cid-uFZZ27ILRF .widget p,
  .cid-uFZZ27ILRF .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-uFZZ27ILRF .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-uFZZ27ILRF .navbar {
    height: 97px;
  }
  .cid-uFZZ27ILRF .navbar.opened {
    height: auto;
  }
  .cid-uFZZ27ILRF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG3SAGgDJY {
  position: relative;
  background-color: #eeeef7;
}
.cid-uG3SAGgDJY .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uG3SAGgDJY .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uG3SAGgDJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3SAGgDJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3SAGgDJY .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uG3SAGgDJY .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #baace7;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .cid-uG3SAGgDJY .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uG3SAGgDJY .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
.cid-uG3SAGgDJY .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b6fcaf;
  opacity: 0.8;
  pointer-events: none;
}
.cid-uG3SAGgDJY .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uG3SAGgDJY .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uG3SAGgDJY .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG3SAGgDJY .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uG3SAGgDJY .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uG3SAGgDJY .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uG3SAGgDJY .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uG3SAGgDJY .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uG3SAGgDJY .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uG3SAGgDJY .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.cid-uG3SAGgDJY .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uG3SAGgDJY .mbr-section-title {
  color: #191c25;
}
.cid-uG3SAGgDJY .mbr-text,
.cid-uG3SAGgDJY .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uG3SAGgDJY .mbr-section-title,
.cid-uG3SAGgDJY .mbr-section-btn,
.cid-uG3SAGgDJY .social-wrapper {
  text-align: right;
  color: #000000;
}
.cid-uG3SAGgDJY .mbr-text {
  color: #000000;
}
.cid-uG3SVJaBnp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uG3SVJaBnp .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ff3a46;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-uG3SVJaBnp .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uG3SVJaBnp .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-uG3SVJaBnp .main-title.display-2 {
  line-height: 1.375;
}
.cid-uG3SVJaBnp .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uG3SVJaBnp .mbr-text {
  color: #606060;
}
.cid-uG3SVJaBnp .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uG3SVJaBnp .mbr-section-btn {
  margin-top: 24px;
}
.cid-uG3SVJaBnp .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-uG3SVJaBnp .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uG3SVJaBnp .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uG3SVJaBnp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3SVJaBnp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3SVJaBnp .mbr-text,
.cid-uG3SVJaBnp .mbr-section-btn {
  color: #000000;
}
.cid-uFZZ2cb0L8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uFZZ2cb0L8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZZ2cb0L8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZZ2cb0L8 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uFZZ2cb0L8 .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uFZZ2cb0L8 .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFZZ2cb0L8 .google-map[data-state] {
  background: #fffff5;
}
.cid-uFZZ2cb0L8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFZZ2dgpC8 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #b6fcaf;
}
.cid-uFZZ2dgpC8 .container {
  pointer-events: none;
}
.cid-uFZZ2dgpC8 .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uFZZ2dgpC8 .brand__text {
  padding: 12px 0 25px;
}
.cid-uFZZ2dgpC8 .brand__email {
  margin-bottom: 15px;
  color: #ff3a46;
}
.cid-uFZZ2dgpC8 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uFZZ2dgpC8 .footer__title {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-uFZZ2dgpC8 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-uFZZ2dgpC8 .footer__items a:hover {
  color: #b6fcaf !important;
}
.cid-uFZZ2dgpC8 .social {
  margin-top: 30px;
}
.cid-uFZZ2dgpC8 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 10px;
  color: #000000;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uFZZ2dgpC8 .social .social__items:hover {
  background-color: #b6fcaf;
  border-color: #b6fcaf;
}
.cid-uFZZ2dgpC8 .social .social__items:hover span {
  color: #000000 !important;
}
.cid-uFZZ2dgpC8 .social .social__items:last-child {
  margin-right: 0;
}
.cid-uFZZ2dgpC8 .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uFZZ2dgpC8 .divider {
  background-color: #000000;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-uFZZ2dgpC8 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uFZZ2dgpC8 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-uFZZ2dgpC8 .footer__bot_items a:hover {
  color: #b6fcaf !important;
}
.cid-uFZZ2dgpC8 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uFZZ2dgpC8 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uFZZ2dgpC8 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #b6fcaf;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uFZZ2dgpC8 .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-uFZZ2dgpC8 .divider {
    margin-top: 30px;
  }
  .cid-uFZZ2dgpC8 .footer__bottom {
    padding: 30px 0;
  }
  .cid-uFZZ2dgpC8 .align-right,
  .cid-uFZZ2dgpC8 .privacy {
    text-align: center;
  }
  .cid-uFZZ2dgpC8 .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-uFZZ2dgpC8 .privacy {
  color: #000000;
}
.cid-uFZZ2dgpC8 .footer__adress {
  color: #000000;
}
.cid-uG3x6YcJJg {
  min-height: 114px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-uG3x6YcJJg .nav-item,
.cid-uG3x6YcJJg .nav-link,
.cid-uG3x6YcJJg .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uG3x6YcJJg .nav-item:hover,
.cid-uG3x6YcJJg .nav-link:hover,
.cid-uG3x6YcJJg .navbar-caption:hover {
  color: #b6fcaf !important;
}
.cid-uG3x6YcJJg .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uG3x6YcJJg .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uG3x6YcJJg .container-fluid,
.cid-uG3x6YcJJg .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uG3x6YcJJg .navbar-brand {
  padding: 0;
}
.cid-uG3x6YcJJg .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uG3x6YcJJg .nav-link:hover:before {
  width: 100%;
}
.cid-uG3x6YcJJg .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-uG3x6YcJJg .nav-link {
    margin: 0 !important;
  }
}
.cid-uG3x6YcJJg .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uG3x6YcJJg .widget p,
.cid-uG3x6YcJJg .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uG3x6YcJJg .widget p a,
.cid-uG3x6YcJJg .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uG3x6YcJJg .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(197, 171, 80, 0.8);
  font-size: 17px;
  color: rgba(197, 171, 80, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uG3x6YcJJg .icons__wrap:hover {
  color: #000000;
  background-color: #b6fcaf;
  border-color: #b6fcaf;
}
.cid-uG3x6YcJJg .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uG3x6YcJJg .block__phone,
  .cid-uG3x6YcJJg .icons-menu {
    display: none;
  }
  .cid-uG3x6YcJJg .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uG3x6YcJJg .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #b6fcaf !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uG3x6YcJJg .mbr-section-btn .btn-secondary:hover {
  background-color: #b6fcaf !important;
  color: #ffffff !important;
}
.cid-uG3x6YcJJg .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uG3x6YcJJg .navbar > .container,
.cid-uG3x6YcJJg .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uG3x6YcJJg .btn {
    white-space: nowrap;
  }
  .cid-uG3x6YcJJg .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-uG3x6YcJJg .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uG3x6YcJJg .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uG3x6YcJJg .dropdown-toggle::after,
  .cid-uG3x6YcJJg .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uG3x6YcJJg .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uG3x6YcJJg .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-uG3x6YcJJg .dropdown-menu .dropdown-item:hover {
  color: #b6fcaf !important;
}
.cid-uG3x6YcJJg .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uG3x6YcJJg .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uG3x6YcJJg .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uG3x6YcJJg .nav-item:focus,
.cid-uG3x6YcJJg .nav-link:focus {
  outline: none;
}
.cid-uG3x6YcJJg .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uG3x6YcJJg .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uG3x6YcJJg .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uG3x6YcJJg .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uG3x6YcJJg .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uG3x6YcJJg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG3x6YcJJg .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uG3x6YcJJg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uG3x6YcJJg .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-uG3x6YcJJg .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-uG3x6YcJJg .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uG3x6YcJJg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG3x6YcJJg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uG3x6YcJJg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-uG3x6YcJJg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uG3x6YcJJg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG3x6YcJJg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uG3x6YcJJg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG3x6YcJJg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG3x6YcJJg .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-uG3x6YcJJg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG3x6YcJJg .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uG3x6YcJJg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uG3x6YcJJg .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uG3x6YcJJg .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uG3x6YcJJg .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uG3x6YcJJg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uG3x6YcJJg .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uG3x6YcJJg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uG3x6YcJJg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG3x6YcJJg .dropdown-item.active,
.cid-uG3x6YcJJg .dropdown-item:active {
  background-color: transparent;
}
.cid-uG3x6YcJJg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uG3x6YcJJg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uG3x6YcJJg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uG3x6YcJJg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-uG3x6YcJJg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uG3x6YcJJg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uG3x6YcJJg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uG3x6YcJJg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uG3x6YcJJg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uG3x6YcJJg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uG3x6YcJJg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uG3x6YcJJg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uG3x6YcJJg .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uG3x6YcJJg a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uG3x6YcJJg a.nav-link:hover {
  color: #b6fcaf !important;
}
@media (max-width: 991px) {
  .cid-uG3x6YcJJg .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uG3x6YcJJg .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uG3x6YcJJg .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uG3x6YcJJg .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-uG3x6YcJJg .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uG3x6YcJJg .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uG3x6YcJJg .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-uG3x6YcJJg .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uG3x6YcJJg .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uG3x6YcJJg .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uG3x6YcJJg a.nav-link {
    justify-content: flex-start;
  }
  .cid-uG3x6YcJJg ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uG3x6YcJJg .navbar-brand {
    padding: 0;
  }
  .cid-uG3x6YcJJg .block__phone,
  .cid-uG3x6YcJJg .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uG3x6YcJJg .widget {
    flex-direction: column;
  }
  .cid-uG3x6YcJJg .widget p,
  .cid-uG3x6YcJJg .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-uG3x6YcJJg .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-uG3x6YcJJg .navbar {
    height: 97px;
  }
  .cid-uG3x6YcJJg .navbar.opened {
    height: auto;
  }
  .cid-uG3x6YcJJg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG3x6ZOyea {
  position: relative;
  background-color: #eeeef7;
}
.cid-uG3x6ZOyea .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uG3x6ZOyea .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uG3x6ZOyea .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3x6ZOyea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3x6ZOyea .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uG3x6ZOyea .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #baace7;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .cid-uG3x6ZOyea .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uG3x6ZOyea .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
.cid-uG3x6ZOyea .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b6fcaf;
  opacity: 0.8;
  pointer-events: none;
}
.cid-uG3x6ZOyea .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uG3x6ZOyea .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uG3x6ZOyea .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG3x6ZOyea .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uG3x6ZOyea .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uG3x6ZOyea .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uG3x6ZOyea .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uG3x6ZOyea .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uG3x6ZOyea .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uG3x6ZOyea .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.cid-uG3x6ZOyea .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uG3x6ZOyea .mbr-section-title {
  color: #191c25;
}
.cid-uG3x6ZOyea .mbr-text,
.cid-uG3x6ZOyea .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uG3x6ZOyea .mbr-section-title,
.cid-uG3x6ZOyea .mbr-section-btn,
.cid-uG3x6ZOyea .social-wrapper {
  text-align: right;
  color: #000000;
}
.cid-uG3x6ZOyea .mbr-text {
  color: #000000;
}
.cid-uG3x711c4R {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uG3x711c4R li {
  list-style: none;
}
.cid-uG3x711c4R .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-uG3x711c4R .item-wrap:hover .mbr-iconfont {
  color: #ffb02c !important;
}
.cid-uG3x711c4R .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #ffb02c !important;
}
.cid-uG3x711c4R h4 {
  margin: 0;
}
.cid-uG3x711c4R ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uG3x711c4R .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uG3x711c4R .col-title2 {
  color: #ed6436;
}
.cid-uG3x711c4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3x711c4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3x711c4R .item1 {
  color: #000000;
}
.cid-uG3x71ZyIb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b6fcaf;
  margin-bottom: 2px;
}
.cid-uG3x71ZyIb .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #000000;
  text-align: center;
}
.cid-uG3x71ZyIb .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
.cid-uG3x71ZyIb .mbr-text {
  text-align: center;
  color: #333333;
}
.cid-uG3x71ZyIb .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-uG3x71ZyIb .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
.cid-uG3x72G6Lt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uG3x72G6Lt .date__block {
  margin-bottom: 17px;
}
.cid-uG3x72G6Lt .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #b6fcaf;
}
.cid-uG3x72G6Lt .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #06df9e;
}
.cid-uG3x72G6Lt .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-uG3x72G6Lt .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-uG3x72G6Lt .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uG3x72G6Lt .mbr-text {
  margin-bottom: 20px;
}
.cid-uG3x72G6Lt .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uG3x72G6Lt .link a {
  font-weight: 700;
}
.cid-uG3x72G6Lt .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uG3x72G6Lt .link:hover span {
  transform: translateX(9px);
}
.cid-uG3x72G6Lt .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-uG3x72G6Lt .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
}
.cid-uG3x72G6Lt .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uG3x72G6Lt .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #b6fcaf;
}
.cid-uG3x72G6Lt .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-uG3x72G6Lt .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-uG3x72G6Lt .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #b6fcaf;
}
@media (max-width: 991px) {
  .cid-uG3x72G6Lt .title__block {
    padding: 25px 30px 55px;
  }
  .cid-uG3x72G6Lt .content__wrap {
    margin-bottom: 90px;
  }
  .cid-uG3x72G6Lt .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-uG3x72G6Lt .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-uG3x72G6Lt .mbr-text {
    margin-bottom: 11px;
  }
  .cid-uG3x72G6Lt .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-uG3x72G6Lt .image:before {
    padding-top: 375px;
  }
}
.cid-uG3x72G6Lt .mbr-section-title,
.cid-uG3x72G6Lt .date__block {
  color: #000000;
}
.cid-uG3x72G6Lt .mbr-text,
.cid-uG3x72G6Lt .link {
  color: #000000;
}
.cid-uG3x73q7TE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b6fcaf;
}
.cid-uG3x73q7TE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3x73q7TE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3x73q7TE .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uG3x73q7TE .item {
    margin-bottom: 16px;
  }
}
.cid-uG3x73q7TE .item:nth-child(2n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uG3x73q7TE .item:nth-child(2n) .item-wrapper .item-img {
  padding-left: 0;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uG3x73q7TE .item:nth-child(2n) .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-uG3x73q7TE .item .item-wrapper {
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uG3x73q7TE .item .item-wrapper {
    display: block;
  }
}
.cid-uG3x73q7TE .item .item-wrapper .item-content {
  display: flex;
  align-items: flex-end;
  background-color: #272b2e;
  padding: 64px 40px;
  width: 35%;
}
@media (max-width: 1200px) {
  .cid-uG3x73q7TE .item .item-wrapper .item-content {
    padding: 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uG3x73q7TE .item .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}
.cid-uG3x73q7TE .item .item-wrapper .item-content .title-wrap {
  width: 100%;
}
.cid-uG3x73q7TE .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 24px;
}
.cid-uG3x73q7TE .item .item-wrapper .item-content .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uG3x73q7TE .item .item-wrapper .item-img {
  width: 65%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uG3x73q7TE .item .item-wrapper .item-img {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uG3x73q7TE .item .item-wrapper .item-img img {
  height: 830px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uG3x73q7TE .item .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uG3x73q7TE .item-title {
  color: #ffffff;
}
.cid-uG3x73q7TE .item-desc {
  color: #ffffff;
}
.cid-uG3x74cQwr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uG3x74cQwr {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uG3x74cQwr {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uG3x74cQwr .mbr-section-subtitle {
  text-align: left;
}
.cid-uG3x74cQwr .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uG3x74cQwr .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uG3x74SneC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b6fcaf;
}
.cid-uG3x74SneC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3x74SneC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3x74SneC .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG3x74SneC .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uG3x74SneC .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uG3x74SneC .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uG3x74SneC .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uG3x74SneC .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG3x74SneC .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG3x74SneC .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
  row-gap: 1rem;
}
.cid-uG3x74SneC .item {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uG3x74SneC .item {
    margin-bottom: 28px;
  }
}
.cid-uG3x74SneC .item .item-wrapper {
  height: 100%;
  border: 2px solid #666666;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
}
.cid-uG3x74SneC .item .item-wrapper:hover,
.cid-uG3x74SneC .item .item-wrapper:focus {
  border: 2px solid #bff747;
  box-shadow: 4px 4px 0 0 #bff747;
}
.cid-uG3x74SneC .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uG3x74SneC .item .item-wrapper .item-wrap .item-content {
  background-color: #4b4b4b;
}
.cid-uG3x74SneC .item .item-wrapper .item-wrap .item-content .item-img {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #666666;
}
@media (max-width: 992px) {
  .cid-uG3x74SneC .item .item-wrapper .item-wrap .item-content .item-img {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .cid-uG3x74SneC .item .item-wrapper .item-wrap .item-content .item-img {
    height: 200px;
  }
}
.cid-uG3x74SneC .item .item-wrapper .item-wrap .item-content .item-img a {
  height: 100%;
  width: 100%;
}
.cid-uG3x74SneC .item .item-wrapper .item-wrap .item-content .item-img a img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uG3x74SneC .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 1.5rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uG3x74SneC .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uG3x74SneC .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
  text-align: center;
}
.cid-uG3x74SneC .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uG3x74SneC .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uG3x74SneC .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uG3x74SneC .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uG3x74SneC .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #bff747;
}
.cid-uG3x74SneC .icon-wrapper {
  text-align: right;
}
.cid-uG3x74SneC .mbr-section-title,
.cid-uG3x74SneC .item-title,
.cid-uG3x74SneC .item-text {
  color: #fdfde1;
  text-align: center;
}
.cid-uG3x74SneC .mbr-text,
.cid-uG3x74SneC .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uG3x74SneC .mbr-desc,
.cid-uG3x74SneC .desc-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uG3x74SneC .item-desc {
  color: #fdfde1;
}
.cid-uG3x76zEEe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uG3x76zEEe {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uG3x76zEEe {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uG3x76zEEe .mbr-section-subtitle {
  text-align: left;
}
.cid-uG3x76zEEe .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uG3x76zEEe .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uGlInkVAE5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b6fcaf;
}
.cid-uGlInkVAE5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGlInkVAE5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGlInkVAE5 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uGlInkVAE5 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uGlInkVAE5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uGlInkVAE5 .container {
    padding: 0 16px;
  }
}
.cid-uGlInkVAE5 .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-uGlInkVAE5 .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uGlInkVAE5 .item {
    margin-bottom: 24px;
  }
}
.cid-uGlInkVAE5 .item .item-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uGlInkVAE5 .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.9em 1.9em 0 0 !important;
}
@media (max-width: 768px) {
  .cid-uGlInkVAE5 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uGlInkVAE5 .item .item-wrapper .item-content {
  border-radius: 0 0 1.9em 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uGlInkVAE5 .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uGlInkVAE5 .item .item-wrapper .item-content .card-title {
  margin-bottom: 32px;
}
.cid-uGlInkVAE5 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 32px;
}
.cid-uGlInkVAE5 .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uGlInkVAE5 .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uGlInkVAE5 .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-uGlInkVAE5 .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-uGlInkVAE5 .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uGlInkVAE5 .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uGlInkVAE5 .item .item-wrapper .mbr-section-btn .btn-black-outline,
.cid-uGlInkVAE5 .item .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uGlInkVAE5 .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uGlInkVAE5 .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uGlInkVAE5 .item .item-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uGlInkVAE5 .item .item-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uGlInkVAE5 .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uGlInkVAE5 .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uGlInkVAE5 .item .item-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uGlInkVAE5 .item .item-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uGlInkVAE5 .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uGlInkVAE5 .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uGlInkVAE5 .item .item-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uGlInkVAE5 .item .item-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uGlInkVAE5 .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uGlInkVAE5 .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uGlInkVAE5 .item .item-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uGlInkVAE5 .item .item-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uGlInkVAE5 .card-title {
  color: #080808;
}
.cid-uGlInkVAE5 .card-text {
  color: #333333;
}
.cid-uG3x78QQbC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uG3x78QQbC {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uG3x78QQbC {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uG3x78QQbC .mbr-section-subtitle {
  text-align: left;
}
.cid-uG3x78QQbC .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uG3x78QQbC .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uGlIttVnqN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGlIttVnqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGlIttVnqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGlIttVnqN .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGlIttVnqN .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uGlIttVnqN .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uGlIttVnqN .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uGlIttVnqN .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffffff;
  border: 3px solid #58b39a;
  box-shadow: 4px 4px 0 0 #58b39a;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uGlIttVnqN .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uGlIttVnqN .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGlIttVnqN .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uGlIttVnqN .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGlIttVnqN .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uGlIttVnqN .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uGlIttVnqN .mbr-section-title,
.cid-uGlIttVnqN .mbr-section-btn {
  color: #000000;
}
.cid-uG3x7aPwXV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG3x7aPwXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3x7aPwXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3x7aPwXV .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uG3x7aPwXV .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uG3x7aPwXV .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uG3x7aPwXV .container {
    padding: 0 20px;
  }
}
.cid-uG3x7aPwXV .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uG3x7aPwXV .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uG3x7aPwXV .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uG3x7aPwXV .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uG3x7aPwXV .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uG3x7aPwXV .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uG3x7aPwXV .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uG3x7aPwXV .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uG3x7aPwXV .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uG3x7aPwXV .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG3x7aPwXV .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uG3x7aPwXV .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uG3x7aPwXV .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #b6fcaf;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uG3x7aPwXV .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uG3x7aPwXV .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uG3x7aPwXV .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uG3x7aPwXV .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uG3x7aPwXV .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uG3x7aPwXV .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uG3x7aPwXV .mbr-desc {
  color: #000000;
}
.cid-uG3x7aPwXV .panel-number {
  color: #000000;
}
.cid-uG3x7aPwXV .panel-title-edit {
  color: #000000;
}
.cid-uG3x7aPwXV .panel-text {
  color: #000000;
}
.cid-uG3x7bTDJG {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uG3x7bTDJG .image__block:before {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 260px);
  background-color: #b6fcaf;
}
.cid-uG3x7bTDJG .date__block {
  margin-top: 88px;
  margin-bottom: 16px;
}
.cid-uG3x7bTDJG .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #b6fcaf;
}
.cid-uG3x7bTDJG .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #46877e;
}
.cid-uG3x7bTDJG .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-uG3x7bTDJG .mbr-section-title {
  margin-bottom: 28px;
}
.cid-uG3x7bTDJG .mbr-text {
  margin-bottom: 23px;
}
.cid-uG3x7bTDJG .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uG3x7bTDJG .link a {
  font-weight: 700;
}
.cid-uG3x7bTDJG .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uG3x7bTDJG .link:hover span {
  transform: translateX(9px);
}
.cid-uG3x7bTDJG .image__block {
  position: relative;
}
.cid-uG3x7bTDJG .image {
  width: 100%;
  height: 575px;
  position: relative;
}
.cid-uG3x7bTDJG .image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #b6fcaf;
  z-index: 1;
}
.cid-uG3x7bTDJG .image img {
  position: absolute;
  width: 50%;
  height: 80%;
  top: 60px;
  left: 50%;
  z-index: 5;
  transform: translatex(-50%);
  border-radius: 50%;
  max-height: 575px;
  object-fit: cover;
  border: 4px solid #46877e;
}
@media (max-width: 991px) {
  .cid-uG3x7bTDJG .date__block {
    margin-top: 0;
    margin-bottom: 14px;
  }
  .cid-uG3x7bTDJG .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-uG3x7bTDJG .mbr-text {
    margin-bottom: 12px;
  }
  .cid-uG3x7bTDJG .image__block {
    margin-top: 60px;
  }
  .cid-uG3x7bTDJG .image__block:before {
    top: -50px;
    left: 70px;
    height: calc(100% + 150px);
  }
}
@media (max-width: 767px) {
  .cid-uG3x7bTDJG .image {
    height: 460px;
  }
  .cid-uG3x7bTDJG .image img {
    top: 45px;
    width: 60%;
  }
}
@media (max-width: 575px) {
  .cid-uG3x7bTDJG .image {
    height: 420px;
  }
  .cid-uG3x7bTDJG .image img {
    top: 40px;
    width: 60%;
  }
}
@media (max-width: 380px) {
  .cid-uG3x7bTDJG .image {
    height: 300px;
  }
  .cid-uG3x7bTDJG .image img {
    top: 30px;
    width: 60%;
  }
}
.cid-uG3x7bTDJG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3x7bTDJG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3x7bTDJG .mbr-text,
.cid-uG3x7bTDJG .link {
  color: #000000;
}
.cid-uG3x7bTDJG .mbr-section-title,
.cid-uG3x7bTDJG .date__block {
  color: #000000;
}
.cid-uG3x7cEx36 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG3x7cEx36 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3x7cEx36 .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-uG3x7cEx36 .container {
    padding: 0 20px;
  }
}
.cid-uG3x7cEx36 .row {
  margin: 0;
}
.cid-uG3x7cEx36 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uG3x7cEx36 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG3x7cEx36 .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uG3x7cEx36 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uG3x7cEx36 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uG3x7cEx36 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uG3x7cEx36 .mbr-section-title {
  color: #000000;
}
.cid-uG3x7dopf4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uG3x7dopf4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uG3x7dopf4 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uG3x7dopf4 .mbr-section-subtitle {
  text-align: left;
}
.cid-uG3x7dopf4 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uG3x7dopf4 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uG3zvmctDz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG3zvmctDz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3zvmctDz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3zvmctDz .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uG3zvmctDz .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uG3zvmctDz .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uG3zvmctDz .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG3zvmctDz .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG3zvmctDz .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uG3zvmctDz .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #b6fcaf;
}
@media (max-width: 992px) {
  .cid-uG3zvmctDz .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uG3zvmctDz .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uG3zvmctDz .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uG3zvmctDz .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uG3zvmctDz .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uG3zvmctDz .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uG3zvmctDz .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uG3zvmctDz .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-uG3zvmctDz .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uG3zvmctDz .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uG3zvmctDz .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG3zvmctDz .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uG3zvmctDz .mbr-section-title {
  color: #404349;
}
.cid-uG3zvmctDz .panel-title-edit {
  color: #000000;
}
.cid-uG3zvmctDz .panel-text {
  color: #404349;
}
.cid-uG3zvmctDz .mbr-section-title,
.cid-uG3zvmctDz .title-wrapper,
.cid-uG3zvmctDz .tabs-wrapper {
  color: #000000;
}
.cid-uG3zvmctDz .panel-text,
.cid-uG3zvmctDz .panel-body {
  color: #000000;
}
.cid-uG3x7e310y {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uG3x7e310y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3x7e310y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3x7e310y .google-map {
  height: 30rem;
  position: relative;
}
.cid-uG3x7e310y .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uG3x7e310y .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uG3x7e310y .google-map[data-state] {
  background: #fffff5;
}
.cid-uG3x7e310y .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uG3x7eSqRR {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #b6fcaf;
}
.cid-uG3x7eSqRR .container {
  pointer-events: none;
}
.cid-uG3x7eSqRR .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uG3x7eSqRR .brand__text {
  padding: 12px 0 25px;
}
.cid-uG3x7eSqRR .brand__email {
  margin-bottom: 15px;
  color: #ff3a46;
}
.cid-uG3x7eSqRR .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uG3x7eSqRR .footer__title {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-uG3x7eSqRR .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-uG3x7eSqRR .footer__items a:hover {
  color: #b6fcaf !important;
}
.cid-uG3x7eSqRR .social {
  margin-top: 30px;
}
.cid-uG3x7eSqRR .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 10px;
  color: #000000;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uG3x7eSqRR .social .social__items:hover {
  background-color: #b6fcaf;
  border-color: #b6fcaf;
}
.cid-uG3x7eSqRR .social .social__items:hover span {
  color: #000000 !important;
}
.cid-uG3x7eSqRR .social .social__items:last-child {
  margin-right: 0;
}
.cid-uG3x7eSqRR .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uG3x7eSqRR .divider {
  background-color: #000000;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-uG3x7eSqRR .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uG3x7eSqRR .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-uG3x7eSqRR .footer__bot_items a:hover {
  color: #b6fcaf !important;
}
.cid-uG3x7eSqRR .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uG3x7eSqRR .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uG3x7eSqRR .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #b6fcaf;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uG3x7eSqRR .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-uG3x7eSqRR .divider {
    margin-top: 30px;
  }
  .cid-uG3x7eSqRR .footer__bottom {
    padding: 30px 0;
  }
  .cid-uG3x7eSqRR .align-right,
  .cid-uG3x7eSqRR .privacy {
    text-align: center;
  }
  .cid-uG3x7eSqRR .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-uG3x7eSqRR .privacy {
  color: #000000;
}
.cid-uG3x7eSqRR .footer__adress {
  color: #000000;
}
.cid-uG3zO4YRMs {
  min-height: 114px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-uG3zO4YRMs .nav-item,
.cid-uG3zO4YRMs .nav-link,
.cid-uG3zO4YRMs .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uG3zO4YRMs .nav-item:hover,
.cid-uG3zO4YRMs .nav-link:hover,
.cid-uG3zO4YRMs .navbar-caption:hover {
  color: #b6fcaf !important;
}
.cid-uG3zO4YRMs .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uG3zO4YRMs .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uG3zO4YRMs .container-fluid,
.cid-uG3zO4YRMs .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uG3zO4YRMs .navbar-brand {
  padding: 0;
}
.cid-uG3zO4YRMs .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uG3zO4YRMs .nav-link:hover:before {
  width: 100%;
}
.cid-uG3zO4YRMs .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-uG3zO4YRMs .nav-link {
    margin: 0 !important;
  }
}
.cid-uG3zO4YRMs .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uG3zO4YRMs .widget p,
.cid-uG3zO4YRMs .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uG3zO4YRMs .widget p a,
.cid-uG3zO4YRMs .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uG3zO4YRMs .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(197, 171, 80, 0.8);
  font-size: 17px;
  color: rgba(197, 171, 80, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uG3zO4YRMs .icons__wrap:hover {
  color: #000000;
  background-color: #b6fcaf;
  border-color: #b6fcaf;
}
.cid-uG3zO4YRMs .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uG3zO4YRMs .block__phone,
  .cid-uG3zO4YRMs .icons-menu {
    display: none;
  }
  .cid-uG3zO4YRMs .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uG3zO4YRMs .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #b6fcaf !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uG3zO4YRMs .mbr-section-btn .btn-secondary:hover {
  background-color: #b6fcaf !important;
  color: #ffffff !important;
}
.cid-uG3zO4YRMs .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uG3zO4YRMs .navbar > .container,
.cid-uG3zO4YRMs .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uG3zO4YRMs .btn {
    white-space: nowrap;
  }
  .cid-uG3zO4YRMs .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-uG3zO4YRMs .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uG3zO4YRMs .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uG3zO4YRMs .dropdown-toggle::after,
  .cid-uG3zO4YRMs .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uG3zO4YRMs .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uG3zO4YRMs .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-uG3zO4YRMs .dropdown-menu .dropdown-item:hover {
  color: #b6fcaf !important;
}
.cid-uG3zO4YRMs .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uG3zO4YRMs .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uG3zO4YRMs .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uG3zO4YRMs .nav-item:focus,
.cid-uG3zO4YRMs .nav-link:focus {
  outline: none;
}
.cid-uG3zO4YRMs .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uG3zO4YRMs .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uG3zO4YRMs .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uG3zO4YRMs .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uG3zO4YRMs .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uG3zO4YRMs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG3zO4YRMs .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uG3zO4YRMs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uG3zO4YRMs .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-uG3zO4YRMs .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-uG3zO4YRMs .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uG3zO4YRMs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG3zO4YRMs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uG3zO4YRMs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-uG3zO4YRMs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uG3zO4YRMs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG3zO4YRMs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uG3zO4YRMs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG3zO4YRMs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG3zO4YRMs .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-uG3zO4YRMs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG3zO4YRMs .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uG3zO4YRMs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uG3zO4YRMs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uG3zO4YRMs .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uG3zO4YRMs .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uG3zO4YRMs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uG3zO4YRMs .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uG3zO4YRMs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uG3zO4YRMs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG3zO4YRMs .dropdown-item.active,
.cid-uG3zO4YRMs .dropdown-item:active {
  background-color: transparent;
}
.cid-uG3zO4YRMs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uG3zO4YRMs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uG3zO4YRMs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uG3zO4YRMs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-uG3zO4YRMs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uG3zO4YRMs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uG3zO4YRMs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uG3zO4YRMs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uG3zO4YRMs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uG3zO4YRMs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uG3zO4YRMs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uG3zO4YRMs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uG3zO4YRMs .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uG3zO4YRMs a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uG3zO4YRMs a.nav-link:hover {
  color: #b6fcaf !important;
}
@media (max-width: 991px) {
  .cid-uG3zO4YRMs .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uG3zO4YRMs .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uG3zO4YRMs .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uG3zO4YRMs .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-uG3zO4YRMs .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uG3zO4YRMs .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uG3zO4YRMs .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-uG3zO4YRMs .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uG3zO4YRMs .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uG3zO4YRMs .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uG3zO4YRMs a.nav-link {
    justify-content: flex-start;
  }
  .cid-uG3zO4YRMs ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uG3zO4YRMs .navbar-brand {
    padding: 0;
  }
  .cid-uG3zO4YRMs .block__phone,
  .cid-uG3zO4YRMs .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uG3zO4YRMs .widget {
    flex-direction: column;
  }
  .cid-uG3zO4YRMs .widget p,
  .cid-uG3zO4YRMs .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-uG3zO4YRMs .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-uG3zO4YRMs .navbar {
    height: 97px;
  }
  .cid-uG3zO4YRMs .navbar.opened {
    height: auto;
  }
  .cid-uG3zO4YRMs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG3zO6d72Q {
  position: relative;
  background-color: #eeeef7;
}
.cid-uG3zO6d72Q .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uG3zO6d72Q .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uG3zO6d72Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3zO6d72Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3zO6d72Q .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uG3zO6d72Q .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #baace7;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .cid-uG3zO6d72Q .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uG3zO6d72Q .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
.cid-uG3zO6d72Q .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b6fcaf;
  opacity: 0.8;
  pointer-events: none;
}
.cid-uG3zO6d72Q .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uG3zO6d72Q .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uG3zO6d72Q .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG3zO6d72Q .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uG3zO6d72Q .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uG3zO6d72Q .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uG3zO6d72Q .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uG3zO6d72Q .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uG3zO6d72Q .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uG3zO6d72Q .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.cid-uG3zO6d72Q .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uG3zO6d72Q .mbr-section-title {
  color: #191c25;
}
.cid-uG3zO6d72Q .mbr-text,
.cid-uG3zO6d72Q .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uG3zO6d72Q .mbr-section-title,
.cid-uG3zO6d72Q .mbr-section-btn,
.cid-uG3zO6d72Q .social-wrapper {
  text-align: right;
  color: #000000;
}
.cid-uG3zO6d72Q .mbr-text {
  color: #000000;
}
.cid-uG3zO7cWG0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uG3zO7cWG0 li {
  list-style: none;
}
.cid-uG3zO7cWG0 .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-uG3zO7cWG0 .item-wrap:hover .mbr-iconfont {
  color: #ffb02c !important;
}
.cid-uG3zO7cWG0 .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #ffb02c !important;
}
.cid-uG3zO7cWG0 h4 {
  margin: 0;
}
.cid-uG3zO7cWG0 ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uG3zO7cWG0 .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uG3zO7cWG0 .col-title2 {
  color: #ed6436;
}
.cid-uG3zO7cWG0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3zO7cWG0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3zO7cWG0 .item1 {
  color: #000000;
}
.cid-uG3zO88kdg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b6fcaf;
  margin-bottom: 2px;
}
.cid-uG3zO88kdg .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #000000;
  text-align: center;
}
.cid-uG3zO88kdg .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
.cid-uG3zO88kdg .mbr-text {
  text-align: center;
  color: #333333;
}
.cid-uG3zO88kdg .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-uG3zO88kdg .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
.cid-uG3zO8Sytb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uG3zO8Sytb .date__block {
  margin-bottom: 17px;
}
.cid-uG3zO8Sytb .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #b6fcaf;
}
.cid-uG3zO8Sytb .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #06df9e;
}
.cid-uG3zO8Sytb .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-uG3zO8Sytb .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-uG3zO8Sytb .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uG3zO8Sytb .mbr-text {
  margin-bottom: 20px;
}
.cid-uG3zO8Sytb .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uG3zO8Sytb .link a {
  font-weight: 700;
}
.cid-uG3zO8Sytb .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uG3zO8Sytb .link:hover span {
  transform: translateX(9px);
}
.cid-uG3zO8Sytb .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-uG3zO8Sytb .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
}
.cid-uG3zO8Sytb .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uG3zO8Sytb .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #b6fcaf;
}
.cid-uG3zO8Sytb .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-uG3zO8Sytb .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-uG3zO8Sytb .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #b6fcaf;
}
@media (max-width: 991px) {
  .cid-uG3zO8Sytb .title__block {
    padding: 25px 30px 55px;
  }
  .cid-uG3zO8Sytb .content__wrap {
    margin-bottom: 90px;
  }
  .cid-uG3zO8Sytb .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-uG3zO8Sytb .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-uG3zO8Sytb .mbr-text {
    margin-bottom: 11px;
  }
  .cid-uG3zO8Sytb .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-uG3zO8Sytb .image:before {
    padding-top: 375px;
  }
}
.cid-uG3zO8Sytb .mbr-section-title,
.cid-uG3zO8Sytb .date__block {
  color: #000000;
}
.cid-uG3zO8Sytb .mbr-text,
.cid-uG3zO8Sytb .link {
  color: #000000;
}
.cid-uG3zO9IVbg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b6fcaf;
}
.cid-uG3zO9IVbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3zO9IVbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3zO9IVbg .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uG3zO9IVbg .item {
    margin-bottom: 16px;
  }
}
.cid-uG3zO9IVbg .item:nth-child(2n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uG3zO9IVbg .item:nth-child(2n) .item-wrapper .item-img {
  padding-left: 0;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uG3zO9IVbg .item:nth-child(2n) .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-uG3zO9IVbg .item .item-wrapper {
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uG3zO9IVbg .item .item-wrapper {
    display: block;
  }
}
.cid-uG3zO9IVbg .item .item-wrapper .item-content {
  display: flex;
  align-items: flex-end;
  background-color: #272b2e;
  padding: 64px 40px;
  width: 35%;
}
@media (max-width: 1200px) {
  .cid-uG3zO9IVbg .item .item-wrapper .item-content {
    padding: 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uG3zO9IVbg .item .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}
.cid-uG3zO9IVbg .item .item-wrapper .item-content .title-wrap {
  width: 100%;
}
.cid-uG3zO9IVbg .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 24px;
}
.cid-uG3zO9IVbg .item .item-wrapper .item-content .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uG3zO9IVbg .item .item-wrapper .item-img {
  width: 65%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uG3zO9IVbg .item .item-wrapper .item-img {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uG3zO9IVbg .item .item-wrapper .item-img img {
  height: 830px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uG3zO9IVbg .item .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uG3zO9IVbg .item-title {
  color: #ffffff;
}
.cid-uG3zO9IVbg .item-desc {
  color: #ffffff;
}
.cid-uG3zOatZ0z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uG3zOatZ0z {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uG3zOatZ0z {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uG3zOatZ0z .mbr-section-subtitle {
  text-align: left;
}
.cid-uG3zOatZ0z .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uG3zOatZ0z .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uG3zOb9JWb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b6fcaf;
}
.cid-uG3zOb9JWb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3zOb9JWb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3zOb9JWb .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG3zOb9JWb .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uG3zOb9JWb .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uG3zOb9JWb .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uG3zOb9JWb .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uG3zOb9JWb .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG3zOb9JWb .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG3zOb9JWb .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
  row-gap: 1rem;
}
.cid-uG3zOb9JWb .item {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uG3zOb9JWb .item {
    margin-bottom: 28px;
  }
}
.cid-uG3zOb9JWb .item .item-wrapper {
  height: 100%;
  border: 2px solid #666666;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
}
.cid-uG3zOb9JWb .item .item-wrapper:hover,
.cid-uG3zOb9JWb .item .item-wrapper:focus {
  border: 2px solid #bff747;
  box-shadow: 4px 4px 0 0 #bff747;
}
.cid-uG3zOb9JWb .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uG3zOb9JWb .item .item-wrapper .item-wrap .item-content {
  background-color: #4b4b4b;
}
.cid-uG3zOb9JWb .item .item-wrapper .item-wrap .item-content .item-img {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #666666;
}
@media (max-width: 992px) {
  .cid-uG3zOb9JWb .item .item-wrapper .item-wrap .item-content .item-img {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .cid-uG3zOb9JWb .item .item-wrapper .item-wrap .item-content .item-img {
    height: 200px;
  }
}
.cid-uG3zOb9JWb .item .item-wrapper .item-wrap .item-content .item-img a {
  height: 100%;
  width: 100%;
}
.cid-uG3zOb9JWb .item .item-wrapper .item-wrap .item-content .item-img a img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uG3zOb9JWb .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 1.5rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uG3zOb9JWb .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uG3zOb9JWb .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
  text-align: center;
}
.cid-uG3zOb9JWb .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uG3zOb9JWb .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uG3zOb9JWb .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uG3zOb9JWb .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uG3zOb9JWb .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #bff747;
}
.cid-uG3zOb9JWb .icon-wrapper {
  text-align: right;
}
.cid-uG3zOb9JWb .mbr-section-title,
.cid-uG3zOb9JWb .item-title,
.cid-uG3zOb9JWb .item-text {
  color: #fdfde1;
  text-align: center;
}
.cid-uG3zOb9JWb .mbr-text,
.cid-uG3zOb9JWb .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uG3zOb9JWb .mbr-desc,
.cid-uG3zOb9JWb .desc-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uG3zOb9JWb .item-desc {
  color: #fdfde1;
}
.cid-uG3zOc6gXd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uG3zOc6gXd {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uG3zOc6gXd {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uG3zOc6gXd .mbr-section-subtitle {
  text-align: left;
}
.cid-uG3zOc6gXd .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uG3zOc6gXd .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uGlIFl7p7w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b6fcaf;
}
.cid-uGlIFl7p7w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGlIFl7p7w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGlIFl7p7w .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uGlIFl7p7w .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uGlIFl7p7w .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uGlIFl7p7w .container {
    padding: 0 16px;
  }
}
.cid-uGlIFl7p7w .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-uGlIFl7p7w .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uGlIFl7p7w .item {
    margin-bottom: 24px;
  }
}
.cid-uGlIFl7p7w .item .item-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uGlIFl7p7w .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.9em 1.9em 0 0 !important;
}
@media (max-width: 768px) {
  .cid-uGlIFl7p7w .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uGlIFl7p7w .item .item-wrapper .item-content {
  border-radius: 0 0 1.9em 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uGlIFl7p7w .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uGlIFl7p7w .item .item-wrapper .item-content .card-title {
  margin-bottom: 32px;
}
.cid-uGlIFl7p7w .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 32px;
}
.cid-uGlIFl7p7w .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uGlIFl7p7w .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uGlIFl7p7w .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-uGlIFl7p7w .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-uGlIFl7p7w .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uGlIFl7p7w .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uGlIFl7p7w .item .item-wrapper .mbr-section-btn .btn-black-outline,
.cid-uGlIFl7p7w .item .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uGlIFl7p7w .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uGlIFl7p7w .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uGlIFl7p7w .item .item-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uGlIFl7p7w .item .item-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uGlIFl7p7w .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uGlIFl7p7w .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uGlIFl7p7w .item .item-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uGlIFl7p7w .item .item-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uGlIFl7p7w .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uGlIFl7p7w .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uGlIFl7p7w .item .item-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uGlIFl7p7w .item .item-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uGlIFl7p7w .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uGlIFl7p7w .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uGlIFl7p7w .item .item-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uGlIFl7p7w .item .item-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uGlIFl7p7w .card-title {
  color: #080808;
}
.cid-uGlIFl7p7w .card-text {
  color: #333333;
}
.cid-uG3zOdUq7n {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uG3zOdUq7n {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uG3zOdUq7n {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uG3zOdUq7n .mbr-section-subtitle {
  text-align: left;
}
.cid-uG3zOdUq7n .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uG3zOdUq7n .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uGlIK40ADr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGlIK40ADr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGlIK40ADr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGlIK40ADr .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGlIK40ADr .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uGlIK40ADr .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uGlIK40ADr .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uGlIK40ADr .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffffff;
  border: 3px solid #58b39a;
  box-shadow: 4px 4px 0 0 #58b39a;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uGlIK40ADr .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uGlIK40ADr .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGlIK40ADr .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uGlIK40ADr .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGlIK40ADr .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uGlIK40ADr .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uGlIK40ADr .mbr-section-title,
.cid-uGlIK40ADr .mbr-section-btn {
  color: #000000;
}
.cid-uG3zOfHjBJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG3zOfHjBJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3zOfHjBJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3zOfHjBJ .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uG3zOfHjBJ .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uG3zOfHjBJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uG3zOfHjBJ .container {
    padding: 0 20px;
  }
}
.cid-uG3zOfHjBJ .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uG3zOfHjBJ .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uG3zOfHjBJ .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uG3zOfHjBJ .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uG3zOfHjBJ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uG3zOfHjBJ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uG3zOfHjBJ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uG3zOfHjBJ .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uG3zOfHjBJ .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uG3zOfHjBJ .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG3zOfHjBJ .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uG3zOfHjBJ .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uG3zOfHjBJ .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #b6fcaf;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uG3zOfHjBJ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uG3zOfHjBJ .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uG3zOfHjBJ .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uG3zOfHjBJ .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uG3zOfHjBJ .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uG3zOfHjBJ .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uG3zOfHjBJ .mbr-desc {
  color: #000000;
}
.cid-uG3zOfHjBJ .panel-number {
  color: #000000;
}
.cid-uG3zOfHjBJ .panel-title-edit {
  color: #000000;
}
.cid-uG3zOfHjBJ .panel-text {
  color: #000000;
}
.cid-uG3zOgOky3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uG3zOgOky3 .image__block:before {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 260px);
  background-color: #b6fcaf;
}
.cid-uG3zOgOky3 .date__block {
  margin-top: 88px;
  margin-bottom: 16px;
}
.cid-uG3zOgOky3 .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #b6fcaf;
}
.cid-uG3zOgOky3 .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #46877e;
}
.cid-uG3zOgOky3 .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-uG3zOgOky3 .mbr-section-title {
  margin-bottom: 28px;
}
.cid-uG3zOgOky3 .mbr-text {
  margin-bottom: 23px;
}
.cid-uG3zOgOky3 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uG3zOgOky3 .link a {
  font-weight: 700;
}
.cid-uG3zOgOky3 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uG3zOgOky3 .link:hover span {
  transform: translateX(9px);
}
.cid-uG3zOgOky3 .image__block {
  position: relative;
}
.cid-uG3zOgOky3 .image {
  width: 100%;
  height: 575px;
  position: relative;
}
.cid-uG3zOgOky3 .image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #b6fcaf;
  z-index: 1;
}
.cid-uG3zOgOky3 .image img {
  position: absolute;
  width: 50%;
  height: 80%;
  top: 60px;
  left: 50%;
  z-index: 5;
  transform: translatex(-50%);
  border-radius: 50%;
  max-height: 575px;
  object-fit: cover;
  border: 4px solid #46877e;
}
@media (max-width: 991px) {
  .cid-uG3zOgOky3 .date__block {
    margin-top: 0;
    margin-bottom: 14px;
  }
  .cid-uG3zOgOky3 .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-uG3zOgOky3 .mbr-text {
    margin-bottom: 12px;
  }
  .cid-uG3zOgOky3 .image__block {
    margin-top: 60px;
  }
  .cid-uG3zOgOky3 .image__block:before {
    top: -50px;
    left: 70px;
    height: calc(100% + 150px);
  }
}
@media (max-width: 767px) {
  .cid-uG3zOgOky3 .image {
    height: 460px;
  }
  .cid-uG3zOgOky3 .image img {
    top: 45px;
    width: 60%;
  }
}
@media (max-width: 575px) {
  .cid-uG3zOgOky3 .image {
    height: 420px;
  }
  .cid-uG3zOgOky3 .image img {
    top: 40px;
    width: 60%;
  }
}
@media (max-width: 380px) {
  .cid-uG3zOgOky3 .image {
    height: 300px;
  }
  .cid-uG3zOgOky3 .image img {
    top: 30px;
    width: 60%;
  }
}
.cid-uG3zOgOky3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3zOgOky3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3zOgOky3 .mbr-text,
.cid-uG3zOgOky3 .link {
  color: #000000;
}
.cid-uG3zOgOky3 .mbr-section-title,
.cid-uG3zOgOky3 .date__block {
  color: #000000;
}
.cid-uG3zOhBpiV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG3zOhBpiV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3zOhBpiV .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-uG3zOhBpiV .container {
    padding: 0 20px;
  }
}
.cid-uG3zOhBpiV .row {
  margin: 0;
}
.cid-uG3zOhBpiV .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uG3zOhBpiV .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG3zOhBpiV .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uG3zOhBpiV .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uG3zOhBpiV .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uG3zOhBpiV .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uG3zOhBpiV .mbr-section-title {
  color: #000000;
}
.cid-uG3zOiliDA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uG3zOiliDA {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uG3zOiliDA {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uG3zOiliDA .mbr-section-subtitle {
  text-align: left;
}
.cid-uG3zOiliDA .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uG3zOiliDA .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uG3zOj9dHr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG3zOj9dHr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3zOj9dHr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3zOj9dHr .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uG3zOj9dHr .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uG3zOj9dHr .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uG3zOj9dHr .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG3zOj9dHr .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG3zOj9dHr .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uG3zOj9dHr .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #b6fcaf;
}
@media (max-width: 992px) {
  .cid-uG3zOj9dHr .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uG3zOj9dHr .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uG3zOj9dHr .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uG3zOj9dHr .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uG3zOj9dHr .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uG3zOj9dHr .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uG3zOj9dHr .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uG3zOj9dHr .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-uG3zOj9dHr .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uG3zOj9dHr .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uG3zOj9dHr .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG3zOj9dHr .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uG3zOj9dHr .mbr-section-title {
  color: #404349;
}
.cid-uG3zOj9dHr .panel-title-edit {
  color: #000000;
}
.cid-uG3zOj9dHr .panel-text {
  color: #404349;
}
.cid-uG3zOj9dHr .mbr-section-title,
.cid-uG3zOj9dHr .title-wrapper,
.cid-uG3zOj9dHr .tabs-wrapper {
  color: #000000;
}
.cid-uG3zOj9dHr .panel-text,
.cid-uG3zOj9dHr .panel-body {
  color: #000000;
}
.cid-uG3zOk4lMp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uG3zOk4lMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3zOk4lMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3zOk4lMp .google-map {
  height: 30rem;
  position: relative;
}
.cid-uG3zOk4lMp .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uG3zOk4lMp .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uG3zOk4lMp .google-map[data-state] {
  background: #fffff5;
}
.cid-uG3zOk4lMp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uG3zOkRzU0 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #b6fcaf;
}
.cid-uG3zOkRzU0 .container {
  pointer-events: none;
}
.cid-uG3zOkRzU0 .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uG3zOkRzU0 .brand__text {
  padding: 12px 0 25px;
}
.cid-uG3zOkRzU0 .brand__email {
  margin-bottom: 15px;
  color: #ff3a46;
}
.cid-uG3zOkRzU0 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uG3zOkRzU0 .footer__title {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-uG3zOkRzU0 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-uG3zOkRzU0 .footer__items a:hover {
  color: #b6fcaf !important;
}
.cid-uG3zOkRzU0 .social {
  margin-top: 30px;
}
.cid-uG3zOkRzU0 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 10px;
  color: #000000;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uG3zOkRzU0 .social .social__items:hover {
  background-color: #b6fcaf;
  border-color: #b6fcaf;
}
.cid-uG3zOkRzU0 .social .social__items:hover span {
  color: #000000 !important;
}
.cid-uG3zOkRzU0 .social .social__items:last-child {
  margin-right: 0;
}
.cid-uG3zOkRzU0 .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uG3zOkRzU0 .divider {
  background-color: #000000;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-uG3zOkRzU0 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uG3zOkRzU0 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-uG3zOkRzU0 .footer__bot_items a:hover {
  color: #b6fcaf !important;
}
.cid-uG3zOkRzU0 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uG3zOkRzU0 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uG3zOkRzU0 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #b6fcaf;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uG3zOkRzU0 .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-uG3zOkRzU0 .divider {
    margin-top: 30px;
  }
  .cid-uG3zOkRzU0 .footer__bottom {
    padding: 30px 0;
  }
  .cid-uG3zOkRzU0 .align-right,
  .cid-uG3zOkRzU0 .privacy {
    text-align: center;
  }
  .cid-uG3zOkRzU0 .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-uG3zOkRzU0 .privacy {
  color: #000000;
}
.cid-uG3zOkRzU0 .footer__adress {
  color: #000000;
}
.cid-uG3PAdMt1c {
  min-height: 114px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-uG3PAdMt1c .nav-item,
.cid-uG3PAdMt1c .nav-link,
.cid-uG3PAdMt1c .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uG3PAdMt1c .nav-item:hover,
.cid-uG3PAdMt1c .nav-link:hover,
.cid-uG3PAdMt1c .navbar-caption:hover {
  color: #b6fcaf !important;
}
.cid-uG3PAdMt1c .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uG3PAdMt1c .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uG3PAdMt1c .container-fluid,
.cid-uG3PAdMt1c .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uG3PAdMt1c .navbar-brand {
  padding: 0;
}
.cid-uG3PAdMt1c .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uG3PAdMt1c .nav-link:hover:before {
  width: 100%;
}
.cid-uG3PAdMt1c .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-uG3PAdMt1c .nav-link {
    margin: 0 !important;
  }
}
.cid-uG3PAdMt1c .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uG3PAdMt1c .widget p,
.cid-uG3PAdMt1c .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uG3PAdMt1c .widget p a,
.cid-uG3PAdMt1c .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uG3PAdMt1c .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(197, 171, 80, 0.8);
  font-size: 17px;
  color: rgba(197, 171, 80, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uG3PAdMt1c .icons__wrap:hover {
  color: #000000;
  background-color: #b6fcaf;
  border-color: #b6fcaf;
}
.cid-uG3PAdMt1c .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uG3PAdMt1c .block__phone,
  .cid-uG3PAdMt1c .icons-menu {
    display: none;
  }
  .cid-uG3PAdMt1c .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uG3PAdMt1c .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #b6fcaf !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uG3PAdMt1c .mbr-section-btn .btn-secondary:hover {
  background-color: #b6fcaf !important;
  color: #ffffff !important;
}
.cid-uG3PAdMt1c .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uG3PAdMt1c .navbar > .container,
.cid-uG3PAdMt1c .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uG3PAdMt1c .btn {
    white-space: nowrap;
  }
  .cid-uG3PAdMt1c .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-uG3PAdMt1c .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uG3PAdMt1c .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uG3PAdMt1c .dropdown-toggle::after,
  .cid-uG3PAdMt1c .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uG3PAdMt1c .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uG3PAdMt1c .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-uG3PAdMt1c .dropdown-menu .dropdown-item:hover {
  color: #b6fcaf !important;
}
.cid-uG3PAdMt1c .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uG3PAdMt1c .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uG3PAdMt1c .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uG3PAdMt1c .nav-item:focus,
.cid-uG3PAdMt1c .nav-link:focus {
  outline: none;
}
.cid-uG3PAdMt1c .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uG3PAdMt1c .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uG3PAdMt1c .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uG3PAdMt1c .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uG3PAdMt1c .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uG3PAdMt1c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG3PAdMt1c .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uG3PAdMt1c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uG3PAdMt1c .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-uG3PAdMt1c .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-uG3PAdMt1c .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uG3PAdMt1c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG3PAdMt1c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uG3PAdMt1c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-uG3PAdMt1c .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uG3PAdMt1c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG3PAdMt1c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uG3PAdMt1c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG3PAdMt1c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG3PAdMt1c .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-uG3PAdMt1c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG3PAdMt1c .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uG3PAdMt1c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uG3PAdMt1c .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uG3PAdMt1c .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uG3PAdMt1c .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uG3PAdMt1c .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uG3PAdMt1c .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uG3PAdMt1c .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uG3PAdMt1c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG3PAdMt1c .dropdown-item.active,
.cid-uG3PAdMt1c .dropdown-item:active {
  background-color: transparent;
}
.cid-uG3PAdMt1c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uG3PAdMt1c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uG3PAdMt1c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uG3PAdMt1c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-uG3PAdMt1c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uG3PAdMt1c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uG3PAdMt1c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uG3PAdMt1c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uG3PAdMt1c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uG3PAdMt1c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uG3PAdMt1c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uG3PAdMt1c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uG3PAdMt1c .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uG3PAdMt1c a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uG3PAdMt1c a.nav-link:hover {
  color: #b6fcaf !important;
}
@media (max-width: 991px) {
  .cid-uG3PAdMt1c .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uG3PAdMt1c .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uG3PAdMt1c .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uG3PAdMt1c .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-uG3PAdMt1c .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uG3PAdMt1c .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uG3PAdMt1c .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-uG3PAdMt1c .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uG3PAdMt1c .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uG3PAdMt1c .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uG3PAdMt1c a.nav-link {
    justify-content: flex-start;
  }
  .cid-uG3PAdMt1c ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uG3PAdMt1c .navbar-brand {
    padding: 0;
  }
  .cid-uG3PAdMt1c .block__phone,
  .cid-uG3PAdMt1c .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uG3PAdMt1c .widget {
    flex-direction: column;
  }
  .cid-uG3PAdMt1c .widget p,
  .cid-uG3PAdMt1c .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-uG3PAdMt1c .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-uG3PAdMt1c .navbar {
    height: 97px;
  }
  .cid-uG3PAdMt1c .navbar.opened {
    height: auto;
  }
  .cid-uG3PAdMt1c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG3PAfGJSN {
  position: relative;
  background-color: #eeeef7;
}
.cid-uG3PAfGJSN .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uG3PAfGJSN .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uG3PAfGJSN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3PAfGJSN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3PAfGJSN .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uG3PAfGJSN .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #baace7;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .cid-uG3PAfGJSN .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uG3PAfGJSN .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
.cid-uG3PAfGJSN .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b6fcaf;
  opacity: 0.8;
  pointer-events: none;
}
.cid-uG3PAfGJSN .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uG3PAfGJSN .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uG3PAfGJSN .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG3PAfGJSN .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uG3PAfGJSN .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uG3PAfGJSN .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uG3PAfGJSN .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uG3PAfGJSN .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uG3PAfGJSN .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uG3PAfGJSN .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.cid-uG3PAfGJSN .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uG3PAfGJSN .mbr-section-title {
  color: #191c25;
}
.cid-uG3PAfGJSN .mbr-text,
.cid-uG3PAfGJSN .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uG3PAfGJSN .mbr-section-title,
.cid-uG3PAfGJSN .mbr-section-btn,
.cid-uG3PAfGJSN .social-wrapper {
  text-align: right;
  color: #000000;
}
.cid-uG3PAfGJSN .mbr-text {
  color: #000000;
}
.cid-uG3PAh2Jrs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uG3PAh2Jrs li {
  list-style: none;
}
.cid-uG3PAh2Jrs .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-uG3PAh2Jrs .item-wrap:hover .mbr-iconfont {
  color: #ffb02c !important;
}
.cid-uG3PAh2Jrs .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #ffb02c !important;
}
.cid-uG3PAh2Jrs h4 {
  margin: 0;
}
.cid-uG3PAh2Jrs ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uG3PAh2Jrs .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uG3PAh2Jrs .col-title2 {
  color: #ed6436;
}
.cid-uG3PAh2Jrs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3PAh2Jrs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3PAh2Jrs .item1 {
  color: #000000;
}
.cid-uG3PAip5NJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b6fcaf;
  margin-bottom: 2px;
}
.cid-uG3PAip5NJ .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #000000;
  text-align: center;
}
.cid-uG3PAip5NJ .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
.cid-uG3PAip5NJ .mbr-text {
  text-align: center;
  color: #333333;
}
.cid-uG3PAip5NJ .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-uG3PAip5NJ .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
.cid-uG3PAjnsqc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uG3PAjnsqc .date__block {
  margin-bottom: 17px;
}
.cid-uG3PAjnsqc .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #b6fcaf;
}
.cid-uG3PAjnsqc .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #06df9e;
}
.cid-uG3PAjnsqc .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-uG3PAjnsqc .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-uG3PAjnsqc .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uG3PAjnsqc .mbr-text {
  margin-bottom: 20px;
}
.cid-uG3PAjnsqc .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uG3PAjnsqc .link a {
  font-weight: 700;
}
.cid-uG3PAjnsqc .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uG3PAjnsqc .link:hover span {
  transform: translateX(9px);
}
.cid-uG3PAjnsqc .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-uG3PAjnsqc .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
}
.cid-uG3PAjnsqc .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uG3PAjnsqc .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #b6fcaf;
}
.cid-uG3PAjnsqc .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-uG3PAjnsqc .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-uG3PAjnsqc .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #b6fcaf;
}
@media (max-width: 991px) {
  .cid-uG3PAjnsqc .title__block {
    padding: 25px 30px 55px;
  }
  .cid-uG3PAjnsqc .content__wrap {
    margin-bottom: 90px;
  }
  .cid-uG3PAjnsqc .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-uG3PAjnsqc .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-uG3PAjnsqc .mbr-text {
    margin-bottom: 11px;
  }
  .cid-uG3PAjnsqc .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-uG3PAjnsqc .image:before {
    padding-top: 375px;
  }
}
.cid-uG3PAjnsqc .mbr-section-title,
.cid-uG3PAjnsqc .date__block {
  color: #000000;
}
.cid-uG3PAjnsqc .mbr-text,
.cid-uG3PAjnsqc .link {
  color: #000000;
}
.cid-uG3PAkuqZ1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b6fcaf;
}
.cid-uG3PAkuqZ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3PAkuqZ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3PAkuqZ1 .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uG3PAkuqZ1 .item {
    margin-bottom: 16px;
  }
}
.cid-uG3PAkuqZ1 .item:nth-child(2n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uG3PAkuqZ1 .item:nth-child(2n) .item-wrapper .item-img {
  padding-left: 0;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uG3PAkuqZ1 .item:nth-child(2n) .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-uG3PAkuqZ1 .item .item-wrapper {
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uG3PAkuqZ1 .item .item-wrapper {
    display: block;
  }
}
.cid-uG3PAkuqZ1 .item .item-wrapper .item-content {
  display: flex;
  align-items: flex-end;
  background-color: #272b2e;
  padding: 64px 40px;
  width: 35%;
}
@media (max-width: 1200px) {
  .cid-uG3PAkuqZ1 .item .item-wrapper .item-content {
    padding: 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uG3PAkuqZ1 .item .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}
.cid-uG3PAkuqZ1 .item .item-wrapper .item-content .title-wrap {
  width: 100%;
}
.cid-uG3PAkuqZ1 .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 24px;
}
.cid-uG3PAkuqZ1 .item .item-wrapper .item-content .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uG3PAkuqZ1 .item .item-wrapper .item-img {
  width: 65%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uG3PAkuqZ1 .item .item-wrapper .item-img {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uG3PAkuqZ1 .item .item-wrapper .item-img img {
  height: 830px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uG3PAkuqZ1 .item .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uG3PAkuqZ1 .item-title {
  color: #ffffff;
}
.cid-uG3PAkuqZ1 .item-desc {
  color: #ffffff;
}
.cid-uG3PAlwlAa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uG3PAlwlAa {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uG3PAlwlAa {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uG3PAlwlAa .mbr-section-subtitle {
  text-align: left;
}
.cid-uG3PAlwlAa .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uG3PAlwlAa .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uG3PAmxzLs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b6fcaf;
}
.cid-uG3PAmxzLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3PAmxzLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3PAmxzLs .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG3PAmxzLs .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uG3PAmxzLs .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uG3PAmxzLs .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uG3PAmxzLs .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uG3PAmxzLs .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG3PAmxzLs .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG3PAmxzLs .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
  row-gap: 1rem;
}
.cid-uG3PAmxzLs .item {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uG3PAmxzLs .item {
    margin-bottom: 28px;
  }
}
.cid-uG3PAmxzLs .item .item-wrapper {
  height: 100%;
  border: 2px solid #666666;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
}
.cid-uG3PAmxzLs .item .item-wrapper:hover,
.cid-uG3PAmxzLs .item .item-wrapper:focus {
  border: 2px solid #bff747;
  box-shadow: 4px 4px 0 0 #bff747;
}
.cid-uG3PAmxzLs .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uG3PAmxzLs .item .item-wrapper .item-wrap .item-content {
  background-color: #4b4b4b;
}
.cid-uG3PAmxzLs .item .item-wrapper .item-wrap .item-content .item-img {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #666666;
}
@media (max-width: 992px) {
  .cid-uG3PAmxzLs .item .item-wrapper .item-wrap .item-content .item-img {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .cid-uG3PAmxzLs .item .item-wrapper .item-wrap .item-content .item-img {
    height: 200px;
  }
}
.cid-uG3PAmxzLs .item .item-wrapper .item-wrap .item-content .item-img a {
  height: 100%;
  width: 100%;
}
.cid-uG3PAmxzLs .item .item-wrapper .item-wrap .item-content .item-img a img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uG3PAmxzLs .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 1.5rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uG3PAmxzLs .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uG3PAmxzLs .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
  text-align: center;
}
.cid-uG3PAmxzLs .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uG3PAmxzLs .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uG3PAmxzLs .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uG3PAmxzLs .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uG3PAmxzLs .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #bff747;
}
.cid-uG3PAmxzLs .icon-wrapper {
  text-align: right;
}
.cid-uG3PAmxzLs .mbr-section-title,
.cid-uG3PAmxzLs .item-title,
.cid-uG3PAmxzLs .item-text {
  color: #fdfde1;
  text-align: center;
}
.cid-uG3PAmxzLs .mbr-text,
.cid-uG3PAmxzLs .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uG3PAmxzLs .mbr-desc,
.cid-uG3PAmxzLs .desc-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uG3PAmxzLs .item-desc {
  color: #fdfde1;
}
.cid-uG3PAnY4e1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uG3PAnY4e1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uG3PAnY4e1 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uG3PAnY4e1 .mbr-section-subtitle {
  text-align: left;
}
.cid-uG3PAnY4e1 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uG3PAnY4e1 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uGlJ4cESa8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b6fcaf;
}
.cid-uGlJ4cESa8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGlJ4cESa8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGlJ4cESa8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uGlJ4cESa8 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uGlJ4cESa8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uGlJ4cESa8 .container {
    padding: 0 16px;
  }
}
.cid-uGlJ4cESa8 .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-uGlJ4cESa8 .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uGlJ4cESa8 .item {
    margin-bottom: 24px;
  }
}
.cid-uGlJ4cESa8 .item .item-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uGlJ4cESa8 .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.9em 1.9em 0 0 !important;
}
@media (max-width: 768px) {
  .cid-uGlJ4cESa8 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uGlJ4cESa8 .item .item-wrapper .item-content {
  border-radius: 0 0 1.9em 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uGlJ4cESa8 .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uGlJ4cESa8 .item .item-wrapper .item-content .card-title {
  margin-bottom: 32px;
}
.cid-uGlJ4cESa8 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 32px;
}
.cid-uGlJ4cESa8 .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uGlJ4cESa8 .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uGlJ4cESa8 .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-uGlJ4cESa8 .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-uGlJ4cESa8 .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uGlJ4cESa8 .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uGlJ4cESa8 .item .item-wrapper .mbr-section-btn .btn-black-outline,
.cid-uGlJ4cESa8 .item .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uGlJ4cESa8 .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uGlJ4cESa8 .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uGlJ4cESa8 .item .item-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uGlJ4cESa8 .item .item-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uGlJ4cESa8 .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uGlJ4cESa8 .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uGlJ4cESa8 .item .item-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uGlJ4cESa8 .item .item-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uGlJ4cESa8 .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uGlJ4cESa8 .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uGlJ4cESa8 .item .item-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uGlJ4cESa8 .item .item-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uGlJ4cESa8 .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uGlJ4cESa8 .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uGlJ4cESa8 .item .item-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uGlJ4cESa8 .item .item-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uGlJ4cESa8 .card-title {
  color: #080808;
}
.cid-uGlJ4cESa8 .card-text {
  color: #333333;
}
.cid-uG3PAqcEDD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uG3PAqcEDD {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uG3PAqcEDD {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uG3PAqcEDD .mbr-section-subtitle {
  text-align: left;
}
.cid-uG3PAqcEDD .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uG3PAqcEDD .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uGlJ16RfFp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGlJ16RfFp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGlJ16RfFp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGlJ16RfFp .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGlJ16RfFp .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uGlJ16RfFp .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uGlJ16RfFp .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uGlJ16RfFp .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffffff;
  border: 3px solid #58b39a;
  box-shadow: 4px 4px 0 0 #58b39a;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uGlJ16RfFp .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uGlJ16RfFp .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGlJ16RfFp .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uGlJ16RfFp .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGlJ16RfFp .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uGlJ16RfFp .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uGlJ16RfFp .mbr-section-title,
.cid-uGlJ16RfFp .mbr-section-btn {
  color: #000000;
}
.cid-uG3PAtJQPq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uG3PAtJQPq .image__block:before {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 260px);
  background-color: #b6fcaf;
}
.cid-uG3PAtJQPq .date__block {
  margin-top: 88px;
  margin-bottom: 16px;
}
.cid-uG3PAtJQPq .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #b6fcaf;
}
.cid-uG3PAtJQPq .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #46877e;
}
.cid-uG3PAtJQPq .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-uG3PAtJQPq .mbr-section-title {
  margin-bottom: 28px;
}
.cid-uG3PAtJQPq .mbr-text {
  margin-bottom: 23px;
}
.cid-uG3PAtJQPq .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uG3PAtJQPq .link a {
  font-weight: 700;
}
.cid-uG3PAtJQPq .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uG3PAtJQPq .link:hover span {
  transform: translateX(9px);
}
.cid-uG3PAtJQPq .image__block {
  position: relative;
}
.cid-uG3PAtJQPq .image {
  width: 100%;
  height: 575px;
  position: relative;
}
.cid-uG3PAtJQPq .image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #b6fcaf;
  z-index: 1;
}
.cid-uG3PAtJQPq .image img {
  position: absolute;
  width: 50%;
  height: 80%;
  top: 60px;
  left: 50%;
  z-index: 5;
  transform: translatex(-50%);
  border-radius: 50%;
  max-height: 575px;
  object-fit: cover;
  border: 4px solid #46877e;
}
@media (max-width: 991px) {
  .cid-uG3PAtJQPq .date__block {
    margin-top: 0;
    margin-bottom: 14px;
  }
  .cid-uG3PAtJQPq .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-uG3PAtJQPq .mbr-text {
    margin-bottom: 12px;
  }
  .cid-uG3PAtJQPq .image__block {
    margin-top: 60px;
  }
  .cid-uG3PAtJQPq .image__block:before {
    top: -50px;
    left: 70px;
    height: calc(100% + 150px);
  }
}
@media (max-width: 767px) {
  .cid-uG3PAtJQPq .image {
    height: 460px;
  }
  .cid-uG3PAtJQPq .image img {
    top: 45px;
    width: 60%;
  }
}
@media (max-width: 575px) {
  .cid-uG3PAtJQPq .image {
    height: 420px;
  }
  .cid-uG3PAtJQPq .image img {
    top: 40px;
    width: 60%;
  }
}
@media (max-width: 380px) {
  .cid-uG3PAtJQPq .image {
    height: 300px;
  }
  .cid-uG3PAtJQPq .image img {
    top: 30px;
    width: 60%;
  }
}
.cid-uG3PAtJQPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3PAtJQPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3PAtJQPq .mbr-text,
.cid-uG3PAtJQPq .link {
  color: #000000;
}
.cid-uG3PAtJQPq .mbr-section-title,
.cid-uG3PAtJQPq .date__block {
  color: #000000;
}
.cid-uG3PAshsVd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG3PAshsVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3PAshsVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3PAshsVd .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uG3PAshsVd .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uG3PAshsVd .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uG3PAshsVd .container {
    padding: 0 20px;
  }
}
.cid-uG3PAshsVd .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uG3PAshsVd .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uG3PAshsVd .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uG3PAshsVd .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uG3PAshsVd .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uG3PAshsVd .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uG3PAshsVd .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uG3PAshsVd .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uG3PAshsVd .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uG3PAshsVd .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG3PAshsVd .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uG3PAshsVd .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uG3PAshsVd .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #b6fcaf;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uG3PAshsVd .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uG3PAshsVd .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uG3PAshsVd .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uG3PAshsVd .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uG3PAshsVd .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uG3PAshsVd .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uG3PAshsVd .mbr-desc {
  color: #000000;
}
.cid-uG3PAshsVd .panel-number {
  color: #000000;
}
.cid-uG3PAshsVd .panel-title-edit {
  color: #000000;
}
.cid-uG3PAshsVd .panel-text {
  color: #000000;
}
.cid-uG3PAvOoNl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uG3PAvOoNl {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uG3PAvOoNl {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uG3PAvOoNl .mbr-section-subtitle {
  text-align: left;
}
.cid-uG3PAvOoNl .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uG3PAvOoNl .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uG3PAwTlpp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG3PAwTlpp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3PAwTlpp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3PAwTlpp .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uG3PAwTlpp .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uG3PAwTlpp .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uG3PAwTlpp .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG3PAwTlpp .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG3PAwTlpp .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uG3PAwTlpp .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #b6fcaf;
}
@media (max-width: 992px) {
  .cid-uG3PAwTlpp .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uG3PAwTlpp .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uG3PAwTlpp .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uG3PAwTlpp .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uG3PAwTlpp .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uG3PAwTlpp .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uG3PAwTlpp .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uG3PAwTlpp .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-uG3PAwTlpp .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uG3PAwTlpp .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uG3PAwTlpp .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG3PAwTlpp .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uG3PAwTlpp .mbr-section-title {
  color: #404349;
}
.cid-uG3PAwTlpp .panel-title-edit {
  color: #000000;
}
.cid-uG3PAwTlpp .panel-text {
  color: #404349;
}
.cid-uG3PAwTlpp .mbr-section-title,
.cid-uG3PAwTlpp .title-wrapper,
.cid-uG3PAwTlpp .tabs-wrapper {
  color: #000000;
}
.cid-uG3PAwTlpp .panel-text,
.cid-uG3PAwTlpp .panel-body {
  color: #000000;
}
.cid-uG3PAycROO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uG3PAycROO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3PAycROO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3PAycROO .google-map {
  height: 30rem;
  position: relative;
}
.cid-uG3PAycROO .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uG3PAycROO .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uG3PAycROO .google-map[data-state] {
  background: #fffff5;
}
.cid-uG3PAycROO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uG3PAzcjNl {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #b6fcaf;
}
.cid-uG3PAzcjNl .container {
  pointer-events: none;
}
.cid-uG3PAzcjNl .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uG3PAzcjNl .brand__text {
  padding: 12px 0 25px;
}
.cid-uG3PAzcjNl .brand__email {
  margin-bottom: 15px;
  color: #ff3a46;
}
.cid-uG3PAzcjNl .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uG3PAzcjNl .footer__title {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-uG3PAzcjNl .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-uG3PAzcjNl .footer__items a:hover {
  color: #b6fcaf !important;
}
.cid-uG3PAzcjNl .social {
  margin-top: 30px;
}
.cid-uG3PAzcjNl .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 10px;
  color: #000000;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uG3PAzcjNl .social .social__items:hover {
  background-color: #b6fcaf;
  border-color: #b6fcaf;
}
.cid-uG3PAzcjNl .social .social__items:hover span {
  color: #000000 !important;
}
.cid-uG3PAzcjNl .social .social__items:last-child {
  margin-right: 0;
}
.cid-uG3PAzcjNl .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uG3PAzcjNl .divider {
  background-color: #000000;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-uG3PAzcjNl .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uG3PAzcjNl .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-uG3PAzcjNl .footer__bot_items a:hover {
  color: #b6fcaf !important;
}
.cid-uG3PAzcjNl .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uG3PAzcjNl .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uG3PAzcjNl .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #b6fcaf;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uG3PAzcjNl .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-uG3PAzcjNl .divider {
    margin-top: 30px;
  }
  .cid-uG3PAzcjNl .footer__bottom {
    padding: 30px 0;
  }
  .cid-uG3PAzcjNl .align-right,
  .cid-uG3PAzcjNl .privacy {
    text-align: center;
  }
  .cid-uG3PAzcjNl .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-uG3PAzcjNl .privacy {
  color: #000000;
}
.cid-uG3PAzcjNl .footer__adress {
  color: #000000;
}
