.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #bbbbbb;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 6.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.125rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 5.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.25rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2.65rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3.3125rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 5.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.64rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.12rem;
    font-size: calc( 1.5775rem + (2.65 - 1.5775) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5775rem + (2.65 - 1.5775) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #02963e !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #003366 !important;
}
.bg-danger {
  background-color: #bbbbbb !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #02963e !important;
  border-color: #02963e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #03c853 !important;
  border-color: #03c853 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #03c853 !important;
  border-color: #03c853 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f21b3f !important;
  border-color: #f21b3f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f54b68 !important;
  border-color: #f54b68 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f54b68 !important;
  border-color: #f54b68 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #003366 !important;
  border-color: #003366 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #004c99 !important;
  border-color: #004c99 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #004c99 !important;
  border-color: #004c99 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #767676 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #767676 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #02963e;
  color: #02963e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #01401b !important;
  background-color: transparent !important;
  border-color: #01401b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #02963e !important;
  border-color: #02963e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f21b3f;
  color: #f21b3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ac0a25 !important;
  background-color: transparent !important;
  border-color: #ac0a25 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f21b3f !important;
  border-color: #f21b3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #003366;
  color: #003366;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #00080f !important;
  background-color: transparent !important;
  border-color: #00080f !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #003366 !important;
  border-color: #003366 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #909090 !important;
  background-color: transparent !important;
  border-color: #909090 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #02963e !important;
}
.text-secondary {
  color: #f21b3f !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #003366 !important;
}
.text-danger {
  color: #bbbbbb !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #013114 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9e0922 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #888888 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #02963e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #003366;
}
.alert-danger {
  background-color: #bbbbbb;
}
.mbr-gallery-filter li.active .btn {
  background-color: #02963e;
  border-color: #02963e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #02963e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1cfc77;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #0073e6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbfbfb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #02963e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #02963e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #02963e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #02963e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #02963e;
  border-bottom-color: #02963e;
}
.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: #02963e !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: #f21b3f !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2302963e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 32px 88px;
  border-radius: 60px !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 22px 40px;
  }
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  opacity: .7;
}
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.card-box {
  border-radius: 0 !important;
}
img {
  border-radius: 26px !important;
  border-radius: 0 !important;
}
.cid-uzkxLehN9k {
  background-color: transparent;
}
.cid-uzkxLehN9k .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uzkxLehN9k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uzkxLehN9k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzkxLehN9k .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzkxLehN9k .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzkxLehN9k .menu_box .navbar.opened,
  .cid-uzkxLehN9k .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzkxLehN9k .navbar-dropdown {
  position: relative !important;
}
.cid-uzkxLehN9k .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uzkxLehN9k .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uzkxLehN9k .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzkxLehN9k .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uzkxLehN9k .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzkxLehN9k .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uzkxLehN9k .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uzkxLehN9k .nav-item {
    margin: 0 !important;
  }
}
.cid-uzkxLehN9k .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uzkxLehN9k .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uzkxLehN9k .nav-item .nav-link:hover,
.cid-uzkxLehN9k .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uzkxLehN9k .nav-item .nav-link:hover::before,
.cid-uzkxLehN9k .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uzkxLehN9k .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzkxLehN9k .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzkxLehN9k .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzkxLehN9k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzkxLehN9k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzkxLehN9k .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzkxLehN9k .offcanvas_box {
    display: none;
  }
}
.cid-uzkxLehN9k .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzkxLehN9k .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzkxLehN9k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzkxLehN9k .container {
  display: flex;
  margin: auto;
}
.cid-uzkxLehN9k .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzkxLehN9k .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzkxLehN9k .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uzkxLehN9k .navbar-nav {
    margin: 0;
  }
}
.cid-uzkxLehN9k .dropdown-menu,
.cid-uzkxLehN9k .navbar.opened {
  background-color: true !important;
}
.cid-uzkxLehN9k .nav-item:focus,
.cid-uzkxLehN9k .nav-link:focus {
  outline: none;
}
.cid-uzkxLehN9k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzkxLehN9k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzkxLehN9k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzkxLehN9k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzkxLehN9k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzkxLehN9k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzkxLehN9k .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzkxLehN9k .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzkxLehN9k .navbar.opened {
  transition: all 0.3s;
}
.cid-uzkxLehN9k .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzkxLehN9k .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uzkxLehN9k .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzkxLehN9k .navbar.collapsed {
  justify-content: center;
}
.cid-uzkxLehN9k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzkxLehN9k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzkxLehN9k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzkxLehN9k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzkxLehN9k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzkxLehN9k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzkxLehN9k .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzkxLehN9k .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uzkxLehN9k .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzkxLehN9k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzkxLehN9k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzkxLehN9k .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzkxLehN9k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzkxLehN9k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzkxLehN9k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzkxLehN9k .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzkxLehN9k .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzkxLehN9k .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzkxLehN9k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzkxLehN9k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzkxLehN9k .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzkxLehN9k .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzkxLehN9k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzkxLehN9k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzkxLehN9k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzkxLehN9k .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzkxLehN9k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzkxLehN9k .dropdown-item.active,
.cid-uzkxLehN9k .dropdown-item:active {
  background-color: transparent;
}
.cid-uzkxLehN9k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uzkxLehN9k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzkxLehN9k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzkxLehN9k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzkxLehN9k ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzkxLehN9k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzkxLehN9k button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uzkxLehN9k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uzkxLehN9k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzkxLehN9k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzkxLehN9k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzkxLehN9k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzkxLehN9k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzkxLehN9k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzkxLehN9k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzkxLehN9k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzkxLehN9k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzkxLehN9k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzkxLehN9k .navbar {
    height: 70px;
  }
  .cid-uzkxLehN9k .navbar.opened {
    height: auto;
  }
  .cid-uzkxLehN9k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzkxLehN9k .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uzkxLehN9k .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uzkxLehN9k .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzkxLehN9k .text_widget {
  margin-bottom: 32px;
}
.cid-uzkxLehN9k .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzkxLehN9k .text_widget a:hover,
.cid-uzkxLehN9k .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uzkxLehN9k .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uzkxLehN9k .navbar-caption {
  color: #000000;
}
.cid-uzkxLehN9k .mbr-section-subtitle,
.cid-uzkxLehN9k .text_widget,
.cid-uzkxLehN9k .mbr-section-btn {
  text-align: center;
}
.cid-uzkxLehN9k a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzkxLehN9k .nav-link,
.cid-uzkxLehN9k .dropdown-item {
  color: #FFFFFF;
}
.cid-uHDTESMfW3 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uHDTESMfW3 .mbr-media {
  position: relative;
}
.cid-uHDTESMfW3 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-uHDTESMfW3 img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHDTESMfW3 img {
    max-width: 80%;
  }
}
.cid-uHDTESMfW3 h1 {
  line-height: 1.5;
}
.cid-uHDTESMfW3 .start {
  width: 100px;
  height: 100px;
  background: #02963e;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-uHDTESMfW3 .start:hover {
  background: #016429;
}
.cid-uHDTESMfW3 .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #02963e;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-uHDTESMfW3 a {
  background-image: none !important;
}
.cid-uHDTESMfW3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uHDTESMfW3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uHDTESMfW3 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uHDTESMfW3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHDTESMfW3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHDTESMfW3 .mbr-section-title {
  color: #02963e;
}
.cid-uHDTESMfW3 .mbr-text,
.cid-uHDTESMfW3 .mbr-section-btn,
.cid-uHDTESMfW3 .text-wrapper {
  color: #454545;
}
.cid-uzkxLenRyj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkxLenRyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkxLenRyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkxLenRyj .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzkxLenRyj .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzkxLenRyj .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uzkxLenRyj .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uzkxLenRyj .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uzkxLenRyj .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uzkxLenRyj .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uzkxLenRyj .mbr-figure {
  margin: 0 auto;
  width: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uzkxLenRyj .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uzkxLenRyj .mbr-figure {
    width: 100%;
  }
}
.cid-uzkxLenRyj .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uzkxLenRyj .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uzkxLenRyj .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzkxLenRyj .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uzkxLenRyj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzkxLenRyj .mbr-section-title,
.cid-uzkxLenRyj .mbr-section-btn {
  color: #02963e;
}
.cid-uDTDAcjDsz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uDTDAcjDsz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDTDAcjDsz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDTDAcjDsz .items-wrapper {
  margin: 0 -5px;
}
.cid-uDTDAcjDsz .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uDTDAcjDsz .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-uDTDAcjDsz .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-uDTDAcjDsz .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #003366;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uDTDAcjDsz .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-uDTDAcjDsz .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDTDAcjDsz .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uDTDAcjDsz .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-uDTDAcjDsz .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-uDTDAcjDsz .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uDTDAcjDsz .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uDTDAcjDsz .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDTDAcjDsz .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 6px;
  }
}
.cid-uDTDAcjDsz .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  padding: 8px 20px;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uDTDAcjDsz .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDTDAcjDsz .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-uDTDAcjDsz .content-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uDTDAcjDsz .content-wrapper .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uDTDAcjDsz .content-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-uDTDAcjDsz .content-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: 60px !important;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uDTDAcjDsz .content-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uDTDAcjDsz .content-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uDTDAcjDsz .content-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
}
.cid-uDTDAcjDsz .content-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #21431f;
  opacity: 0.7;
}
.cid-uDTDAcjDsz .content-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uDTDAcjDsz .content-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uDTDAcjDsz .content-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uDTDAcjDsz .content-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uDTDAcjDsz .content-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uDTDAcjDsz .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-uDTDAcjDsz .mbr-section-title {
  color: #ffffff;
}
.cid-uDTDAcjDsz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDTDAcjDsz .card-title {
  color: #ffffff;
}
.cid-uDTDAcjDsz .card-box .mbr-section-btn {
  margin-left: 10px;
}
.cid-uDTDAcjDsz .card-box .mbr-section-btn a {
  text-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-uDTDAcjDsz .card-box .mbr-section-btn {
    margin-left: 0;
  }
}
.cid-uzkxLekRGh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkxLekRGh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkxLekRGh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkxLekRGh .items-wrapper {
  margin: 0 -5px;
}
.cid-uzkxLekRGh .items-wrapper .item {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uzkxLekRGh .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uzkxLekRGh .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uzkxLekRGh .item-wrapper {
  height: 100%;
  padding: 5px;
  background-color: #ffffff;
}
.cid-uzkxLekRGh .item-wrapper .card-box {
  height: 100%;
  padding: 42px;
  border: 1px dashed #21431f;
  border-radius: 26px !important;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uzkxLekRGh .item-wrapper .card-box {
    padding: 24px;
    height: auto;
  }
}
.cid-uzkxLekRGh .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzkxLekRGh .item-wrapper .card-box .card-title {
    margin-bottom: 40px;
  }
}
.cid-uzkxLekRGh .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uzkxLekRGh .item-wrapper .card-box .list .item-wrap {
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid #21431f;
}
.cid-uzkxLekRGh .item-wrapper .card-box .list .item-wrap:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.cid-uzkxLekRGh .card-title {
  color: #003366;
}
.cid-uzkxLekRGh .list {
  color: #f24d4a;
}
.cid-uzkxLekRGh .list a {
  background: none !important;
}
.cid-uzkxLekRGh .list,
.cid-uzkxLekRGh .item-wrap,
.cid-uzkxLekRGh .nav-wrapper {
  color: #454545;
}
.cid-uK8PjuO03A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK8PjuO03A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8PjuO03A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK8PjuO03A .items-wrapper {
  margin: 0 -5px;
}
.cid-uK8PjuO03A .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uK8PjuO03A .item {
    margin-bottom: 16px;
  }
  .cid-uK8PjuO03A .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uK8PjuO03A .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uK8PjuO03A .item .item-wrapper {
  height: 100%;
}
.cid-uK8PjuO03A .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uK8PjuO03A .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uzkxLekm1x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkxLekm1x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkxLekm1x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkxLekm1x .items-wrapper {
  margin: 0 -5px;
}
.cid-uzkxLekm1x .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzkxLekm1x .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzkxLekm1x .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzkxLekm1x .item {
    margin-bottom: 16px;
  }
}
.cid-uzkxLekm1x .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uzkxLekm1x .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uzkxLekm1x .item .item-wrapper {
  height: 100%;
  border: 5px solid #003366;
  background-color: #003366;
}
.cid-uzkxLekm1x .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uzkxLekm1x .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uzkxLekm1x .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uzkxLekm1x .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uzkxLekm1x .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uzkxLekm1x .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uzkxLekm1x .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uzkxLekm1x .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uzkxLekm1x .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uzkxLekm1x .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uzkxLekm1x .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uzkxLekm1x .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uzkxLekm1x .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzkxLekm1x .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzkxLekm1x .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uKqgplJ3hz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKqgplJ3hz .mbr-text {
  color: #02963e;
}
.cid-uKqgplJ3hz .mbr-section-subtitle {
  color: #000000;
}
.cid-uKqgplJ3hz .mbr-section-title {
  color: #21431f;
}
.cid-uKqeee8dql {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKqeee8dql .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKqeee8dql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKqeee8dql .items-wrapper {
  margin: 0 -5px;
}
.cid-uKqeee8dql .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uKqeee8dql .item {
    margin-bottom: 16px;
  }
  .cid-uKqeee8dql .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uKqeee8dql .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uKqeee8dql .item .item-wrapper {
  height: 100%;
}
.cid-uKqeee8dql .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uKqeee8dql .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uzkxLelVEw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkxLelVEw .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-uzkxLelVEw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uzkxLelVEw .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uzkxLelVEw .embla__slide .slide-content {
  width: 100%;
}
.cid-uzkxLelVEw .embla__slide .slide-content .item-wrapper .item-img img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzkxLelVEw .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uzkxLelVEw .embla__button--next,
.cid-uzkxLelVEw .embla__button--prev {
  display: flex;
}
.cid-uzkxLelVEw .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #02963e !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uzkxLelVEw .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-uzkxLelVEw .embla__button:hover {
  opacity: 0.7;
}
.cid-uzkxLelVEw .embla__button.embla__button--prev {
  left: 15%;
}
@media (max-width: 1200px) {
  .cid-uzkxLelVEw .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uzkxLelVEw .embla__button.embla__button--next {
  right: 15%;
}
@media (max-width: 1200px) {
  .cid-uzkxLelVEw .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uzkxLelVEw .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzkxLelVEw .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-uzkxLelVEw .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uzkxLelVEw .embla__viewport {
    width: 100%;
  }
}
.cid-uzkxLelVEw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzkxLelVEw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzkxLelVEw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzkxLemAGt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkxLemAGt .mbr-overlay {
  background: #ebebeb;
  opacity: 0.9;
}
.cid-uzkxLemAGt .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uzkxLemAGt .content-wrapper .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #bbbbbb;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uzkxLemAGt .content-wrapper .decor {
    display: none;
  }
}
.cid-uzkxLemAGt .content-wrapper .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-color: #bbbbbb;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uzkxLemAGt .content-wrapper .decor_1 {
  transform: rotate(6deg);
}
.cid-uzkxLemAGt .content-wrapper .decor_2 {
  transform: rotate(-6deg);
}
.cid-uzkxLemAGt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uzkxLemAGt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uzkxLemAGt .embla__slide .slide-content {
  width: 100%;
  background-color: #ffffff;
  padding: 5px;
  min-height: 560px;
}
@media (max-width: 768px) {
  .cid-uzkxLemAGt .embla__slide .slide-content {
    min-height: auto;
  }
}
.cid-uzkxLemAGt .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px dashed #ffffff;
  padding: 56px;
  border-radius: 26px !important;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uzkxLemAGt .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uzkxLemAGt .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-uzkxLemAGt .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uzkxLemAGt .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uzkxLemAGt .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-uzkxLemAGt .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
  width: 92px;
  height: 92px;
  min-width: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #feeeed;
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uzkxLemAGt .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uzkxLemAGt .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap .item-letter {
  margin-bottom: 0;
}
.cid-uzkxLemAGt .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-uzkxLemAGt .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uzkxLemAGt .embla__slide .slide-content .item-wrapper .item-date {
  margin-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzkxLemAGt .embla__slide .slide-content .item-wrapper .item-date {
    margin-top: 16px;
  }
}
.cid-uzkxLemAGt .embla__button--next,
.cid-uzkxLemAGt .embla__button--prev {
  display: flex;
}
.cid-uzkxLemAGt .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #02963e !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uzkxLemAGt .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-uzkxLemAGt .embla__button:hover {
  opacity: 0.7;
}
.cid-uzkxLemAGt .embla__button.embla__button--prev {
  left: 0;
}
.cid-uzkxLemAGt .embla__button.embla__button--next {
  right: 0;
}
.cid-uzkxLemAGt .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzkxLemAGt .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-uzkxLemAGt .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uzkxLemAGt .embla__viewport {
    width: 100%;
  }
}
.cid-uzkxLemAGt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzkxLemAGt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzkxLemAGt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzkxLemAGt .item-letter {
  color: #f24d4a;
}
.cid-uzkxLemAGt .item-name {
  color: #f24d4a;
}
.cid-uzkxLemAGt .item-text {
  color: #02963e;
}
.cid-uzkxLemAGt .item-date {
  color: #FFFFFF;
}
.cid-uzkxLemAGt .item-name,
.cid-uzkxLemAGt .name-wrapper {
  color: #FFFFFF;
}
.cid-uzkxLenhPd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkxLenhPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkxLenhPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkxLenhPd .items-wrapper {
  margin: 0 -5px;
}
.cid-uzkxLenhPd .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzkxLenhPd .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzkxLenhPd .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzkxLenhPd .item {
    margin-bottom: 16px;
  }
  .cid-uzkxLenhPd .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uzkxLenhPd .item:hover .item-wrapper .item-img img,
.cid-uzkxLenhPd .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uzkxLenhPd .item .item-wrapper {
  height: 100%;
  border: 5px solid #003366;
  background-color: #003366;
}
.cid-uzkxLenhPd .item .item-wrapper .item-content {
  padding: 32px 32px 0;
}
@media (max-width: 992px) {
  .cid-uzkxLenhPd .item .item-wrapper .item-content {
    padding: 24px 24px 0;
  }
}
.cid-uzkxLenhPd .item .item-wrapper .item-content .card-title {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uzkxLenhPd .item .item-wrapper .item-content .card-title {
    margin-bottom: 40px;
  }
}
.cid-uzkxLenhPd .item .item-wrapper .item-content .number-wrapper {
  margin-bottom: -2.5rem;
}
.cid-uzkxLenhPd .item .item-wrapper .item-content .number-wrapper .card-number {
  width: 100px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #003366;
  position: relative;
  z-index: 1;
}
.cid-uzkxLenhPd .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 26px;
  border-radius: 0 !important;
}
.cid-uzkxLenhPd .item .item-wrapper .item-img img {
  height: 290px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uzkxLenhPd .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uzkxLenhPd .card-title {
  color: #f24d4a;
  text-align: center;
}
.cid-uzkxLenhPd .card-number,
.cid-uzkxLenhPd .number-wrapper {
  color: #21431F;
  text-align: center;
}
.cid-uzkxLenhPd .card-title,
.cid-uzkxLenhPd .card-number {
  color: #ffffff;
}
.cid-uzkxLeoEKD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkxLeoEKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkxLeoEKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkxLeoEKD .items-wrapper {
  margin: 0 -5px;
}
.cid-uzkxLeoEKD .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzkxLeoEKD .item {
    margin-bottom: 16px;
  }
  .cid-uzkxLeoEKD .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uzkxLeoEKD .item .item-wrapper {
  height: 100%;
}
.cid-uzkxLeoEKD .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #bbbbbb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uzkxLeoEKD .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-uzkxLeoEKD .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: 0.3;
  background-color: #bbbbbb;
  pointer-events: none;
  border-radius: 0 !important;
}
.cid-uzkxLeoEKD .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uzkxLeoEKD .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uzkxLeoEKD .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-uzkxLeoEKD .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uzkxLeoEKD .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-uzkxLeoEKD .card-title {
  color: #02963e;
}
.cid-uzkxLeoEKD .card-text {
  color: #454545;
}
.cid-uzkxLepa93 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkxLepa93 .mbr-overlay {
  background: #003366;
  opacity: 0.9;
}
.cid-uzkxLepa93 .item:focus,
.cid-uzkxLepa93 span:focus {
  outline: none;
}
.cid-uzkxLepa93 .item {
  cursor: pointer;
}
.cid-uzkxLepa93 .grid-container {
  grid-row-gap: 10px;
}
.cid-uzkxLepa93 .grid-container-1,
.cid-uzkxLepa93 .grid-container-2,
.cid-uzkxLepa93 .grid-container-3 {
  gap: 0 10px;
}
.cid-uzkxLepa93 .mbr-section-title {
  margin-bottom: 60px;
  color: #F24D4A;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzkxLepa93 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzkxLepa93 .content-head {
  max-width: 800px;
}
.cid-uzkxLepa93 .container,
.cid-uzkxLepa93 .container-fluid {
  overflow: hidden;
}
.cid-uzkxLepa93 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uzkxLepa93 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uzkxLepa93 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uzkxLepa93 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uzkxLepa93 .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uzkxLepa93 .grid-container-1,
.cid-uzkxLepa93 .grid-container-2,
.cid-uzkxLepa93 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uzkxLepa93 .grid-container-1 {
  align-items: flex-end;
}
.cid-uzkxLepa93 .grid-container-2 {
  align-items: flex-start;
}
.cid-uzkxLepVSm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzkxLepVSm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkxLepVSm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkxLepVSm .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzkxLepVSm .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzkxLepVSm .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzkxLepVSm .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzkxLepVSm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uzkxLepVSm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzkxLepVSm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzkxLepVSm .mbr-text,
.cid-uzkxLepVSm .text-wrapper {
  color: #454545;
  text-align: center;
}
.cid-uzkxLepVSm .mbr-section-title,
.cid-uzkxLepVSm .mbr-section-btn {
  text-align: center;
  color: #02963e;
}
.cid-uzkxLeqMva .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkxLeqMva .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uzkxLeqi6u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #003366;
}
.cid-uzkxLeqi6u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkxLeqi6u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkxLeqi6u .content-head {
  max-width: 800px;
}
.cid-uzkxLeqi6u .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uzkxLeqi6u .item {
    min-height: 45px;
  }
}
.cid-uzkxLeqi6u .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-uzkxLeqi6u .border-wrap {
    margin-top: 40px;
  }
}
.cid-uzkxLer0kD {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ebebeb;
}
.cid-uzkxLer0kD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkxLer0kD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkxLer0kD .items-wrapper {
  margin: 0 -5px;
}
.cid-uzkxLer0kD .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzkxLer0kD .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzkxLer0kD .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzkxLer0kD .item {
    margin-bottom: 16px;
  }
  .cid-uzkxLer0kD .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uzkxLer0kD .item .item-wrapper {
  height: 100%;
  background-color: #02963e;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uzkxLer0kD .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uzkxLer0kD .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uzkxLer0kD .item .item-wrapper .card-box .card-title {
  width: 100%;
  margin-bottom: 230px;
}
@media (max-width: 992px) {
  .cid-uzkxLer0kD .item .item-wrapper .card-box .card-title {
    margin-bottom: 100px;
  }
}
.cid-uzkxLer0kD .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
}
.cid-uzkxLer0kD .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  padding: 32px 40px;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uzkxLer0kD .item .item-wrapper .card-box .mbr-section-btn .btn {
    padding: 22px 40px;
  }
}
.cid-uzkxLer0kD .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uzkxLer0kD .card-title {
  color: #FFFFFF;
}
.cid-uzkxLer4Ac {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzkxLer4Ac .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkxLer4Ac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkxLer4Ac .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzkxLer4Ac .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzkxLer4Ac .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uzkxLer4Ac .item {
    margin-bottom: 40px;
  }
}
.cid-uzkxLer4Ac .item .item-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzkxLer4Ac .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uzkxLer4Ac .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  font-size: 36px;
  color: #ffffff;
  background-color: #003366;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uzkxLer4Ac .item .item-wrapper .icon-wrapper .mbr-iconfont {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}
.cid-uzkxLer4Ac .item .item-wrapper .card-title {
  margin-bottom: 20px;
}
.cid-uzkxLer4Ac .item .item-wrapper .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzkxLer4Ac .item .item-wrapper .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uzkxLer4Ac .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uzkxLer4Ac .card-title {
  color: #f24d4a;
}
.cid-uzkxLer4Ac .card-text,
.cid-uzkxLer4Ac .text-wrapper {
  color: #21431F;
  text-align: center;
}
.cid-uzkxLer4Ac .card-title,
.cid-uzkxLer4Ac .icon-wrapper {
  text-align: center;
  color: #003366;
}
.cid-uzkxLes5R5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkxLes5R5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkxLes5R5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkxLes5R5 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzkxLes5R5 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzkxLes5R5 .items-wrapper {
  margin: 0 -5px;
}
.cid-uzkxLes5R5 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzkxLes5R5 .item {
    margin-bottom: 16px;
  }
  .cid-uzkxLes5R5 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uzkxLes5R5 .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px;
  border: 1px solid #bbbbbb;
}
@media (max-width: 1200px) {
  .cid-uzkxLes5R5 .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uzkxLes5R5 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: 0.3;
  background-color: #bbbbbb;
  pointer-events: none;
  border-radius: 0 !important;
}
.cid-uzkxLes5R5 .item .item-wrapper .card-box {
  position: relative;
}
.cid-uzkxLes5R5 .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uzkxLes5R5 .item .item-wrapper .card-box .card-price {
  padding-bottom: 16px;
  border-bottom: 1px dashed #bbbbbb;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzkxLes5R5 .item .item-wrapper .card-box .card-price {
    margin-bottom: 24px;
  }
}
.cid-uzkxLes5R5 .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uzkxLes5R5 .item .item-wrapper .card-box .list .item-wrap {
  padding-bottom: 8px;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 16px;
}
.cid-uzkxLes5R5 .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzkxLes5R5 .item .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uzkxLes5R5 .item .item-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uzkxLes5R5 .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  padding: 32px 40px;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uzkxLes5R5 .item .item-wrapper .mbr-section-btn .btn {
    padding: 22px 40px;
  }
}
.cid-uzkxLes5R5 .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uzkxLes5R5 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzkxLes5R5 .card-price {
  color: #02963e;
  text-align: center;
}
.cid-uzkxLes5R5 .list {
  color: #ffffff;
}
.cid-uzkxLes5R5 .card-title,
.cid-uzkxLes5R5 .mbr-section-btn {
  color: #003366;
}
.cid-uzkxLes5R5 .list,
.cid-uzkxLes5R5 .item-wrap,
.cid-uzkxLes5R5 .nav-wrapper {
  color: #454545;
}
.cid-uzkxLetkXZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzkxLetkXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkxLetkXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkxLetkXZ .items-wrapper {
  margin: 0 -5px;
}
.cid-uzkxLetkXZ .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzkxLetkXZ .item {
    margin-bottom: 16px;
  }
  .cid-uzkxLetkXZ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uzkxLetkXZ .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uzkxLetkXZ .item .item-wrapper {
  height: 100%;
}
.cid-uzkxLetkXZ .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uzkxLetkXZ .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uzkxLet0VH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkxLet0VH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkxLet0VH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkxLet0VH .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzkxLet0VH .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzkxLet0VH .tabs-wrapper {
  margin-bottom: 40px;
}
.cid-uzkxLet0VH .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uzkxLet0VH .tabs-wrapper .nav.nav-tabs .nav-item {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 60px;
  display: block;
  margin: 8px 16px;
  border-radius: 0 !important;
}
.cid-uzkxLet0VH .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  color: #003366;
  padding: 24px 40px;
  border: 1px solid #003366;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzkxLet0VH .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 40px;
  }
}
.cid-uzkxLet0VH .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #003366;
  opacity: 0.3;
  border-radius: 60px;
  pointer-events: none;
  border: 1px solid #003366;
  z-index: -1;
  border-radius: 0 !important;
}
.cid-uzkxLet0VH .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #003366;
  border: 1px solid #003366;
}
.cid-uzkxLet0VH .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: 0;
}
.cid-uzkxLet0VH .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 32px;
}
.cid-uzkxLet0VH .tab-content .tab-pane .content-wrap .image-wrapper img {
  display: inline-flex;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-uzkxLet0VH .tab-content .tab-pane .content-wrap .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uzkxLet0VH .tab-content .tab-pane .content-wrap .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uzkxLet0VH .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzkxLet0VH .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uzkxLet0VH .mbr-section-title {
  color: #ffffff;
}
.cid-uzkxLet0VH .item-title {
  color: #ffffff;
}
.cid-uzkxLet0VH .item-text,
.cid-uzkxLet0VH .text-wrap {
  color: #454545;
  text-align: center;
}
.cid-uzkxLet0VH .mbr-section-title,
.cid-uzkxLet0VH .tabs-wrapper {
  text-align: center;
  color: #02963e;
}
.cid-uzkxLet0VH .item-title,
.cid-uzkxLet0VH .image-wrapper {
  text-align: center;
  color: #21431F;
}
.cid-uzkxLeuh0B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkxLeuh0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkxLeuh0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkxLeuh0B .items-wrapper {
  margin: 0 -5px;
}
.cid-uzkxLeuh0B .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzkxLeuh0B .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzkxLeuh0B .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzkxLeuh0B .item {
    margin-bottom: 16px;
  }
}
.cid-uzkxLeuh0B .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uzkxLeuh0B .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uzkxLeuh0B .item .item-wrapper {
  height: 100%;
  border: 5px solid #21431f;
  background-color: #21431f;
}
.cid-uzkxLeuh0B .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uzkxLeuh0B .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uzkxLeuh0B .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uzkxLeuh0B .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uzkxLeuh0B .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #004210;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uzkxLeuh0B .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uzkxLeuh0B .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzkxLeuh0B .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uzkxLeuh0B .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uzkxLeuh0B .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  min-width: 45px;
  border: 1px solid #ffffff;
  font-size: 16px;
  color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin-left: 20px;
}
.cid-uzkxLeuh0B .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont:hover,
.cid-uzkxLeuh0B .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont:focus {
  opacity: 0.7;
}
.cid-uzkxLeuh0B .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uzkxLeuh0B .card-title {
  color: #f24d4a;
}
.cid-uzkxLeuh0B .card-title,
.cid-uzkxLeuh0B .icon-wrapper {
  color: #FFFFFF;
}
.cid-uzkxLeu3MO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkxLeu3MO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkxLeu3MO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkxLeu3MO .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uzkxLeu3MO .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzkxLeu3MO .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzkxLeu3MO .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzkxLeu3MO .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uzkxLeu3MO .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uzkxLeu3MO .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uzkxLeu3MO .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uzkxLeu3MO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzkxLeu3MO .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uzkxLeu3MO .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uzkxLeu3MO .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #21431f;
}
.cid-uzkxLeu3MO .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uzkxLeu3MO .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uzkxLeu3MO .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: 0.3;
}
.cid-uzkxLeu3MO .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uzkxLeu3MO .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uzkxLeu3MO .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzkxLeu3MO .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uzkxLeu3MO .card {
  justify-content: space-between;
}
.cid-uzkxLeu3MO .mbr-section-title {
  color: #f7f7f7;
  text-align: center;
}
.cid-uzkxLeu3MO .panel-title-edit {
  color: #454545;
}
.cid-uzkxLeu3MO .panel-text {
  color: #f24d4a;
}
.cid-uzkxLeu3MO .panel-text,
.cid-uzkxLeu3MO .panel-body {
  color: #21431F;
}
.cid-uzkxLevxUO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkxLevxUO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkxLevxUO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkxLevxUO .items-wrapper {
  margin: 0 -5px;
}
.cid-uzkxLevxUO .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uzkxLevxUO .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-uzkxLevxUO .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-uzkxLevxUO .image-wrapper {
  height: 100%;
}
.cid-uzkxLevxUO .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzkxLevxUO .image-wrapper img {
    height: 350px;
  }
}
.cid-uzkxLevxUO .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #003366;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uzkxLevxUO .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-uzkxLevxUO .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzkxLevxUO .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzkxLevxUO .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzkxLevxUO .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uzkxLevxUO .mbr-section-title {
  color: #ffffff;
}
.cid-uzkxLevxUO .mbr-text {
  color: #FFFFFF;
}
.cid-uzkxLevxUO .mbr-section-title,
.cid-uzkxLevxUO .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uzkxLev0qc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkxLev0qc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkxLev0qc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkxLev0qc .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uzkxLev0qc .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzkxLev0qc .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzkxLev0qc .item {
  padding: 0 5px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzkxLev0qc .item {
    margin-bottom: 16px;
  }
}
.cid-uzkxLev0qc .item:hover .item-wrapper .item-img::before,
.cid-uzkxLev0qc .item:focus .item-wrapper .item-img::before {
  opacity: 0.7;
}
.cid-uzkxLev0qc .item:nth-child(2n) .item-wrapper {
  padding-right: 0;
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-uzkxLev0qc .item:nth-child(2n) .item-wrapper {
    padding: 0;
  }
}
.cid-uzkxLev0qc .item .item-wrapper {
  padding-right: 54px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uzkxLev0qc .item .item-wrapper {
    padding: 0;
  }
}
.cid-uzkxLev0qc .item .item-wrapper .item-img {
  position: relative;
  min-height: 400px;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  border-radius: 0 !important;
}
.cid-uzkxLev0qc .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uzkxLev0qc .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uzkxLev0qc .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uzkxLev0qc .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-uzkxLev0qc .item .item-wrapper .item-img .item-content {
  padding: 32px;
  position: relative;
  z-index: 2;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uzkxLev0qc .item .item-wrapper .item-img .item-content {
    padding: 24px;
  }
}
.cid-uzkxLev0qc .item .item-wrapper .item-img .item-content .icon-wrapper .mbr-iconfont {
  pointer-events: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  min-width: 45px;
  border: 1px solid #ffffff;
  font-size: 16px;
  color: #ffffff;
  border-radius: 100%;
  margin-bottom: 16px;
}
.cid-uzkxLev0qc .item .item-wrapper .item-img .item-content .card-title {
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-uzkxLev0qc .card {
  justify-content: space-between;
}
.cid-uzkxLev0qc .item-menu-overlay .btn-wrapper {
  z-index: 100;
}
.cid-uzkxLev0qc .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uzkxLev0qc .card-title {
  color: #ffffff;
}
.cid-uzkxLev0qc .card-title,
.cid-uzkxLev0qc .icon-wrapper {
  color: #FFFFFF;
}
.cid-uzkxLew5tF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkxLew5tF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uzkxLew5tF .image-wrap {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uzkxLew5tF .image-wrap {
    height: 350px;
  }
}
.cid-uzkxLewrxd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkxLewrxd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkxLewrxd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkxLewrxd .items-wrapper {
  margin: 0 -5px;
}
.cid-uzkxLewrxd .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uzkxLewrxd .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-uzkxLewrxd .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-uzkxLewrxd .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #003366;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uzkxLewrxd .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-uzkxLewrxd .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzkxLewrxd .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzkxLewrxd .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-uzkxLewrxd .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-uzkxLewrxd .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uzkxLewrxd .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uzkxLewrxd .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzkxLewrxd .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 6px;
  }
}
.cid-uzkxLewrxd .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  padding: 8px 20px;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uzkxLewrxd .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzkxLewrxd .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-uzkxLewrxd .content-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uzkxLewrxd .content-wrapper .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uzkxLewrxd .content-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-uzkxLewrxd .content-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: 60px !important;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  background-color: #bbbbbb;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uzkxLewrxd .content-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uzkxLewrxd .content-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uzkxLewrxd .content-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bbbbbb !important;
}
.cid-uzkxLewrxd .content-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: 0.7;
}
.cid-uzkxLewrxd .content-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uzkxLewrxd .content-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uzkxLewrxd .content-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uzkxLewrxd .content-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uzkxLewrxd .content-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uzkxLewrxd .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-uzkxLewrxd .mbr-section-title {
  color: #FFFFFF;
}
.cid-uzkxLewrxd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzkxLewrxd .card-title {
  color: #FFFFFF;
}
.cid-uzkxLewrxd .card-box .mbr-section-btn {
  margin-left: 10px;
}
.cid-uzkxLewrxd .card-box .mbr-section-btn a {
  text-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-uzkxLewrxd .card-box .mbr-section-btn {
    margin-left: 0;
  }
}
.cid-uzkxLexQxh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkxLexQxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkxLexQxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkxLexQxh .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .cid-uzkxLexQxh .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzkxLexQxh .items-wrapper {
  margin: 0 -5px;
}
.cid-uzkxLexQxh .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 1200px) {
  .cid-uzkxLexQxh .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-uzkxLexQxh .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-uzkxLexQxh .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #003366;
  border-radius: 0 !important;
}
@media (max-width: 1200px) {
  .cid-uzkxLexQxh .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-uzkxLexQxh .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .cid-uzkxLexQxh .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-uzkxLexQxh .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-uzkxLexQxh .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-uzkxLexQxh .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #0aa3c2;
}
@media (max-width: 1200px) {
  .cid-uzkxLexQxh .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uzkxLexQxh .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-desc {
  width: 50%;
  padding-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uzkxLexQxh .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-desc {
    width: 100%;
    margin-bottom: 6px;
    padding-right: 0;
  }
}
.cid-uzkxLexQxh .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-text {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uzkxLexQxh .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-text {
    width: 100%;
  }
}
.cid-uzkxLexQxh .map-wrapper {
  height: 100%;
}
.cid-uzkxLexQxh .map-wrapper .google-map {
  height: 100%;
}
.cid-uzkxLexQxh .map-wrapper .google-map iframe {
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-uzkxLexQxh .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uzkxLexQxh .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-uzkxLexQxh .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uzkxLexQxh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzkxLexQxh .card-desc {
  color: #ffffff;
}
.cid-uzkxLexQxh .card-text {
  color: #bbbbbb;
}
.cid-uzkxLeyF5V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkxLeyF5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkxLeyF5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkxLeyF5V .content-wrap {
  justify-content: center;
}
.cid-uzkxLeyF5V .card {
  justify-content: center;
}
.cid-uzkxLeyF5V .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzkxLeyF5V .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uzkxLeyF5V .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzkxLeyF5V .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzkxLeyF5V .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uzkxLeyF5V .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uzkxLeyF5V .nav-wrapper .list .item-wrap:hover,
.cid-uzkxLeyF5V .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uzkxLeyF5V .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uzkxLeyF5V .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uzkxLeyF5V .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzkxLeyF5V .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uzkxLeyF5V .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzkxLeyF5V .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uzkxLeyF5V .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzkxLeyF5V .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uzkxLeyF5V .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzkxLeyF5V .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uzkxLeyF5V .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uzkxLeyF5V .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uzkxLeyF5V .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzkxLeyF5V .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uzkxLeyF5V .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uzkxLeyF5V .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uzkxLeyF5V .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uzkxLeyF5V .mbr-section-title {
  color: #f24d4a;
}
.cid-uzkxLeyF5V .list,
.cid-uzkxLeyF5V .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uzkxLeyF5V .mbr-phone {
  color: #f24d4a;
}
.cid-uzkxLeyF5V .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uzINHllt9W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uJrWl26Qe3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJrWl26Qe3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJrWl26Qe3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJrWl26Qe3 .items-wrapper {
  margin: 0 -5px;
}
.cid-uJrWl26Qe3 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJrWl26Qe3 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJrWl26Qe3 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJrWl26Qe3 .item {
    margin-bottom: 16px;
  }
}
.cid-uJrWl26Qe3 .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJrWl26Qe3 .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJrWl26Qe3 .item .item-wrapper {
  height: 100%;
  border: 5px solid #003366;
  background-color: #003366;
}
.cid-uJrWl26Qe3 .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJrWl26Qe3 .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJrWl26Qe3 .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJrWl26Qe3 .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJrWl26Qe3 .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJrWl26Qe3 .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJrWl26Qe3 .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJrWl26Qe3 .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJrWl26Qe3 .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJrWl26Qe3 .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJrWl26Qe3 .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJrWl26Qe3 .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uJrWl26Qe3 .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJrWl26Qe3 .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJrWl26Qe3 .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uKqj6GXSVA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKqj6GXSVA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKqj6GXSVA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKqj6GXSVA .items-wrapper {
  margin: 0 -5px;
}
.cid-uKqj6GXSVA .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uKqj6GXSVA .item {
    margin-bottom: 16px;
  }
  .cid-uKqj6GXSVA .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uKqj6GXSVA .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uKqj6GXSVA .item .item-wrapper {
  height: 100%;
}
.cid-uKqj6GXSVA .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uKqj6GXSVA .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uKqj7FRpZU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKqj7FRpZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKqj7FRpZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKqj7FRpZU .items-wrapper {
  margin: 0 -5px;
}
.cid-uKqj7FRpZU .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uKqj7FRpZU .item {
    margin-bottom: 16px;
  }
  .cid-uKqj7FRpZU .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uKqj7FRpZU .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uKqj7FRpZU .item .item-wrapper {
  height: 100%;
}
.cid-uKqj7FRpZU .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uKqj7FRpZU .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uzkxLehN9k {
  background-color: transparent;
}
.cid-uzkxLehN9k .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uzkxLehN9k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uzkxLehN9k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzkxLehN9k .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzkxLehN9k .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzkxLehN9k .menu_box .navbar.opened,
  .cid-uzkxLehN9k .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzkxLehN9k .navbar-dropdown {
  position: relative !important;
}
.cid-uzkxLehN9k .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uzkxLehN9k .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uzkxLehN9k .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzkxLehN9k .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uzkxLehN9k .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzkxLehN9k .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uzkxLehN9k .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uzkxLehN9k .nav-item {
    margin: 0 !important;
  }
}
.cid-uzkxLehN9k .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uzkxLehN9k .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uzkxLehN9k .nav-item .nav-link:hover,
.cid-uzkxLehN9k .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uzkxLehN9k .nav-item .nav-link:hover::before,
.cid-uzkxLehN9k .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uzkxLehN9k .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzkxLehN9k .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzkxLehN9k .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzkxLehN9k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzkxLehN9k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzkxLehN9k .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzkxLehN9k .offcanvas_box {
    display: none;
  }
}
.cid-uzkxLehN9k .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzkxLehN9k .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzkxLehN9k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzkxLehN9k .container {
  display: flex;
  margin: auto;
}
.cid-uzkxLehN9k .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzkxLehN9k .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzkxLehN9k .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uzkxLehN9k .navbar-nav {
    margin: 0;
  }
}
.cid-uzkxLehN9k .dropdown-menu,
.cid-uzkxLehN9k .navbar.opened {
  background-color: true !important;
}
.cid-uzkxLehN9k .nav-item:focus,
.cid-uzkxLehN9k .nav-link:focus {
  outline: none;
}
.cid-uzkxLehN9k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzkxLehN9k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzkxLehN9k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzkxLehN9k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzkxLehN9k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzkxLehN9k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzkxLehN9k .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzkxLehN9k .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzkxLehN9k .navbar.opened {
  transition: all 0.3s;
}
.cid-uzkxLehN9k .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzkxLehN9k .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uzkxLehN9k .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzkxLehN9k .navbar.collapsed {
  justify-content: center;
}
.cid-uzkxLehN9k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzkxLehN9k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzkxLehN9k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzkxLehN9k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzkxLehN9k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzkxLehN9k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzkxLehN9k .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzkxLehN9k .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uzkxLehN9k .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzkxLehN9k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzkxLehN9k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzkxLehN9k .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzkxLehN9k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzkxLehN9k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzkxLehN9k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzkxLehN9k .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzkxLehN9k .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzkxLehN9k .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzkxLehN9k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzkxLehN9k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzkxLehN9k .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzkxLehN9k .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzkxLehN9k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzkxLehN9k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzkxLehN9k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzkxLehN9k .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzkxLehN9k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzkxLehN9k .dropdown-item.active,
.cid-uzkxLehN9k .dropdown-item:active {
  background-color: transparent;
}
.cid-uzkxLehN9k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uzkxLehN9k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzkxLehN9k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzkxLehN9k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzkxLehN9k ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzkxLehN9k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzkxLehN9k button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uzkxLehN9k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uzkxLehN9k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzkxLehN9k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzkxLehN9k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzkxLehN9k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzkxLehN9k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzkxLehN9k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzkxLehN9k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzkxLehN9k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzkxLehN9k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzkxLehN9k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzkxLehN9k .navbar {
    height: 70px;
  }
  .cid-uzkxLehN9k .navbar.opened {
    height: auto;
  }
  .cid-uzkxLehN9k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzkxLehN9k .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uzkxLehN9k .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uzkxLehN9k .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzkxLehN9k .text_widget {
  margin-bottom: 32px;
}
.cid-uzkxLehN9k .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzkxLehN9k .text_widget a:hover,
.cid-uzkxLehN9k .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uzkxLehN9k .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uzkxLehN9k .navbar-caption {
  color: #000000;
}
.cid-uzkxLehN9k .mbr-section-subtitle,
.cid-uzkxLehN9k .text_widget,
.cid-uzkxLehN9k .mbr-section-btn {
  text-align: center;
}
.cid-uzkxLehN9k a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzkxLehN9k .nav-link,
.cid-uzkxLehN9k .dropdown-item {
  color: #FFFFFF;
}
.cid-uzkxLeyF5V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkxLeyF5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkxLeyF5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkxLeyF5V .content-wrap {
  justify-content: center;
}
.cid-uzkxLeyF5V .card {
  justify-content: center;
}
.cid-uzkxLeyF5V .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzkxLeyF5V .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uzkxLeyF5V .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzkxLeyF5V .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzkxLeyF5V .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uzkxLeyF5V .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uzkxLeyF5V .nav-wrapper .list .item-wrap:hover,
.cid-uzkxLeyF5V .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uzkxLeyF5V .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uzkxLeyF5V .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uzkxLeyF5V .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzkxLeyF5V .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uzkxLeyF5V .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzkxLeyF5V .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uzkxLeyF5V .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzkxLeyF5V .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uzkxLeyF5V .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzkxLeyF5V .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uzkxLeyF5V .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uzkxLeyF5V .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uzkxLeyF5V .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzkxLeyF5V .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uzkxLeyF5V .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uzkxLeyF5V .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uzkxLeyF5V .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uzkxLeyF5V .mbr-section-title {
  color: #f24d4a;
}
.cid-uzkxLeyF5V .list,
.cid-uzkxLeyF5V .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uzkxLeyF5V .mbr-phone {
  color: #f24d4a;
}
.cid-uzkxLeyF5V .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uzINHllt9W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uzkxLehN9k {
  background-color: transparent;
}
.cid-uzkxLehN9k .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uzkxLehN9k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uzkxLehN9k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzkxLehN9k .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzkxLehN9k .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzkxLehN9k .menu_box .navbar.opened,
  .cid-uzkxLehN9k .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzkxLehN9k .navbar-dropdown {
  position: relative !important;
}
.cid-uzkxLehN9k .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uzkxLehN9k .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uzkxLehN9k .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzkxLehN9k .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uzkxLehN9k .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzkxLehN9k .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uzkxLehN9k .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uzkxLehN9k .nav-item {
    margin: 0 !important;
  }
}
.cid-uzkxLehN9k .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uzkxLehN9k .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uzkxLehN9k .nav-item .nav-link:hover,
.cid-uzkxLehN9k .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uzkxLehN9k .nav-item .nav-link:hover::before,
.cid-uzkxLehN9k .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uzkxLehN9k .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzkxLehN9k .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzkxLehN9k .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzkxLehN9k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzkxLehN9k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzkxLehN9k .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzkxLehN9k .offcanvas_box {
    display: none;
  }
}
.cid-uzkxLehN9k .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzkxLehN9k .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzkxLehN9k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzkxLehN9k .container {
  display: flex;
  margin: auto;
}
.cid-uzkxLehN9k .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzkxLehN9k .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzkxLehN9k .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uzkxLehN9k .navbar-nav {
    margin: 0;
  }
}
.cid-uzkxLehN9k .dropdown-menu,
.cid-uzkxLehN9k .navbar.opened {
  background-color: true !important;
}
.cid-uzkxLehN9k .nav-item:focus,
.cid-uzkxLehN9k .nav-link:focus {
  outline: none;
}
.cid-uzkxLehN9k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzkxLehN9k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzkxLehN9k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzkxLehN9k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzkxLehN9k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzkxLehN9k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzkxLehN9k .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzkxLehN9k .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzkxLehN9k .navbar.opened {
  transition: all 0.3s;
}
.cid-uzkxLehN9k .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzkxLehN9k .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uzkxLehN9k .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzkxLehN9k .navbar.collapsed {
  justify-content: center;
}
.cid-uzkxLehN9k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzkxLehN9k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzkxLehN9k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzkxLehN9k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzkxLehN9k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzkxLehN9k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzkxLehN9k .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzkxLehN9k .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uzkxLehN9k .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzkxLehN9k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzkxLehN9k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzkxLehN9k .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzkxLehN9k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzkxLehN9k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzkxLehN9k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzkxLehN9k .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzkxLehN9k .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzkxLehN9k .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzkxLehN9k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzkxLehN9k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzkxLehN9k .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzkxLehN9k .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzkxLehN9k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzkxLehN9k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzkxLehN9k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzkxLehN9k .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzkxLehN9k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzkxLehN9k .dropdown-item.active,
.cid-uzkxLehN9k .dropdown-item:active {
  background-color: transparent;
}
.cid-uzkxLehN9k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uzkxLehN9k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzkxLehN9k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzkxLehN9k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzkxLehN9k ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzkxLehN9k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzkxLehN9k button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uzkxLehN9k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uzkxLehN9k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzkxLehN9k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzkxLehN9k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzkxLehN9k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzkxLehN9k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzkxLehN9k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzkxLehN9k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzkxLehN9k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzkxLehN9k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzkxLehN9k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzkxLehN9k .navbar {
    height: 70px;
  }
  .cid-uzkxLehN9k .navbar.opened {
    height: auto;
  }
  .cid-uzkxLehN9k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzkxLehN9k .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uzkxLehN9k .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uzkxLehN9k .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzkxLehN9k .text_widget {
  margin-bottom: 32px;
}
.cid-uzkxLehN9k .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzkxLehN9k .text_widget a:hover,
.cid-uzkxLehN9k .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uzkxLehN9k .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uzkxLehN9k .navbar-caption {
  color: #000000;
}
.cid-uzkxLehN9k .mbr-section-subtitle,
.cid-uzkxLehN9k .text_widget,
.cid-uzkxLehN9k .mbr-section-btn {
  text-align: center;
}
.cid-uzkxLehN9k a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzkxLehN9k .nav-link,
.cid-uzkxLehN9k .dropdown-item {
  color: #FFFFFF;
}
.cid-uzkxLeyF5V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkxLeyF5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkxLeyF5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkxLeyF5V .content-wrap {
  justify-content: center;
}
.cid-uzkxLeyF5V .card {
  justify-content: center;
}
.cid-uzkxLeyF5V .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzkxLeyF5V .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uzkxLeyF5V .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzkxLeyF5V .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzkxLeyF5V .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uzkxLeyF5V .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uzkxLeyF5V .nav-wrapper .list .item-wrap:hover,
.cid-uzkxLeyF5V .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uzkxLeyF5V .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uzkxLeyF5V .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uzkxLeyF5V .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzkxLeyF5V .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uzkxLeyF5V .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzkxLeyF5V .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uzkxLeyF5V .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzkxLeyF5V .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uzkxLeyF5V .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzkxLeyF5V .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uzkxLeyF5V .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uzkxLeyF5V .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uzkxLeyF5V .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzkxLeyF5V .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uzkxLeyF5V .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uzkxLeyF5V .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uzkxLeyF5V .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uzkxLeyF5V .mbr-section-title {
  color: #f24d4a;
}
.cid-uzkxLeyF5V .list,
.cid-uzkxLeyF5V .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uzkxLeyF5V .mbr-phone {
  color: #f24d4a;
}
.cid-uzkxLeyF5V .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uzGznXVFqG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzGznXVFqG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzGznXVFqG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzGznXVFqG .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzGznXVFqG .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzGznXVFqG .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uzGznXVFqG .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uzGznXVFqG .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uzGznXVFqG .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uzGznXVFqG .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uzGznXVFqG .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uzGznXVFqG .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uzGznXVFqG .mbr-figure {
    width: 100%;
  }
}
.cid-uzGznXVFqG .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uzGznXVFqG .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uzGznXVFqG .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzGznXVFqG .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uzGznXVFqG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzGznXVFqG .mbr-section-title,
.cid-uzGznXVFqG .mbr-section-btn {
  color: #02963e;
}
.cid-uJxiYwgRHJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJxiYwgRHJ .mbr-media {
  position: relative;
}
.cid-uJxiYwgRHJ .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-uJxiYwgRHJ img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJxiYwgRHJ img {
    max-width: 80%;
  }
}
.cid-uJxiYwgRHJ h1 {
  line-height: 1.5;
}
.cid-uJxiYwgRHJ .start {
  width: 100px;
  height: 100px;
  background: #02963e;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-uJxiYwgRHJ .start:hover {
  background: #016429;
}
.cid-uJxiYwgRHJ .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #02963e;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-uJxiYwgRHJ a {
  background-image: none !important;
}
.cid-uJxiYwgRHJ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJxiYwgRHJ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJxiYwgRHJ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJxiYwgRHJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJxiYwgRHJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJxiYwgRHJ .mbr-section-title {
  color: #02963e;
}
.cid-uJxiYwgRHJ .mbr-text,
.cid-uJxiYwgRHJ .mbr-section-btn,
.cid-uJxiYwgRHJ .text-wrapper {
  color: #454545;
}
.cid-uJJ4u0Aejn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJJ4u0Aejn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJJ4u0Aejn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJJ4u0Aejn .items-wrapper {
  margin: 0 -5px;
}
.cid-uJJ4u0Aejn .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJJ4u0Aejn .item {
    margin-bottom: 16px;
  }
  .cid-uJJ4u0Aejn .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJJ4u0Aejn .item .item-wrapper {
  height: 100%;
}
.cid-uJJ4u0Aejn .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #00213d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uJJ4u0Aejn .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-uJJ4u0Aejn .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: .3;
  background-color: #00213d;
  pointer-events: none;
  border-radius: 0 !important;
}
.cid-uJJ4u0Aejn .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uJJ4u0Aejn .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uJJ4u0Aejn .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-uJJ4u0Aejn .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uJJ4u0Aejn .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-uJJ4u0Aejn .card-title {
  color: #02963e;
}
.cid-uJJ4u0Aejn .card-text {
  color: #00213d;
}
.cid-uJJZdFOVl6 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJJZdFOVl6 .mbr-media {
  position: relative;
}
.cid-uJJZdFOVl6 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-uJJZdFOVl6 img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJJZdFOVl6 img {
    max-width: 80%;
  }
}
.cid-uJJZdFOVl6 h1 {
  line-height: 1.5;
}
.cid-uJJZdFOVl6 .start {
  width: 100px;
  height: 100px;
  background: #02963e;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-uJJZdFOVl6 .start:hover {
  background: #016429;
}
.cid-uJJZdFOVl6 .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #02963e;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-uJJZdFOVl6 a {
  background-image: none !important;
}
.cid-uJJZdFOVl6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJJZdFOVl6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJJZdFOVl6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJJZdFOVl6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJJZdFOVl6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJJZdFOVl6 .mbr-section-title {
  color: #02963e;
}
.cid-uJJZdFOVl6 .mbr-text,
.cid-uJJZdFOVl6 .mbr-section-btn,
.cid-uJJZdFOVl6 .text-wrapper {
  color: #454545;
}
.cid-uA5JhiVpQk {
  background-color: #ebebeb;
}
.cid-uA5JhiVpQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA5JhiVpQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA5JhiVpQk .items-wrapper {
  margin: 0 -5px;
}
.cid-uA5JhiVpQk .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uA5JhiVpQk .item {
    margin-bottom: 16px;
  }
  .cid-uA5JhiVpQk .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uA5JhiVpQk .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uA5JhiVpQk .item .item-wrapper {
  height: 100%;
}
.cid-uA5JhiVpQk .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uA5JhiVpQk .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uzIuN9gNhp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzIuN9gNhp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzIuN9gNhp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzIuN9gNhp .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uzIuN9gNhp .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uzIuN9gNhp .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uzIuN9gNhp .card-wrapper {
    padding: 4rem;
  }
}
.cid-uzIuN9gNhp .mbr-text,
.cid-uzIuN9gNhp .mbr-section-btn {
  color: #214e96;
}
.cid-uzIuN9gNhp .card-title,
.cid-uzIuN9gNhp .card-box {
  text-align: left;
  color: #214e96;
}
.cid-uJJantACue {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00213d;
}
.cid-uJJantACue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJJantACue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJJantACue .items-wrapper {
  margin: 0 -5px;
}
.cid-uJJantACue .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJJantACue .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJJantACue .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJJantACue .item {
    margin-bottom: 16px;
  }
  .cid-uJJantACue .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJJantACue .item:hover .item-wrapper .item-img img,
.cid-uJJantACue .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uJJantACue .item .item-wrapper {
  height: 100%;
  border: 5px solid #ffffff;
  background-color: #ffffff;
}
.cid-uJJantACue .item .item-wrapper .item-content {
  padding: 32px 32px 0;
}
@media (max-width: 992px) {
  .cid-uJJantACue .item .item-wrapper .item-content {
    padding: 24px 24px 0;
  }
}
.cid-uJJantACue .item .item-wrapper .item-content .card-title {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uJJantACue .item .item-wrapper .item-content .card-title {
    margin-bottom: 40px;
  }
}
.cid-uJJantACue .item .item-wrapper .item-content .number-wrapper {
  margin-bottom: -2.5rem;
}
.cid-uJJantACue .item .item-wrapper .item-content .number-wrapper .card-number {
  width: 100px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.cid-uJJantACue .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 26px;
  border-radius: 0 !important;
}
.cid-uJJantACue .item .item-wrapper .item-img img {
  height: 290px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uJJantACue .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJJantACue .card-title {
  color: #f24d4a;
  text-align: center;
}
.cid-uJJantACue .card-number,
.cid-uJJantACue .number-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uJJantACue .card-title,
.cid-uJJantACue .card-number {
  color: #02963e;
}
.cid-uzIT3EQAU5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uzIT3EQAU5 .row {
  flex-direction: row-reverse;
}
.cid-uzIT3EQAU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzIT3EQAU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzIT3EQAU5 .mbr-description {
  text-align: left;
}
.cid-uzIT3EQAU5 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uzIT3EQAU5 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uzIT3EQAU5 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uzIT3EQAU5 .card-title,
.cid-uzIT3EQAU5 .iconfont-wrapper {
  color: #000000;
}
.cid-uzIT3EQAU5 .card-text {
  color: #000000;
}
.cid-uzIT3EQAU5 .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uzIT3EQAU5 .mbr-text,
.cid-uzIT3EQAU5 .mbr-section-btn {
  text-align: center;
}
.cid-uzIT3EQAU5 .card-text,
.cid-uzIT3EQAU5 .item .mbr-section-btn {
  text-align: left;
}
.cid-uzIT3EQAU5 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uzIT3EQAU5 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uzIT3EQAU5 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #21431f;
  background-color: #21431f;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uzIT3EQAU5 .mbr-text UL {
  text-align: left;
}
.cid-uzIT3EQAU5 .mbr-text {
  color: #21431f;
}
.cid-uApw3xAE6Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uApw3xAE6Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uApw3xAE6Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uApw3xAE6Q .items-wrapper {
  margin: 0 -5px;
}
.cid-uApw3xAE6Q .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uApw3xAE6Q .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uApw3xAE6Q .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uApw3xAE6Q .item {
    margin-bottom: 16px;
  }
}
.cid-uApw3xAE6Q .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uApw3xAE6Q .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uApw3xAE6Q .item .item-wrapper {
  height: 100%;
  border: 5px solid #00213d;
  background-color: #00213d;
}
.cid-uApw3xAE6Q .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uApw3xAE6Q .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uApw3xAE6Q .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uApw3xAE6Q .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uApw3xAE6Q .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uApw3xAE6Q .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uApw3xAE6Q .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uApw3xAE6Q .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uApw3xAE6Q .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uApw3xAE6Q .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uApw3xAE6Q .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uApw3xAE6Q .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uApw3xAE6Q .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uApw3xAE6Q .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uApw3xAE6Q .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzINHllt9W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uzJj7zmoW7 {
  background-color: transparent;
}
.cid-uzJj7zmoW7 .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uzJj7zmoW7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uzJj7zmoW7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzJj7zmoW7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzJj7zmoW7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzJj7zmoW7 .menu_box .navbar.opened,
  .cid-uzJj7zmoW7 .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzJj7zmoW7 .navbar-dropdown {
  position: relative !important;
}
.cid-uzJj7zmoW7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uzJj7zmoW7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uzJj7zmoW7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzJj7zmoW7 .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uzJj7zmoW7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzJj7zmoW7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uzJj7zmoW7 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uzJj7zmoW7 .nav-item {
    margin: 0 !important;
  }
}
.cid-uzJj7zmoW7 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uzJj7zmoW7 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uzJj7zmoW7 .nav-item .nav-link:hover,
.cid-uzJj7zmoW7 .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uzJj7zmoW7 .nav-item .nav-link:hover::before,
.cid-uzJj7zmoW7 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uzJj7zmoW7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzJj7zmoW7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzJj7zmoW7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzJj7zmoW7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzJj7zmoW7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzJj7zmoW7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzJj7zmoW7 .offcanvas_box {
    display: none;
  }
}
.cid-uzJj7zmoW7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzJj7zmoW7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzJj7zmoW7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzJj7zmoW7 .container {
  display: flex;
  margin: auto;
}
.cid-uzJj7zmoW7 .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzJj7zmoW7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzJj7zmoW7 .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uzJj7zmoW7 .navbar-nav {
    margin: 0;
  }
}
.cid-uzJj7zmoW7 .dropdown-menu,
.cid-uzJj7zmoW7 .navbar.opened {
  background-color: true !important;
}
.cid-uzJj7zmoW7 .nav-item:focus,
.cid-uzJj7zmoW7 .nav-link:focus {
  outline: none;
}
.cid-uzJj7zmoW7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzJj7zmoW7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzJj7zmoW7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzJj7zmoW7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzJj7zmoW7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzJj7zmoW7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzJj7zmoW7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzJj7zmoW7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzJj7zmoW7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzJj7zmoW7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzJj7zmoW7 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uzJj7zmoW7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzJj7zmoW7 .navbar.collapsed {
  justify-content: center;
}
.cid-uzJj7zmoW7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzJj7zmoW7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzJj7zmoW7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzJj7zmoW7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzJj7zmoW7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzJj7zmoW7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzJj7zmoW7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzJj7zmoW7 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uzJj7zmoW7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzJj7zmoW7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzJj7zmoW7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzJj7zmoW7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzJj7zmoW7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzJj7zmoW7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzJj7zmoW7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzJj7zmoW7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzJj7zmoW7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzJj7zmoW7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzJj7zmoW7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzJj7zmoW7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzJj7zmoW7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzJj7zmoW7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzJj7zmoW7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzJj7zmoW7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzJj7zmoW7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzJj7zmoW7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzJj7zmoW7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzJj7zmoW7 .dropdown-item.active,
.cid-uzJj7zmoW7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzJj7zmoW7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uzJj7zmoW7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzJj7zmoW7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzJj7zmoW7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzJj7zmoW7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzJj7zmoW7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzJj7zmoW7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uzJj7zmoW7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uzJj7zmoW7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzJj7zmoW7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzJj7zmoW7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzJj7zmoW7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzJj7zmoW7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzJj7zmoW7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzJj7zmoW7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzJj7zmoW7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzJj7zmoW7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzJj7zmoW7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzJj7zmoW7 .navbar {
    height: 70px;
  }
  .cid-uzJj7zmoW7 .navbar.opened {
    height: auto;
  }
  .cid-uzJj7zmoW7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzJj7zmoW7 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uzJj7zmoW7 .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uzJj7zmoW7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzJj7zmoW7 .text_widget {
  margin-bottom: 32px;
}
.cid-uzJj7zmoW7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzJj7zmoW7 .text_widget a:hover,
.cid-uzJj7zmoW7 .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uzJj7zmoW7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uzJj7zmoW7 .navbar-caption {
  color: #000000;
}
.cid-uzJj7zmoW7 .mbr-section-subtitle,
.cid-uzJj7zmoW7 .text_widget,
.cid-uzJj7zmoW7 .mbr-section-btn {
  text-align: center;
}
.cid-uzJj7zmoW7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzJj7zmoW7 .nav-link,
.cid-uzJj7zmoW7 .dropdown-item {
  color: #FFFFFF;
}
.cid-uzJj7B0I3t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzJj7B0I3t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzJj7B0I3t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzJj7B0I3t .content-wrap {
  justify-content: center;
}
.cid-uzJj7B0I3t .card {
  justify-content: center;
}
.cid-uzJj7B0I3t .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzJj7B0I3t .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uzJj7B0I3t .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzJj7B0I3t .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzJj7B0I3t .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uzJj7B0I3t .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uzJj7B0I3t .nav-wrapper .list .item-wrap:hover,
.cid-uzJj7B0I3t .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uzJj7B0I3t .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uzJj7B0I3t .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uzJj7B0I3t .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzJj7B0I3t .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uzJj7B0I3t .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzJj7B0I3t .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uzJj7B0I3t .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzJj7B0I3t .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uzJj7B0I3t .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzJj7B0I3t .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uzJj7B0I3t .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uzJj7B0I3t .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uzJj7B0I3t .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzJj7B0I3t .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uzJj7B0I3t .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uzJj7B0I3t .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uzJj7B0I3t .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uzJj7B0I3t .mbr-section-title {
  color: #f24d4a;
}
.cid-uzJj7B0I3t .list,
.cid-uzJj7B0I3t .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uzJj7B0I3t .mbr-phone {
  color: #f24d4a;
}
.cid-uzJj7B0I3t .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uzJj7Cxqqr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzJj7Cxqqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzJj7Cxqqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzJj7Cxqqr .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzJj7Cxqqr .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzJj7Cxqqr .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uzJj7Cxqqr .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uzJj7Cxqqr .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uzJj7Cxqqr .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uzJj7Cxqqr .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uzJj7Cxqqr .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uzJj7Cxqqr .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uzJj7Cxqqr .mbr-figure {
    width: 100%;
  }
}
.cid-uzJj7Cxqqr .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uzJj7Cxqqr .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uzJj7Cxqqr .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzJj7Cxqqr .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uzJj7Cxqqr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzJj7Cxqqr .mbr-section-title,
.cid-uzJj7Cxqqr .mbr-section-btn {
  color: #02963e;
}
.cid-uzJj7E4hLv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ebebeb;
}
.cid-uzJj7E4hLv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzJj7E4hLv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzJj7E4hLv .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzJj7E4hLv .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzJj7E4hLv .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzJj7E4hLv .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzJj7E4hLv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uzJj7E4hLv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzJj7E4hLv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzJj7E4hLv .mbr-text,
.cid-uzJj7E4hLv .text-wrapper {
  color: #21431f;
  text-align: center;
}
.cid-uzJj7E4hLv .mbr-section-title,
.cid-uzJj7E4hLv .mbr-section-btn {
  text-align: center;
  color: #02963e;
}
.cid-uJKroshAG3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJKroshAG3 .mbr-media {
  position: relative;
}
.cid-uJKroshAG3 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-uJKroshAG3 img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJKroshAG3 img {
    max-width: 80%;
  }
}
.cid-uJKroshAG3 h1 {
  line-height: 1.5;
}
.cid-uJKroshAG3 .start {
  width: 100px;
  height: 100px;
  background: #02963e;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-uJKroshAG3 .start:hover {
  background: #016429;
}
.cid-uJKroshAG3 .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #02963e;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-uJKroshAG3 a {
  background-image: none !important;
}
.cid-uJKroshAG3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJKroshAG3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJKroshAG3 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJKroshAG3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJKroshAG3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJKroshAG3 .mbr-section-title {
  color: #02963e;
}
.cid-uJKroshAG3 .mbr-text,
.cid-uJKroshAG3 .mbr-section-btn,
.cid-uJKroshAG3 .text-wrapper {
  color: #454545;
}
.cid-uK93LFvHiu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK93LFvHiu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK93LFvHiu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK93LFvHiu .items-wrapper {
  margin: 0 -5px;
}
.cid-uK93LFvHiu .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uK93LFvHiu .item {
    margin-bottom: 16px;
  }
  .cid-uK93LFvHiu .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uK93LFvHiu .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uK93LFvHiu .item .item-wrapper {
  height: 100%;
}
.cid-uK93LFvHiu .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uK93LFvHiu .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uJKsMnvYty {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJKsMnvYty .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKsMnvYty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKsMnvYty .items-wrapper {
  margin: 0 -5px;
}
.cid-uJKsMnvYty .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJKsMnvYty .item {
    margin-bottom: 16px;
  }
  .cid-uJKsMnvYty .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJKsMnvYty .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uJKsMnvYty .item .item-wrapper {
  height: 100%;
}
.cid-uJKsMnvYty .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uJKsMnvYty .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uJKOamC2XZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJKOamC2XZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKOamC2XZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKOamC2XZ .items-wrapper {
  margin: 0 -5px;
}
.cid-uJKOamC2XZ .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJKOamC2XZ .item {
    margin-bottom: 16px;
  }
  .cid-uJKOamC2XZ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJKOamC2XZ .item .item-wrapper {
  height: 100%;
}
.cid-uJKOamC2XZ .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #bbbbbb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uJKOamC2XZ .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-uJKOamC2XZ .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: 0.3;
  background-color: #bbbbbb;
  pointer-events: none;
  border-radius: 0 !important;
}
.cid-uJKOamC2XZ .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uJKOamC2XZ .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uJKOamC2XZ .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-uJKOamC2XZ .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uJKOamC2XZ .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-uJKOamC2XZ .card-title {
  color: #02963e;
}
.cid-uJKOamC2XZ .card-text {
  color: #454545;
}
.cid-uK7SrkwLVv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uK7SrkwLVv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK7SrkwLVv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK7SrkwLVv .items-wrapper {
  margin: 0 -5px;
}
.cid-uK7SrkwLVv .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uK7SrkwLVv .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uK7SrkwLVv .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uK7SrkwLVv .item {
    margin-bottom: 16px;
  }
  .cid-uK7SrkwLVv .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uK7SrkwLVv .item:hover .item-wrapper .item-img img,
.cid-uK7SrkwLVv .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uK7SrkwLVv .item .item-wrapper {
  height: 100%;
  border: 5px solid #003366;
  background-color: #003366;
}
.cid-uK7SrkwLVv .item .item-wrapper .item-content {
  padding: 32px 32px 0;
}
@media (max-width: 992px) {
  .cid-uK7SrkwLVv .item .item-wrapper .item-content {
    padding: 24px 24px 0;
  }
}
.cid-uK7SrkwLVv .item .item-wrapper .item-content .card-title {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uK7SrkwLVv .item .item-wrapper .item-content .card-title {
    margin-bottom: 40px;
  }
}
.cid-uK7SrkwLVv .item .item-wrapper .item-content .number-wrapper {
  margin-bottom: -2.5rem;
}
.cid-uK7SrkwLVv .item .item-wrapper .item-content .number-wrapper .card-number {
  width: 100px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #003366;
  position: relative;
  z-index: 1;
}
.cid-uK7SrkwLVv .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 26px;
  border-radius: 0 !important;
}
.cid-uK7SrkwLVv .item .item-wrapper .item-img img {
  height: 290px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uK7SrkwLVv .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uK7SrkwLVv .card-title {
  color: #f24d4a;
  text-align: center;
}
.cid-uK7SrkwLVv .card-number,
.cid-uK7SrkwLVv .number-wrapper {
  color: #21431F;
  text-align: center;
}
.cid-uK7SrkwLVv .card-title,
.cid-uK7SrkwLVv .card-number {
  color: #ffffff;
}
.cid-uJKRT8Rdqk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJKRT8Rdqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKRT8Rdqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKRT8Rdqk .items-wrapper {
  margin: 0 -5px;
}
.cid-uJKRT8Rdqk .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uJKRT8Rdqk .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-uJKRT8Rdqk .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-uJKRT8Rdqk .image-wrapper {
  height: 100%;
}
.cid-uJKRT8Rdqk .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJKRT8Rdqk .image-wrapper img {
    height: 350px;
  }
}
.cid-uJKRT8Rdqk .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #003366;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJKRT8Rdqk .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-uJKRT8Rdqk .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJKRT8Rdqk .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJKRT8Rdqk .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJKRT8Rdqk .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uJKRT8Rdqk .mbr-section-title {
  color: #ffffff;
}
.cid-uJKRT8Rdqk .mbr-text {
  color: #FFFFFF;
}
.cid-uJKRT8Rdqk .mbr-section-title,
.cid-uJKRT8Rdqk .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uJKPOzqAE6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJKPOzqAE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKPOzqAE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKPOzqAE6 .items-wrapper {
  margin: 0 -5px;
}
.cid-uJKPOzqAE6 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJKPOzqAE6 .item {
    margin-bottom: 16px;
  }
  .cid-uJKPOzqAE6 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJKPOzqAE6 .item .item-wrapper {
  height: 100%;
}
.cid-uJKPOzqAE6 .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #bbbbbb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uJKPOzqAE6 .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-uJKPOzqAE6 .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: 0.3;
  background-color: #bbbbbb;
  pointer-events: none;
  border-radius: 0 !important;
}
.cid-uJKPOzqAE6 .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uJKPOzqAE6 .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uJKPOzqAE6 .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-uJKPOzqAE6 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uJKPOzqAE6 .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-uJKPOzqAE6 .card-title {
  color: #02963e;
}
.cid-uJKPOzqAE6 .card-text {
  color: #454545;
}
.cid-uJKT0FGSuc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJKT0FGSuc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKT0FGSuc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKT0FGSuc .items-wrapper {
  margin: 0 -5px;
}
.cid-uJKT0FGSuc .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJKT0FGSuc .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJKT0FGSuc .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJKT0FGSuc .item {
    margin-bottom: 16px;
  }
}
.cid-uJKT0FGSuc .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJKT0FGSuc .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJKT0FGSuc .item .item-wrapper {
  height: 100%;
  border: 5px solid #003366;
  background-color: #003366;
}
.cid-uJKT0FGSuc .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJKT0FGSuc .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJKT0FGSuc .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJKT0FGSuc .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJKT0FGSuc .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJKT0FGSuc .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJKT0FGSuc .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJKT0FGSuc .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJKT0FGSuc .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJKT0FGSuc .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJKT0FGSuc .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJKT0FGSuc .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uJKT0FGSuc .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJKT0FGSuc .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJKT0FGSuc .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGlNnFvb6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGlNnFvb6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGlNnFvb6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGlNnFvb6 .items-wrapper {
  margin: 0 -5px;
}
.cid-uJGlNnFvb6 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJGlNnFvb6 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJGlNnFvb6 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJGlNnFvb6 .item {
    margin-bottom: 16px;
  }
}
.cid-uJGlNnFvb6 .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJGlNnFvb6 .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJGlNnFvb6 .item .item-wrapper {
  height: 100%;
  border: 5px solid #21431f;
  background-color: #21431f;
}
.cid-uJGlNnFvb6 .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJGlNnFvb6 .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJGlNnFvb6 .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJGlNnFvb6 .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJGlNnFvb6 .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGlNnFvb6 .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJGlNnFvb6 .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJGlNnFvb6 .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJGlNnFvb6 .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJGlNnFvb6 .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJGlNnFvb6 .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJGlNnFvb6 .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uJGlNnFvb6 .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGlNnFvb6 .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGlNnFvb6 .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzJj7SbdhF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uzJjbtndAe {
  background-color: transparent;
}
.cid-uzJjbtndAe .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uzJjbtndAe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uzJjbtndAe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzJjbtndAe .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzJjbtndAe .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzJjbtndAe .menu_box .navbar.opened,
  .cid-uzJjbtndAe .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzJjbtndAe .navbar-dropdown {
  position: relative !important;
}
.cid-uzJjbtndAe .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uzJjbtndAe .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uzJjbtndAe .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzJjbtndAe .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uzJjbtndAe .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzJjbtndAe .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uzJjbtndAe .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uzJjbtndAe .nav-item {
    margin: 0 !important;
  }
}
.cid-uzJjbtndAe .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uzJjbtndAe .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uzJjbtndAe .nav-item .nav-link:hover,
.cid-uzJjbtndAe .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uzJjbtndAe .nav-item .nav-link:hover::before,
.cid-uzJjbtndAe .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uzJjbtndAe .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzJjbtndAe .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzJjbtndAe .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzJjbtndAe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzJjbtndAe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzJjbtndAe .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzJjbtndAe .offcanvas_box {
    display: none;
  }
}
.cid-uzJjbtndAe .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzJjbtndAe .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzJjbtndAe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzJjbtndAe .container {
  display: flex;
  margin: auto;
}
.cid-uzJjbtndAe .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzJjbtndAe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzJjbtndAe .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uzJjbtndAe .navbar-nav {
    margin: 0;
  }
}
.cid-uzJjbtndAe .dropdown-menu,
.cid-uzJjbtndAe .navbar.opened {
  background-color: true !important;
}
.cid-uzJjbtndAe .nav-item:focus,
.cid-uzJjbtndAe .nav-link:focus {
  outline: none;
}
.cid-uzJjbtndAe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzJjbtndAe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzJjbtndAe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzJjbtndAe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzJjbtndAe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzJjbtndAe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzJjbtndAe .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzJjbtndAe .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzJjbtndAe .navbar.opened {
  transition: all 0.3s;
}
.cid-uzJjbtndAe .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzJjbtndAe .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uzJjbtndAe .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzJjbtndAe .navbar.collapsed {
  justify-content: center;
}
.cid-uzJjbtndAe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzJjbtndAe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzJjbtndAe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzJjbtndAe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzJjbtndAe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzJjbtndAe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzJjbtndAe .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzJjbtndAe .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uzJjbtndAe .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzJjbtndAe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzJjbtndAe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzJjbtndAe .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzJjbtndAe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzJjbtndAe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzJjbtndAe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzJjbtndAe .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzJjbtndAe .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzJjbtndAe .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzJjbtndAe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzJjbtndAe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzJjbtndAe .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzJjbtndAe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzJjbtndAe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzJjbtndAe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzJjbtndAe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzJjbtndAe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzJjbtndAe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzJjbtndAe .dropdown-item.active,
.cid-uzJjbtndAe .dropdown-item:active {
  background-color: transparent;
}
.cid-uzJjbtndAe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uzJjbtndAe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzJjbtndAe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzJjbtndAe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzJjbtndAe ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzJjbtndAe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzJjbtndAe button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uzJjbtndAe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uzJjbtndAe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzJjbtndAe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzJjbtndAe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzJjbtndAe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzJjbtndAe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzJjbtndAe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzJjbtndAe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzJjbtndAe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzJjbtndAe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzJjbtndAe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzJjbtndAe .navbar {
    height: 70px;
  }
  .cid-uzJjbtndAe .navbar.opened {
    height: auto;
  }
  .cid-uzJjbtndAe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzJjbtndAe .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uzJjbtndAe .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uzJjbtndAe .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzJjbtndAe .text_widget {
  margin-bottom: 32px;
}
.cid-uzJjbtndAe .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzJjbtndAe .text_widget a:hover,
.cid-uzJjbtndAe .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uzJjbtndAe .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uzJjbtndAe .navbar-caption {
  color: #000000;
}
.cid-uzJjbtndAe .mbr-section-subtitle,
.cid-uzJjbtndAe .text_widget,
.cid-uzJjbtndAe .mbr-section-btn {
  text-align: center;
}
.cid-uzJjbtndAe a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzJjbtndAe .nav-link,
.cid-uzJjbtndAe .dropdown-item {
  color: #FFFFFF;
}
.cid-uzJjbuUPKD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzJjbuUPKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzJjbuUPKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzJjbuUPKD .content-wrap {
  justify-content: center;
}
.cid-uzJjbuUPKD .card {
  justify-content: center;
}
.cid-uzJjbuUPKD .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzJjbuUPKD .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uzJjbuUPKD .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzJjbuUPKD .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzJjbuUPKD .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uzJjbuUPKD .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uzJjbuUPKD .nav-wrapper .list .item-wrap:hover,
.cid-uzJjbuUPKD .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uzJjbuUPKD .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uzJjbuUPKD .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uzJjbuUPKD .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzJjbuUPKD .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uzJjbuUPKD .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzJjbuUPKD .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uzJjbuUPKD .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzJjbuUPKD .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uzJjbuUPKD .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzJjbuUPKD .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uzJjbuUPKD .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uzJjbuUPKD .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uzJjbuUPKD .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzJjbuUPKD .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uzJjbuUPKD .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uzJjbuUPKD .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uzJjbuUPKD .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uzJjbuUPKD .mbr-section-title {
  color: #f24d4a;
}
.cid-uzJjbuUPKD .list,
.cid-uzJjbuUPKD .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uzJjbuUPKD .mbr-phone {
  color: #f24d4a;
}
.cid-uzJjbuUPKD .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uzJjbwsipe {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzJjbwsipe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzJjbwsipe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzJjbwsipe .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzJjbwsipe .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzJjbwsipe .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uzJjbwsipe .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uzJjbwsipe .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uzJjbwsipe .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uzJjbwsipe .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uzJjbwsipe .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uzJjbwsipe .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uzJjbwsipe .mbr-figure {
    width: 100%;
  }
}
.cid-uzJjbwsipe .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uzJjbwsipe .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uzJjbwsipe .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzJjbwsipe .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uzJjbwsipe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzJjbwsipe .mbr-section-title,
.cid-uzJjbwsipe .mbr-section-btn {
  color: #02963e;
}
.cid-uJLlgfr5t9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uJLlgfr5t9 .row {
  flex-direction: row-reverse;
}
.cid-uJLlgfr5t9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLlgfr5t9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLlgfr5t9 .mbr-description {
  text-align: left;
}
.cid-uJLlgfr5t9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uJLlgfr5t9 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJLlgfr5t9 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uJLlgfr5t9 .card-title,
.cid-uJLlgfr5t9 .iconfont-wrapper {
  color: #000000;
}
.cid-uJLlgfr5t9 .card-text {
  color: #000000;
}
.cid-uJLlgfr5t9 .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uJLlgfr5t9 .mbr-text,
.cid-uJLlgfr5t9 .mbr-section-btn {
  text-align: center;
}
.cid-uJLlgfr5t9 .card-text,
.cid-uJLlgfr5t9 .item .mbr-section-btn {
  text-align: left;
}
.cid-uJLlgfr5t9 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uJLlgfr5t9 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uJLlgfr5t9 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uJLlgfr5t9 .mbr-text UL {
  text-align: left;
}
.cid-uJLlRv9fFD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uJLlRv9fFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLlRv9fFD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLlRv9fFD .mbr-description {
  text-align: left;
}
.cid-uJLlRv9fFD .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uJLlRv9fFD .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJLlRv9fFD .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uJLlRv9fFD .card-title,
.cid-uJLlRv9fFD .iconfont-wrapper {
  color: #000000;
}
.cid-uJLlRv9fFD .card-text {
  color: #000000;
}
.cid-uJLlRv9fFD .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uJLlRv9fFD .mbr-text,
.cid-uJLlRv9fFD .mbr-section-btn {
  text-align: center;
}
.cid-uJLlRv9fFD .card-text,
.cid-uJLlRv9fFD .item .mbr-section-btn {
  text-align: left;
}
.cid-uJLlRv9fFD .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uJLlRv9fFD .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uJLlRv9fFD .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uJLlRv9fFD .mbr-text UL {
  text-align: left;
}
.cid-uJLmDuC3F8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJLmDuC3F8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLmDuC3F8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLmDuC3F8 .items-wrapper {
  margin: 0 -5px;
}
.cid-uJLmDuC3F8 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJLmDuC3F8 .item {
    margin-bottom: 16px;
  }
  .cid-uJLmDuC3F8 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJLmDuC3F8 .item .item-wrapper {
  height: 100%;
}
.cid-uJLmDuC3F8 .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #00213d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uJLmDuC3F8 .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-uJLmDuC3F8 .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: .3;
  background-color: #00213d;
  pointer-events: none;
  border-radius: 0 !important;
}
.cid-uJLmDuC3F8 .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uJLmDuC3F8 .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uJLmDuC3F8 .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-uJLmDuC3F8 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uJLmDuC3F8 .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-uJLmDuC3F8 .card-title {
  color: #ffffff;
}
.cid-uJLmDuC3F8 .card-text {
  color: #00213d;
}
.cid-uJLp6VBQY0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJLp6VBQY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLp6VBQY0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLp6VBQY0 .items-wrapper {
  margin: 0 -5px;
}
.cid-uJLp6VBQY0 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJLp6VBQY0 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJLp6VBQY0 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJLp6VBQY0 .item {
    margin-bottom: 16px;
  }
}
.cid-uJLp6VBQY0 .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJLp6VBQY0 .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJLp6VBQY0 .item .item-wrapper {
  height: 100%;
  border: 5px solid #003366;
  background-color: #003366;
}
.cid-uJLp6VBQY0 .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJLp6VBQY0 .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJLp6VBQY0 .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJLp6VBQY0 .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJLp6VBQY0 .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJLp6VBQY0 .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJLp6VBQY0 .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJLp6VBQY0 .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJLp6VBQY0 .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJLp6VBQY0 .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJLp6VBQY0 .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJLp6VBQY0 .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uJLp6VBQY0 .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJLp6VBQY0 .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJLp6VBQY0 .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzJjbIRRBC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uzJjbIRRBC .row {
  flex-direction: row-reverse;
}
.cid-uzJjbIRRBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzJjbIRRBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzJjbIRRBC .mbr-description {
  text-align: left;
}
.cid-uzJjbIRRBC .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uzJjbIRRBC .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uzJjbIRRBC .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uzJjbIRRBC .card-title,
.cid-uzJjbIRRBC .iconfont-wrapper {
  color: #000000;
}
.cid-uzJjbIRRBC .card-text {
  color: #000000;
}
.cid-uzJjbIRRBC .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uzJjbIRRBC .mbr-text,
.cid-uzJjbIRRBC .mbr-section-btn {
  text-align: center;
}
.cid-uzJjbIRRBC .card-text,
.cid-uzJjbIRRBC .item .mbr-section-btn {
  text-align: left;
}
.cid-uzJjbIRRBC .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uzJjbIRRBC .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uzJjbIRRBC .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uzJjbIRRBC .mbr-text UL {
  text-align: left;
}
.cid-uJGmoBfmLK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGmoBfmLK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGmoBfmLK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGmoBfmLK .items-wrapper {
  margin: 0 -5px;
}
.cid-uJGmoBfmLK .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJGmoBfmLK .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJGmoBfmLK .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJGmoBfmLK .item {
    margin-bottom: 16px;
  }
}
.cid-uJGmoBfmLK .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJGmoBfmLK .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJGmoBfmLK .item .item-wrapper {
  height: 100%;
  border: 5px solid #21431f;
  background-color: #21431f;
}
.cid-uJGmoBfmLK .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJGmoBfmLK .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJGmoBfmLK .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJGmoBfmLK .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJGmoBfmLK .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGmoBfmLK .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJGmoBfmLK .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJGmoBfmLK .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJGmoBfmLK .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJGmoBfmLK .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJGmoBfmLK .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJGmoBfmLK .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uJGmoBfmLK .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGmoBfmLK .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGmoBfmLK .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzJjbMFPWV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uzJjfcoapy {
  background-color: transparent;
}
.cid-uzJjfcoapy .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uzJjfcoapy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uzJjfcoapy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzJjfcoapy .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzJjfcoapy .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzJjfcoapy .menu_box .navbar.opened,
  .cid-uzJjfcoapy .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzJjfcoapy .navbar-dropdown {
  position: relative !important;
}
.cid-uzJjfcoapy .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uzJjfcoapy .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uzJjfcoapy .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzJjfcoapy .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uzJjfcoapy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzJjfcoapy .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uzJjfcoapy .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uzJjfcoapy .nav-item {
    margin: 0 !important;
  }
}
.cid-uzJjfcoapy .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uzJjfcoapy .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uzJjfcoapy .nav-item .nav-link:hover,
.cid-uzJjfcoapy .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uzJjfcoapy .nav-item .nav-link:hover::before,
.cid-uzJjfcoapy .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uzJjfcoapy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzJjfcoapy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzJjfcoapy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzJjfcoapy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzJjfcoapy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzJjfcoapy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzJjfcoapy .offcanvas_box {
    display: none;
  }
}
.cid-uzJjfcoapy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzJjfcoapy .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzJjfcoapy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzJjfcoapy .container {
  display: flex;
  margin: auto;
}
.cid-uzJjfcoapy .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzJjfcoapy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzJjfcoapy .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uzJjfcoapy .navbar-nav {
    margin: 0;
  }
}
.cid-uzJjfcoapy .dropdown-menu,
.cid-uzJjfcoapy .navbar.opened {
  background-color: true !important;
}
.cid-uzJjfcoapy .nav-item:focus,
.cid-uzJjfcoapy .nav-link:focus {
  outline: none;
}
.cid-uzJjfcoapy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzJjfcoapy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzJjfcoapy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzJjfcoapy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzJjfcoapy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzJjfcoapy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzJjfcoapy .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzJjfcoapy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzJjfcoapy .navbar.opened {
  transition: all 0.3s;
}
.cid-uzJjfcoapy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzJjfcoapy .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uzJjfcoapy .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzJjfcoapy .navbar.collapsed {
  justify-content: center;
}
.cid-uzJjfcoapy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzJjfcoapy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzJjfcoapy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzJjfcoapy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzJjfcoapy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzJjfcoapy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzJjfcoapy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzJjfcoapy .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uzJjfcoapy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzJjfcoapy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzJjfcoapy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzJjfcoapy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzJjfcoapy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzJjfcoapy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzJjfcoapy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzJjfcoapy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzJjfcoapy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzJjfcoapy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzJjfcoapy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzJjfcoapy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzJjfcoapy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzJjfcoapy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzJjfcoapy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzJjfcoapy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzJjfcoapy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzJjfcoapy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzJjfcoapy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzJjfcoapy .dropdown-item.active,
.cid-uzJjfcoapy .dropdown-item:active {
  background-color: transparent;
}
.cid-uzJjfcoapy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uzJjfcoapy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzJjfcoapy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzJjfcoapy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzJjfcoapy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzJjfcoapy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzJjfcoapy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uzJjfcoapy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uzJjfcoapy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzJjfcoapy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzJjfcoapy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzJjfcoapy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzJjfcoapy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzJjfcoapy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzJjfcoapy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzJjfcoapy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzJjfcoapy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzJjfcoapy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzJjfcoapy .navbar {
    height: 70px;
  }
  .cid-uzJjfcoapy .navbar.opened {
    height: auto;
  }
  .cid-uzJjfcoapy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzJjfcoapy .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uzJjfcoapy .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uzJjfcoapy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzJjfcoapy .text_widget {
  margin-bottom: 32px;
}
.cid-uzJjfcoapy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzJjfcoapy .text_widget a:hover,
.cid-uzJjfcoapy .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uzJjfcoapy .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uzJjfcoapy .navbar-caption {
  color: #000000;
}
.cid-uzJjfcoapy .mbr-section-subtitle,
.cid-uzJjfcoapy .text_widget,
.cid-uzJjfcoapy .mbr-section-btn {
  text-align: center;
}
.cid-uzJjfcoapy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzJjfcoapy .nav-link,
.cid-uzJjfcoapy .dropdown-item {
  color: #FFFFFF;
}
.cid-uzJjfdQ5oR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzJjfdQ5oR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzJjfdQ5oR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzJjfdQ5oR .content-wrap {
  justify-content: center;
}
.cid-uzJjfdQ5oR .card {
  justify-content: center;
}
.cid-uzJjfdQ5oR .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzJjfdQ5oR .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uzJjfdQ5oR .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzJjfdQ5oR .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzJjfdQ5oR .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uzJjfdQ5oR .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uzJjfdQ5oR .nav-wrapper .list .item-wrap:hover,
.cid-uzJjfdQ5oR .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uzJjfdQ5oR .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uzJjfdQ5oR .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uzJjfdQ5oR .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzJjfdQ5oR .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uzJjfdQ5oR .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzJjfdQ5oR .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uzJjfdQ5oR .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzJjfdQ5oR .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uzJjfdQ5oR .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzJjfdQ5oR .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uzJjfdQ5oR .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uzJjfdQ5oR .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uzJjfdQ5oR .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzJjfdQ5oR .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uzJjfdQ5oR .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uzJjfdQ5oR .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uzJjfdQ5oR .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uzJjfdQ5oR .mbr-section-title {
  color: #f24d4a;
}
.cid-uzJjfdQ5oR .list,
.cid-uzJjfdQ5oR .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uzJjfdQ5oR .mbr-phone {
  color: #f24d4a;
}
.cid-uzJjfdQ5oR .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uzJjffkPj5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzJjffkPj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzJjffkPj5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzJjffkPj5 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzJjffkPj5 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzJjffkPj5 .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uzJjffkPj5 .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uzJjffkPj5 .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uzJjffkPj5 .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uzJjffkPj5 .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uzJjffkPj5 .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uzJjffkPj5 .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uzJjffkPj5 .mbr-figure {
    width: 100%;
  }
}
.cid-uzJjffkPj5 .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uzJjffkPj5 .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uzJjffkPj5 .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzJjffkPj5 .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uzJjffkPj5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzJjffkPj5 .mbr-section-title,
.cid-uzJjffkPj5 .mbr-section-btn {
  color: #02963e;
}
.cid-uJLqlwXgSP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uJLqlwXgSP .row {
  flex-direction: row-reverse;
}
.cid-uJLqlwXgSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLqlwXgSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLqlwXgSP .mbr-description {
  text-align: left;
}
.cid-uJLqlwXgSP .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uJLqlwXgSP .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJLqlwXgSP .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uJLqlwXgSP .card-title,
.cid-uJLqlwXgSP .iconfont-wrapper {
  color: #000000;
}
.cid-uJLqlwXgSP .card-text {
  color: #000000;
}
.cid-uJLqlwXgSP .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uJLqlwXgSP .mbr-text,
.cid-uJLqlwXgSP .mbr-section-btn {
  text-align: center;
}
.cid-uJLqlwXgSP .card-text,
.cid-uJLqlwXgSP .item .mbr-section-btn {
  text-align: left;
}
.cid-uJLqlwXgSP .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uJLqlwXgSP .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uJLqlwXgSP .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uJLqlwXgSP .mbr-text UL {
  text-align: left;
}
.cid-uJLrVZkd0g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uJLrVZkd0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLrVZkd0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLrVZkd0g .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJLrVZkd0g .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJLrVZkd0g .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJLrVZkd0g .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJLrVZkd0g .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uJLrVZkd0g .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJLrVZkd0g .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJLrVZkd0g .mbr-text,
.cid-uJLrVZkd0g .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJLrVZkd0g .mbr-section-title,
.cid-uJLrVZkd0g .mbr-section-btn {
  text-align: center;
  color: #02963e;
}
.cid-uJMAvJPplN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMAvJPplN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-uJMAvJPplN .image-wrap {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uJMAvJPplN .image-wrap {
    height: 350px;
  }
}
.cid-uJLqOOnOF2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJLqOOnOF2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLqOOnOF2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLqOOnOF2 .items-wrapper {
  margin: 0 -5px;
}
.cid-uJLqOOnOF2 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJLqOOnOF2 .item {
    margin-bottom: 16px;
  }
  .cid-uJLqOOnOF2 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJLqOOnOF2 .item .item-wrapper {
  height: 100%;
}
.cid-uJLqOOnOF2 .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #00213d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uJLqOOnOF2 .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-uJLqOOnOF2 .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: .3;
  background-color: #00213d;
  pointer-events: none;
  border-radius: 0 !important;
}
.cid-uJLqOOnOF2 .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uJLqOOnOF2 .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uJLqOOnOF2 .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-uJLqOOnOF2 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uJLqOOnOF2 .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-uJLqOOnOF2 .card-title {
  color: #ffffff;
}
.cid-uJLqOOnOF2 .card-text {
  color: #ae1e2c;
}
.cid-uJLsXfvhVu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJLsXfvhVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLsXfvhVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLsXfvhVu .items-wrapper {
  margin: 0 -5px;
}
.cid-uJLsXfvhVu .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJLsXfvhVu .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJLsXfvhVu .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJLsXfvhVu .item {
    margin-bottom: 16px;
  }
}
.cid-uJLsXfvhVu .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJLsXfvhVu .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJLsXfvhVu .item .item-wrapper {
  height: 100%;
  border: 5px solid #003366;
  background-color: #003366;
}
.cid-uJLsXfvhVu .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJLsXfvhVu .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJLsXfvhVu .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJLsXfvhVu .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJLsXfvhVu .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJLsXfvhVu .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJLsXfvhVu .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJLsXfvhVu .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJLsXfvhVu .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJLsXfvhVu .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJLsXfvhVu .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJLsXfvhVu .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uJLsXfvhVu .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJLsXfvhVu .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJLsXfvhVu .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJMyw8tg5I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJMyw8tg5I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMyw8tg5I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMyw8tg5I .items-wrapper {
  margin: 0 -5px;
}
.cid-uJMyw8tg5I .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJMyw8tg5I .item {
    margin-bottom: 16px;
  }
  .cid-uJMyw8tg5I .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJMyw8tg5I .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uJMyw8tg5I .item .item-wrapper {
  height: 100%;
}
.cid-uJMyw8tg5I .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uJMyw8tg5I .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uJMAxCwvG3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMAxCwvG3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-uzJMhB3q98 {
  background-color: #f7f7f7;
}
.cid-uzJMhB3q98 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzJMhB3q98 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzJMhB3q98 .items-wrapper {
  margin: 0 -5px;
}
.cid-uzJMhB3q98 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzJMhB3q98 .item {
    margin-bottom: 16px;
  }
  .cid-uzJMhB3q98 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uzJMhB3q98 .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uzJMhB3q98 .item .item-wrapper {
  height: 100%;
}
.cid-uzJMhB3q98 .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uzJMhB3q98 .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uJLtUJ6vgr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJLtUJ6vgr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLtUJ6vgr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLtUJ6vgr .items-wrapper {
  margin: 0 -5px;
}
.cid-uJLtUJ6vgr .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJLtUJ6vgr .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJLtUJ6vgr .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJLtUJ6vgr .item {
    margin-bottom: 16px;
  }
}
.cid-uJLtUJ6vgr .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJLtUJ6vgr .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJLtUJ6vgr .item .item-wrapper {
  height: 100%;
  border: 5px solid #003366;
  background-color: #003366;
}
.cid-uJLtUJ6vgr .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJLtUJ6vgr .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJLtUJ6vgr .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJLtUJ6vgr .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJLtUJ6vgr .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJLtUJ6vgr .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJLtUJ6vgr .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJLtUJ6vgr .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJLtUJ6vgr .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJLtUJ6vgr .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJLtUJ6vgr .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJLtUJ6vgr .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uJLtUJ6vgr .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJLtUJ6vgr .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJLtUJ6vgr .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzJT2CzVQO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzJT2CzVQO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzJT2CzVQO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzJT2CzVQO .items-wrapper {
  margin: 0 -5px;
}
.cid-uzJT2CzVQO .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzJT2CzVQO .item {
    margin-bottom: 16px;
  }
  .cid-uzJT2CzVQO .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uzJT2CzVQO .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uzJT2CzVQO .item .item-wrapper {
  height: 100%;
}
.cid-uzJT2CzVQO .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uzJT2CzVQO .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uzJjfqU7rH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uzJjfqU7rH .row {
  flex-direction: row-reverse;
}
.cid-uzJjfqU7rH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzJjfqU7rH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzJjfqU7rH .mbr-description {
  text-align: left;
}
.cid-uzJjfqU7rH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uzJjfqU7rH .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uzJjfqU7rH .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uzJjfqU7rH .card-title,
.cid-uzJjfqU7rH .iconfont-wrapper {
  color: #000000;
}
.cid-uzJjfqU7rH .card-text {
  color: #000000;
}
.cid-uzJjfqU7rH .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uzJjfqU7rH .mbr-text,
.cid-uzJjfqU7rH .mbr-section-btn {
  text-align: center;
}
.cid-uzJjfqU7rH .card-text,
.cid-uzJjfqU7rH .item .mbr-section-btn {
  text-align: left;
}
.cid-uzJjfqU7rH .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uzJjfqU7rH .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uzJjfqU7rH .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uzJjfqU7rH .mbr-text UL {
  text-align: left;
}
.cid-uJGmBdJYf1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGmBdJYf1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGmBdJYf1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGmBdJYf1 .items-wrapper {
  margin: 0 -5px;
}
.cid-uJGmBdJYf1 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJGmBdJYf1 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJGmBdJYf1 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJGmBdJYf1 .item {
    margin-bottom: 16px;
  }
}
.cid-uJGmBdJYf1 .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJGmBdJYf1 .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJGmBdJYf1 .item .item-wrapper {
  height: 100%;
  border: 5px solid #21431f;
  background-color: #21431f;
}
.cid-uJGmBdJYf1 .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJGmBdJYf1 .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJGmBdJYf1 .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJGmBdJYf1 .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJGmBdJYf1 .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGmBdJYf1 .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJGmBdJYf1 .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJGmBdJYf1 .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJGmBdJYf1 .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJGmBdJYf1 .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJGmBdJYf1 .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJGmBdJYf1 .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uJGmBdJYf1 .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGmBdJYf1 .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGmBdJYf1 .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzJjfurZlw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uzkxLehN9k {
  background-color: transparent;
}
.cid-uzkxLehN9k .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uzkxLehN9k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uzkxLehN9k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzkxLehN9k .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzkxLehN9k .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzkxLehN9k .menu_box .navbar.opened,
  .cid-uzkxLehN9k .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzkxLehN9k .navbar-dropdown {
  position: relative !important;
}
.cid-uzkxLehN9k .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uzkxLehN9k .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uzkxLehN9k .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzkxLehN9k .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uzkxLehN9k .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzkxLehN9k .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uzkxLehN9k .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uzkxLehN9k .nav-item {
    margin: 0 !important;
  }
}
.cid-uzkxLehN9k .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uzkxLehN9k .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uzkxLehN9k .nav-item .nav-link:hover,
.cid-uzkxLehN9k .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uzkxLehN9k .nav-item .nav-link:hover::before,
.cid-uzkxLehN9k .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uzkxLehN9k .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzkxLehN9k .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzkxLehN9k .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzkxLehN9k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzkxLehN9k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzkxLehN9k .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzkxLehN9k .offcanvas_box {
    display: none;
  }
}
.cid-uzkxLehN9k .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzkxLehN9k .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzkxLehN9k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzkxLehN9k .container {
  display: flex;
  margin: auto;
}
.cid-uzkxLehN9k .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzkxLehN9k .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzkxLehN9k .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uzkxLehN9k .navbar-nav {
    margin: 0;
  }
}
.cid-uzkxLehN9k .dropdown-menu,
.cid-uzkxLehN9k .navbar.opened {
  background-color: true !important;
}
.cid-uzkxLehN9k .nav-item:focus,
.cid-uzkxLehN9k .nav-link:focus {
  outline: none;
}
.cid-uzkxLehN9k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzkxLehN9k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzkxLehN9k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzkxLehN9k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzkxLehN9k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzkxLehN9k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzkxLehN9k .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzkxLehN9k .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzkxLehN9k .navbar.opened {
  transition: all 0.3s;
}
.cid-uzkxLehN9k .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzkxLehN9k .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uzkxLehN9k .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzkxLehN9k .navbar.collapsed {
  justify-content: center;
}
.cid-uzkxLehN9k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzkxLehN9k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzkxLehN9k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzkxLehN9k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzkxLehN9k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzkxLehN9k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzkxLehN9k .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzkxLehN9k .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uzkxLehN9k .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzkxLehN9k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzkxLehN9k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzkxLehN9k .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzkxLehN9k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzkxLehN9k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzkxLehN9k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzkxLehN9k .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzkxLehN9k .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzkxLehN9k .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzkxLehN9k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzkxLehN9k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzkxLehN9k .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzkxLehN9k .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzkxLehN9k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzkxLehN9k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzkxLehN9k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzkxLehN9k .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzkxLehN9k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzkxLehN9k .dropdown-item.active,
.cid-uzkxLehN9k .dropdown-item:active {
  background-color: transparent;
}
.cid-uzkxLehN9k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uzkxLehN9k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzkxLehN9k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzkxLehN9k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzkxLehN9k ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzkxLehN9k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzkxLehN9k button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uzkxLehN9k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uzkxLehN9k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzkxLehN9k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzkxLehN9k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzkxLehN9k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzkxLehN9k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzkxLehN9k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzkxLehN9k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzkxLehN9k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzkxLehN9k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzkxLehN9k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzkxLehN9k .navbar {
    height: 70px;
  }
  .cid-uzkxLehN9k .navbar.opened {
    height: auto;
  }
  .cid-uzkxLehN9k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzkxLehN9k .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uzkxLehN9k .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uzkxLehN9k .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzkxLehN9k .text_widget {
  margin-bottom: 32px;
}
.cid-uzkxLehN9k .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzkxLehN9k .text_widget a:hover,
.cid-uzkxLehN9k .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uzkxLehN9k .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uzkxLehN9k .navbar-caption {
  color: #000000;
}
.cid-uzkxLehN9k .mbr-section-subtitle,
.cid-uzkxLehN9k .text_widget,
.cid-uzkxLehN9k .mbr-section-btn {
  text-align: center;
}
.cid-uzkxLehN9k a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzkxLehN9k .nav-link,
.cid-uzkxLehN9k .dropdown-item {
  color: #FFFFFF;
}
.cid-uzkxLeyF5V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkxLeyF5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkxLeyF5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkxLeyF5V .content-wrap {
  justify-content: center;
}
.cid-uzkxLeyF5V .card {
  justify-content: center;
}
.cid-uzkxLeyF5V .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzkxLeyF5V .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uzkxLeyF5V .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzkxLeyF5V .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzkxLeyF5V .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uzkxLeyF5V .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uzkxLeyF5V .nav-wrapper .list .item-wrap:hover,
.cid-uzkxLeyF5V .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uzkxLeyF5V .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uzkxLeyF5V .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uzkxLeyF5V .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzkxLeyF5V .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uzkxLeyF5V .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzkxLeyF5V .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uzkxLeyF5V .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzkxLeyF5V .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uzkxLeyF5V .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzkxLeyF5V .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uzkxLeyF5V .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uzkxLeyF5V .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uzkxLeyF5V .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzkxLeyF5V .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uzkxLeyF5V .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uzkxLeyF5V .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uzkxLeyF5V .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uzkxLeyF5V .mbr-section-title {
  color: #f24d4a;
}
.cid-uzkxLeyF5V .list,
.cid-uzkxLeyF5V .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uzkxLeyF5V .mbr-phone {
  color: #f24d4a;
}
.cid-uzkxLeyF5V .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uzINHllt9W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uNMdLpBkrE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uNMdLpBkrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNMdLpBkrE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNMdLpBkrE .items-wrapper {
  margin: 0 -5px;
}
.cid-uNMdLpBkrE .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uNMdLpBkrE .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-uNMdLpBkrE .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-uNMdLpBkrE .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #003366;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uNMdLpBkrE .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-uNMdLpBkrE .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNMdLpBkrE .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uNMdLpBkrE .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-uNMdLpBkrE .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-uNMdLpBkrE .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uNMdLpBkrE .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uNMdLpBkrE .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNMdLpBkrE .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 6px;
  }
}
.cid-uNMdLpBkrE .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  padding: 8px 20px;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uNMdLpBkrE .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNMdLpBkrE .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-uNMdLpBkrE .content-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uNMdLpBkrE .content-wrapper .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uNMdLpBkrE .content-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-uNMdLpBkrE .content-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: 60px !important;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uNMdLpBkrE .content-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uNMdLpBkrE .content-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uNMdLpBkrE .content-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
}
.cid-uNMdLpBkrE .content-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #21431f;
  opacity: 0.7;
}
.cid-uNMdLpBkrE .content-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uNMdLpBkrE .content-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uNMdLpBkrE .content-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uNMdLpBkrE .content-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uNMdLpBkrE .content-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uNMdLpBkrE .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-uNMdLpBkrE .mbr-section-title {
  color: #ffffff;
}
.cid-uNMdLpBkrE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNMdLpBkrE .card-title {
  color: #ffffff;
}
.cid-uNMdLpBkrE .card-box .mbr-section-btn {
  margin-left: 10px;
}
.cid-uNMdLpBkrE .card-box .mbr-section-btn a {
  text-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-uNMdLpBkrE .card-box .mbr-section-btn {
    margin-left: 0;
  }
}
.cid-uzK8pVqJIe {
  background-color: transparent;
}
.cid-uzK8pVqJIe .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uzK8pVqJIe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uzK8pVqJIe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzK8pVqJIe .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzK8pVqJIe .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzK8pVqJIe .menu_box .navbar.opened,
  .cid-uzK8pVqJIe .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzK8pVqJIe .navbar-dropdown {
  position: relative !important;
}
.cid-uzK8pVqJIe .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uzK8pVqJIe .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uzK8pVqJIe .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzK8pVqJIe .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uzK8pVqJIe .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzK8pVqJIe .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uzK8pVqJIe .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uzK8pVqJIe .nav-item {
    margin: 0 !important;
  }
}
.cid-uzK8pVqJIe .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uzK8pVqJIe .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uzK8pVqJIe .nav-item .nav-link:hover,
.cid-uzK8pVqJIe .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uzK8pVqJIe .nav-item .nav-link:hover::before,
.cid-uzK8pVqJIe .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uzK8pVqJIe .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzK8pVqJIe .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzK8pVqJIe .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzK8pVqJIe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzK8pVqJIe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzK8pVqJIe .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzK8pVqJIe .offcanvas_box {
    display: none;
  }
}
.cid-uzK8pVqJIe .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzK8pVqJIe .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzK8pVqJIe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzK8pVqJIe .container {
  display: flex;
  margin: auto;
}
.cid-uzK8pVqJIe .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzK8pVqJIe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzK8pVqJIe .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uzK8pVqJIe .navbar-nav {
    margin: 0;
  }
}
.cid-uzK8pVqJIe .dropdown-menu,
.cid-uzK8pVqJIe .navbar.opened {
  background-color: true !important;
}
.cid-uzK8pVqJIe .nav-item:focus,
.cid-uzK8pVqJIe .nav-link:focus {
  outline: none;
}
.cid-uzK8pVqJIe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzK8pVqJIe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzK8pVqJIe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzK8pVqJIe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzK8pVqJIe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzK8pVqJIe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzK8pVqJIe .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzK8pVqJIe .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzK8pVqJIe .navbar.opened {
  transition: all 0.3s;
}
.cid-uzK8pVqJIe .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzK8pVqJIe .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uzK8pVqJIe .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzK8pVqJIe .navbar.collapsed {
  justify-content: center;
}
.cid-uzK8pVqJIe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzK8pVqJIe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzK8pVqJIe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzK8pVqJIe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzK8pVqJIe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzK8pVqJIe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzK8pVqJIe .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzK8pVqJIe .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uzK8pVqJIe .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzK8pVqJIe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzK8pVqJIe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzK8pVqJIe .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzK8pVqJIe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzK8pVqJIe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzK8pVqJIe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzK8pVqJIe .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzK8pVqJIe .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzK8pVqJIe .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzK8pVqJIe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzK8pVqJIe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzK8pVqJIe .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzK8pVqJIe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzK8pVqJIe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzK8pVqJIe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzK8pVqJIe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzK8pVqJIe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzK8pVqJIe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzK8pVqJIe .dropdown-item.active,
.cid-uzK8pVqJIe .dropdown-item:active {
  background-color: transparent;
}
.cid-uzK8pVqJIe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uzK8pVqJIe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzK8pVqJIe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzK8pVqJIe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzK8pVqJIe ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzK8pVqJIe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzK8pVqJIe button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uzK8pVqJIe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uzK8pVqJIe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzK8pVqJIe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzK8pVqJIe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzK8pVqJIe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzK8pVqJIe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzK8pVqJIe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzK8pVqJIe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzK8pVqJIe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzK8pVqJIe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzK8pVqJIe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzK8pVqJIe .navbar {
    height: 70px;
  }
  .cid-uzK8pVqJIe .navbar.opened {
    height: auto;
  }
  .cid-uzK8pVqJIe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzK8pVqJIe .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uzK8pVqJIe .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uzK8pVqJIe .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzK8pVqJIe .text_widget {
  margin-bottom: 32px;
}
.cid-uzK8pVqJIe .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzK8pVqJIe .text_widget a:hover,
.cid-uzK8pVqJIe .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uzK8pVqJIe .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uzK8pVqJIe .navbar-caption {
  color: #000000;
}
.cid-uzK8pVqJIe .mbr-section-subtitle,
.cid-uzK8pVqJIe .text_widget,
.cid-uzK8pVqJIe .mbr-section-btn {
  text-align: center;
}
.cid-uzK8pVqJIe a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzK8pVqJIe .nav-link,
.cid-uzK8pVqJIe .dropdown-item {
  color: #FFFFFF;
}
.cid-uzK8pWZYXq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzK8pWZYXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzK8pWZYXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzK8pWZYXq .content-wrap {
  justify-content: center;
}
.cid-uzK8pWZYXq .card {
  justify-content: center;
}
.cid-uzK8pWZYXq .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzK8pWZYXq .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uzK8pWZYXq .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzK8pWZYXq .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzK8pWZYXq .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uzK8pWZYXq .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uzK8pWZYXq .nav-wrapper .list .item-wrap:hover,
.cid-uzK8pWZYXq .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uzK8pWZYXq .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uzK8pWZYXq .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uzK8pWZYXq .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzK8pWZYXq .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uzK8pWZYXq .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzK8pWZYXq .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uzK8pWZYXq .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzK8pWZYXq .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uzK8pWZYXq .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzK8pWZYXq .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uzK8pWZYXq .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uzK8pWZYXq .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uzK8pWZYXq .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzK8pWZYXq .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uzK8pWZYXq .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uzK8pWZYXq .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uzK8pWZYXq .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uzK8pWZYXq .mbr-section-title {
  color: #f24d4a;
}
.cid-uzK8pWZYXq .list,
.cid-uzK8pWZYXq .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uzK8pWZYXq .mbr-phone {
  color: #f24d4a;
}
.cid-uzK8pWZYXq .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uzK8pYBKqE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzK8pYBKqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzK8pYBKqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzK8pYBKqE .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzK8pYBKqE .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzK8pYBKqE .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uzK8pYBKqE .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uzK8pYBKqE .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uzK8pYBKqE .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uzK8pYBKqE .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uzK8pYBKqE .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uzK8pYBKqE .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uzK8pYBKqE .mbr-figure {
    width: 100%;
  }
}
.cid-uzK8pYBKqE .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uzK8pYBKqE .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uzK8pYBKqE .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzK8pYBKqE .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uzK8pYBKqE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzK8pYBKqE .mbr-section-title,
.cid-uzK8pYBKqE .mbr-section-btn {
  color: #21431f;
}
.cid-uzK8q00Kxo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzK8q00Kxo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzK8q00Kxo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzK8q00Kxo .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzK8q00Kxo .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzK8q00Kxo .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzK8q00Kxo .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzK8q00Kxo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uzK8q00Kxo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzK8q00Kxo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzK8q00Kxo .mbr-text,
.cid-uzK8q00Kxo .text-wrapper {
  color: #02963e;
  text-align: center;
}
.cid-uzK8q00Kxo .mbr-section-title,
.cid-uzK8q00Kxo .mbr-section-btn {
  text-align: center;
  color: #21431f;
}
.cid-uJGydu7ECi {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGydu7ECi .mbr-media {
  position: relative;
}
.cid-uJGydu7ECi .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-uJGydu7ECi img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJGydu7ECi img {
    max-width: 80%;
  }
}
.cid-uJGydu7ECi h1 {
  line-height: 1.5;
}
.cid-uJGydu7ECi .start {
  width: 100px;
  height: 100px;
  background: #02963e;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-uJGydu7ECi .start:hover {
  background: #016429;
}
.cid-uJGydu7ECi .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #02963e;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-uJGydu7ECi a {
  background-image: none !important;
}
.cid-uJGydu7ECi .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJGydu7ECi .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJGydu7ECi .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJGydu7ECi .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJGydu7ECi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJGydu7ECi .mbr-section-title {
  color: #02963e;
}
.cid-uJGydu7ECi .mbr-text,
.cid-uJGydu7ECi .mbr-section-btn,
.cid-uJGydu7ECi .text-wrapper {
  color: #454545;
}
.cid-uzK8q2UFxp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzK8q2UFxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzK8q2UFxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzK8q2UFxp .card-wrapper {
  background: #ebebeb;
}
@media (max-width: 767px) {
  .cid-uzK8q2UFxp .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uzK8q2UFxp .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uzK8q2UFxp .card-wrapper {
    padding: 4rem;
  }
}
.cid-uzK8q2UFxp .mbr-text,
.cid-uzK8q2UFxp .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uzK8q2UFxp .card-title,
.cid-uzK8q2UFxp .card-box {
  text-align: center;
  color: #000000;
}
.cid-uzK8q2UFxp .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uzK8q2UFxp .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uzK8q2UFxp .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #000000;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uzK8q2UFxp .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uzK8q2UFxp .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uzK8q2UFxp .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzK8q2UFxp .mbr-text UL {
  text-align: left;
}
.cid-uzK8q2UFxp .mbr-text {
  color: #21431f;
}
.cid-uKoUYe8L9K {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uKoUYe8L9K .mbr-media {
  position: relative;
}
.cid-uKoUYe8L9K .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-uKoUYe8L9K img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKoUYe8L9K img {
    max-width: 80%;
  }
}
.cid-uKoUYe8L9K h1 {
  line-height: 1.5;
}
.cid-uKoUYe8L9K .start {
  width: 100px;
  height: 100px;
  background: #02963e;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-uKoUYe8L9K .start:hover {
  background: #016429;
}
.cid-uKoUYe8L9K .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #02963e;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-uKoUYe8L9K a {
  background-image: none !important;
}
.cid-uKoUYe8L9K .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uKoUYe8L9K .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uKoUYe8L9K .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uKoUYe8L9K .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uKoUYe8L9K .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uKoUYe8L9K .mbr-section-title {
  color: #02963e;
}
.cid-uKoUYe8L9K .mbr-text,
.cid-uKoUYe8L9K .mbr-section-btn,
.cid-uKoUYe8L9K .text-wrapper {
  color: #454545;
}
.cid-uzK8q5YJSR {
  background-color: #ffffff;
}
.cid-uzK8q5YJSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzK8q5YJSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzK8q5YJSR .items-wrapper {
  margin: 0 -5px;
}
.cid-uzK8q5YJSR .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzK8q5YJSR .item {
    margin-bottom: 16px;
  }
  .cid-uzK8q5YJSR .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uzK8q5YJSR .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uzK8q5YJSR .item .item-wrapper {
  height: 100%;
}
.cid-uzK8q5YJSR .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uzK8q5YJSR .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uJQOR8TJXX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJQOR8TJXX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQOR8TJXX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQOR8TJXX .items-wrapper {
  margin: 0 -5px;
}
.cid-uJQOR8TJXX .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJQOR8TJXX .item {
    margin-bottom: 16px;
  }
  .cid-uJQOR8TJXX .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJQOR8TJXX .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uJQOR8TJXX .item .item-wrapper {
  height: 100%;
}
.cid-uJQOR8TJXX .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uJQOR8TJXX .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uzK8q7CtjE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzK8q7CtjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzK8q7CtjE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzK8q7CtjE .card-wrapper {
  background: #ebebeb;
}
@media (max-width: 767px) {
  .cid-uzK8q7CtjE .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uzK8q7CtjE .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uzK8q7CtjE .card-wrapper {
    padding: 4rem;
  }
}
.cid-uzK8q7CtjE .mbr-text,
.cid-uzK8q7CtjE .mbr-section-btn {
  color: #02963e;
}
.cid-uzK8q7CtjE .card-title,
.cid-uzK8q7CtjE .card-box {
  text-align: left;
  color: #21431f;
}
.cid-uzKeZcr6KP {
  background-color: #ffffff;
}
.cid-uzKeZcr6KP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKeZcr6KP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKeZcr6KP .items-wrapper {
  margin: 0 -5px;
}
.cid-uzKeZcr6KP .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzKeZcr6KP .item {
    margin-bottom: 16px;
  }
  .cid-uzKeZcr6KP .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uzKeZcr6KP .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uzKeZcr6KP .item .item-wrapper {
  height: 100%;
}
.cid-uzKeZcr6KP .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uzKeZcr6KP .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uJGy6etwD8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGy6etwD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGy6etwD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGy6etwD8 .items-wrapper {
  margin: 0 -5px;
}
.cid-uJGy6etwD8 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJGy6etwD8 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJGy6etwD8 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJGy6etwD8 .item {
    margin-bottom: 16px;
  }
}
.cid-uJGy6etwD8 .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJGy6etwD8 .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJGy6etwD8 .item .item-wrapper {
  height: 100%;
  border: 5px solid #21431f;
  background-color: #21431f;
}
.cid-uJGy6etwD8 .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJGy6etwD8 .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJGy6etwD8 .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJGy6etwD8 .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJGy6etwD8 .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGy6etwD8 .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJGy6etwD8 .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJGy6etwD8 .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJGy6etwD8 .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJGy6etwD8 .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJGy6etwD8 .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJGy6etwD8 .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uJGy6etwD8 .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGy6etwD8 .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGy6etwD8 .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzK8qhrRU4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uzK8tBIpTu {
  background-color: transparent;
}
.cid-uzK8tBIpTu .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uzK8tBIpTu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uzK8tBIpTu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzK8tBIpTu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzK8tBIpTu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzK8tBIpTu .menu_box .navbar.opened,
  .cid-uzK8tBIpTu .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzK8tBIpTu .navbar-dropdown {
  position: relative !important;
}
.cid-uzK8tBIpTu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uzK8tBIpTu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uzK8tBIpTu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzK8tBIpTu .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uzK8tBIpTu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzK8tBIpTu .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uzK8tBIpTu .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uzK8tBIpTu .nav-item {
    margin: 0 !important;
  }
}
.cid-uzK8tBIpTu .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uzK8tBIpTu .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uzK8tBIpTu .nav-item .nav-link:hover,
.cid-uzK8tBIpTu .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uzK8tBIpTu .nav-item .nav-link:hover::before,
.cid-uzK8tBIpTu .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uzK8tBIpTu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzK8tBIpTu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzK8tBIpTu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzK8tBIpTu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzK8tBIpTu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzK8tBIpTu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzK8tBIpTu .offcanvas_box {
    display: none;
  }
}
.cid-uzK8tBIpTu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzK8tBIpTu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzK8tBIpTu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzK8tBIpTu .container {
  display: flex;
  margin: auto;
}
.cid-uzK8tBIpTu .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzK8tBIpTu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzK8tBIpTu .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uzK8tBIpTu .navbar-nav {
    margin: 0;
  }
}
.cid-uzK8tBIpTu .dropdown-menu,
.cid-uzK8tBIpTu .navbar.opened {
  background-color: true !important;
}
.cid-uzK8tBIpTu .nav-item:focus,
.cid-uzK8tBIpTu .nav-link:focus {
  outline: none;
}
.cid-uzK8tBIpTu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzK8tBIpTu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzK8tBIpTu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzK8tBIpTu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzK8tBIpTu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzK8tBIpTu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzK8tBIpTu .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzK8tBIpTu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzK8tBIpTu .navbar.opened {
  transition: all 0.3s;
}
.cid-uzK8tBIpTu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzK8tBIpTu .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uzK8tBIpTu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzK8tBIpTu .navbar.collapsed {
  justify-content: center;
}
.cid-uzK8tBIpTu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzK8tBIpTu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzK8tBIpTu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzK8tBIpTu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzK8tBIpTu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzK8tBIpTu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzK8tBIpTu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzK8tBIpTu .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uzK8tBIpTu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzK8tBIpTu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzK8tBIpTu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzK8tBIpTu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzK8tBIpTu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzK8tBIpTu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzK8tBIpTu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzK8tBIpTu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzK8tBIpTu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzK8tBIpTu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzK8tBIpTu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzK8tBIpTu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzK8tBIpTu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzK8tBIpTu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzK8tBIpTu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzK8tBIpTu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzK8tBIpTu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzK8tBIpTu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzK8tBIpTu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzK8tBIpTu .dropdown-item.active,
.cid-uzK8tBIpTu .dropdown-item:active {
  background-color: transparent;
}
.cid-uzK8tBIpTu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uzK8tBIpTu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzK8tBIpTu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzK8tBIpTu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzK8tBIpTu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzK8tBIpTu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzK8tBIpTu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uzK8tBIpTu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uzK8tBIpTu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzK8tBIpTu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzK8tBIpTu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzK8tBIpTu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzK8tBIpTu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzK8tBIpTu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzK8tBIpTu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzK8tBIpTu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzK8tBIpTu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzK8tBIpTu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzK8tBIpTu .navbar {
    height: 70px;
  }
  .cid-uzK8tBIpTu .navbar.opened {
    height: auto;
  }
  .cid-uzK8tBIpTu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzK8tBIpTu .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uzK8tBIpTu .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uzK8tBIpTu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzK8tBIpTu .text_widget {
  margin-bottom: 32px;
}
.cid-uzK8tBIpTu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzK8tBIpTu .text_widget a:hover,
.cid-uzK8tBIpTu .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uzK8tBIpTu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uzK8tBIpTu .navbar-caption {
  color: #000000;
}
.cid-uzK8tBIpTu .mbr-section-subtitle,
.cid-uzK8tBIpTu .text_widget,
.cid-uzK8tBIpTu .mbr-section-btn {
  text-align: center;
}
.cid-uzK8tBIpTu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzK8tBIpTu .nav-link,
.cid-uzK8tBIpTu .dropdown-item {
  color: #FFFFFF;
}
.cid-uzK8tDxGr3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzK8tDxGr3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzK8tDxGr3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzK8tDxGr3 .content-wrap {
  justify-content: center;
}
.cid-uzK8tDxGr3 .card {
  justify-content: center;
}
.cid-uzK8tDxGr3 .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzK8tDxGr3 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uzK8tDxGr3 .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzK8tDxGr3 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzK8tDxGr3 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uzK8tDxGr3 .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uzK8tDxGr3 .nav-wrapper .list .item-wrap:hover,
.cid-uzK8tDxGr3 .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uzK8tDxGr3 .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uzK8tDxGr3 .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uzK8tDxGr3 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzK8tDxGr3 .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uzK8tDxGr3 .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzK8tDxGr3 .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uzK8tDxGr3 .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzK8tDxGr3 .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uzK8tDxGr3 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzK8tDxGr3 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uzK8tDxGr3 .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uzK8tDxGr3 .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uzK8tDxGr3 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzK8tDxGr3 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uzK8tDxGr3 .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uzK8tDxGr3 .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uzK8tDxGr3 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uzK8tDxGr3 .mbr-section-title {
  color: #f24d4a;
}
.cid-uzK8tDxGr3 .list,
.cid-uzK8tDxGr3 .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uzK8tDxGr3 .mbr-phone {
  color: #f24d4a;
}
.cid-uzK8tDxGr3 .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uzK8tF53Hq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzK8tF53Hq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzK8tF53Hq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzK8tF53Hq .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzK8tF53Hq .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzK8tF53Hq .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uzK8tF53Hq .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uzK8tF53Hq .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uzK8tF53Hq .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uzK8tF53Hq .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uzK8tF53Hq .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uzK8tF53Hq .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uzK8tF53Hq .mbr-figure {
    width: 100%;
  }
}
.cid-uzK8tF53Hq .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uzK8tF53Hq .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uzK8tF53Hq .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzK8tF53Hq .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uzK8tF53Hq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzK8tF53Hq .mbr-section-title,
.cid-uzK8tF53Hq .mbr-section-btn {
  color: #21431f;
}
.cid-uzK8tInhzO {
  background-color: #ffffff;
}
.cid-uzK8tInhzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzK8tInhzO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzK8tInhzO .card {
  justify-content: center;
}
.cid-uzK8tInhzO .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzK8tInhzO .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uzK8tInhzO .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uzK8tInhzO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uzK8tInhzO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uzK8tInhzO .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uzK8tInhzO .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzK8tInhzO .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uzK8tInhzO .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uzK8tInhzO .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uzK8tInhzO .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uzK8tInhzO .mbr-section-title {
  color: #f24d4a;
}
.cid-uzK8tInhzO .mbr-text {
  color: #f24d4a;
}
.cid-uzK8tInhzO .mbr-section-title,
.cid-uzK8tInhzO .mbr-section-btn {
  color: #21431f;
}
.cid-uzK8tInhzO .mbr-text,
.cid-uzK8tInhzO .text-wrapper {
  color: #02963e;
}
.cid-uzK8tGHECt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzK8tGHECt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzK8tGHECt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzK8tGHECt .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzK8tGHECt .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzK8tGHECt .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzK8tGHECt .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzK8tGHECt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uzK8tGHECt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzK8tGHECt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzK8tGHECt .mbr-text,
.cid-uzK8tGHECt .text-wrapper {
  color: #02963e;
  text-align: center;
}
.cid-uzK8tGHECt .mbr-section-title,
.cid-uzK8tGHECt .mbr-section-btn {
  text-align: center;
  color: #21431f;
}
.cid-uzK8tK9sxL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzK8tK9sxL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzK8tK9sxL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzK8tK9sxL .card-wrapper {
  background: #ebebeb;
}
@media (max-width: 767px) {
  .cid-uzK8tK9sxL .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uzK8tK9sxL .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uzK8tK9sxL .card-wrapper {
    padding: 4rem;
  }
}
.cid-uzK8tK9sxL .mbr-text,
.cid-uzK8tK9sxL .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uzK8tK9sxL .card-title,
.cid-uzK8tK9sxL .card-box {
  text-align: center;
  color: #000000;
}
.cid-uzK8tK9sxL .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uzK8tK9sxL .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uzK8tK9sxL .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #000000;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uzK8tK9sxL .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uzK8tK9sxL .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uzK8tK9sxL .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzK8tK9sxL .mbr-text UL {
  text-align: left;
}
.cid-uzK8tK9sxL .mbr-text {
  color: #21431f;
}
.cid-uzLgUifwto {
  background-color: #ffffff;
}
.cid-uzLgUifwto .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzLgUifwto .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzLgUifwto .items-wrapper {
  margin: 0 -5px;
}
.cid-uzLgUifwto .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzLgUifwto .item {
    margin-bottom: 16px;
  }
  .cid-uzLgUifwto .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uzLgUifwto .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uzLgUifwto .item .item-wrapper {
  height: 100%;
}
.cid-uzLgUifwto .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uzLgUifwto .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uJGyDJzD3C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGyDJzD3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGyDJzD3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGyDJzD3C .items-wrapper {
  margin: 0 -5px;
}
.cid-uJGyDJzD3C .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJGyDJzD3C .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJGyDJzD3C .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJGyDJzD3C .item {
    margin-bottom: 16px;
  }
}
.cid-uJGyDJzD3C .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJGyDJzD3C .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJGyDJzD3C .item .item-wrapper {
  height: 100%;
  border: 5px solid #21431f;
  background-color: #21431f;
}
.cid-uJGyDJzD3C .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJGyDJzD3C .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJGyDJzD3C .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJGyDJzD3C .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJGyDJzD3C .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGyDJzD3C .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJGyDJzD3C .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJGyDJzD3C .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJGyDJzD3C .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJGyDJzD3C .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJGyDJzD3C .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJGyDJzD3C .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uJGyDJzD3C .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGyDJzD3C .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGyDJzD3C .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzK8tTk1Co {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzK8tTk1Co .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzK8tTk1Co .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzK8tTk1Co .items-wrapper {
  margin: 0 -5px;
}
.cid-uzK8tTk1Co .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzK8tTk1Co .item {
    margin-bottom: 16px;
  }
  .cid-uzK8tTk1Co .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uzK8tTk1Co .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uzK8tTk1Co .item .item-wrapper {
  height: 100%;
}
.cid-uzK8tTk1Co .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uzK8tTk1Co .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uzK8u1nc4x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uzLrHshgoW {
  background-color: transparent;
}
.cid-uzLrHshgoW .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uzLrHshgoW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uzLrHshgoW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzLrHshgoW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzLrHshgoW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzLrHshgoW .menu_box .navbar.opened,
  .cid-uzLrHshgoW .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzLrHshgoW .navbar-dropdown {
  position: relative !important;
}
.cid-uzLrHshgoW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uzLrHshgoW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uzLrHshgoW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzLrHshgoW .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uzLrHshgoW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzLrHshgoW .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uzLrHshgoW .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uzLrHshgoW .nav-item {
    margin: 0 !important;
  }
}
.cid-uzLrHshgoW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uzLrHshgoW .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uzLrHshgoW .nav-item .nav-link:hover,
.cid-uzLrHshgoW .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uzLrHshgoW .nav-item .nav-link:hover::before,
.cid-uzLrHshgoW .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uzLrHshgoW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzLrHshgoW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzLrHshgoW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzLrHshgoW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzLrHshgoW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzLrHshgoW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzLrHshgoW .offcanvas_box {
    display: none;
  }
}
.cid-uzLrHshgoW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzLrHshgoW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzLrHshgoW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzLrHshgoW .container {
  display: flex;
  margin: auto;
}
.cid-uzLrHshgoW .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzLrHshgoW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzLrHshgoW .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uzLrHshgoW .navbar-nav {
    margin: 0;
  }
}
.cid-uzLrHshgoW .dropdown-menu,
.cid-uzLrHshgoW .navbar.opened {
  background-color: true !important;
}
.cid-uzLrHshgoW .nav-item:focus,
.cid-uzLrHshgoW .nav-link:focus {
  outline: none;
}
.cid-uzLrHshgoW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzLrHshgoW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzLrHshgoW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzLrHshgoW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzLrHshgoW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzLrHshgoW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzLrHshgoW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzLrHshgoW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzLrHshgoW .navbar.opened {
  transition: all 0.3s;
}
.cid-uzLrHshgoW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzLrHshgoW .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uzLrHshgoW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzLrHshgoW .navbar.collapsed {
  justify-content: center;
}
.cid-uzLrHshgoW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzLrHshgoW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzLrHshgoW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzLrHshgoW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzLrHshgoW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzLrHshgoW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzLrHshgoW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzLrHshgoW .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uzLrHshgoW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzLrHshgoW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzLrHshgoW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzLrHshgoW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzLrHshgoW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzLrHshgoW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzLrHshgoW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzLrHshgoW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzLrHshgoW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzLrHshgoW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzLrHshgoW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzLrHshgoW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzLrHshgoW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzLrHshgoW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzLrHshgoW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzLrHshgoW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzLrHshgoW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzLrHshgoW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzLrHshgoW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzLrHshgoW .dropdown-item.active,
.cid-uzLrHshgoW .dropdown-item:active {
  background-color: transparent;
}
.cid-uzLrHshgoW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uzLrHshgoW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzLrHshgoW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzLrHshgoW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzLrHshgoW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzLrHshgoW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzLrHshgoW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uzLrHshgoW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uzLrHshgoW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzLrHshgoW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzLrHshgoW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzLrHshgoW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzLrHshgoW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzLrHshgoW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzLrHshgoW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzLrHshgoW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzLrHshgoW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzLrHshgoW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzLrHshgoW .navbar {
    height: 70px;
  }
  .cid-uzLrHshgoW .navbar.opened {
    height: auto;
  }
  .cid-uzLrHshgoW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzLrHshgoW .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uzLrHshgoW .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uzLrHshgoW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzLrHshgoW .text_widget {
  margin-bottom: 32px;
}
.cid-uzLrHshgoW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzLrHshgoW .text_widget a:hover,
.cid-uzLrHshgoW .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uzLrHshgoW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uzLrHshgoW .navbar-caption {
  color: #000000;
}
.cid-uzLrHshgoW .mbr-section-subtitle,
.cid-uzLrHshgoW .text_widget,
.cid-uzLrHshgoW .mbr-section-btn {
  text-align: center;
}
.cid-uzLrHshgoW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzLrHshgoW .nav-link,
.cid-uzLrHshgoW .dropdown-item {
  color: #FFFFFF;
}
.cid-uzLrHtSPlN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzLrHtSPlN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzLrHtSPlN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzLrHtSPlN .content-wrap {
  justify-content: center;
}
.cid-uzLrHtSPlN .card {
  justify-content: center;
}
.cid-uzLrHtSPlN .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzLrHtSPlN .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uzLrHtSPlN .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzLrHtSPlN .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzLrHtSPlN .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uzLrHtSPlN .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uzLrHtSPlN .nav-wrapper .list .item-wrap:hover,
.cid-uzLrHtSPlN .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uzLrHtSPlN .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uzLrHtSPlN .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uzLrHtSPlN .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzLrHtSPlN .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uzLrHtSPlN .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzLrHtSPlN .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uzLrHtSPlN .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzLrHtSPlN .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uzLrHtSPlN .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzLrHtSPlN .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uzLrHtSPlN .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uzLrHtSPlN .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uzLrHtSPlN .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzLrHtSPlN .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uzLrHtSPlN .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uzLrHtSPlN .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uzLrHtSPlN .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uzLrHtSPlN .mbr-section-title {
  color: #f24d4a;
}
.cid-uzLrHtSPlN .list,
.cid-uzLrHtSPlN .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uzLrHtSPlN .mbr-phone {
  color: #f24d4a;
}
.cid-uzLrHtSPlN .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uzLrHvuePN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uzLsFHXOrR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-uzLsFHXOrR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzLsFHXOrR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzLsFHXOrR .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uzLsFHXOrR .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzLsFHXOrR .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzLsFHXOrR .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzLsFHXOrR .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uzLsFHXOrR .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uzLsFHXOrR .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uzLsFHXOrR .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uzLsFHXOrR .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzLsFHXOrR .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uzLsFHXOrR .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uzLsFHXOrR .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #9ee98e;
}
.cid-uzLsFHXOrR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uzLsFHXOrR .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uzLsFHXOrR .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uzLsFHXOrR .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uzLsFHXOrR .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uzLsFHXOrR .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzLsFHXOrR .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uzLsFHXOrR .card {
  justify-content: space-between;
}
.cid-uzLsFHXOrR .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uzLsFHXOrR .panel-title-edit {
  color: #00213d;
}
.cid-uzLsFHXOrR .panel-text {
  color: #f24d4a;
}
.cid-uzLsFHXOrR .panel-text,
.cid-uzLsFHXOrR .panel-body {
  color: #02963e;
}
.cid-uJGzVrJw0T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGzVrJw0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGzVrJw0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGzVrJw0T .items-wrapper {
  margin: 0 -5px;
}
.cid-uJGzVrJw0T .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJGzVrJw0T .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJGzVrJw0T .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJGzVrJw0T .item {
    margin-bottom: 16px;
  }
}
.cid-uJGzVrJw0T .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJGzVrJw0T .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJGzVrJw0T .item .item-wrapper {
  height: 100%;
  border: 5px solid #21431f;
  background-color: #21431f;
}
.cid-uJGzVrJw0T .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJGzVrJw0T .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJGzVrJw0T .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJGzVrJw0T .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJGzVrJw0T .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGzVrJw0T .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJGzVrJw0T .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJGzVrJw0T .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJGzVrJw0T .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJGzVrJw0T .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJGzVrJw0T .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJGzVrJw0T .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uJGzVrJw0T .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGzVrJw0T .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGzVrJw0T .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzOt7W7BTP {
  background-color: transparent;
}
.cid-uzOt7W7BTP .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uzOt7W7BTP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uzOt7W7BTP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzOt7W7BTP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzOt7W7BTP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzOt7W7BTP .menu_box .navbar.opened,
  .cid-uzOt7W7BTP .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzOt7W7BTP .navbar-dropdown {
  position: relative !important;
}
.cid-uzOt7W7BTP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uzOt7W7BTP .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uzOt7W7BTP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzOt7W7BTP .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uzOt7W7BTP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzOt7W7BTP .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uzOt7W7BTP .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uzOt7W7BTP .nav-item {
    margin: 0 !important;
  }
}
.cid-uzOt7W7BTP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uzOt7W7BTP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uzOt7W7BTP .nav-item .nav-link:hover,
.cid-uzOt7W7BTP .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uzOt7W7BTP .nav-item .nav-link:hover::before,
.cid-uzOt7W7BTP .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uzOt7W7BTP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzOt7W7BTP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzOt7W7BTP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzOt7W7BTP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzOt7W7BTP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzOt7W7BTP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzOt7W7BTP .offcanvas_box {
    display: none;
  }
}
.cid-uzOt7W7BTP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzOt7W7BTP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzOt7W7BTP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzOt7W7BTP .container {
  display: flex;
  margin: auto;
}
.cid-uzOt7W7BTP .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzOt7W7BTP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzOt7W7BTP .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uzOt7W7BTP .navbar-nav {
    margin: 0;
  }
}
.cid-uzOt7W7BTP .dropdown-menu,
.cid-uzOt7W7BTP .navbar.opened {
  background-color: true !important;
}
.cid-uzOt7W7BTP .nav-item:focus,
.cid-uzOt7W7BTP .nav-link:focus {
  outline: none;
}
.cid-uzOt7W7BTP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzOt7W7BTP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzOt7W7BTP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzOt7W7BTP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzOt7W7BTP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzOt7W7BTP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzOt7W7BTP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzOt7W7BTP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzOt7W7BTP .navbar.opened {
  transition: all 0.3s;
}
.cid-uzOt7W7BTP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzOt7W7BTP .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uzOt7W7BTP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzOt7W7BTP .navbar.collapsed {
  justify-content: center;
}
.cid-uzOt7W7BTP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzOt7W7BTP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzOt7W7BTP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzOt7W7BTP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzOt7W7BTP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzOt7W7BTP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzOt7W7BTP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzOt7W7BTP .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uzOt7W7BTP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzOt7W7BTP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzOt7W7BTP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzOt7W7BTP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzOt7W7BTP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzOt7W7BTP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzOt7W7BTP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzOt7W7BTP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzOt7W7BTP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzOt7W7BTP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzOt7W7BTP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzOt7W7BTP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzOt7W7BTP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzOt7W7BTP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzOt7W7BTP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzOt7W7BTP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzOt7W7BTP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzOt7W7BTP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzOt7W7BTP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzOt7W7BTP .dropdown-item.active,
.cid-uzOt7W7BTP .dropdown-item:active {
  background-color: transparent;
}
.cid-uzOt7W7BTP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uzOt7W7BTP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzOt7W7BTP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzOt7W7BTP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzOt7W7BTP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzOt7W7BTP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzOt7W7BTP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uzOt7W7BTP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uzOt7W7BTP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzOt7W7BTP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzOt7W7BTP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzOt7W7BTP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzOt7W7BTP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzOt7W7BTP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzOt7W7BTP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzOt7W7BTP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzOt7W7BTP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzOt7W7BTP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzOt7W7BTP .navbar {
    height: 70px;
  }
  .cid-uzOt7W7BTP .navbar.opened {
    height: auto;
  }
  .cid-uzOt7W7BTP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzOt7W7BTP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uzOt7W7BTP .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uzOt7W7BTP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzOt7W7BTP .text_widget {
  margin-bottom: 32px;
}
.cid-uzOt7W7BTP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzOt7W7BTP .text_widget a:hover,
.cid-uzOt7W7BTP .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uzOt7W7BTP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uzOt7W7BTP .navbar-caption {
  color: #000000;
}
.cid-uzOt7W7BTP .mbr-section-subtitle,
.cid-uzOt7W7BTP .text_widget,
.cid-uzOt7W7BTP .mbr-section-btn {
  text-align: center;
}
.cid-uzOt7W7BTP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzOt7W7BTP .nav-link,
.cid-uzOt7W7BTP .dropdown-item {
  color: #FFFFFF;
}
.cid-uzOt7XWmLX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzOt7XWmLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzOt7XWmLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzOt7XWmLX .content-wrap {
  justify-content: center;
}
.cid-uzOt7XWmLX .card {
  justify-content: center;
}
.cid-uzOt7XWmLX .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzOt7XWmLX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uzOt7XWmLX .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzOt7XWmLX .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzOt7XWmLX .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uzOt7XWmLX .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uzOt7XWmLX .nav-wrapper .list .item-wrap:hover,
.cid-uzOt7XWmLX .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uzOt7XWmLX .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uzOt7XWmLX .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uzOt7XWmLX .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzOt7XWmLX .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uzOt7XWmLX .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzOt7XWmLX .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uzOt7XWmLX .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzOt7XWmLX .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uzOt7XWmLX .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzOt7XWmLX .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uzOt7XWmLX .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uzOt7XWmLX .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uzOt7XWmLX .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzOt7XWmLX .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uzOt7XWmLX .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uzOt7XWmLX .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uzOt7XWmLX .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uzOt7XWmLX .mbr-section-title {
  color: #f24d4a;
}
.cid-uzOt7XWmLX .list,
.cid-uzOt7XWmLX .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uzOt7XWmLX .mbr-phone {
  color: #f24d4a;
}
.cid-uzOt7XWmLX .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uzOt7ZH757 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzOt7ZH757 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzOt7ZH757 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzOt7ZH757 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzOt7ZH757 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzOt7ZH757 .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uzOt7ZH757 .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uzOt7ZH757 .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uzOt7ZH757 .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uzOt7ZH757 .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uzOt7ZH757 .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uzOt7ZH757 .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uzOt7ZH757 .mbr-figure {
    width: 100%;
  }
}
.cid-uzOt7ZH757 .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uzOt7ZH757 .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uzOt7ZH757 .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzOt7ZH757 .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uzOt7ZH757 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzOt818O3n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uzOt818O3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzOt818O3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzOt818O3n .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzOt818O3n .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzOt818O3n .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzOt818O3n .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzOt818O3n .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uzOt818O3n .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzOt818O3n .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzOt818O3n .mbr-text,
.cid-uzOt818O3n .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzOt818O3n .mbr-section-title,
.cid-uzOt818O3n .mbr-section-btn {
  text-align: center;
}
.cid-uJGxfRKmvt {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGxfRKmvt .mbr-media {
  position: relative;
}
.cid-uJGxfRKmvt .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-uJGxfRKmvt img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJGxfRKmvt img {
    max-width: 80%;
  }
}
.cid-uJGxfRKmvt h1 {
  line-height: 1.5;
}
.cid-uJGxfRKmvt .start {
  width: 100px;
  height: 100px;
  background: #02963e;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-uJGxfRKmvt .start:hover {
  background: #016429;
}
.cid-uJGxfRKmvt .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #02963e;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-uJGxfRKmvt a {
  background-image: none !important;
}
.cid-uJGxfRKmvt .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJGxfRKmvt .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJGxfRKmvt .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJGxfRKmvt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJGxfRKmvt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJGxfRKmvt .mbr-section-title {
  color: #02963e;
}
.cid-uJGxfRKmvt .mbr-text,
.cid-uJGxfRKmvt .mbr-section-btn,
.cid-uJGxfRKmvt .text-wrapper {
  color: #454545;
}
.cid-uzODS7d9FZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzODS7d9FZ .mbr-text {
  color: #02963e;
}
.cid-uzODS7d9FZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uzODS7d9FZ .mbr-section-title {
  color: #02963e;
}
.cid-uKnlCTesya {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uKnlCTesya .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnlCTesya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnlCTesya .items-wrapper {
  margin: 0 -5px;
}
.cid-uKnlCTesya .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uKnlCTesya .item {
    margin-bottom: 16px;
  }
  .cid-uKnlCTesya .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uKnlCTesya .item .item-wrapper {
  height: 100%;
}
.cid-uKnlCTesya .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #bbbbbb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uKnlCTesya .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-uKnlCTesya .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: 0.3;
  background-color: #bbbbbb;
  pointer-events: none;
  border-radius: 0 !important;
}
.cid-uKnlCTesya .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uKnlCTesya .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uKnlCTesya .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-uKnlCTesya .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uKnlCTesya .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-uKnlCTesya .card-title {
  color: #02963e;
}
.cid-uKnlCTesya .card-text {
  color: #454545;
}
.cid-uNLJ11XJIH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uNLJ11XJIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNLJ11XJIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNLJ11XJIH .items-wrapper {
  margin: 0 -5px;
}
.cid-uNLJ11XJIH .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uNLJ11XJIH .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-uNLJ11XJIH .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-uNLJ11XJIH .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #003366;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uNLJ11XJIH .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-uNLJ11XJIH .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNLJ11XJIH .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uNLJ11XJIH .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-uNLJ11XJIH .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-uNLJ11XJIH .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uNLJ11XJIH .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uNLJ11XJIH .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNLJ11XJIH .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 6px;
  }
}
.cid-uNLJ11XJIH .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  padding: 8px 20px;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uNLJ11XJIH .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNLJ11XJIH .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-uNLJ11XJIH .content-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uNLJ11XJIH .content-wrapper .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uNLJ11XJIH .content-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-uNLJ11XJIH .content-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: 60px !important;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uNLJ11XJIH .content-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uNLJ11XJIH .content-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uNLJ11XJIH .content-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
}
.cid-uNLJ11XJIH .content-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #21431f;
  opacity: 0.7;
}
.cid-uNLJ11XJIH .content-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uNLJ11XJIH .content-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uNLJ11XJIH .content-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uNLJ11XJIH .content-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uNLJ11XJIH .content-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uNLJ11XJIH .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-uNLJ11XJIH .mbr-section-title {
  color: #ffffff;
}
.cid-uNLJ11XJIH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNLJ11XJIH .card-title {
  color: #ffffff;
}
.cid-uNLJ11XJIH .card-box .mbr-section-btn {
  margin-left: 10px;
}
.cid-uNLJ11XJIH .card-box .mbr-section-btn a {
  text-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-uNLJ11XJIH .card-box .mbr-section-btn {
    margin-left: 0;
  }
}
.cid-uzOt886t2F {
  background-color: #ffffff;
}
.cid-uzOt886t2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzOt886t2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzOt886t2F .card {
  justify-content: center;
}
.cid-uzOt886t2F .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzOt886t2F .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uzOt886t2F .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uzOt886t2F .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uzOt886t2F .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uzOt886t2F .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uzOt886t2F .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzOt886t2F .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uzOt886t2F .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uzOt886t2F .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uzOt886t2F .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uzOt886t2F .mbr-section-title {
  color: #f24d4a;
}
.cid-uzOt886t2F .mbr-text {
  color: #f24d4a;
}
.cid-uzOt886t2F .mbr-section-title,
.cid-uzOt886t2F .mbr-section-btn {
  color: #21431f;
}
.cid-uzOt886t2F .mbr-text,
.cid-uzOt886t2F .text-wrapper {
  color: #02963e;
}
.cid-uzOt89Eh6F {
  background-color: #ffffff;
}
.cid-uzOt89Eh6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzOt89Eh6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzOt89Eh6F .items-wrapper {
  margin: 0 -5px;
}
.cid-uzOt89Eh6F .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzOt89Eh6F .item {
    margin-bottom: 16px;
  }
  .cid-uzOt89Eh6F .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uzOt89Eh6F .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uzOt89Eh6F .item .item-wrapper {
  height: 100%;
}
.cid-uzOt89Eh6F .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uzOt89Eh6F .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uzOt8cO9Jj {
  background-color: #ffffff;
}
.cid-uzOt8cO9Jj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzOt8cO9Jj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzOt8cO9Jj .items-wrapper {
  margin: 0 -5px;
}
.cid-uzOt8cO9Jj .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzOt8cO9Jj .item {
    margin-bottom: 16px;
  }
  .cid-uzOt8cO9Jj .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uzOt8cO9Jj .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uzOt8cO9Jj .item .item-wrapper {
  height: 100%;
}
.cid-uzOt8cO9Jj .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uzOt8cO9Jj .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uJGxBPzZuW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGxBPzZuW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGxBPzZuW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGxBPzZuW .items-wrapper {
  margin: 0 -5px;
}
.cid-uJGxBPzZuW .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJGxBPzZuW .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJGxBPzZuW .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJGxBPzZuW .item {
    margin-bottom: 16px;
  }
}
.cid-uJGxBPzZuW .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJGxBPzZuW .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJGxBPzZuW .item .item-wrapper {
  height: 100%;
  border: 5px solid #21431f;
  background-color: #21431f;
}
.cid-uJGxBPzZuW .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJGxBPzZuW .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJGxBPzZuW .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJGxBPzZuW .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJGxBPzZuW .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGxBPzZuW .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJGxBPzZuW .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJGxBPzZuW .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJGxBPzZuW .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJGxBPzZuW .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJGxBPzZuW .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJGxBPzZuW .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uJGxBPzZuW .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGxBPzZuW .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGxBPzZuW .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzOt8jCjKH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uzQxfuT7Qq {
  background-color: transparent;
}
.cid-uzQxfuT7Qq .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uzQxfuT7Qq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uzQxfuT7Qq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzQxfuT7Qq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzQxfuT7Qq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzQxfuT7Qq .menu_box .navbar.opened,
  .cid-uzQxfuT7Qq .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzQxfuT7Qq .navbar-dropdown {
  position: relative !important;
}
.cid-uzQxfuT7Qq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uzQxfuT7Qq .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uzQxfuT7Qq .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzQxfuT7Qq .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uzQxfuT7Qq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzQxfuT7Qq .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uzQxfuT7Qq .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uzQxfuT7Qq .nav-item {
    margin: 0 !important;
  }
}
.cid-uzQxfuT7Qq .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uzQxfuT7Qq .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uzQxfuT7Qq .nav-item .nav-link:hover,
.cid-uzQxfuT7Qq .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uzQxfuT7Qq .nav-item .nav-link:hover::before,
.cid-uzQxfuT7Qq .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uzQxfuT7Qq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzQxfuT7Qq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzQxfuT7Qq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzQxfuT7Qq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzQxfuT7Qq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzQxfuT7Qq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzQxfuT7Qq .offcanvas_box {
    display: none;
  }
}
.cid-uzQxfuT7Qq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzQxfuT7Qq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzQxfuT7Qq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzQxfuT7Qq .container {
  display: flex;
  margin: auto;
}
.cid-uzQxfuT7Qq .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzQxfuT7Qq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzQxfuT7Qq .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uzQxfuT7Qq .navbar-nav {
    margin: 0;
  }
}
.cid-uzQxfuT7Qq .dropdown-menu,
.cid-uzQxfuT7Qq .navbar.opened {
  background-color: true !important;
}
.cid-uzQxfuT7Qq .nav-item:focus,
.cid-uzQxfuT7Qq .nav-link:focus {
  outline: none;
}
.cid-uzQxfuT7Qq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzQxfuT7Qq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzQxfuT7Qq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzQxfuT7Qq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzQxfuT7Qq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzQxfuT7Qq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzQxfuT7Qq .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzQxfuT7Qq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzQxfuT7Qq .navbar.opened {
  transition: all 0.3s;
}
.cid-uzQxfuT7Qq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzQxfuT7Qq .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uzQxfuT7Qq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzQxfuT7Qq .navbar.collapsed {
  justify-content: center;
}
.cid-uzQxfuT7Qq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzQxfuT7Qq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzQxfuT7Qq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzQxfuT7Qq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzQxfuT7Qq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzQxfuT7Qq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzQxfuT7Qq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzQxfuT7Qq .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uzQxfuT7Qq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzQxfuT7Qq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzQxfuT7Qq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzQxfuT7Qq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzQxfuT7Qq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzQxfuT7Qq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzQxfuT7Qq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzQxfuT7Qq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzQxfuT7Qq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzQxfuT7Qq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzQxfuT7Qq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzQxfuT7Qq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzQxfuT7Qq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzQxfuT7Qq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzQxfuT7Qq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzQxfuT7Qq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzQxfuT7Qq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzQxfuT7Qq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzQxfuT7Qq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzQxfuT7Qq .dropdown-item.active,
.cid-uzQxfuT7Qq .dropdown-item:active {
  background-color: transparent;
}
.cid-uzQxfuT7Qq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uzQxfuT7Qq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzQxfuT7Qq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzQxfuT7Qq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzQxfuT7Qq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzQxfuT7Qq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzQxfuT7Qq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uzQxfuT7Qq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uzQxfuT7Qq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzQxfuT7Qq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzQxfuT7Qq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzQxfuT7Qq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzQxfuT7Qq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzQxfuT7Qq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzQxfuT7Qq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzQxfuT7Qq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzQxfuT7Qq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzQxfuT7Qq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzQxfuT7Qq .navbar {
    height: 70px;
  }
  .cid-uzQxfuT7Qq .navbar.opened {
    height: auto;
  }
  .cid-uzQxfuT7Qq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzQxfuT7Qq .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uzQxfuT7Qq .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uzQxfuT7Qq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzQxfuT7Qq .text_widget {
  margin-bottom: 32px;
}
.cid-uzQxfuT7Qq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzQxfuT7Qq .text_widget a:hover,
.cid-uzQxfuT7Qq .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uzQxfuT7Qq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uzQxfuT7Qq .navbar-caption {
  color: #000000;
}
.cid-uzQxfuT7Qq .mbr-section-subtitle,
.cid-uzQxfuT7Qq .text_widget,
.cid-uzQxfuT7Qq .mbr-section-btn {
  text-align: center;
}
.cid-uzQxfuT7Qq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzQxfuT7Qq .nav-link,
.cid-uzQxfuT7Qq .dropdown-item {
  color: #FFFFFF;
}
.cid-uzQxfwvBkV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzQxfwvBkV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzQxfwvBkV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzQxfwvBkV .content-wrap {
  justify-content: center;
}
.cid-uzQxfwvBkV .card {
  justify-content: center;
}
.cid-uzQxfwvBkV .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzQxfwvBkV .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uzQxfwvBkV .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzQxfwvBkV .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzQxfwvBkV .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uzQxfwvBkV .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uzQxfwvBkV .nav-wrapper .list .item-wrap:hover,
.cid-uzQxfwvBkV .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uzQxfwvBkV .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uzQxfwvBkV .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uzQxfwvBkV .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzQxfwvBkV .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uzQxfwvBkV .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzQxfwvBkV .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uzQxfwvBkV .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzQxfwvBkV .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uzQxfwvBkV .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzQxfwvBkV .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uzQxfwvBkV .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uzQxfwvBkV .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uzQxfwvBkV .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzQxfwvBkV .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uzQxfwvBkV .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uzQxfwvBkV .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uzQxfwvBkV .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uzQxfwvBkV .mbr-section-title {
  color: #f24d4a;
}
.cid-uzQxfwvBkV .list,
.cid-uzQxfwvBkV .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uzQxfwvBkV .mbr-phone {
  color: #f24d4a;
}
.cid-uzQxfwvBkV .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uzQxfxZfCA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzQxfxZfCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzQxfxZfCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzQxfxZfCA .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzQxfxZfCA .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzQxfxZfCA .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uzQxfxZfCA .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uzQxfxZfCA .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uzQxfxZfCA .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uzQxfxZfCA .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uzQxfxZfCA .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uzQxfxZfCA .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uzQxfxZfCA .mbr-figure {
    width: 100%;
  }
}
.cid-uzQxfxZfCA .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uzQxfxZfCA .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uzQxfxZfCA .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzQxfxZfCA .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uzQxfxZfCA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzQxfxZfCA .mbr-section-title,
.cid-uzQxfxZfCA .mbr-section-btn {
  color: #21431f;
}
.cid-uzQxfzfeGw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uzQxfzfeGw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzQxfzfeGw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzQxfzfeGw .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzQxfzfeGw .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzQxfzfeGw .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzQxfzfeGw .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzQxfzfeGw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uzQxfzfeGw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzQxfzfeGw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzQxfzfeGw .mbr-text,
.cid-uzQxfzfeGw .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzQxfzfeGw .mbr-section-title,
.cid-uzQxfzfeGw .mbr-section-btn {
  text-align: center;
}
.cid-uzReO0sPQl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ebebeb;
}
.cid-uzReO0sPQl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzReO0sPQl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzReO0sPQl .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzReO0sPQl .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzReO0sPQl .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzReO0sPQl .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzReO0sPQl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uzReO0sPQl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzReO0sPQl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzReO0sPQl .mbr-text,
.cid-uzReO0sPQl .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzReO0sPQl .mbr-section-title,
.cid-uzReO0sPQl .mbr-section-btn {
  text-align: center;
  color: #21431f;
}
.cid-uJGzaGcXb6 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGzaGcXb6 .mbr-media {
  position: relative;
}
.cid-uJGzaGcXb6 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-uJGzaGcXb6 img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJGzaGcXb6 img {
    max-width: 80%;
  }
}
.cid-uJGzaGcXb6 h1 {
  line-height: 1.5;
}
.cid-uJGzaGcXb6 .start {
  width: 100px;
  height: 100px;
  background: #02963e;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-uJGzaGcXb6 .start:hover {
  background: #016429;
}
.cid-uJGzaGcXb6 .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #02963e;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-uJGzaGcXb6 a {
  background-image: none !important;
}
.cid-uJGzaGcXb6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJGzaGcXb6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJGzaGcXb6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJGzaGcXb6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJGzaGcXb6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJGzaGcXb6 .mbr-section-title {
  color: #02963e;
}
.cid-uJGzaGcXb6 .mbr-text,
.cid-uJGzaGcXb6 .mbr-section-btn,
.cid-uJGzaGcXb6 .text-wrapper {
  color: #454545;
}
.cid-uzQxfBR7yw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzQxfBR7yw .mbr-text {
  color: #02963e;
}
.cid-uzQxfBR7yw .mbr-section-subtitle {
  color: #000000;
}
.cid-uzQxfBR7yw .mbr-section-title {
  color: #21431f;
}
.cid-uzQxfD9sMV {
  background-color: #ffffff;
}
.cid-uzQxfD9sMV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzQxfD9sMV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzQxfD9sMV .card {
  justify-content: center;
}
.cid-uzQxfD9sMV .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzQxfD9sMV .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uzQxfD9sMV .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uzQxfD9sMV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uzQxfD9sMV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uzQxfD9sMV .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uzQxfD9sMV .image-wrapper {
  display: flex;
  justify-content: flex-end;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uzQxfD9sMV .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uzQxfD9sMV .image-wrapper {
    justify-content: center;
  }
}
.cid-uzQxfD9sMV .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uzQxfD9sMV .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uzQxfD9sMV .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uzQxfD9sMV .mbr-section-title {
  color: #f24d4a;
}
.cid-uzQxfD9sMV .mbr-text {
  color: #f24d4a;
}
.cid-uzQxfD9sMV .mbr-section-title,
.cid-uzQxfD9sMV .mbr-section-btn {
  color: #21431f;
}
.cid-uzQxfD9sMV .mbr-text,
.cid-uzQxfD9sMV .text-wrapper {
  color: #02963e;
}
.cid-uJGzoIgqfO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGzoIgqfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGzoIgqfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGzoIgqfO .items-wrapper {
  margin: 0 -5px;
}
.cid-uJGzoIgqfO .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJGzoIgqfO .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJGzoIgqfO .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJGzoIgqfO .item {
    margin-bottom: 16px;
  }
}
.cid-uJGzoIgqfO .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJGzoIgqfO .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJGzoIgqfO .item .item-wrapper {
  height: 100%;
  border: 5px solid #21431f;
  background-color: #21431f;
}
.cid-uJGzoIgqfO .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJGzoIgqfO .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJGzoIgqfO .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJGzoIgqfO .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJGzoIgqfO .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGzoIgqfO .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJGzoIgqfO .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJGzoIgqfO .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJGzoIgqfO .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJGzoIgqfO .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJGzoIgqfO .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJGzoIgqfO .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uJGzoIgqfO .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGzoIgqfO .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGzoIgqfO .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzQxfIWeO9 {
  background-color: #ffffff;
}
.cid-uzQxfIWeO9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzQxfIWeO9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzQxfIWeO9 .items-wrapper {
  margin: 0 -5px;
}
.cid-uzQxfIWeO9 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzQxfIWeO9 .item {
    margin-bottom: 16px;
  }
  .cid-uzQxfIWeO9 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uzQxfIWeO9 .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uzQxfIWeO9 .item .item-wrapper {
  height: 100%;
}
.cid-uzQxfIWeO9 .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uzQxfIWeO9 .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uzQxfLWkJO {
  background-color: #ffffff;
}
.cid-uzQxfLWkJO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzQxfLWkJO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzQxfLWkJO .items-wrapper {
  margin: 0 -5px;
}
.cid-uzQxfLWkJO .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzQxfLWkJO .item {
    margin-bottom: 16px;
  }
  .cid-uzQxfLWkJO .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uzQxfLWkJO .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uzQxfLWkJO .item .item-wrapper {
  height: 100%;
}
.cid-uzQxfLWkJO .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uzQxfLWkJO .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uzQxfRZcoy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uzU6p7aa15 {
  background-color: transparent;
}
.cid-uzU6p7aa15 .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uzU6p7aa15 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uzU6p7aa15 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzU6p7aa15 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzU6p7aa15 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzU6p7aa15 .menu_box .navbar.opened,
  .cid-uzU6p7aa15 .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzU6p7aa15 .navbar-dropdown {
  position: relative !important;
}
.cid-uzU6p7aa15 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uzU6p7aa15 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uzU6p7aa15 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzU6p7aa15 .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uzU6p7aa15 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzU6p7aa15 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uzU6p7aa15 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uzU6p7aa15 .nav-item {
    margin: 0 !important;
  }
}
.cid-uzU6p7aa15 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uzU6p7aa15 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uzU6p7aa15 .nav-item .nav-link:hover,
.cid-uzU6p7aa15 .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uzU6p7aa15 .nav-item .nav-link:hover::before,
.cid-uzU6p7aa15 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uzU6p7aa15 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzU6p7aa15 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzU6p7aa15 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzU6p7aa15 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzU6p7aa15 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzU6p7aa15 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzU6p7aa15 .offcanvas_box {
    display: none;
  }
}
.cid-uzU6p7aa15 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzU6p7aa15 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzU6p7aa15 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzU6p7aa15 .container {
  display: flex;
  margin: auto;
}
.cid-uzU6p7aa15 .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzU6p7aa15 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzU6p7aa15 .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uzU6p7aa15 .navbar-nav {
    margin: 0;
  }
}
.cid-uzU6p7aa15 .dropdown-menu,
.cid-uzU6p7aa15 .navbar.opened {
  background-color: true !important;
}
.cid-uzU6p7aa15 .nav-item:focus,
.cid-uzU6p7aa15 .nav-link:focus {
  outline: none;
}
.cid-uzU6p7aa15 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzU6p7aa15 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzU6p7aa15 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzU6p7aa15 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzU6p7aa15 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzU6p7aa15 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzU6p7aa15 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzU6p7aa15 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzU6p7aa15 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzU6p7aa15 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzU6p7aa15 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uzU6p7aa15 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzU6p7aa15 .navbar.collapsed {
  justify-content: center;
}
.cid-uzU6p7aa15 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzU6p7aa15 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzU6p7aa15 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzU6p7aa15 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzU6p7aa15 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzU6p7aa15 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzU6p7aa15 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzU6p7aa15 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uzU6p7aa15 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzU6p7aa15 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzU6p7aa15 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzU6p7aa15 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzU6p7aa15 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzU6p7aa15 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzU6p7aa15 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzU6p7aa15 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzU6p7aa15 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzU6p7aa15 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzU6p7aa15 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzU6p7aa15 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzU6p7aa15 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzU6p7aa15 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzU6p7aa15 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzU6p7aa15 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzU6p7aa15 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzU6p7aa15 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzU6p7aa15 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzU6p7aa15 .dropdown-item.active,
.cid-uzU6p7aa15 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzU6p7aa15 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uzU6p7aa15 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzU6p7aa15 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzU6p7aa15 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzU6p7aa15 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzU6p7aa15 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzU6p7aa15 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uzU6p7aa15 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uzU6p7aa15 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzU6p7aa15 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzU6p7aa15 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzU6p7aa15 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzU6p7aa15 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzU6p7aa15 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzU6p7aa15 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzU6p7aa15 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzU6p7aa15 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzU6p7aa15 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzU6p7aa15 .navbar {
    height: 70px;
  }
  .cid-uzU6p7aa15 .navbar.opened {
    height: auto;
  }
  .cid-uzU6p7aa15 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzU6p7aa15 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uzU6p7aa15 .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uzU6p7aa15 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzU6p7aa15 .text_widget {
  margin-bottom: 32px;
}
.cid-uzU6p7aa15 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzU6p7aa15 .text_widget a:hover,
.cid-uzU6p7aa15 .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uzU6p7aa15 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uzU6p7aa15 .navbar-caption {
  color: #000000;
}
.cid-uzU6p7aa15 .mbr-section-subtitle,
.cid-uzU6p7aa15 .text_widget,
.cid-uzU6p7aa15 .mbr-section-btn {
  text-align: center;
}
.cid-uzU6p7aa15 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzU6p7aa15 .nav-link,
.cid-uzU6p7aa15 .dropdown-item {
  color: #FFFFFF;
}
.cid-uzU6p80qJp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzU6p80qJp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzU6p80qJp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzU6p80qJp .content-wrap {
  justify-content: center;
}
.cid-uzU6p80qJp .card {
  justify-content: center;
}
.cid-uzU6p80qJp .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzU6p80qJp .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uzU6p80qJp .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzU6p80qJp .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzU6p80qJp .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uzU6p80qJp .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uzU6p80qJp .nav-wrapper .list .item-wrap:hover,
.cid-uzU6p80qJp .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uzU6p80qJp .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uzU6p80qJp .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uzU6p80qJp .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzU6p80qJp .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uzU6p80qJp .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzU6p80qJp .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uzU6p80qJp .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzU6p80qJp .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uzU6p80qJp .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzU6p80qJp .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uzU6p80qJp .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uzU6p80qJp .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uzU6p80qJp .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzU6p80qJp .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uzU6p80qJp .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uzU6p80qJp .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uzU6p80qJp .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uzU6p80qJp .mbr-section-title {
  color: #f24d4a;
}
.cid-uzU6p80qJp .list,
.cid-uzU6p80qJp .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uzU6p80qJp .mbr-phone {
  color: #f24d4a;
}
.cid-uzU6p80qJp .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uzU6p9BlnF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uzU6p9BlnF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzU6p9BlnF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzU6p9BlnF .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzU6p9BlnF .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzU6p9BlnF .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzU6p9BlnF .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzU6p9BlnF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uzU6p9BlnF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzU6p9BlnF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzU6p9BlnF .mbr-text,
.cid-uzU6p9BlnF .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzU6p9BlnF .mbr-section-title,
.cid-uzU6p9BlnF .mbr-section-btn {
  text-align: center;
}
.cid-uzU6pbmMNi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzU6pbmMNi .mbr-text {
  color: #000000;
}
.cid-uzU6pbmMNi .mbr-section-subtitle {
  color: #000000;
}
.cid-uzU6pbmMNi .mbr-section-title {
  color: #000000;
}
.cid-uzU8ZY1FFs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzU8ZY1FFs .mbr-text {
  color: #000000;
}
.cid-uzU8ZY1FFs .mbr-section-subtitle {
  color: #000000;
}
.cid-uzU8ZY1FFs .mbr-section-title {
  color: #000000;
}
.cid-uzU6pkHwl3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uzU81F0Z4p {
  background-color: transparent;
}
.cid-uzU81F0Z4p .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uzU81F0Z4p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uzU81F0Z4p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzU81F0Z4p .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzU81F0Z4p .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzU81F0Z4p .menu_box .navbar.opened,
  .cid-uzU81F0Z4p .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzU81F0Z4p .navbar-dropdown {
  position: relative !important;
}
.cid-uzU81F0Z4p .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uzU81F0Z4p .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uzU81F0Z4p .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzU81F0Z4p .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uzU81F0Z4p .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzU81F0Z4p .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uzU81F0Z4p .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uzU81F0Z4p .nav-item {
    margin: 0 !important;
  }
}
.cid-uzU81F0Z4p .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uzU81F0Z4p .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uzU81F0Z4p .nav-item .nav-link:hover,
.cid-uzU81F0Z4p .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uzU81F0Z4p .nav-item .nav-link:hover::before,
.cid-uzU81F0Z4p .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uzU81F0Z4p .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzU81F0Z4p .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzU81F0Z4p .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzU81F0Z4p .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzU81F0Z4p .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzU81F0Z4p .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzU81F0Z4p .offcanvas_box {
    display: none;
  }
}
.cid-uzU81F0Z4p .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzU81F0Z4p .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzU81F0Z4p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzU81F0Z4p .container {
  display: flex;
  margin: auto;
}
.cid-uzU81F0Z4p .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzU81F0Z4p .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzU81F0Z4p .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uzU81F0Z4p .navbar-nav {
    margin: 0;
  }
}
.cid-uzU81F0Z4p .dropdown-menu,
.cid-uzU81F0Z4p .navbar.opened {
  background-color: true !important;
}
.cid-uzU81F0Z4p .nav-item:focus,
.cid-uzU81F0Z4p .nav-link:focus {
  outline: none;
}
.cid-uzU81F0Z4p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzU81F0Z4p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzU81F0Z4p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzU81F0Z4p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzU81F0Z4p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzU81F0Z4p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzU81F0Z4p .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzU81F0Z4p .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzU81F0Z4p .navbar.opened {
  transition: all 0.3s;
}
.cid-uzU81F0Z4p .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzU81F0Z4p .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uzU81F0Z4p .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzU81F0Z4p .navbar.collapsed {
  justify-content: center;
}
.cid-uzU81F0Z4p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzU81F0Z4p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzU81F0Z4p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzU81F0Z4p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzU81F0Z4p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzU81F0Z4p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzU81F0Z4p .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzU81F0Z4p .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uzU81F0Z4p .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzU81F0Z4p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzU81F0Z4p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzU81F0Z4p .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzU81F0Z4p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzU81F0Z4p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzU81F0Z4p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzU81F0Z4p .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzU81F0Z4p .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzU81F0Z4p .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzU81F0Z4p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzU81F0Z4p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzU81F0Z4p .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzU81F0Z4p .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzU81F0Z4p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzU81F0Z4p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzU81F0Z4p .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzU81F0Z4p .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzU81F0Z4p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzU81F0Z4p .dropdown-item.active,
.cid-uzU81F0Z4p .dropdown-item:active {
  background-color: transparent;
}
.cid-uzU81F0Z4p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uzU81F0Z4p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzU81F0Z4p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzU81F0Z4p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzU81F0Z4p ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzU81F0Z4p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzU81F0Z4p button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uzU81F0Z4p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uzU81F0Z4p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzU81F0Z4p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzU81F0Z4p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzU81F0Z4p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzU81F0Z4p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzU81F0Z4p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzU81F0Z4p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzU81F0Z4p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzU81F0Z4p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzU81F0Z4p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzU81F0Z4p .navbar {
    height: 70px;
  }
  .cid-uzU81F0Z4p .navbar.opened {
    height: auto;
  }
  .cid-uzU81F0Z4p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzU81F0Z4p .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uzU81F0Z4p .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uzU81F0Z4p .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzU81F0Z4p .text_widget {
  margin-bottom: 32px;
}
.cid-uzU81F0Z4p .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzU81F0Z4p .text_widget a:hover,
.cid-uzU81F0Z4p .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uzU81F0Z4p .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uzU81F0Z4p .navbar-caption {
  color: #000000;
}
.cid-uzU81F0Z4p .mbr-section-subtitle,
.cid-uzU81F0Z4p .text_widget,
.cid-uzU81F0Z4p .mbr-section-btn {
  text-align: center;
}
.cid-uzU81F0Z4p a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzU81F0Z4p .nav-link,
.cid-uzU81F0Z4p .dropdown-item {
  color: #FFFFFF;
}
.cid-uzU81FKN5P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzU81FKN5P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzU81FKN5P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzU81FKN5P .content-wrap {
  justify-content: center;
}
.cid-uzU81FKN5P .card {
  justify-content: center;
}
.cid-uzU81FKN5P .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzU81FKN5P .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uzU81FKN5P .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzU81FKN5P .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzU81FKN5P .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uzU81FKN5P .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uzU81FKN5P .nav-wrapper .list .item-wrap:hover,
.cid-uzU81FKN5P .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uzU81FKN5P .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uzU81FKN5P .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uzU81FKN5P .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzU81FKN5P .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uzU81FKN5P .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzU81FKN5P .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uzU81FKN5P .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzU81FKN5P .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uzU81FKN5P .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzU81FKN5P .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uzU81FKN5P .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uzU81FKN5P .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uzU81FKN5P .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzU81FKN5P .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uzU81FKN5P .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uzU81FKN5P .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uzU81FKN5P .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uzU81FKN5P .mbr-section-title {
  color: #f24d4a;
}
.cid-uzU81FKN5P .list,
.cid-uzU81FKN5P .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uzU81FKN5P .mbr-phone {
  color: #f24d4a;
}
.cid-uzU81FKN5P .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uzU81Gtm8x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uzU81Gtm8x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzU81Gtm8x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzU81Gtm8x .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzU81Gtm8x .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzU81Gtm8x .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzU81Gtm8x .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzU81Gtm8x .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uzU81Gtm8x .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzU81Gtm8x .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzU81Gtm8x .mbr-text,
.cid-uzU81Gtm8x .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzU81Gtm8x .mbr-section-title,
.cid-uzU81Gtm8x .mbr-section-btn {
  text-align: center;
}
.cid-uzU81H1HeL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzU81H1HeL .mbr-text {
  color: #02963e;
}
.cid-uzU81H1HeL .mbr-section-subtitle {
  color: #000000;
}
.cid-uzU81H1HeL .mbr-section-title {
  color: #21431f;
}
.cid-uNMdSjovW3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uNMdSjovW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNMdSjovW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNMdSjovW3 .items-wrapper {
  margin: 0 -5px;
}
.cid-uNMdSjovW3 .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uNMdSjovW3 .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-uNMdSjovW3 .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-uNMdSjovW3 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #003366;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uNMdSjovW3 .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-uNMdSjovW3 .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNMdSjovW3 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uNMdSjovW3 .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-uNMdSjovW3 .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-uNMdSjovW3 .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uNMdSjovW3 .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uNMdSjovW3 .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNMdSjovW3 .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 6px;
  }
}
.cid-uNMdSjovW3 .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  padding: 8px 20px;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uNMdSjovW3 .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNMdSjovW3 .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-uNMdSjovW3 .content-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uNMdSjovW3 .content-wrapper .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uNMdSjovW3 .content-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-uNMdSjovW3 .content-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: 60px !important;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uNMdSjovW3 .content-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uNMdSjovW3 .content-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uNMdSjovW3 .content-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
}
.cid-uNMdSjovW3 .content-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #21431f;
  opacity: 0.7;
}
.cid-uNMdSjovW3 .content-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uNMdSjovW3 .content-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uNMdSjovW3 .content-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uNMdSjovW3 .content-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uNMdSjovW3 .content-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uNMdSjovW3 .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-uNMdSjovW3 .mbr-section-title {
  color: #ffffff;
}
.cid-uNMdSjovW3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNMdSjovW3 .card-title {
  color: #ffffff;
}
.cid-uNMdSjovW3 .card-box .mbr-section-btn {
  margin-left: 10px;
}
.cid-uNMdSjovW3 .card-box .mbr-section-btn a {
  text-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-uNMdSjovW3 .card-box .mbr-section-btn {
    margin-left: 0;
  }
}
.cid-uJGzvUBBnn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGzvUBBnn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGzvUBBnn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGzvUBBnn .items-wrapper {
  margin: 0 -5px;
}
.cid-uJGzvUBBnn .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJGzvUBBnn .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJGzvUBBnn .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJGzvUBBnn .item {
    margin-bottom: 16px;
  }
}
.cid-uJGzvUBBnn .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJGzvUBBnn .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJGzvUBBnn .item .item-wrapper {
  height: 100%;
  border: 5px solid #21431f;
  background-color: #21431f;
}
.cid-uJGzvUBBnn .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJGzvUBBnn .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJGzvUBBnn .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJGzvUBBnn .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJGzvUBBnn .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGzvUBBnn .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJGzvUBBnn .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJGzvUBBnn .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJGzvUBBnn .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJGzvUBBnn .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJGzvUBBnn .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJGzvUBBnn .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uJGzvUBBnn .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGzvUBBnn .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGzvUBBnn .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzU81J4c3q {
  background-color: #ffffff;
}
.cid-uzU81J4c3q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzU81J4c3q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzU81J4c3q .items-wrapper {
  margin: 0 -5px;
}
.cid-uzU81J4c3q .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzU81J4c3q .item {
    margin-bottom: 16px;
  }
  .cid-uzU81J4c3q .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uzU81J4c3q .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uzU81J4c3q .item .item-wrapper {
  height: 100%;
}
.cid-uzU81J4c3q .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uzU81J4c3q .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uzU81JMpWT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uzU83z8sxD {
  background-color: transparent;
}
.cid-uzU83z8sxD .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uzU83z8sxD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uzU83z8sxD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzU83z8sxD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzU83z8sxD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzU83z8sxD .menu_box .navbar.opened,
  .cid-uzU83z8sxD .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzU83z8sxD .navbar-dropdown {
  position: relative !important;
}
.cid-uzU83z8sxD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uzU83z8sxD .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uzU83z8sxD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzU83z8sxD .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uzU83z8sxD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzU83z8sxD .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uzU83z8sxD .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uzU83z8sxD .nav-item {
    margin: 0 !important;
  }
}
.cid-uzU83z8sxD .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uzU83z8sxD .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uzU83z8sxD .nav-item .nav-link:hover,
.cid-uzU83z8sxD .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uzU83z8sxD .nav-item .nav-link:hover::before,
.cid-uzU83z8sxD .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uzU83z8sxD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzU83z8sxD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzU83z8sxD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzU83z8sxD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzU83z8sxD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzU83z8sxD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzU83z8sxD .offcanvas_box {
    display: none;
  }
}
.cid-uzU83z8sxD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzU83z8sxD .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzU83z8sxD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzU83z8sxD .container {
  display: flex;
  margin: auto;
}
.cid-uzU83z8sxD .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzU83z8sxD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzU83z8sxD .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uzU83z8sxD .navbar-nav {
    margin: 0;
  }
}
.cid-uzU83z8sxD .dropdown-menu,
.cid-uzU83z8sxD .navbar.opened {
  background-color: true !important;
}
.cid-uzU83z8sxD .nav-item:focus,
.cid-uzU83z8sxD .nav-link:focus {
  outline: none;
}
.cid-uzU83z8sxD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzU83z8sxD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzU83z8sxD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzU83z8sxD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzU83z8sxD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzU83z8sxD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzU83z8sxD .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzU83z8sxD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzU83z8sxD .navbar.opened {
  transition: all 0.3s;
}
.cid-uzU83z8sxD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzU83z8sxD .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uzU83z8sxD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzU83z8sxD .navbar.collapsed {
  justify-content: center;
}
.cid-uzU83z8sxD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzU83z8sxD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzU83z8sxD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzU83z8sxD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzU83z8sxD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzU83z8sxD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzU83z8sxD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzU83z8sxD .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uzU83z8sxD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzU83z8sxD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzU83z8sxD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzU83z8sxD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzU83z8sxD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzU83z8sxD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzU83z8sxD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzU83z8sxD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzU83z8sxD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzU83z8sxD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzU83z8sxD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzU83z8sxD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzU83z8sxD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzU83z8sxD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzU83z8sxD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzU83z8sxD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzU83z8sxD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzU83z8sxD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzU83z8sxD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzU83z8sxD .dropdown-item.active,
.cid-uzU83z8sxD .dropdown-item:active {
  background-color: transparent;
}
.cid-uzU83z8sxD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uzU83z8sxD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzU83z8sxD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzU83z8sxD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzU83z8sxD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzU83z8sxD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzU83z8sxD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uzU83z8sxD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uzU83z8sxD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzU83z8sxD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzU83z8sxD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzU83z8sxD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzU83z8sxD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzU83z8sxD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzU83z8sxD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzU83z8sxD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzU83z8sxD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzU83z8sxD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzU83z8sxD .navbar {
    height: 70px;
  }
  .cid-uzU83z8sxD .navbar.opened {
    height: auto;
  }
  .cid-uzU83z8sxD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzU83z8sxD .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uzU83z8sxD .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uzU83z8sxD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzU83z8sxD .text_widget {
  margin-bottom: 32px;
}
.cid-uzU83z8sxD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzU83z8sxD .text_widget a:hover,
.cid-uzU83z8sxD .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uzU83z8sxD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uzU83z8sxD .navbar-caption {
  color: #000000;
}
.cid-uzU83z8sxD .mbr-section-subtitle,
.cid-uzU83z8sxD .text_widget,
.cid-uzU83z8sxD .mbr-section-btn {
  text-align: center;
}
.cid-uzU83z8sxD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzU83z8sxD .nav-link,
.cid-uzU83z8sxD .dropdown-item {
  color: #FFFFFF;
}
.cid-uzU83zOxRz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzU83zOxRz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzU83zOxRz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzU83zOxRz .content-wrap {
  justify-content: center;
}
.cid-uzU83zOxRz .card {
  justify-content: center;
}
.cid-uzU83zOxRz .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzU83zOxRz .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uzU83zOxRz .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzU83zOxRz .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzU83zOxRz .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uzU83zOxRz .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uzU83zOxRz .nav-wrapper .list .item-wrap:hover,
.cid-uzU83zOxRz .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uzU83zOxRz .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uzU83zOxRz .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uzU83zOxRz .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzU83zOxRz .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uzU83zOxRz .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzU83zOxRz .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uzU83zOxRz .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzU83zOxRz .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uzU83zOxRz .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzU83zOxRz .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uzU83zOxRz .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uzU83zOxRz .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uzU83zOxRz .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzU83zOxRz .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uzU83zOxRz .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uzU83zOxRz .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uzU83zOxRz .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uzU83zOxRz .mbr-section-title {
  color: #f24d4a;
}
.cid-uzU83zOxRz .list,
.cid-uzU83zOxRz .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uzU83zOxRz .mbr-phone {
  color: #f24d4a;
}
.cid-uzU83zOxRz .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uzU83AuexG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uzU83AuexG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzU83AuexG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzU83AuexG .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzU83AuexG .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzU83AuexG .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzU83AuexG .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzU83AuexG .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uzU83AuexG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzU83AuexG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzU83AuexG .mbr-text,
.cid-uzU83AuexG .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzU83AuexG .mbr-section-title,
.cid-uzU83AuexG .mbr-section-btn {
  text-align: center;
}
.cid-uHgU4DdIB8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHgU4DdIB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHgU4DdIB8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHgU4DdIB8 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHgU4DdIB8 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHgU4DdIB8 .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uHgU4DdIB8 .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uHgU4DdIB8 .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uHgU4DdIB8 .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uHgU4DdIB8 .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uHgU4DdIB8 .mbr-figure {
  margin: 0 auto;
  width: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uHgU4DdIB8 .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uHgU4DdIB8 .mbr-figure {
    width: 100%;
  }
}
.cid-uHgU4DdIB8 .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uHgU4DdIB8 .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uHgU4DdIB8 .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHgU4DdIB8 .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uHgU4DdIB8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHgU4DdIB8 .mbr-section-title,
.cid-uHgU4DdIB8 .mbr-section-btn {
  color: #21431f;
}
.cid-uJXzgg2MOK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJXzgg2MOK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXzgg2MOK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXzgg2MOK .items-wrapper {
  margin: 0 -5px;
}
.cid-uJXzgg2MOK .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJXzgg2MOK .item {
    margin-bottom: 16px;
  }
  .cid-uJXzgg2MOK .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJXzgg2MOK .item .item-wrapper {
  height: 100%;
}
.cid-uJXzgg2MOK .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #00213d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uJXzgg2MOK .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-uJXzgg2MOK .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: .3;
  background-color: #00213d;
  pointer-events: none;
  border-radius: 0 !important;
}
.cid-uJXzgg2MOK .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uJXzgg2MOK .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uJXzgg2MOK .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-uJXzgg2MOK .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uJXzgg2MOK .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-uJXzgg2MOK .card-title {
  color: #ffffff;
}
.cid-uJXzgg2MOK .card-text {
  color: #00213d;
}
.cid-uJXzh1vhV8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJXzh1vhV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXzh1vhV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXzh1vhV8 .items-wrapper {
  margin: 0 -5px;
}
.cid-uJXzh1vhV8 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJXzh1vhV8 .item {
    margin-bottom: 16px;
  }
  .cid-uJXzh1vhV8 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJXzh1vhV8 .item .item-wrapper {
  height: 100%;
}
.cid-uJXzh1vhV8 .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #00213d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uJXzh1vhV8 .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-uJXzh1vhV8 .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: .3;
  background-color: #00213d;
  pointer-events: none;
  border-radius: 0 !important;
}
.cid-uJXzh1vhV8 .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uJXzh1vhV8 .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uJXzh1vhV8 .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-uJXzh1vhV8 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uJXzh1vhV8 .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-uJXzh1vhV8 .card-title {
  color: #ffffff;
}
.cid-uJXzh1vhV8 .card-text {
  color: #00213d;
}
.cid-uJGzCcL06Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGzCcL06Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGzCcL06Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGzCcL06Z .items-wrapper {
  margin: 0 -5px;
}
.cid-uJGzCcL06Z .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJGzCcL06Z .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJGzCcL06Z .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJGzCcL06Z .item {
    margin-bottom: 16px;
  }
}
.cid-uJGzCcL06Z .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJGzCcL06Z .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJGzCcL06Z .item .item-wrapper {
  height: 100%;
  border: 5px solid #21431f;
  background-color: #21431f;
}
.cid-uJGzCcL06Z .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJGzCcL06Z .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJGzCcL06Z .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJGzCcL06Z .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJGzCcL06Z .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGzCcL06Z .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJGzCcL06Z .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJGzCcL06Z .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJGzCcL06Z .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJGzCcL06Z .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJGzCcL06Z .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJGzCcL06Z .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uJGzCcL06Z .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGzCcL06Z .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGzCcL06Z .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJXIg4f1Kc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJXIg4f1Kc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXIg4f1Kc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXIg4f1Kc .items-wrapper {
  margin: 0 -5px;
}
.cid-uJXIg4f1Kc .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJXIg4f1Kc .item {
    margin-bottom: 16px;
  }
  .cid-uJXIg4f1Kc .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJXIg4f1Kc .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uJXIg4f1Kc .item .item-wrapper {
  height: 100%;
}
.cid-uJXIg4f1Kc .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uJXIg4f1Kc .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uzU83DChZt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uzU7ZagoiX {
  background-color: transparent;
}
.cid-uzU7ZagoiX .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uzU7ZagoiX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uzU7ZagoiX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzU7ZagoiX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzU7ZagoiX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzU7ZagoiX .menu_box .navbar.opened,
  .cid-uzU7ZagoiX .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzU7ZagoiX .navbar-dropdown {
  position: relative !important;
}
.cid-uzU7ZagoiX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uzU7ZagoiX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uzU7ZagoiX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzU7ZagoiX .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uzU7ZagoiX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzU7ZagoiX .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uzU7ZagoiX .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uzU7ZagoiX .nav-item {
    margin: 0 !important;
  }
}
.cid-uzU7ZagoiX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uzU7ZagoiX .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uzU7ZagoiX .nav-item .nav-link:hover,
.cid-uzU7ZagoiX .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uzU7ZagoiX .nav-item .nav-link:hover::before,
.cid-uzU7ZagoiX .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uzU7ZagoiX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzU7ZagoiX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzU7ZagoiX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzU7ZagoiX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzU7ZagoiX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzU7ZagoiX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzU7ZagoiX .offcanvas_box {
    display: none;
  }
}
.cid-uzU7ZagoiX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzU7ZagoiX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzU7ZagoiX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzU7ZagoiX .container {
  display: flex;
  margin: auto;
}
.cid-uzU7ZagoiX .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzU7ZagoiX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzU7ZagoiX .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uzU7ZagoiX .navbar-nav {
    margin: 0;
  }
}
.cid-uzU7ZagoiX .dropdown-menu,
.cid-uzU7ZagoiX .navbar.opened {
  background-color: true !important;
}
.cid-uzU7ZagoiX .nav-item:focus,
.cid-uzU7ZagoiX .nav-link:focus {
  outline: none;
}
.cid-uzU7ZagoiX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzU7ZagoiX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzU7ZagoiX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzU7ZagoiX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzU7ZagoiX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzU7ZagoiX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzU7ZagoiX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzU7ZagoiX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzU7ZagoiX .navbar.opened {
  transition: all 0.3s;
}
.cid-uzU7ZagoiX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzU7ZagoiX .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uzU7ZagoiX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzU7ZagoiX .navbar.collapsed {
  justify-content: center;
}
.cid-uzU7ZagoiX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzU7ZagoiX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzU7ZagoiX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzU7ZagoiX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzU7ZagoiX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzU7ZagoiX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzU7ZagoiX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzU7ZagoiX .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uzU7ZagoiX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzU7ZagoiX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzU7ZagoiX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzU7ZagoiX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzU7ZagoiX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzU7ZagoiX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzU7ZagoiX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzU7ZagoiX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzU7ZagoiX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzU7ZagoiX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzU7ZagoiX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzU7ZagoiX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzU7ZagoiX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzU7ZagoiX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzU7ZagoiX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzU7ZagoiX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzU7ZagoiX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzU7ZagoiX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzU7ZagoiX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzU7ZagoiX .dropdown-item.active,
.cid-uzU7ZagoiX .dropdown-item:active {
  background-color: transparent;
}
.cid-uzU7ZagoiX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uzU7ZagoiX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzU7ZagoiX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzU7ZagoiX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzU7ZagoiX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzU7ZagoiX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzU7ZagoiX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uzU7ZagoiX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uzU7ZagoiX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzU7ZagoiX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzU7ZagoiX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzU7ZagoiX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzU7ZagoiX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzU7ZagoiX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzU7ZagoiX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzU7ZagoiX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzU7ZagoiX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzU7ZagoiX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzU7ZagoiX .navbar {
    height: 70px;
  }
  .cid-uzU7ZagoiX .navbar.opened {
    height: auto;
  }
  .cid-uzU7ZagoiX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzU7ZagoiX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uzU7ZagoiX .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uzU7ZagoiX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzU7ZagoiX .text_widget {
  margin-bottom: 32px;
}
.cid-uzU7ZagoiX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzU7ZagoiX .text_widget a:hover,
.cid-uzU7ZagoiX .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uzU7ZagoiX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uzU7ZagoiX .navbar-caption {
  color: #000000;
}
.cid-uzU7ZagoiX .mbr-section-subtitle,
.cid-uzU7ZagoiX .text_widget,
.cid-uzU7ZagoiX .mbr-section-btn {
  text-align: center;
}
.cid-uzU7ZagoiX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzU7ZagoiX .nav-link,
.cid-uzU7ZagoiX .dropdown-item {
  color: #FFFFFF;
}
.cid-uzU7Zb00eI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzU7Zb00eI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzU7Zb00eI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzU7Zb00eI .content-wrap {
  justify-content: center;
}
.cid-uzU7Zb00eI .card {
  justify-content: center;
}
.cid-uzU7Zb00eI .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzU7Zb00eI .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uzU7Zb00eI .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzU7Zb00eI .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzU7Zb00eI .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uzU7Zb00eI .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uzU7Zb00eI .nav-wrapper .list .item-wrap:hover,
.cid-uzU7Zb00eI .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uzU7Zb00eI .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uzU7Zb00eI .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uzU7Zb00eI .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzU7Zb00eI .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uzU7Zb00eI .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzU7Zb00eI .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uzU7Zb00eI .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzU7Zb00eI .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uzU7Zb00eI .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzU7Zb00eI .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uzU7Zb00eI .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uzU7Zb00eI .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uzU7Zb00eI .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzU7Zb00eI .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uzU7Zb00eI .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uzU7Zb00eI .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uzU7Zb00eI .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uzU7Zb00eI .mbr-section-title {
  color: #f24d4a;
}
.cid-uzU7Zb00eI .list,
.cid-uzU7Zb00eI .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uzU7Zb00eI .mbr-phone {
  color: #f24d4a;
}
.cid-uzU7Zb00eI .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uzU7ZbHOM7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uzU7ZbHOM7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzU7ZbHOM7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzU7ZbHOM7 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzU7ZbHOM7 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzU7ZbHOM7 .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzU7ZbHOM7 .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzU7ZbHOM7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uzU7ZbHOM7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzU7ZbHOM7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzU7ZbHOM7 .mbr-text,
.cid-uzU7ZbHOM7 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzU7ZbHOM7 .mbr-section-title,
.cid-uzU7ZbHOM7 .mbr-section-btn {
  text-align: center;
}
.cid-uzU7ZcfE6w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzU7ZcfE6w .mbr-text {
  color: #02963e;
}
.cid-uzU7ZcfE6w .mbr-section-subtitle {
  color: #000000;
}
.cid-uzU7ZcfE6w .mbr-section-title {
  color: #21431f;
}
.cid-uzVjSPGARJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzVjSPGARJ .mbr-text {
  color: #02963e;
}
.cid-uzVjSPGARJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uzVjSPGARJ .mbr-section-title {
  color: #21431f;
}
.cid-uzVkjfWyPA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzVkjfWyPA .mbr-text {
  color: #02963e;
}
.cid-uzVkjfWyPA .mbr-section-subtitle {
  color: #000000;
}
.cid-uzVkjfWyPA .mbr-section-title {
  color: #21431f;
}
.cid-uzVkOlBFyG {
  background-color: #ffffff;
}
.cid-uzVkOlBFyG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzVkOlBFyG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzVkOlBFyG .card {
  justify-content: center;
}
.cid-uzVkOlBFyG .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzVkOlBFyG .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uzVkOlBFyG .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uzVkOlBFyG .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uzVkOlBFyG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uzVkOlBFyG .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uzVkOlBFyG .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzVkOlBFyG .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uzVkOlBFyG .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uzVkOlBFyG .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uzVkOlBFyG .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uzVkOlBFyG .mbr-section-title {
  color: #f24d4a;
}
.cid-uzVkOlBFyG .mbr-text {
  color: #f24d4a;
}
.cid-uzVkOlBFyG .mbr-section-title,
.cid-uzVkOlBFyG .mbr-section-btn {
  color: #21431f;
}
.cid-uzVkOlBFyG .mbr-text,
.cid-uzVkOlBFyG .text-wrapper {
  color: #02963e;
}
.cid-uzVkQ2DiT8 {
  background-color: #ffffff;
}
.cid-uzVkQ2DiT8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzVkQ2DiT8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzVkQ2DiT8 .card {
  justify-content: center;
}
.cid-uzVkQ2DiT8 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzVkQ2DiT8 .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uzVkQ2DiT8 .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uzVkQ2DiT8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uzVkQ2DiT8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uzVkQ2DiT8 .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uzVkQ2DiT8 .image-wrapper {
  display: flex;
  justify-content: flex-end;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uzVkQ2DiT8 .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uzVkQ2DiT8 .image-wrapper {
    justify-content: center;
  }
}
.cid-uzVkQ2DiT8 .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uzVkQ2DiT8 .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uzVkQ2DiT8 .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uzVkQ2DiT8 .mbr-section-title {
  color: #f24d4a;
}
.cid-uzVkQ2DiT8 .mbr-text {
  color: #f24d4a;
}
.cid-uzVkQ2DiT8 .mbr-section-title,
.cid-uzVkQ2DiT8 .mbr-section-btn {
  color: #21431f;
}
.cid-uzVkQ2DiT8 .mbr-text,
.cid-uzVkQ2DiT8 .text-wrapper {
  color: #02963e;
}
.cid-uzVkRcqpiz {
  background-color: #ffffff;
}
.cid-uzVkRcqpiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzVkRcqpiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzVkRcqpiz .card {
  justify-content: center;
}
.cid-uzVkRcqpiz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzVkRcqpiz .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uzVkRcqpiz .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uzVkRcqpiz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uzVkRcqpiz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uzVkRcqpiz .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uzVkRcqpiz .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzVkRcqpiz .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uzVkRcqpiz .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uzVkRcqpiz .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uzVkRcqpiz .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uzVkRcqpiz .mbr-section-title {
  color: #f24d4a;
}
.cid-uzVkRcqpiz .mbr-text {
  color: #f24d4a;
}
.cid-uzVkRcqpiz .mbr-section-title,
.cid-uzVkRcqpiz .mbr-section-btn {
  color: #21431f;
}
.cid-uzVkRcqpiz .mbr-text,
.cid-uzVkRcqpiz .text-wrapper {
  color: #02963e;
}
.cid-uNMe8qeekc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uNMe8qeekc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNMe8qeekc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNMe8qeekc .items-wrapper {
  margin: 0 -5px;
}
.cid-uNMe8qeekc .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uNMe8qeekc .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-uNMe8qeekc .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-uNMe8qeekc .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #003366;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uNMe8qeekc .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-uNMe8qeekc .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNMe8qeekc .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uNMe8qeekc .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-uNMe8qeekc .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-uNMe8qeekc .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uNMe8qeekc .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uNMe8qeekc .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNMe8qeekc .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 6px;
  }
}
.cid-uNMe8qeekc .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  padding: 8px 20px;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uNMe8qeekc .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNMe8qeekc .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-uNMe8qeekc .content-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uNMe8qeekc .content-wrapper .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uNMe8qeekc .content-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-uNMe8qeekc .content-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: 60px !important;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uNMe8qeekc .content-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uNMe8qeekc .content-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uNMe8qeekc .content-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
}
.cid-uNMe8qeekc .content-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #21431f;
  opacity: 0.7;
}
.cid-uNMe8qeekc .content-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uNMe8qeekc .content-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uNMe8qeekc .content-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uNMe8qeekc .content-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uNMe8qeekc .content-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uNMe8qeekc .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-uNMe8qeekc .mbr-section-title {
  color: #ffffff;
}
.cid-uNMe8qeekc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNMe8qeekc .card-title {
  color: #ffffff;
}
.cid-uNMe8qeekc .card-box .mbr-section-btn {
  margin-left: 10px;
}
.cid-uNMe8qeekc .card-box .mbr-section-btn a {
  text-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-uNMe8qeekc .card-box .mbr-section-btn {
    margin-left: 0;
  }
}
.cid-uJGzKn6cfl {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGzKn6cfl .mbr-media {
  position: relative;
}
.cid-uJGzKn6cfl .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-uJGzKn6cfl img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJGzKn6cfl img {
    max-width: 80%;
  }
}
.cid-uJGzKn6cfl h1 {
  line-height: 1.5;
}
.cid-uJGzKn6cfl .start {
  width: 100px;
  height: 100px;
  background: #02963e;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-uJGzKn6cfl .start:hover {
  background: #016429;
}
.cid-uJGzKn6cfl .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #02963e;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-uJGzKn6cfl a {
  background-image: none !important;
}
.cid-uJGzKn6cfl .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJGzKn6cfl .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJGzKn6cfl .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJGzKn6cfl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJGzKn6cfl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJGzKn6cfl .mbr-section-title {
  color: #02963e;
}
.cid-uJGzKn6cfl .mbr-text,
.cid-uJGzKn6cfl .mbr-section-btn,
.cid-uJGzKn6cfl .text-wrapper {
  color: #454545;
}
.cid-uzU7Zds3i8 {
  background-color: #ffffff;
}
.cid-uzU7Zds3i8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzU7Zds3i8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzU7Zds3i8 .card {
  justify-content: center;
}
.cid-uzU7Zds3i8 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzU7Zds3i8 .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uzU7Zds3i8 .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uzU7Zds3i8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uzU7Zds3i8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uzU7Zds3i8 .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uzU7Zds3i8 .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzU7Zds3i8 .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uzU7Zds3i8 .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uzU7Zds3i8 .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uzU7Zds3i8 .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uzU7Zds3i8 .mbr-section-title {
  color: #f24d4a;
}
.cid-uzU7Zds3i8 .mbr-text {
  color: #f24d4a;
}
.cid-uzU7Zds3i8 .mbr-section-title,
.cid-uzU7Zds3i8 .mbr-section-btn {
  color: #21431f;
}
.cid-uzU7Zds3i8 .mbr-text,
.cid-uzU7Zds3i8 .text-wrapper {
  color: #02963e;
}
.cid-uzUtRF9juo {
  background-color: #ffffff;
}
.cid-uzUtRF9juo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzUtRF9juo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzUtRF9juo .card {
  justify-content: center;
}
.cid-uzUtRF9juo .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzUtRF9juo .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uzUtRF9juo .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uzUtRF9juo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uzUtRF9juo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uzUtRF9juo .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uzUtRF9juo .image-wrapper {
  display: flex;
  justify-content: flex-end;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uzUtRF9juo .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uzUtRF9juo .image-wrapper {
    justify-content: center;
  }
}
.cid-uzUtRF9juo .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uzUtRF9juo .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uzUtRF9juo .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uzUtRF9juo .mbr-section-title {
  color: #f24d4a;
}
.cid-uzUtRF9juo .mbr-text {
  color: #f24d4a;
}
.cid-uzUtRF9juo .mbr-section-title,
.cid-uzUtRF9juo .mbr-section-btn {
  color: #21431f;
}
.cid-uzUtRF9juo .mbr-text,
.cid-uzUtRF9juo .text-wrapper {
  color: #02963e;
}
.cid-uzU7Ze5sHM {
  background-color: #ffffff;
}
.cid-uzU7Ze5sHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzU7Ze5sHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzU7Ze5sHM .items-wrapper {
  margin: 0 -5px;
}
.cid-uzU7Ze5sHM .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzU7Ze5sHM .item {
    margin-bottom: 16px;
  }
  .cid-uzU7Ze5sHM .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uzU7Ze5sHM .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uzU7Ze5sHM .item .item-wrapper {
  height: 100%;
}
.cid-uzU7Ze5sHM .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uzU7Ze5sHM .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uzU7ZeMDja {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uzU7XH2ex5 {
  background-color: transparent;
}
.cid-uzU7XH2ex5 .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uzU7XH2ex5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uzU7XH2ex5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzU7XH2ex5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzU7XH2ex5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzU7XH2ex5 .menu_box .navbar.opened,
  .cid-uzU7XH2ex5 .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzU7XH2ex5 .navbar-dropdown {
  position: relative !important;
}
.cid-uzU7XH2ex5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uzU7XH2ex5 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uzU7XH2ex5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzU7XH2ex5 .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uzU7XH2ex5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzU7XH2ex5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uzU7XH2ex5 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uzU7XH2ex5 .nav-item {
    margin: 0 !important;
  }
}
.cid-uzU7XH2ex5 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uzU7XH2ex5 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uzU7XH2ex5 .nav-item .nav-link:hover,
.cid-uzU7XH2ex5 .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uzU7XH2ex5 .nav-item .nav-link:hover::before,
.cid-uzU7XH2ex5 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uzU7XH2ex5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzU7XH2ex5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzU7XH2ex5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzU7XH2ex5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzU7XH2ex5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzU7XH2ex5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzU7XH2ex5 .offcanvas_box {
    display: none;
  }
}
.cid-uzU7XH2ex5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzU7XH2ex5 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzU7XH2ex5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzU7XH2ex5 .container {
  display: flex;
  margin: auto;
}
.cid-uzU7XH2ex5 .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzU7XH2ex5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzU7XH2ex5 .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uzU7XH2ex5 .navbar-nav {
    margin: 0;
  }
}
.cid-uzU7XH2ex5 .dropdown-menu,
.cid-uzU7XH2ex5 .navbar.opened {
  background-color: true !important;
}
.cid-uzU7XH2ex5 .nav-item:focus,
.cid-uzU7XH2ex5 .nav-link:focus {
  outline: none;
}
.cid-uzU7XH2ex5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzU7XH2ex5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzU7XH2ex5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzU7XH2ex5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzU7XH2ex5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzU7XH2ex5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzU7XH2ex5 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzU7XH2ex5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzU7XH2ex5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzU7XH2ex5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzU7XH2ex5 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uzU7XH2ex5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzU7XH2ex5 .navbar.collapsed {
  justify-content: center;
}
.cid-uzU7XH2ex5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzU7XH2ex5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzU7XH2ex5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzU7XH2ex5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzU7XH2ex5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzU7XH2ex5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzU7XH2ex5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzU7XH2ex5 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uzU7XH2ex5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzU7XH2ex5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzU7XH2ex5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzU7XH2ex5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzU7XH2ex5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzU7XH2ex5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzU7XH2ex5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzU7XH2ex5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzU7XH2ex5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzU7XH2ex5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzU7XH2ex5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzU7XH2ex5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzU7XH2ex5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzU7XH2ex5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzU7XH2ex5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzU7XH2ex5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzU7XH2ex5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzU7XH2ex5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzU7XH2ex5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzU7XH2ex5 .dropdown-item.active,
.cid-uzU7XH2ex5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzU7XH2ex5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uzU7XH2ex5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzU7XH2ex5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzU7XH2ex5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzU7XH2ex5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzU7XH2ex5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzU7XH2ex5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uzU7XH2ex5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uzU7XH2ex5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzU7XH2ex5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzU7XH2ex5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzU7XH2ex5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzU7XH2ex5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzU7XH2ex5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzU7XH2ex5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzU7XH2ex5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzU7XH2ex5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzU7XH2ex5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzU7XH2ex5 .navbar {
    height: 70px;
  }
  .cid-uzU7XH2ex5 .navbar.opened {
    height: auto;
  }
  .cid-uzU7XH2ex5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzU7XH2ex5 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uzU7XH2ex5 .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uzU7XH2ex5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzU7XH2ex5 .text_widget {
  margin-bottom: 32px;
}
.cid-uzU7XH2ex5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzU7XH2ex5 .text_widget a:hover,
.cid-uzU7XH2ex5 .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uzU7XH2ex5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uzU7XH2ex5 .navbar-caption {
  color: #000000;
}
.cid-uzU7XH2ex5 .mbr-section-subtitle,
.cid-uzU7XH2ex5 .text_widget,
.cid-uzU7XH2ex5 .mbr-section-btn {
  text-align: center;
}
.cid-uzU7XH2ex5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzU7XH2ex5 .nav-link,
.cid-uzU7XH2ex5 .dropdown-item {
  color: #FFFFFF;
}
.cid-uzU7XIho2w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzU7XIho2w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzU7XIho2w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzU7XIho2w .content-wrap {
  justify-content: center;
}
.cid-uzU7XIho2w .card {
  justify-content: center;
}
.cid-uzU7XIho2w .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzU7XIho2w .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uzU7XIho2w .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uzU7XIho2w .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzU7XIho2w .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uzU7XIho2w .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uzU7XIho2w .nav-wrapper .list .item-wrap:hover,
.cid-uzU7XIho2w .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uzU7XIho2w .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uzU7XIho2w .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uzU7XIho2w .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzU7XIho2w .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uzU7XIho2w .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzU7XIho2w .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uzU7XIho2w .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzU7XIho2w .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uzU7XIho2w .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzU7XIho2w .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uzU7XIho2w .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uzU7XIho2w .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uzU7XIho2w .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uzU7XIho2w .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uzU7XIho2w .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uzU7XIho2w .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uzU7XIho2w .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uzU7XIho2w .mbr-section-title {
  color: #f24d4a;
}
.cid-uzU7XIho2w .list,
.cid-uzU7XIho2w .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uzU7XIho2w .mbr-phone {
  color: #f24d4a;
}
.cid-uzU7XIho2w .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uzU7XJqvhH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uzU7XJqvhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzU7XJqvhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzU7XJqvhH .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzU7XJqvhH .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzU7XJqvhH .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzU7XJqvhH .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzU7XJqvhH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uzU7XJqvhH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzU7XJqvhH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzU7XJqvhH .mbr-text,
.cid-uzU7XJqvhH .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzU7XJqvhH .mbr-section-title,
.cid-uzU7XJqvhH .mbr-section-btn {
  text-align: center;
}
.cid-uzU7XKizec {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzU7XKizec .mbr-text {
  color: #000000;
}
.cid-uzU7XKizec .mbr-section-subtitle {
  color: #000000;
}
.cid-uzU7XKizec .mbr-section-title {
  color: #21431f;
}
.cid-uPRdqnGga2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPRdqnGga2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRdqnGga2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRdqnGga2 .items-wrapper {
  margin: 0 -5px;
}
.cid-uPRdqnGga2 .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uPRdqnGga2 .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-uPRdqnGga2 .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-uPRdqnGga2 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #003366;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uPRdqnGga2 .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-uPRdqnGga2 .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPRdqnGga2 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uPRdqnGga2 .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-uPRdqnGga2 .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-uPRdqnGga2 .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uPRdqnGga2 .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uPRdqnGga2 .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPRdqnGga2 .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 6px;
  }
}
.cid-uPRdqnGga2 .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  padding: 8px 20px;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uPRdqnGga2 .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPRdqnGga2 .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-uPRdqnGga2 .content-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uPRdqnGga2 .content-wrapper .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uPRdqnGga2 .content-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-uPRdqnGga2 .content-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: 60px !important;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uPRdqnGga2 .content-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uPRdqnGga2 .content-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uPRdqnGga2 .content-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
}
.cid-uPRdqnGga2 .content-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #21431f;
  opacity: 0.7;
}
.cid-uPRdqnGga2 .content-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uPRdqnGga2 .content-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uPRdqnGga2 .content-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uPRdqnGga2 .content-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uPRdqnGga2 .content-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uPRdqnGga2 .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-uPRdqnGga2 .mbr-section-title {
  color: #ffffff;
}
.cid-uPRdqnGga2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPRdqnGga2 .card-title {
  color: #ffffff;
}
.cid-uPRdqnGga2 .card-box .mbr-section-btn {
  margin-left: 10px;
}
.cid-uPRdqnGga2 .card-box .mbr-section-btn a {
  text-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-uPRdqnGga2 .card-box .mbr-section-btn {
    margin-left: 0;
  }
}
.cid-uK94JhRtoP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uK94JhRtoP .row {
  flex-direction: row-reverse;
}
.cid-uK94JhRtoP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK94JhRtoP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK94JhRtoP .mbr-description {
  text-align: left;
}
.cid-uK94JhRtoP .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uK94JhRtoP .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uK94JhRtoP .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uK94JhRtoP .card-title,
.cid-uK94JhRtoP .iconfont-wrapper {
  color: #000000;
}
.cid-uK94JhRtoP .card-text {
  color: #000000;
}
.cid-uK94JhRtoP .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uK94JhRtoP .mbr-text,
.cid-uK94JhRtoP .mbr-section-btn {
  text-align: center;
}
.cid-uK94JhRtoP .card-text,
.cid-uK94JhRtoP .item .mbr-section-btn {
  text-align: left;
}
.cid-uK94JhRtoP .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uK94JhRtoP .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uK94JhRtoP .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uK94JhRtoP .mbr-text UL {
  text-align: left;
}
.cid-uK94JhRtoP .mbr-text {
  color: #454545;
}
.cid-uK94FZ5T9U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK94FZ5T9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK94FZ5T9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK94FZ5T9U .items-wrapper {
  margin: 0 -5px;
}
.cid-uK94FZ5T9U .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uK94FZ5T9U .item {
    margin-bottom: 16px;
  }
  .cid-uK94FZ5T9U .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uK94FZ5T9U .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uK94FZ5T9U .item .item-wrapper {
  height: 100%;
}
.cid-uK94FZ5T9U .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uK94FZ5T9U .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uzU7XOiSXK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uA0Juim3YM {
  background-color: transparent;
}
.cid-uA0Juim3YM .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uA0Juim3YM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uA0Juim3YM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA0Juim3YM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA0Juim3YM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uA0Juim3YM .menu_box .navbar.opened,
  .cid-uA0Juim3YM .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uA0Juim3YM .navbar-dropdown {
  position: relative !important;
}
.cid-uA0Juim3YM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uA0Juim3YM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uA0Juim3YM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uA0Juim3YM .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uA0Juim3YM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uA0Juim3YM .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uA0Juim3YM .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uA0Juim3YM .nav-item {
    margin: 0 !important;
  }
}
.cid-uA0Juim3YM .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uA0Juim3YM .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uA0Juim3YM .nav-item .nav-link:hover,
.cid-uA0Juim3YM .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uA0Juim3YM .nav-item .nav-link:hover::before,
.cid-uA0Juim3YM .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uA0Juim3YM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uA0Juim3YM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uA0Juim3YM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uA0Juim3YM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uA0Juim3YM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uA0Juim3YM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uA0Juim3YM .offcanvas_box {
    display: none;
  }
}
.cid-uA0Juim3YM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uA0Juim3YM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uA0Juim3YM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uA0Juim3YM .container {
  display: flex;
  margin: auto;
}
.cid-uA0Juim3YM .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uA0Juim3YM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uA0Juim3YM .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uA0Juim3YM .navbar-nav {
    margin: 0;
  }
}
.cid-uA0Juim3YM .dropdown-menu,
.cid-uA0Juim3YM .navbar.opened {
  background-color: true !important;
}
.cid-uA0Juim3YM .nav-item:focus,
.cid-uA0Juim3YM .nav-link:focus {
  outline: none;
}
.cid-uA0Juim3YM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA0Juim3YM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA0Juim3YM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA0Juim3YM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA0Juim3YM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA0Juim3YM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA0Juim3YM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uA0Juim3YM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uA0Juim3YM .navbar.opened {
  transition: all 0.3s;
}
.cid-uA0Juim3YM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uA0Juim3YM .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uA0Juim3YM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA0Juim3YM .navbar.collapsed {
  justify-content: center;
}
.cid-uA0Juim3YM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA0Juim3YM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uA0Juim3YM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA0Juim3YM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA0Juim3YM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA0Juim3YM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uA0Juim3YM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA0Juim3YM .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uA0Juim3YM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uA0Juim3YM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA0Juim3YM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA0Juim3YM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uA0Juim3YM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA0Juim3YM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uA0Juim3YM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA0Juim3YM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uA0Juim3YM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uA0Juim3YM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uA0Juim3YM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uA0Juim3YM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA0Juim3YM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uA0Juim3YM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA0Juim3YM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA0Juim3YM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA0Juim3YM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA0Juim3YM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uA0Juim3YM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA0Juim3YM .dropdown-item.active,
.cid-uA0Juim3YM .dropdown-item:active {
  background-color: transparent;
}
.cid-uA0Juim3YM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uA0Juim3YM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA0Juim3YM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA0Juim3YM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA0Juim3YM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uA0Juim3YM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA0Juim3YM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uA0Juim3YM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uA0Juim3YM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA0Juim3YM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA0Juim3YM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA0Juim3YM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA0Juim3YM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA0Juim3YM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA0Juim3YM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA0Juim3YM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA0Juim3YM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uA0Juim3YM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA0Juim3YM .navbar {
    height: 70px;
  }
  .cid-uA0Juim3YM .navbar.opened {
    height: auto;
  }
  .cid-uA0Juim3YM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA0Juim3YM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uA0Juim3YM .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uA0Juim3YM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uA0Juim3YM .text_widget {
  margin-bottom: 32px;
}
.cid-uA0Juim3YM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uA0Juim3YM .text_widget a:hover,
.cid-uA0Juim3YM .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uA0Juim3YM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uA0Juim3YM .navbar-caption {
  color: #000000;
}
.cid-uA0Juim3YM .mbr-section-subtitle,
.cid-uA0Juim3YM .text_widget,
.cid-uA0Juim3YM .mbr-section-btn {
  text-align: center;
}
.cid-uA0Juim3YM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uA0Juim3YM .nav-link,
.cid-uA0Juim3YM .dropdown-item {
  color: #FFFFFF;
}
.cid-uA0JuiQkRL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uA0JuiQkRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JuiQkRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JuiQkRL .content-wrap {
  justify-content: center;
}
.cid-uA0JuiQkRL .card {
  justify-content: center;
}
.cid-uA0JuiQkRL .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uA0JuiQkRL .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uA0JuiQkRL .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uA0JuiQkRL .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA0JuiQkRL .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uA0JuiQkRL .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA0JuiQkRL .nav-wrapper .list .item-wrap:hover,
.cid-uA0JuiQkRL .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uA0JuiQkRL .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uA0JuiQkRL .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uA0JuiQkRL .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA0JuiQkRL .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uA0JuiQkRL .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uA0JuiQkRL .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uA0JuiQkRL .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA0JuiQkRL .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA0JuiQkRL .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA0JuiQkRL .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uA0JuiQkRL .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uA0JuiQkRL .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uA0JuiQkRL .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uA0JuiQkRL .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uA0JuiQkRL .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uA0JuiQkRL .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uA0JuiQkRL .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uA0JuiQkRL .mbr-section-title {
  color: #f24d4a;
}
.cid-uA0JuiQkRL .list,
.cid-uA0JuiQkRL .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uA0JuiQkRL .mbr-phone {
  color: #f24d4a;
}
.cid-uA0JuiQkRL .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uA0JujjRcD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uA0JujjRcD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JujjRcD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JujjRcD .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA0JujjRcD .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA0JujjRcD .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uA0JujjRcD .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uA0JujjRcD .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uA0JujjRcD .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uA0JujjRcD .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uA0JujjRcD .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uA0JujjRcD .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uA0JujjRcD .mbr-figure {
    width: 100%;
  }
}
.cid-uA0JujjRcD .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uA0JujjRcD .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uA0JujjRcD .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA0JujjRcD .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uA0JujjRcD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA0JujjRcD .mbr-section-title,
.cid-uA0JujjRcD .mbr-section-btn {
  color: #21431f;
}
.cid-uA0JujDq3V {
  background-color: #ffffff;
}
.cid-uA0JujDq3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JujDq3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JujDq3V .card {
  justify-content: center;
}
.cid-uA0JujDq3V .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uA0JujDq3V .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uA0JujDq3V .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uA0JujDq3V .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uA0JujDq3V .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uA0JujDq3V .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uA0JujDq3V .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA0JujDq3V .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uA0JujDq3V .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uA0JujDq3V .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uA0JujDq3V .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uA0JujDq3V .mbr-section-title {
  color: #f24d4a;
}
.cid-uA0JujDq3V .mbr-text {
  color: #f24d4a;
}
.cid-uA0JujDq3V .mbr-section-title,
.cid-uA0JujDq3V .mbr-section-btn {
  color: #21431f;
}
.cid-uA0JujDq3V .mbr-text,
.cid-uA0JujDq3V .text-wrapper {
  color: #02963e;
}
.cid-uA0Juk4SRc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ebebeb;
}
.cid-uA0Juk4SRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0Juk4SRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0Juk4SRc .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA0Juk4SRc .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA0Juk4SRc .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA0Juk4SRc .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA0Juk4SRc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uA0Juk4SRc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA0Juk4SRc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA0Juk4SRc .mbr-text,
.cid-uA0Juk4SRc .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uA0Juk4SRc .mbr-section-title,
.cid-uA0Juk4SRc .mbr-section-btn {
  text-align: center;
  color: #21431f;
}
.cid-uA0JukoyfA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA0JukoyfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JukoyfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JukoyfA .card-wrapper {
  background: #ebebeb;
}
@media (max-width: 767px) {
  .cid-uA0JukoyfA .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uA0JukoyfA .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uA0JukoyfA .card-wrapper {
    padding: 4rem;
  }
}
.cid-uA0JukoyfA .mbr-text,
.cid-uA0JukoyfA .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uA0JukoyfA .card-title,
.cid-uA0JukoyfA .card-box {
  text-align: center;
  color: #000000;
}
.cid-uA0JukoyfA .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uA0JukoyfA .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uA0JukoyfA .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #000000;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uA0JukoyfA .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uA0JukoyfA .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uA0JukoyfA .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA0JukoyfA .mbr-text UL {
  text-align: left;
}
.cid-uA0JukoyfA .mbr-text {
  color: #21431f;
}
.cid-uA0JukL2JU {
  background-color: #ffffff;
}
.cid-uA0JukL2JU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JukL2JU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JukL2JU .items-wrapper {
  margin: 0 -5px;
}
.cid-uA0JukL2JU .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uA0JukL2JU .item {
    margin-bottom: 16px;
  }
  .cid-uA0JukL2JU .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uA0JukL2JU .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uA0JukL2JU .item .item-wrapper {
  height: 100%;
}
.cid-uA0JukL2JU .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uA0JukL2JU .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uJGmLogg5W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGmLogg5W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGmLogg5W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGmLogg5W .items-wrapper {
  margin: 0 -5px;
}
.cid-uJGmLogg5W .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJGmLogg5W .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJGmLogg5W .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJGmLogg5W .item {
    margin-bottom: 16px;
  }
}
.cid-uJGmLogg5W .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJGmLogg5W .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJGmLogg5W .item .item-wrapper {
  height: 100%;
  border: 5px solid #21431f;
  background-color: #21431f;
}
.cid-uJGmLogg5W .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJGmLogg5W .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJGmLogg5W .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJGmLogg5W .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJGmLogg5W .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGmLogg5W .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJGmLogg5W .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJGmLogg5W .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJGmLogg5W .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJGmLogg5W .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJGmLogg5W .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJGmLogg5W .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uJGmLogg5W .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGmLogg5W .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGmLogg5W .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uA0JulwLWa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA0JulwLWa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JulwLWa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JulwLWa .items-wrapper {
  margin: 0 -5px;
}
.cid-uA0JulwLWa .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uA0JulwLWa .item {
    margin-bottom: 16px;
  }
  .cid-uA0JulwLWa .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uA0JulwLWa .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uA0JulwLWa .item .item-wrapper {
  height: 100%;
}
.cid-uA0JulwLWa .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uA0JulwLWa .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uA0JumQk5h {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uA0JxhiqUf {
  background-color: transparent;
}
.cid-uA0JxhiqUf .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uA0JxhiqUf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uA0JxhiqUf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA0JxhiqUf .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA0JxhiqUf .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uA0JxhiqUf .menu_box .navbar.opened,
  .cid-uA0JxhiqUf .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uA0JxhiqUf .navbar-dropdown {
  position: relative !important;
}
.cid-uA0JxhiqUf .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uA0JxhiqUf .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uA0JxhiqUf .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uA0JxhiqUf .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uA0JxhiqUf .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uA0JxhiqUf .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uA0JxhiqUf .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uA0JxhiqUf .nav-item {
    margin: 0 !important;
  }
}
.cid-uA0JxhiqUf .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uA0JxhiqUf .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uA0JxhiqUf .nav-item .nav-link:hover,
.cid-uA0JxhiqUf .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uA0JxhiqUf .nav-item .nav-link:hover::before,
.cid-uA0JxhiqUf .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uA0JxhiqUf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uA0JxhiqUf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uA0JxhiqUf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uA0JxhiqUf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uA0JxhiqUf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uA0JxhiqUf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uA0JxhiqUf .offcanvas_box {
    display: none;
  }
}
.cid-uA0JxhiqUf .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uA0JxhiqUf .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uA0JxhiqUf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uA0JxhiqUf .container {
  display: flex;
  margin: auto;
}
.cid-uA0JxhiqUf .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uA0JxhiqUf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uA0JxhiqUf .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uA0JxhiqUf .navbar-nav {
    margin: 0;
  }
}
.cid-uA0JxhiqUf .dropdown-menu,
.cid-uA0JxhiqUf .navbar.opened {
  background-color: true !important;
}
.cid-uA0JxhiqUf .nav-item:focus,
.cid-uA0JxhiqUf .nav-link:focus {
  outline: none;
}
.cid-uA0JxhiqUf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA0JxhiqUf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA0JxhiqUf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA0JxhiqUf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA0JxhiqUf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA0JxhiqUf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA0JxhiqUf .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uA0JxhiqUf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uA0JxhiqUf .navbar.opened {
  transition: all 0.3s;
}
.cid-uA0JxhiqUf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uA0JxhiqUf .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uA0JxhiqUf .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA0JxhiqUf .navbar.collapsed {
  justify-content: center;
}
.cid-uA0JxhiqUf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA0JxhiqUf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uA0JxhiqUf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA0JxhiqUf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA0JxhiqUf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA0JxhiqUf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uA0JxhiqUf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA0JxhiqUf .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uA0JxhiqUf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uA0JxhiqUf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA0JxhiqUf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA0JxhiqUf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uA0JxhiqUf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA0JxhiqUf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uA0JxhiqUf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA0JxhiqUf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uA0JxhiqUf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uA0JxhiqUf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uA0JxhiqUf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uA0JxhiqUf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA0JxhiqUf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uA0JxhiqUf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA0JxhiqUf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA0JxhiqUf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA0JxhiqUf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA0JxhiqUf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uA0JxhiqUf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA0JxhiqUf .dropdown-item.active,
.cid-uA0JxhiqUf .dropdown-item:active {
  background-color: transparent;
}
.cid-uA0JxhiqUf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uA0JxhiqUf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA0JxhiqUf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA0JxhiqUf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA0JxhiqUf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uA0JxhiqUf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA0JxhiqUf button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uA0JxhiqUf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uA0JxhiqUf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA0JxhiqUf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA0JxhiqUf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA0JxhiqUf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA0JxhiqUf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA0JxhiqUf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA0JxhiqUf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA0JxhiqUf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA0JxhiqUf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uA0JxhiqUf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA0JxhiqUf .navbar {
    height: 70px;
  }
  .cid-uA0JxhiqUf .navbar.opened {
    height: auto;
  }
  .cid-uA0JxhiqUf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA0JxhiqUf .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uA0JxhiqUf .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uA0JxhiqUf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uA0JxhiqUf .text_widget {
  margin-bottom: 32px;
}
.cid-uA0JxhiqUf .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uA0JxhiqUf .text_widget a:hover,
.cid-uA0JxhiqUf .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uA0JxhiqUf .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uA0JxhiqUf .navbar-caption {
  color: #000000;
}
.cid-uA0JxhiqUf .mbr-section-subtitle,
.cid-uA0JxhiqUf .text_widget,
.cid-uA0JxhiqUf .mbr-section-btn {
  text-align: center;
}
.cid-uA0JxhiqUf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uA0JxhiqUf .nav-link,
.cid-uA0JxhiqUf .dropdown-item {
  color: #FFFFFF;
}
.cid-uA0JxhL4Fy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uA0JxhL4Fy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JxhL4Fy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JxhL4Fy .content-wrap {
  justify-content: center;
}
.cid-uA0JxhL4Fy .card {
  justify-content: center;
}
.cid-uA0JxhL4Fy .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uA0JxhL4Fy .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uA0JxhL4Fy .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uA0JxhL4Fy .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA0JxhL4Fy .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uA0JxhL4Fy .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA0JxhL4Fy .nav-wrapper .list .item-wrap:hover,
.cid-uA0JxhL4Fy .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uA0JxhL4Fy .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uA0JxhL4Fy .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uA0JxhL4Fy .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA0JxhL4Fy .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uA0JxhL4Fy .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uA0JxhL4Fy .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uA0JxhL4Fy .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA0JxhL4Fy .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA0JxhL4Fy .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA0JxhL4Fy .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uA0JxhL4Fy .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uA0JxhL4Fy .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uA0JxhL4Fy .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uA0JxhL4Fy .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uA0JxhL4Fy .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uA0JxhL4Fy .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uA0JxhL4Fy .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uA0JxhL4Fy .mbr-section-title {
  color: #f24d4a;
}
.cid-uA0JxhL4Fy .list,
.cid-uA0JxhL4Fy .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uA0JxhL4Fy .mbr-phone {
  color: #f24d4a;
}
.cid-uA0JxhL4Fy .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uA0JxidrLe {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uA0JxidrLe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JxidrLe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JxidrLe .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA0JxidrLe .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA0JxidrLe .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uA0JxidrLe .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uA0JxidrLe .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uA0JxidrLe .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uA0JxidrLe .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uA0JxidrLe .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uA0JxidrLe .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uA0JxidrLe .mbr-figure {
    width: 100%;
  }
}
.cid-uA0JxidrLe .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uA0JxidrLe .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uA0JxidrLe .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA0JxidrLe .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uA0JxidrLe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA0JxidrLe .mbr-section-title,
.cid-uA0JxidrLe .mbr-section-btn {
  color: #21431f;
}
.cid-uA0Jxizv5R {
  background-color: #ffffff;
}
.cid-uA0Jxizv5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0Jxizv5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0Jxizv5R .card {
  justify-content: center;
}
.cid-uA0Jxizv5R .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uA0Jxizv5R .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uA0Jxizv5R .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uA0Jxizv5R .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uA0Jxizv5R .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uA0Jxizv5R .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uA0Jxizv5R .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA0Jxizv5R .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uA0Jxizv5R .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uA0Jxizv5R .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uA0Jxizv5R .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uA0Jxizv5R .mbr-section-title {
  color: #f24d4a;
}
.cid-uA0Jxizv5R .mbr-text {
  color: #f24d4a;
}
.cid-uA0Jxizv5R .mbr-section-title,
.cid-uA0Jxizv5R .mbr-section-btn {
  color: #21431f;
}
.cid-uA0Jxizv5R .mbr-text,
.cid-uA0Jxizv5R .text-wrapper {
  color: #02963e;
}
.cid-uA0JxiVxPG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ebebeb;
}
.cid-uA0JxiVxPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JxiVxPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JxiVxPG .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA0JxiVxPG .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA0JxiVxPG .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA0JxiVxPG .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA0JxiVxPG .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uA0JxiVxPG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA0JxiVxPG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA0JxiVxPG .mbr-text,
.cid-uA0JxiVxPG .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uA0JxiVxPG .mbr-section-title,
.cid-uA0JxiVxPG .mbr-section-btn {
  text-align: center;
  color: #21431f;
}
.cid-uA0JxjhTjL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA0JxjhTjL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JxjhTjL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JxjhTjL .card-wrapper {
  background: #ebebeb;
}
@media (max-width: 767px) {
  .cid-uA0JxjhTjL .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uA0JxjhTjL .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uA0JxjhTjL .card-wrapper {
    padding: 4rem;
  }
}
.cid-uA0JxjhTjL .mbr-text,
.cid-uA0JxjhTjL .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uA0JxjhTjL .card-title,
.cid-uA0JxjhTjL .card-box {
  text-align: center;
  color: #000000;
}
.cid-uA0JxjhTjL .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uA0JxjhTjL .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uA0JxjhTjL .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #21431f;
  background-color: #21431f;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uA0JxjhTjL .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uA0JxjhTjL .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uA0JxjhTjL .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #21431f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA0JxjhTjL .mbr-text UL {
  text-align: left;
}
.cid-uA0JxjhTjL .mbr-text {
  color: #21431f;
}
.cid-uA0JxjhTjL .mbr-section-subtitle {
  color: #21431f;
}
.cid-uA0JxlmBj2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA0JxlmBj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JxlmBj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uA0JxlmBj2 .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uA0JxlmBj2 .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uA0JxlmBj2 .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uA0JxlmBj2 .card-wrapper {
  background: #ebebeb;
}
.cid-uA0JxlmBj2 .mbr-text,
.cid-uA0JxlmBj2 .mbr-section-btn {
  color: #21431f;
  text-align: left;
}
.cid-uA0JxlmBj2 .card-title,
.cid-uA0JxlmBj2 .card-box {
  text-align: left;
  color: #21431f;
}
.cid-uKeSQ1C6IL {
  background-color: #ffffff;
}
.cid-uKeSQ1C6IL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKeSQ1C6IL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKeSQ1C6IL .items-wrapper {
  margin: 0 -5px;
}
.cid-uKeSQ1C6IL .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uKeSQ1C6IL .item {
    margin-bottom: 16px;
  }
  .cid-uKeSQ1C6IL .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uKeSQ1C6IL .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uKeSQ1C6IL .item .item-wrapper {
  height: 100%;
}
.cid-uKeSQ1C6IL .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uKeSQ1C6IL .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uJGmUQSEtT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGmUQSEtT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGmUQSEtT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGmUQSEtT .items-wrapper {
  margin: 0 -5px;
}
.cid-uJGmUQSEtT .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJGmUQSEtT .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJGmUQSEtT .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJGmUQSEtT .item {
    margin-bottom: 16px;
  }
}
.cid-uJGmUQSEtT .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJGmUQSEtT .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJGmUQSEtT .item .item-wrapper {
  height: 100%;
  border: 5px solid #21431f;
  background-color: #21431f;
}
.cid-uJGmUQSEtT .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJGmUQSEtT .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJGmUQSEtT .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJGmUQSEtT .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJGmUQSEtT .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGmUQSEtT .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJGmUQSEtT .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJGmUQSEtT .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJGmUQSEtT .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJGmUQSEtT .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJGmUQSEtT .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJGmUQSEtT .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uJGmUQSEtT .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGmUQSEtT .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGmUQSEtT .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uA0JxksAEM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA0JxksAEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JxksAEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JxksAEM .items-wrapper {
  margin: 0 -5px;
}
.cid-uA0JxksAEM .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uA0JxksAEM .item {
    margin-bottom: 16px;
  }
  .cid-uA0JxksAEM .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uA0JxksAEM .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uA0JxksAEM .item .item-wrapper {
  height: 100%;
}
.cid-uA0JxksAEM .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uA0JxksAEM .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uA0JxlLOxP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uA0JAAagAa {
  background-color: transparent;
}
.cid-uA0JAAagAa .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uA0JAAagAa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uA0JAAagAa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA0JAAagAa .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA0JAAagAa .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uA0JAAagAa .menu_box .navbar.opened,
  .cid-uA0JAAagAa .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uA0JAAagAa .navbar-dropdown {
  position: relative !important;
}
.cid-uA0JAAagAa .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uA0JAAagAa .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uA0JAAagAa .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uA0JAAagAa .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uA0JAAagAa .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uA0JAAagAa .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uA0JAAagAa .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uA0JAAagAa .nav-item {
    margin: 0 !important;
  }
}
.cid-uA0JAAagAa .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uA0JAAagAa .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uA0JAAagAa .nav-item .nav-link:hover,
.cid-uA0JAAagAa .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uA0JAAagAa .nav-item .nav-link:hover::before,
.cid-uA0JAAagAa .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uA0JAAagAa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uA0JAAagAa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uA0JAAagAa .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uA0JAAagAa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uA0JAAagAa .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uA0JAAagAa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uA0JAAagAa .offcanvas_box {
    display: none;
  }
}
.cid-uA0JAAagAa .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uA0JAAagAa .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uA0JAAagAa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uA0JAAagAa .container {
  display: flex;
  margin: auto;
}
.cid-uA0JAAagAa .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uA0JAAagAa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uA0JAAagAa .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uA0JAAagAa .navbar-nav {
    margin: 0;
  }
}
.cid-uA0JAAagAa .dropdown-menu,
.cid-uA0JAAagAa .navbar.opened {
  background-color: true !important;
}
.cid-uA0JAAagAa .nav-item:focus,
.cid-uA0JAAagAa .nav-link:focus {
  outline: none;
}
.cid-uA0JAAagAa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA0JAAagAa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA0JAAagAa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA0JAAagAa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA0JAAagAa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA0JAAagAa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA0JAAagAa .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uA0JAAagAa .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uA0JAAagAa .navbar.opened {
  transition: all 0.3s;
}
.cid-uA0JAAagAa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uA0JAAagAa .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uA0JAAagAa .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA0JAAagAa .navbar.collapsed {
  justify-content: center;
}
.cid-uA0JAAagAa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA0JAAagAa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uA0JAAagAa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA0JAAagAa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA0JAAagAa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA0JAAagAa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uA0JAAagAa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA0JAAagAa .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uA0JAAagAa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uA0JAAagAa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA0JAAagAa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA0JAAagAa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uA0JAAagAa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA0JAAagAa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uA0JAAagAa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA0JAAagAa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uA0JAAagAa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uA0JAAagAa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uA0JAAagAa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uA0JAAagAa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA0JAAagAa .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uA0JAAagAa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA0JAAagAa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA0JAAagAa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA0JAAagAa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA0JAAagAa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uA0JAAagAa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA0JAAagAa .dropdown-item.active,
.cid-uA0JAAagAa .dropdown-item:active {
  background-color: transparent;
}
.cid-uA0JAAagAa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uA0JAAagAa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA0JAAagAa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA0JAAagAa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA0JAAagAa ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uA0JAAagAa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA0JAAagAa button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uA0JAAagAa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uA0JAAagAa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA0JAAagAa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA0JAAagAa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA0JAAagAa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA0JAAagAa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA0JAAagAa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA0JAAagAa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA0JAAagAa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA0JAAagAa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uA0JAAagAa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA0JAAagAa .navbar {
    height: 70px;
  }
  .cid-uA0JAAagAa .navbar.opened {
    height: auto;
  }
  .cid-uA0JAAagAa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA0JAAagAa .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uA0JAAagAa .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uA0JAAagAa .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uA0JAAagAa .text_widget {
  margin-bottom: 32px;
}
.cid-uA0JAAagAa .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uA0JAAagAa .text_widget a:hover,
.cid-uA0JAAagAa .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uA0JAAagAa .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uA0JAAagAa .navbar-caption {
  color: #000000;
}
.cid-uA0JAAagAa .mbr-section-subtitle,
.cid-uA0JAAagAa .text_widget,
.cid-uA0JAAagAa .mbr-section-btn {
  text-align: center;
}
.cid-uA0JAAagAa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uA0JAAagAa .nav-link,
.cid-uA0JAAagAa .dropdown-item {
  color: #FFFFFF;
}
.cid-uA0JAADP8g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uA0JAADP8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JAADP8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JAADP8g .content-wrap {
  justify-content: center;
}
.cid-uA0JAADP8g .card {
  justify-content: center;
}
.cid-uA0JAADP8g .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uA0JAADP8g .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uA0JAADP8g .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uA0JAADP8g .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA0JAADP8g .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uA0JAADP8g .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA0JAADP8g .nav-wrapper .list .item-wrap:hover,
.cid-uA0JAADP8g .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uA0JAADP8g .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uA0JAADP8g .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uA0JAADP8g .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA0JAADP8g .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uA0JAADP8g .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uA0JAADP8g .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uA0JAADP8g .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA0JAADP8g .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA0JAADP8g .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA0JAADP8g .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uA0JAADP8g .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uA0JAADP8g .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uA0JAADP8g .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uA0JAADP8g .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uA0JAADP8g .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uA0JAADP8g .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uA0JAADP8g .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uA0JAADP8g .mbr-section-title {
  color: #f24d4a;
}
.cid-uA0JAADP8g .list,
.cid-uA0JAADP8g .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uA0JAADP8g .mbr-phone {
  color: #f24d4a;
}
.cid-uA0JAADP8g .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uA0JAB5uKj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uA0JAB5uKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JAB5uKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JAB5uKj .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA0JAB5uKj .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA0JAB5uKj .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uA0JAB5uKj .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uA0JAB5uKj .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uA0JAB5uKj .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uA0JAB5uKj .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uA0JAB5uKj .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uA0JAB5uKj .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uA0JAB5uKj .mbr-figure {
    width: 100%;
  }
}
.cid-uA0JAB5uKj .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uA0JAB5uKj .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uA0JAB5uKj .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA0JAB5uKj .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uA0JAB5uKj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA0JAB5uKj .mbr-section-title,
.cid-uA0JAB5uKj .mbr-section-btn {
  color: #21431f;
}
.cid-uA0JABq9RI {
  background-color: #ffffff;
}
.cid-uA0JABq9RI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JABq9RI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JABq9RI .card {
  justify-content: center;
}
.cid-uA0JABq9RI .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uA0JABq9RI .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uA0JABq9RI .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uA0JABq9RI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uA0JABq9RI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uA0JABq9RI .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uA0JABq9RI .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA0JABq9RI .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uA0JABq9RI .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uA0JABq9RI .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uA0JABq9RI .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uA0JABq9RI .mbr-section-title {
  color: #f24d4a;
}
.cid-uA0JABq9RI .mbr-text {
  color: #f24d4a;
}
.cid-uA0JABq9RI .mbr-section-title,
.cid-uA0JABq9RI .mbr-section-btn {
  color: #21431f;
}
.cid-uA0JABq9RI .mbr-text,
.cid-uA0JABq9RI .text-wrapper {
  color: #02963e;
}
.cid-uA0JABPzKO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ebebeb;
}
.cid-uA0JABPzKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JABPzKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JABPzKO .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA0JABPzKO .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA0JABPzKO .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA0JABPzKO .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA0JABPzKO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uA0JABPzKO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA0JABPzKO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA0JABPzKO .mbr-text,
.cid-uA0JABPzKO .text-wrapper {
  color: #02963e;
  text-align: center;
}
.cid-uA0JABPzKO .mbr-section-title,
.cid-uA0JABPzKO .mbr-section-btn {
  text-align: center;
  color: #21431f;
}
.cid-uA0JACc0lC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA0JACc0lC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JACc0lC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JACc0lC .card-wrapper {
  background: #ebebeb;
}
@media (max-width: 767px) {
  .cid-uA0JACc0lC .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uA0JACc0lC .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uA0JACc0lC .card-wrapper {
    padding: 4rem;
  }
}
.cid-uA0JACc0lC .mbr-text,
.cid-uA0JACc0lC .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uA0JACc0lC .card-title,
.cid-uA0JACc0lC .card-box {
  text-align: center;
  color: #000000;
}
.cid-uA0JACc0lC .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uA0JACc0lC .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uA0JACc0lC .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #21431f;
  background-color: #21431f;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uA0JACc0lC .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uA0JACc0lC .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uA0JACc0lC .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #21431f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA0JACc0lC .mbr-text UL {
  text-align: left;
}
.cid-uA0JACc0lC .mbr-text {
  color: #21431f;
}
.cid-uA0JACc0lC .mbr-section-title {
  color: #21431f;
}
.cid-uA0JAEhZ81 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA0JAEhZ81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JAEhZ81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uA0JAEhZ81 .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uA0JAEhZ81 .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uA0JAEhZ81 .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uA0JAEhZ81 .card-wrapper {
  background: #ebebeb;
}
.cid-uA0JAEhZ81 .mbr-text,
.cid-uA0JAEhZ81 .mbr-section-btn {
  color: #02963e;
  text-align: left;
}
.cid-uA0JAEhZ81 .card-title,
.cid-uA0JAEhZ81 .card-box {
  text-align: left;
  color: #21431f;
}
.cid-uKeT0aMBMe {
  background-color: #ffffff;
}
.cid-uKeT0aMBMe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKeT0aMBMe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKeT0aMBMe .items-wrapper {
  margin: 0 -5px;
}
.cid-uKeT0aMBMe .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uKeT0aMBMe .item {
    margin-bottom: 16px;
  }
  .cid-uKeT0aMBMe .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uKeT0aMBMe .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uKeT0aMBMe .item .item-wrapper {
  height: 100%;
}
.cid-uKeT0aMBMe .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uKeT0aMBMe .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uJGn4X2bJD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGn4X2bJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGn4X2bJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGn4X2bJD .items-wrapper {
  margin: 0 -5px;
}
.cid-uJGn4X2bJD .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJGn4X2bJD .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJGn4X2bJD .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJGn4X2bJD .item {
    margin-bottom: 16px;
  }
}
.cid-uJGn4X2bJD .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJGn4X2bJD .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJGn4X2bJD .item .item-wrapper {
  height: 100%;
  border: 5px solid #21431f;
  background-color: #21431f;
}
.cid-uJGn4X2bJD .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJGn4X2bJD .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJGn4X2bJD .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJGn4X2bJD .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJGn4X2bJD .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGn4X2bJD .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJGn4X2bJD .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJGn4X2bJD .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJGn4X2bJD .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJGn4X2bJD .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJGn4X2bJD .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJGn4X2bJD .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uJGn4X2bJD .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGn4X2bJD .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGn4X2bJD .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uA0JADrV7J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA0JADrV7J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JADrV7J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JADrV7J .items-wrapper {
  margin: 0 -5px;
}
.cid-uA0JADrV7J .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uA0JADrV7J .item {
    margin-bottom: 16px;
  }
  .cid-uA0JADrV7J .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uA0JADrV7J .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uA0JADrV7J .item .item-wrapper {
  height: 100%;
}
.cid-uA0JADrV7J .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uA0JADrV7J .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uA0JAEJ85B {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uA0JCqlyrD {
  background-color: transparent;
}
.cid-uA0JCqlyrD .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uA0JCqlyrD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uA0JCqlyrD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA0JCqlyrD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA0JCqlyrD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uA0JCqlyrD .menu_box .navbar.opened,
  .cid-uA0JCqlyrD .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uA0JCqlyrD .navbar-dropdown {
  position: relative !important;
}
.cid-uA0JCqlyrD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uA0JCqlyrD .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uA0JCqlyrD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uA0JCqlyrD .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uA0JCqlyrD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uA0JCqlyrD .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uA0JCqlyrD .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uA0JCqlyrD .nav-item {
    margin: 0 !important;
  }
}
.cid-uA0JCqlyrD .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uA0JCqlyrD .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uA0JCqlyrD .nav-item .nav-link:hover,
.cid-uA0JCqlyrD .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uA0JCqlyrD .nav-item .nav-link:hover::before,
.cid-uA0JCqlyrD .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uA0JCqlyrD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uA0JCqlyrD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uA0JCqlyrD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uA0JCqlyrD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uA0JCqlyrD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uA0JCqlyrD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uA0JCqlyrD .offcanvas_box {
    display: none;
  }
}
.cid-uA0JCqlyrD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uA0JCqlyrD .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uA0JCqlyrD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uA0JCqlyrD .container {
  display: flex;
  margin: auto;
}
.cid-uA0JCqlyrD .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uA0JCqlyrD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uA0JCqlyrD .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uA0JCqlyrD .navbar-nav {
    margin: 0;
  }
}
.cid-uA0JCqlyrD .dropdown-menu,
.cid-uA0JCqlyrD .navbar.opened {
  background-color: true !important;
}
.cid-uA0JCqlyrD .nav-item:focus,
.cid-uA0JCqlyrD .nav-link:focus {
  outline: none;
}
.cid-uA0JCqlyrD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA0JCqlyrD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA0JCqlyrD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA0JCqlyrD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA0JCqlyrD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA0JCqlyrD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA0JCqlyrD .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uA0JCqlyrD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uA0JCqlyrD .navbar.opened {
  transition: all 0.3s;
}
.cid-uA0JCqlyrD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uA0JCqlyrD .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uA0JCqlyrD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA0JCqlyrD .navbar.collapsed {
  justify-content: center;
}
.cid-uA0JCqlyrD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA0JCqlyrD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uA0JCqlyrD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA0JCqlyrD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA0JCqlyrD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA0JCqlyrD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uA0JCqlyrD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA0JCqlyrD .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uA0JCqlyrD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uA0JCqlyrD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA0JCqlyrD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA0JCqlyrD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uA0JCqlyrD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA0JCqlyrD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uA0JCqlyrD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA0JCqlyrD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uA0JCqlyrD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uA0JCqlyrD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uA0JCqlyrD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uA0JCqlyrD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA0JCqlyrD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uA0JCqlyrD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA0JCqlyrD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA0JCqlyrD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA0JCqlyrD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA0JCqlyrD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uA0JCqlyrD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA0JCqlyrD .dropdown-item.active,
.cid-uA0JCqlyrD .dropdown-item:active {
  background-color: transparent;
}
.cid-uA0JCqlyrD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uA0JCqlyrD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA0JCqlyrD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA0JCqlyrD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA0JCqlyrD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uA0JCqlyrD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA0JCqlyrD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uA0JCqlyrD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uA0JCqlyrD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA0JCqlyrD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA0JCqlyrD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA0JCqlyrD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA0JCqlyrD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA0JCqlyrD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA0JCqlyrD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA0JCqlyrD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA0JCqlyrD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uA0JCqlyrD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA0JCqlyrD .navbar {
    height: 70px;
  }
  .cid-uA0JCqlyrD .navbar.opened {
    height: auto;
  }
  .cid-uA0JCqlyrD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA0JCqlyrD .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uA0JCqlyrD .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uA0JCqlyrD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uA0JCqlyrD .text_widget {
  margin-bottom: 32px;
}
.cid-uA0JCqlyrD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uA0JCqlyrD .text_widget a:hover,
.cid-uA0JCqlyrD .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uA0JCqlyrD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uA0JCqlyrD .navbar-caption {
  color: #000000;
}
.cid-uA0JCqlyrD .mbr-section-subtitle,
.cid-uA0JCqlyrD .text_widget,
.cid-uA0JCqlyrD .mbr-section-btn {
  text-align: center;
}
.cid-uA0JCqlyrD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uA0JCqlyrD .nav-link,
.cid-uA0JCqlyrD .dropdown-item {
  color: #FFFFFF;
}
.cid-uA0JCqOCsw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uA0JCqOCsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JCqOCsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JCqOCsw .content-wrap {
  justify-content: center;
}
.cid-uA0JCqOCsw .card {
  justify-content: center;
}
.cid-uA0JCqOCsw .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uA0JCqOCsw .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uA0JCqOCsw .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uA0JCqOCsw .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA0JCqOCsw .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uA0JCqOCsw .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA0JCqOCsw .nav-wrapper .list .item-wrap:hover,
.cid-uA0JCqOCsw .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uA0JCqOCsw .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uA0JCqOCsw .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uA0JCqOCsw .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA0JCqOCsw .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uA0JCqOCsw .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uA0JCqOCsw .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uA0JCqOCsw .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA0JCqOCsw .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA0JCqOCsw .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA0JCqOCsw .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uA0JCqOCsw .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uA0JCqOCsw .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uA0JCqOCsw .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uA0JCqOCsw .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uA0JCqOCsw .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uA0JCqOCsw .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uA0JCqOCsw .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uA0JCqOCsw .mbr-section-title {
  color: #f24d4a;
}
.cid-uA0JCqOCsw .list,
.cid-uA0JCqOCsw .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uA0JCqOCsw .mbr-phone {
  color: #f24d4a;
}
.cid-uA0JCqOCsw .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uA0JCrge4C {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uA0JCrge4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JCrge4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JCrge4C .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA0JCrge4C .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA0JCrge4C .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uA0JCrge4C .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uA0JCrge4C .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uA0JCrge4C .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uA0JCrge4C .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uA0JCrge4C .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uA0JCrge4C .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uA0JCrge4C .mbr-figure {
    width: 100%;
  }
}
.cid-uA0JCrge4C .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uA0JCrge4C .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uA0JCrge4C .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA0JCrge4C .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uA0JCrge4C .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA0JCrge4C .mbr-section-title,
.cid-uA0JCrge4C .mbr-section-btn {
  color: #21431f;
}
.cid-uA0JCrC8Op {
  background-color: #ffffff;
}
.cid-uA0JCrC8Op .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JCrC8Op .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JCrC8Op .card {
  justify-content: center;
}
.cid-uA0JCrC8Op .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uA0JCrC8Op .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uA0JCrC8Op .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uA0JCrC8Op .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uA0JCrC8Op .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uA0JCrC8Op .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uA0JCrC8Op .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA0JCrC8Op .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uA0JCrC8Op .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uA0JCrC8Op .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uA0JCrC8Op .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uA0JCrC8Op .mbr-section-title {
  color: #f24d4a;
}
.cid-uA0JCrC8Op .mbr-text {
  color: #f24d4a;
}
.cid-uA0JCrC8Op .mbr-section-title,
.cid-uA0JCrC8Op .mbr-section-btn {
  color: #21431f;
}
.cid-uA0JCrC8Op .mbr-text,
.cid-uA0JCrC8Op .text-wrapper {
  color: #02963e;
}
.cid-uA0JCs0M6E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uA0JCs0M6E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JCs0M6E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JCs0M6E .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA0JCs0M6E .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA0JCs0M6E .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA0JCs0M6E .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA0JCs0M6E .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uA0JCs0M6E .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA0JCs0M6E .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA0JCs0M6E .mbr-text,
.cid-uA0JCs0M6E .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uA0JCs0M6E .mbr-section-title,
.cid-uA0JCs0M6E .mbr-section-btn {
  text-align: center;
  color: #21431f;
}
.cid-uA0JCsoxlw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA0JCsoxlw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JCsoxlw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JCsoxlw .card-wrapper {
  background: #ebebeb;
}
@media (max-width: 767px) {
  .cid-uA0JCsoxlw .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uA0JCsoxlw .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uA0JCsoxlw .card-wrapper {
    padding: 4rem;
  }
}
.cid-uA0JCsoxlw .mbr-text,
.cid-uA0JCsoxlw .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uA0JCsoxlw .card-title,
.cid-uA0JCsoxlw .card-box {
  text-align: center;
  color: #000000;
}
.cid-uA0JCsoxlw .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uA0JCsoxlw .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uA0JCsoxlw .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #000000;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uA0JCsoxlw .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uA0JCsoxlw .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uA0JCsoxlw .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA0JCsoxlw .mbr-text UL {
  text-align: left;
}
.cid-uA0JCsoxlw .mbr-text {
  color: #21431f;
}
.cid-uA0JCuwRlD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA0JCuwRlD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JCuwRlD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uA0JCuwRlD .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uA0JCuwRlD .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uA0JCuwRlD .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uA0JCuwRlD .card-wrapper {
  background: #ebebeb;
}
.cid-uA0JCuwRlD .mbr-text,
.cid-uA0JCuwRlD .mbr-section-btn {
  color: #02963e;
  text-align: left;
}
.cid-uA0JCuwRlD .card-title,
.cid-uA0JCuwRlD .card-box {
  text-align: left;
  color: #21431f;
}
.cid-uKeT7JRv88 {
  background-color: #ffffff;
}
.cid-uKeT7JRv88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKeT7JRv88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKeT7JRv88 .items-wrapper {
  margin: 0 -5px;
}
.cid-uKeT7JRv88 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uKeT7JRv88 .item {
    margin-bottom: 16px;
  }
  .cid-uKeT7JRv88 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uKeT7JRv88 .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uKeT7JRv88 .item .item-wrapper {
  height: 100%;
}
.cid-uKeT7JRv88 .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uKeT7JRv88 .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uJGnbAck8s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGnbAck8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGnbAck8s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGnbAck8s .items-wrapper {
  margin: 0 -5px;
}
.cid-uJGnbAck8s .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJGnbAck8s .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJGnbAck8s .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJGnbAck8s .item {
    margin-bottom: 16px;
  }
}
.cid-uJGnbAck8s .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJGnbAck8s .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJGnbAck8s .item .item-wrapper {
  height: 100%;
  border: 5px solid #21431f;
  background-color: #21431f;
}
.cid-uJGnbAck8s .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJGnbAck8s .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJGnbAck8s .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJGnbAck8s .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJGnbAck8s .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGnbAck8s .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJGnbAck8s .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJGnbAck8s .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJGnbAck8s .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJGnbAck8s .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJGnbAck8s .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJGnbAck8s .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uJGnbAck8s .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGnbAck8s .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGnbAck8s .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uA0JCtEE42 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA0JCtEE42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JCtEE42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JCtEE42 .items-wrapper {
  margin: 0 -5px;
}
.cid-uA0JCtEE42 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uA0JCtEE42 .item {
    margin-bottom: 16px;
  }
  .cid-uA0JCtEE42 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uA0JCtEE42 .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uA0JCtEE42 .item .item-wrapper {
  height: 100%;
}
.cid-uA0JCtEE42 .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uA0JCtEE42 .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uA0JCuYIWH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uA0JyXtZnr {
  background-color: transparent;
}
.cid-uA0JyXtZnr .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uA0JyXtZnr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uA0JyXtZnr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA0JyXtZnr .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA0JyXtZnr .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uA0JyXtZnr .menu_box .navbar.opened,
  .cid-uA0JyXtZnr .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uA0JyXtZnr .navbar-dropdown {
  position: relative !important;
}
.cid-uA0JyXtZnr .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uA0JyXtZnr .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uA0JyXtZnr .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uA0JyXtZnr .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uA0JyXtZnr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uA0JyXtZnr .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uA0JyXtZnr .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uA0JyXtZnr .nav-item {
    margin: 0 !important;
  }
}
.cid-uA0JyXtZnr .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uA0JyXtZnr .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uA0JyXtZnr .nav-item .nav-link:hover,
.cid-uA0JyXtZnr .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uA0JyXtZnr .nav-item .nav-link:hover::before,
.cid-uA0JyXtZnr .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uA0JyXtZnr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uA0JyXtZnr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uA0JyXtZnr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uA0JyXtZnr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uA0JyXtZnr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uA0JyXtZnr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uA0JyXtZnr .offcanvas_box {
    display: none;
  }
}
.cid-uA0JyXtZnr .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uA0JyXtZnr .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uA0JyXtZnr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uA0JyXtZnr .container {
  display: flex;
  margin: auto;
}
.cid-uA0JyXtZnr .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uA0JyXtZnr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uA0JyXtZnr .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uA0JyXtZnr .navbar-nav {
    margin: 0;
  }
}
.cid-uA0JyXtZnr .dropdown-menu,
.cid-uA0JyXtZnr .navbar.opened {
  background-color: true !important;
}
.cid-uA0JyXtZnr .nav-item:focus,
.cid-uA0JyXtZnr .nav-link:focus {
  outline: none;
}
.cid-uA0JyXtZnr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA0JyXtZnr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA0JyXtZnr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA0JyXtZnr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA0JyXtZnr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA0JyXtZnr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA0JyXtZnr .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uA0JyXtZnr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uA0JyXtZnr .navbar.opened {
  transition: all 0.3s;
}
.cid-uA0JyXtZnr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uA0JyXtZnr .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uA0JyXtZnr .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA0JyXtZnr .navbar.collapsed {
  justify-content: center;
}
.cid-uA0JyXtZnr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA0JyXtZnr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uA0JyXtZnr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA0JyXtZnr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA0JyXtZnr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA0JyXtZnr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uA0JyXtZnr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA0JyXtZnr .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uA0JyXtZnr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uA0JyXtZnr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA0JyXtZnr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA0JyXtZnr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uA0JyXtZnr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA0JyXtZnr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uA0JyXtZnr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA0JyXtZnr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uA0JyXtZnr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uA0JyXtZnr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uA0JyXtZnr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uA0JyXtZnr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA0JyXtZnr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uA0JyXtZnr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA0JyXtZnr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA0JyXtZnr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA0JyXtZnr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA0JyXtZnr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uA0JyXtZnr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA0JyXtZnr .dropdown-item.active,
.cid-uA0JyXtZnr .dropdown-item:active {
  background-color: transparent;
}
.cid-uA0JyXtZnr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uA0JyXtZnr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA0JyXtZnr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA0JyXtZnr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA0JyXtZnr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uA0JyXtZnr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA0JyXtZnr button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uA0JyXtZnr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uA0JyXtZnr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA0JyXtZnr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA0JyXtZnr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA0JyXtZnr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA0JyXtZnr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA0JyXtZnr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA0JyXtZnr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA0JyXtZnr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA0JyXtZnr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uA0JyXtZnr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA0JyXtZnr .navbar {
    height: 70px;
  }
  .cid-uA0JyXtZnr .navbar.opened {
    height: auto;
  }
  .cid-uA0JyXtZnr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA0JyXtZnr .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uA0JyXtZnr .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uA0JyXtZnr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uA0JyXtZnr .text_widget {
  margin-bottom: 32px;
}
.cid-uA0JyXtZnr .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uA0JyXtZnr .text_widget a:hover,
.cid-uA0JyXtZnr .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uA0JyXtZnr .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uA0JyXtZnr .navbar-caption {
  color: #000000;
}
.cid-uA0JyXtZnr .mbr-section-subtitle,
.cid-uA0JyXtZnr .text_widget,
.cid-uA0JyXtZnr .mbr-section-btn {
  text-align: center;
}
.cid-uA0JyXtZnr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uA0JyXtZnr .nav-link,
.cid-uA0JyXtZnr .dropdown-item {
  color: #FFFFFF;
}
.cid-uA0JyXXNEu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uA0JyXXNEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JyXXNEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JyXXNEu .content-wrap {
  justify-content: center;
}
.cid-uA0JyXXNEu .card {
  justify-content: center;
}
.cid-uA0JyXXNEu .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uA0JyXXNEu .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uA0JyXXNEu .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uA0JyXXNEu .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA0JyXXNEu .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uA0JyXXNEu .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA0JyXXNEu .nav-wrapper .list .item-wrap:hover,
.cid-uA0JyXXNEu .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uA0JyXXNEu .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uA0JyXXNEu .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uA0JyXXNEu .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA0JyXXNEu .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uA0JyXXNEu .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uA0JyXXNEu .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uA0JyXXNEu .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA0JyXXNEu .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA0JyXXNEu .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA0JyXXNEu .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uA0JyXXNEu .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uA0JyXXNEu .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uA0JyXXNEu .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uA0JyXXNEu .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uA0JyXXNEu .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uA0JyXXNEu .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uA0JyXXNEu .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uA0JyXXNEu .mbr-section-title {
  color: #f24d4a;
}
.cid-uA0JyXXNEu .list,
.cid-uA0JyXXNEu .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uA0JyXXNEu .mbr-phone {
  color: #f24d4a;
}
.cid-uA0JyXXNEu .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uA0JyYoq1o {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uA0JyYoq1o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JyYoq1o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JyYoq1o .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA0JyYoq1o .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA0JyYoq1o .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uA0JyYoq1o .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uA0JyYoq1o .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uA0JyYoq1o .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uA0JyYoq1o .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uA0JyYoq1o .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uA0JyYoq1o .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uA0JyYoq1o .mbr-figure {
    width: 100%;
  }
}
.cid-uA0JyYoq1o .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uA0JyYoq1o .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uA0JyYoq1o .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA0JyYoq1o .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uA0JyYoq1o .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA0JyYoq1o .mbr-section-title,
.cid-uA0JyYoq1o .mbr-section-btn {
  color: #21431f;
}
.cid-uA0JyYJJvv {
  background-color: #ffffff;
}
.cid-uA0JyYJJvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JyYJJvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JyYJJvv .card {
  justify-content: center;
}
.cid-uA0JyYJJvv .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uA0JyYJJvv .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uA0JyYJJvv .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uA0JyYJJvv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uA0JyYJJvv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uA0JyYJJvv .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uA0JyYJJvv .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA0JyYJJvv .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uA0JyYJJvv .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uA0JyYJJvv .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uA0JyYJJvv .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uA0JyYJJvv .mbr-section-title {
  color: #f24d4a;
}
.cid-uA0JyYJJvv .mbr-text {
  color: #f24d4a;
}
.cid-uA0JyYJJvv .mbr-section-title,
.cid-uA0JyYJJvv .mbr-section-btn {
  color: #21431f;
}
.cid-uA0JyYJJvv .mbr-text,
.cid-uA0JyYJJvv .text-wrapper {
  color: #02963e;
}
.cid-uA0JyZ5YEL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ebebeb;
}
.cid-uA0JyZ5YEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JyZ5YEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JyZ5YEL .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA0JyZ5YEL .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA0JyZ5YEL .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA0JyZ5YEL .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA0JyZ5YEL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uA0JyZ5YEL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA0JyZ5YEL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA0JyZ5YEL .mbr-text,
.cid-uA0JyZ5YEL .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uA0JyZ5YEL .mbr-section-title,
.cid-uA0JyZ5YEL .mbr-section-btn {
  text-align: center;
  color: #21431f;
}
.cid-uA0JyZrAOh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA0JyZrAOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0JyZrAOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0JyZrAOh .card-wrapper {
  background: #ebebeb;
}
@media (max-width: 767px) {
  .cid-uA0JyZrAOh .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uA0JyZrAOh .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uA0JyZrAOh .card-wrapper {
    padding: 4rem;
  }
}
.cid-uA0JyZrAOh .mbr-text,
.cid-uA0JyZrAOh .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uA0JyZrAOh .card-title,
.cid-uA0JyZrAOh .card-box {
  text-align: center;
  color: #000000;
}
.cid-uA0JyZrAOh .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uA0JyZrAOh .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uA0JyZrAOh .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #000000;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uA0JyZrAOh .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uA0JyZrAOh .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uA0JyZrAOh .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA0JyZrAOh .mbr-text UL {
  text-align: left;
}
.cid-uA0JyZrAOh .mbr-text {
  color: #21431f;
}
.cid-uA0Jz18uAK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA0Jz18uAK .row {
  flex-direction: row-reverse;
}
.cid-uA0Jz18uAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0Jz18uAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0Jz18uAK .mbr-description {
  text-align: left;
}
.cid-uA0Jz18uAK .item-wrapper {
  background: #ebebeb;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uA0Jz18uAK .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uA0Jz18uAK .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uA0Jz18uAK .card-title,
.cid-uA0Jz18uAK .iconfont-wrapper {
  color: #000000;
}
.cid-uA0Jz18uAK .card-text {
  color: #000000;
}
.cid-uA0Jz18uAK .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uA0Jz18uAK .mbr-text,
.cid-uA0Jz18uAK .mbr-section-btn {
  text-align: center;
}
.cid-uA0Jz18uAK .card-text,
.cid-uA0Jz18uAK .item .mbr-section-btn {
  text-align: left;
}
.cid-uA0Jz18uAK .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uA0Jz18uAK .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uA0Jz18uAK .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #000000;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uA0Jz18uAK .mbr-text UL {
  text-align: left;
}
.cid-uKeThi04b8 {
  background-color: #ffffff;
}
.cid-uKeThi04b8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKeThi04b8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKeThi04b8 .items-wrapper {
  margin: 0 -5px;
}
.cid-uKeThi04b8 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uKeThi04b8 .item {
    margin-bottom: 16px;
  }
  .cid-uKeThi04b8 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uKeThi04b8 .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uKeThi04b8 .item .item-wrapper {
  height: 100%;
}
.cid-uKeThi04b8 .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uKeThi04b8 .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uJGngujqzC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGngujqzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGngujqzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGngujqzC .items-wrapper {
  margin: 0 -5px;
}
.cid-uJGngujqzC .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJGngujqzC .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJGngujqzC .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJGngujqzC .item {
    margin-bottom: 16px;
  }
}
.cid-uJGngujqzC .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJGngujqzC .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJGngujqzC .item .item-wrapper {
  height: 100%;
  border: 5px solid #21431f;
  background-color: #21431f;
}
.cid-uJGngujqzC .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJGngujqzC .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJGngujqzC .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJGngujqzC .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJGngujqzC .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGngujqzC .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJGngujqzC .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJGngujqzC .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJGngujqzC .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJGngujqzC .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJGngujqzC .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJGngujqzC .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uJGngujqzC .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGngujqzC .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGngujqzC .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uA0Jz0GiZT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA0Jz0GiZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0Jz0GiZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA0Jz0GiZT .items-wrapper {
  margin: 0 -5px;
}
.cid-uA0Jz0GiZT .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uA0Jz0GiZT .item {
    margin-bottom: 16px;
  }
  .cid-uA0Jz0GiZT .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uA0Jz0GiZT .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uA0Jz0GiZT .item .item-wrapper {
  height: 100%;
}
.cid-uA0Jz0GiZT .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uA0Jz0GiZT .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uA0Jz21WhG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uA1Tcsjiah {
  background-color: transparent;
}
.cid-uA1Tcsjiah .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uA1Tcsjiah .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uA1Tcsjiah .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA1Tcsjiah .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA1Tcsjiah .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uA1Tcsjiah .menu_box .navbar.opened,
  .cid-uA1Tcsjiah .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uA1Tcsjiah .navbar-dropdown {
  position: relative !important;
}
.cid-uA1Tcsjiah .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uA1Tcsjiah .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uA1Tcsjiah .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uA1Tcsjiah .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uA1Tcsjiah .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uA1Tcsjiah .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uA1Tcsjiah .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uA1Tcsjiah .nav-item {
    margin: 0 !important;
  }
}
.cid-uA1Tcsjiah .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uA1Tcsjiah .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uA1Tcsjiah .nav-item .nav-link:hover,
.cid-uA1Tcsjiah .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uA1Tcsjiah .nav-item .nav-link:hover::before,
.cid-uA1Tcsjiah .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uA1Tcsjiah .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uA1Tcsjiah .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uA1Tcsjiah .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uA1Tcsjiah .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uA1Tcsjiah .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uA1Tcsjiah .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uA1Tcsjiah .offcanvas_box {
    display: none;
  }
}
.cid-uA1Tcsjiah .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uA1Tcsjiah .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uA1Tcsjiah .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uA1Tcsjiah .container {
  display: flex;
  margin: auto;
}
.cid-uA1Tcsjiah .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uA1Tcsjiah .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uA1Tcsjiah .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uA1Tcsjiah .navbar-nav {
    margin: 0;
  }
}
.cid-uA1Tcsjiah .dropdown-menu,
.cid-uA1Tcsjiah .navbar.opened {
  background-color: true !important;
}
.cid-uA1Tcsjiah .nav-item:focus,
.cid-uA1Tcsjiah .nav-link:focus {
  outline: none;
}
.cid-uA1Tcsjiah .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA1Tcsjiah .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA1Tcsjiah .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA1Tcsjiah .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA1Tcsjiah .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA1Tcsjiah .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA1Tcsjiah .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uA1Tcsjiah .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uA1Tcsjiah .navbar.opened {
  transition: all 0.3s;
}
.cid-uA1Tcsjiah .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uA1Tcsjiah .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uA1Tcsjiah .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA1Tcsjiah .navbar.collapsed {
  justify-content: center;
}
.cid-uA1Tcsjiah .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA1Tcsjiah .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uA1Tcsjiah .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA1Tcsjiah .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA1Tcsjiah .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA1Tcsjiah .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uA1Tcsjiah .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA1Tcsjiah .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uA1Tcsjiah .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uA1Tcsjiah .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA1Tcsjiah .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA1Tcsjiah .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uA1Tcsjiah .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA1Tcsjiah .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uA1Tcsjiah .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA1Tcsjiah .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uA1Tcsjiah .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uA1Tcsjiah .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uA1Tcsjiah .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uA1Tcsjiah .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA1Tcsjiah .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uA1Tcsjiah .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA1Tcsjiah .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA1Tcsjiah .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA1Tcsjiah .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA1Tcsjiah .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uA1Tcsjiah .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA1Tcsjiah .dropdown-item.active,
.cid-uA1Tcsjiah .dropdown-item:active {
  background-color: transparent;
}
.cid-uA1Tcsjiah .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uA1Tcsjiah .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA1Tcsjiah .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA1Tcsjiah .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA1Tcsjiah ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uA1Tcsjiah .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA1Tcsjiah button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uA1Tcsjiah button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uA1Tcsjiah button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA1Tcsjiah button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA1Tcsjiah button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA1Tcsjiah button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA1Tcsjiah nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA1Tcsjiah nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA1Tcsjiah nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA1Tcsjiah nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA1Tcsjiah a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uA1Tcsjiah .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA1Tcsjiah .navbar {
    height: 70px;
  }
  .cid-uA1Tcsjiah .navbar.opened {
    height: auto;
  }
  .cid-uA1Tcsjiah .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA1Tcsjiah .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uA1Tcsjiah .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uA1Tcsjiah .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uA1Tcsjiah .text_widget {
  margin-bottom: 32px;
}
.cid-uA1Tcsjiah .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uA1Tcsjiah .text_widget a:hover,
.cid-uA1Tcsjiah .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uA1Tcsjiah .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uA1Tcsjiah .navbar-caption {
  color: #000000;
}
.cid-uA1Tcsjiah .mbr-section-subtitle,
.cid-uA1Tcsjiah .text_widget,
.cid-uA1Tcsjiah .mbr-section-btn {
  text-align: center;
}
.cid-uA1Tcsjiah a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uA1Tcsjiah .nav-link,
.cid-uA1Tcsjiah .dropdown-item {
  color: #FFFFFF;
}
.cid-uA1TcsMi4O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uA1TcsMi4O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1TcsMi4O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1TcsMi4O .content-wrap {
  justify-content: center;
}
.cid-uA1TcsMi4O .card {
  justify-content: center;
}
.cid-uA1TcsMi4O .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uA1TcsMi4O .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uA1TcsMi4O .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uA1TcsMi4O .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1TcsMi4O .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uA1TcsMi4O .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA1TcsMi4O .nav-wrapper .list .item-wrap:hover,
.cid-uA1TcsMi4O .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uA1TcsMi4O .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uA1TcsMi4O .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uA1TcsMi4O .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1TcsMi4O .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uA1TcsMi4O .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uA1TcsMi4O .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uA1TcsMi4O .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA1TcsMi4O .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA1TcsMi4O .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA1TcsMi4O .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uA1TcsMi4O .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uA1TcsMi4O .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uA1TcsMi4O .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uA1TcsMi4O .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uA1TcsMi4O .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uA1TcsMi4O .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uA1TcsMi4O .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uA1TcsMi4O .mbr-section-title {
  color: #f24d4a;
}
.cid-uA1TcsMi4O .list,
.cid-uA1TcsMi4O .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uA1TcsMi4O .mbr-phone {
  color: #f24d4a;
}
.cid-uA1TcsMi4O .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uA1TctdaK2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uA1TctdaK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1TctdaK2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1TctdaK2 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1TctdaK2 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA1TctdaK2 .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uA1TctdaK2 .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uA1TctdaK2 .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uA1TctdaK2 .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uA1TctdaK2 .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uA1TctdaK2 .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uA1TctdaK2 .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uA1TctdaK2 .mbr-figure {
    width: 100%;
  }
}
.cid-uA1TctdaK2 .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uA1TctdaK2 .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uA1TctdaK2 .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA1TctdaK2 .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uA1TctdaK2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA1TctdaK2 .mbr-section-title,
.cid-uA1TctdaK2 .mbr-section-btn {
  color: #21431f;
}
.cid-uA1TctzaV8 {
  background-color: #ffffff;
}
.cid-uA1TctzaV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1TctzaV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1TctzaV8 .card {
  justify-content: center;
}
.cid-uA1TctzaV8 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uA1TctzaV8 .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uA1TctzaV8 .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uA1TctzaV8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uA1TctzaV8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uA1TctzaV8 .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uA1TctzaV8 .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA1TctzaV8 .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uA1TctzaV8 .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uA1TctzaV8 .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uA1TctzaV8 .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uA1TctzaV8 .mbr-section-title {
  color: #f24d4a;
}
.cid-uA1TctzaV8 .mbr-text {
  color: #f24d4a;
}
.cid-uA1TctzaV8 .mbr-section-title,
.cid-uA1TctzaV8 .mbr-section-btn {
  color: #21431f;
}
.cid-uA1TctzaV8 .mbr-text,
.cid-uA1TctzaV8 .text-wrapper {
  color: #02963e;
}
.cid-uA1TctX3uS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uA1TctX3uS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1TctX3uS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1TctX3uS .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1TctX3uS .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA1TctX3uS .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1TctX3uS .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1TctX3uS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uA1TctX3uS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA1TctX3uS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA1TctX3uS .mbr-text,
.cid-uA1TctX3uS .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uA1TctX3uS .mbr-section-title,
.cid-uA1TctX3uS .mbr-section-btn {
  text-align: center;
  color: #21431f;
}
.cid-uA1Tcukevq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA1Tcukevq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1Tcukevq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1Tcukevq .card-wrapper {
  background: #ebebeb;
}
@media (max-width: 767px) {
  .cid-uA1Tcukevq .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uA1Tcukevq .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uA1Tcukevq .card-wrapper {
    padding: 4rem;
  }
}
.cid-uA1Tcukevq .mbr-text,
.cid-uA1Tcukevq .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uA1Tcukevq .card-title,
.cid-uA1Tcukevq .card-box {
  text-align: center;
  color: #000000;
}
.cid-uA1Tcukevq .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uA1Tcukevq .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uA1Tcukevq .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #000000;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uA1Tcukevq .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uA1Tcukevq .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uA1Tcukevq .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA1Tcukevq .mbr-text UL {
  text-align: left;
}
.cid-uA1Tcukevq .mbr-text {
  color: #21431f;
}
.cid-uA1TcwrdUM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA1TcwrdUM .row {
  flex-direction: row-reverse;
}
.cid-uA1TcwrdUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1TcwrdUM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1TcwrdUM .mbr-description {
  text-align: left;
}
.cid-uA1TcwrdUM .item-wrapper {
  background: #ebebeb;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uA1TcwrdUM .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uA1TcwrdUM .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uA1TcwrdUM .card-title,
.cid-uA1TcwrdUM .iconfont-wrapper {
  color: #000000;
}
.cid-uA1TcwrdUM .card-text {
  color: #000000;
}
.cid-uA1TcwrdUM .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uA1TcwrdUM .mbr-text,
.cid-uA1TcwrdUM .mbr-section-btn {
  text-align: center;
}
.cid-uA1TcwrdUM .card-text,
.cid-uA1TcwrdUM .item .mbr-section-btn {
  text-align: left;
}
.cid-uA1TcwrdUM .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uA1TcwrdUM .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uA1TcwrdUM .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uA1TcwrdUM .mbr-text UL {
  text-align: left;
}
.cid-uA1TcwrdUM .mbr-text {
  color: #21431f;
}
.cid-uA1TcuHJHx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA1TcuHJHx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1TcuHJHx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uA1TcuHJHx .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uA1TcuHJHx .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uA1TcuHJHx .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uA1TcuHJHx .card-wrapper {
  background: #ebebeb;
}
.cid-uA1TcuHJHx .mbr-text,
.cid-uA1TcuHJHx .mbr-section-btn {
  color: #21431f;
  text-align: left;
}
.cid-uA1TcuHJHx .card-title,
.cid-uA1TcuHJHx .card-box {
  text-align: left;
  color: #21431f;
}
.cid-uKeTxxaFph {
  background-color: #ffffff;
}
.cid-uKeTxxaFph .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKeTxxaFph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKeTxxaFph .items-wrapper {
  margin: 0 -5px;
}
.cid-uKeTxxaFph .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uKeTxxaFph .item {
    margin-bottom: 16px;
  }
  .cid-uKeTxxaFph .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uKeTxxaFph .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uKeTxxaFph .item .item-wrapper {
  height: 100%;
}
.cid-uKeTxxaFph .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uKeTxxaFph .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uJGnCsFKf8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGnCsFKf8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGnCsFKf8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGnCsFKf8 .items-wrapper {
  margin: 0 -5px;
}
.cid-uJGnCsFKf8 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJGnCsFKf8 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJGnCsFKf8 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJGnCsFKf8 .item {
    margin-bottom: 16px;
  }
}
.cid-uJGnCsFKf8 .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJGnCsFKf8 .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJGnCsFKf8 .item .item-wrapper {
  height: 100%;
  border: 5px solid #21431f;
  background-color: #21431f;
}
.cid-uJGnCsFKf8 .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJGnCsFKf8 .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJGnCsFKf8 .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJGnCsFKf8 .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJGnCsFKf8 .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGnCsFKf8 .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJGnCsFKf8 .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJGnCsFKf8 .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJGnCsFKf8 .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJGnCsFKf8 .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJGnCsFKf8 .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJGnCsFKf8 .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uJGnCsFKf8 .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGnCsFKf8 .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGnCsFKf8 .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uA1Tcw097M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA1Tcw097M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1Tcw097M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1Tcw097M .items-wrapper {
  margin: 0 -5px;
}
.cid-uA1Tcw097M .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uA1Tcw097M .item {
    margin-bottom: 16px;
  }
  .cid-uA1Tcw097M .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uA1Tcw097M .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uA1Tcw097M .item .item-wrapper {
  height: 100%;
}
.cid-uA1Tcw097M .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uA1Tcw097M .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uA1TcwRDDm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uA1TbjVOr0 {
  background-color: transparent;
}
.cid-uA1TbjVOr0 .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uA1TbjVOr0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uA1TbjVOr0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA1TbjVOr0 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA1TbjVOr0 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uA1TbjVOr0 .menu_box .navbar.opened,
  .cid-uA1TbjVOr0 .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uA1TbjVOr0 .navbar-dropdown {
  position: relative !important;
}
.cid-uA1TbjVOr0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uA1TbjVOr0 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uA1TbjVOr0 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uA1TbjVOr0 .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uA1TbjVOr0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uA1TbjVOr0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uA1TbjVOr0 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uA1TbjVOr0 .nav-item {
    margin: 0 !important;
  }
}
.cid-uA1TbjVOr0 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uA1TbjVOr0 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uA1TbjVOr0 .nav-item .nav-link:hover,
.cid-uA1TbjVOr0 .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uA1TbjVOr0 .nav-item .nav-link:hover::before,
.cid-uA1TbjVOr0 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uA1TbjVOr0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uA1TbjVOr0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uA1TbjVOr0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uA1TbjVOr0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uA1TbjVOr0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uA1TbjVOr0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uA1TbjVOr0 .offcanvas_box {
    display: none;
  }
}
.cid-uA1TbjVOr0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uA1TbjVOr0 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uA1TbjVOr0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uA1TbjVOr0 .container {
  display: flex;
  margin: auto;
}
.cid-uA1TbjVOr0 .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uA1TbjVOr0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uA1TbjVOr0 .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uA1TbjVOr0 .navbar-nav {
    margin: 0;
  }
}
.cid-uA1TbjVOr0 .dropdown-menu,
.cid-uA1TbjVOr0 .navbar.opened {
  background-color: true !important;
}
.cid-uA1TbjVOr0 .nav-item:focus,
.cid-uA1TbjVOr0 .nav-link:focus {
  outline: none;
}
.cid-uA1TbjVOr0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA1TbjVOr0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA1TbjVOr0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA1TbjVOr0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA1TbjVOr0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA1TbjVOr0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA1TbjVOr0 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uA1TbjVOr0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uA1TbjVOr0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uA1TbjVOr0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uA1TbjVOr0 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uA1TbjVOr0 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA1TbjVOr0 .navbar.collapsed {
  justify-content: center;
}
.cid-uA1TbjVOr0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA1TbjVOr0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uA1TbjVOr0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA1TbjVOr0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA1TbjVOr0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA1TbjVOr0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uA1TbjVOr0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA1TbjVOr0 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uA1TbjVOr0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uA1TbjVOr0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA1TbjVOr0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA1TbjVOr0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uA1TbjVOr0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA1TbjVOr0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uA1TbjVOr0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA1TbjVOr0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uA1TbjVOr0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uA1TbjVOr0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uA1TbjVOr0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uA1TbjVOr0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA1TbjVOr0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uA1TbjVOr0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA1TbjVOr0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA1TbjVOr0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA1TbjVOr0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA1TbjVOr0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uA1TbjVOr0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA1TbjVOr0 .dropdown-item.active,
.cid-uA1TbjVOr0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uA1TbjVOr0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uA1TbjVOr0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA1TbjVOr0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA1TbjVOr0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA1TbjVOr0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uA1TbjVOr0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA1TbjVOr0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uA1TbjVOr0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uA1TbjVOr0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA1TbjVOr0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA1TbjVOr0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA1TbjVOr0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA1TbjVOr0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA1TbjVOr0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA1TbjVOr0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA1TbjVOr0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA1TbjVOr0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uA1TbjVOr0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA1TbjVOr0 .navbar {
    height: 70px;
  }
  .cid-uA1TbjVOr0 .navbar.opened {
    height: auto;
  }
  .cid-uA1TbjVOr0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA1TbjVOr0 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uA1TbjVOr0 .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uA1TbjVOr0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uA1TbjVOr0 .text_widget {
  margin-bottom: 32px;
}
.cid-uA1TbjVOr0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uA1TbjVOr0 .text_widget a:hover,
.cid-uA1TbjVOr0 .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uA1TbjVOr0 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uA1TbjVOr0 .navbar-caption {
  color: #000000;
}
.cid-uA1TbjVOr0 .mbr-section-subtitle,
.cid-uA1TbjVOr0 .text_widget,
.cid-uA1TbjVOr0 .mbr-section-btn {
  text-align: center;
}
.cid-uA1TbjVOr0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uA1TbjVOr0 .nav-link,
.cid-uA1TbjVOr0 .dropdown-item {
  color: #FFFFFF;
}
.cid-uA1TbkrRZB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uA1TbkrRZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1TbkrRZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1TbkrRZB .content-wrap {
  justify-content: center;
}
.cid-uA1TbkrRZB .card {
  justify-content: center;
}
.cid-uA1TbkrRZB .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uA1TbkrRZB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uA1TbkrRZB .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uA1TbkrRZB .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1TbkrRZB .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uA1TbkrRZB .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA1TbkrRZB .nav-wrapper .list .item-wrap:hover,
.cid-uA1TbkrRZB .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uA1TbkrRZB .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uA1TbkrRZB .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uA1TbkrRZB .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1TbkrRZB .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uA1TbkrRZB .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uA1TbkrRZB .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uA1TbkrRZB .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA1TbkrRZB .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA1TbkrRZB .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA1TbkrRZB .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uA1TbkrRZB .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uA1TbkrRZB .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uA1TbkrRZB .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uA1TbkrRZB .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uA1TbkrRZB .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uA1TbkrRZB .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uA1TbkrRZB .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uA1TbkrRZB .mbr-section-title {
  color: #f24d4a;
}
.cid-uA1TbkrRZB .list,
.cid-uA1TbkrRZB .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uA1TbkrRZB .mbr-phone {
  color: #f24d4a;
}
.cid-uA1TbkrRZB .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uA1Tbl0QQ8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uA1Tbl0QQ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1Tbl0QQ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1Tbl0QQ8 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1Tbl0QQ8 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA1Tbl0QQ8 .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uA1Tbl0QQ8 .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uA1Tbl0QQ8 .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uA1Tbl0QQ8 .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uA1Tbl0QQ8 .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uA1Tbl0QQ8 .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uA1Tbl0QQ8 .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uA1Tbl0QQ8 .mbr-figure {
    width: 100%;
  }
}
.cid-uA1Tbl0QQ8 .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uA1Tbl0QQ8 .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uA1Tbl0QQ8 .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA1Tbl0QQ8 .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uA1Tbl0QQ8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA1Tbl0QQ8 .mbr-section-title,
.cid-uA1Tbl0QQ8 .mbr-section-btn {
  color: #21431f;
}
.cid-uA1TblnVxS {
  background-color: #ffffff;
}
.cid-uA1TblnVxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1TblnVxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1TblnVxS .card {
  justify-content: center;
}
.cid-uA1TblnVxS .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uA1TblnVxS .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uA1TblnVxS .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uA1TblnVxS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uA1TblnVxS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uA1TblnVxS .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uA1TblnVxS .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA1TblnVxS .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uA1TblnVxS .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uA1TblnVxS .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uA1TblnVxS .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uA1TblnVxS .mbr-section-title {
  color: #f24d4a;
}
.cid-uA1TblnVxS .mbr-text {
  color: #f24d4a;
}
.cid-uA1TblnVxS .mbr-section-title,
.cid-uA1TblnVxS .mbr-section-btn {
  color: #21431f;
}
.cid-uA1TblnVxS .mbr-text,
.cid-uA1TblnVxS .text-wrapper {
  color: #02963e;
}
.cid-uA1TblJfci {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uA1TblJfci .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1TblJfci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1TblJfci .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1TblJfci .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA1TblJfci .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA1TblJfci .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA1TblJfci .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uA1TblJfci .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA1TblJfci .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA1TblJfci .mbr-text,
.cid-uA1TblJfci .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uA1TblJfci .mbr-section-title,
.cid-uA1TblJfci .mbr-section-btn {
  text-align: center;
  color: #21431f;
}
.cid-uA1Tbm5aFR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA1Tbm5aFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1Tbm5aFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1Tbm5aFR .card-wrapper {
  background: #ebebeb;
}
@media (max-width: 767px) {
  .cid-uA1Tbm5aFR .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uA1Tbm5aFR .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uA1Tbm5aFR .card-wrapper {
    padding: 4rem;
  }
}
.cid-uA1Tbm5aFR .mbr-text,
.cid-uA1Tbm5aFR .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uA1Tbm5aFR .card-title,
.cid-uA1Tbm5aFR .card-box {
  text-align: center;
  color: #000000;
}
.cid-uA1Tbm5aFR .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uA1Tbm5aFR .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uA1Tbm5aFR .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #000000;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uA1Tbm5aFR .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uA1Tbm5aFR .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uA1Tbm5aFR .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA1Tbm5aFR .mbr-text UL {
  text-align: left;
}
.cid-uA1Tbm5aFR .mbr-text {
  color: #21431f;
}
.cid-uA1Tbomb3n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA1Tbomb3n .row {
  flex-direction: row-reverse;
}
.cid-uA1Tbomb3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1Tbomb3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1Tbomb3n .mbr-description {
  text-align: left;
}
.cid-uA1Tbomb3n .item-wrapper {
  background: #ebebeb;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uA1Tbomb3n .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uA1Tbomb3n .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uA1Tbomb3n .card-title,
.cid-uA1Tbomb3n .iconfont-wrapper {
  color: #000000;
}
.cid-uA1Tbomb3n .card-text {
  color: #000000;
}
.cid-uA1Tbomb3n .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uA1Tbomb3n .mbr-text,
.cid-uA1Tbomb3n .mbr-section-btn {
  text-align: center;
}
.cid-uA1Tbomb3n .card-text,
.cid-uA1Tbomb3n .item .mbr-section-btn {
  text-align: left;
}
.cid-uA1Tbomb3n .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uA1Tbomb3n .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uA1Tbomb3n .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uA1Tbomb3n .mbr-text UL {
  text-align: left;
}
.cid-uA1Tbmtorz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA1Tbmtorz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1Tbmtorz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uA1Tbmtorz .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uA1Tbmtorz .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uA1Tbmtorz .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uA1Tbmtorz .card-wrapper {
  background: #ebebeb;
}
.cid-uA1Tbmtorz .mbr-text,
.cid-uA1Tbmtorz .mbr-section-btn {
  color: #02963e;
  text-align: left;
}
.cid-uA1Tbmtorz .card-title,
.cid-uA1Tbmtorz .card-box {
  text-align: left;
  color: #21431f;
}
.cid-uKeTq04xwN {
  background-color: #ffffff;
}
.cid-uKeTq04xwN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKeTq04xwN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKeTq04xwN .items-wrapper {
  margin: 0 -5px;
}
.cid-uKeTq04xwN .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uKeTq04xwN .item {
    margin-bottom: 16px;
  }
  .cid-uKeTq04xwN .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uKeTq04xwN .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uKeTq04xwN .item .item-wrapper {
  height: 100%;
}
.cid-uKeTq04xwN .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uKeTq04xwN .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uJGntHYivB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGntHYivB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGntHYivB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGntHYivB .items-wrapper {
  margin: 0 -5px;
}
.cid-uJGntHYivB .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJGntHYivB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJGntHYivB .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJGntHYivB .item {
    margin-bottom: 16px;
  }
}
.cid-uJGntHYivB .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJGntHYivB .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJGntHYivB .item .item-wrapper {
  height: 100%;
  border: 5px solid #21431f;
  background-color: #21431f;
}
.cid-uJGntHYivB .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJGntHYivB .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJGntHYivB .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJGntHYivB .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJGntHYivB .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGntHYivB .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJGntHYivB .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJGntHYivB .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJGntHYivB .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJGntHYivB .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJGntHYivB .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJGntHYivB .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uJGntHYivB .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGntHYivB .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGntHYivB .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uA1TbnWhdC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA1TbnWhdC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1TbnWhdC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1TbnWhdC .items-wrapper {
  margin: 0 -5px;
}
.cid-uA1TbnWhdC .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uA1TbnWhdC .item {
    margin-bottom: 16px;
  }
  .cid-uA1TbnWhdC .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uA1TbnWhdC .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uA1TbnWhdC .item .item-wrapper {
  height: 100%;
}
.cid-uA1TbnWhdC .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uA1TbnWhdC .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uA1TboLwyb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uA6b7TSgPt {
  background-color: transparent;
}
.cid-uA6b7TSgPt .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uA6b7TSgPt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uA6b7TSgPt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA6b7TSgPt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA6b7TSgPt .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uA6b7TSgPt .menu_box .navbar.opened,
  .cid-uA6b7TSgPt .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uA6b7TSgPt .navbar-dropdown {
  position: relative !important;
}
.cid-uA6b7TSgPt .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uA6b7TSgPt .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uA6b7TSgPt .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uA6b7TSgPt .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uA6b7TSgPt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uA6b7TSgPt .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uA6b7TSgPt .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uA6b7TSgPt .nav-item {
    margin: 0 !important;
  }
}
.cid-uA6b7TSgPt .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uA6b7TSgPt .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uA6b7TSgPt .nav-item .nav-link:hover,
.cid-uA6b7TSgPt .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uA6b7TSgPt .nav-item .nav-link:hover::before,
.cid-uA6b7TSgPt .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uA6b7TSgPt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uA6b7TSgPt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uA6b7TSgPt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uA6b7TSgPt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uA6b7TSgPt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uA6b7TSgPt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uA6b7TSgPt .offcanvas_box {
    display: none;
  }
}
.cid-uA6b7TSgPt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uA6b7TSgPt .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uA6b7TSgPt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uA6b7TSgPt .container {
  display: flex;
  margin: auto;
}
.cid-uA6b7TSgPt .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uA6b7TSgPt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uA6b7TSgPt .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uA6b7TSgPt .navbar-nav {
    margin: 0;
  }
}
.cid-uA6b7TSgPt .dropdown-menu,
.cid-uA6b7TSgPt .navbar.opened {
  background-color: true !important;
}
.cid-uA6b7TSgPt .nav-item:focus,
.cid-uA6b7TSgPt .nav-link:focus {
  outline: none;
}
.cid-uA6b7TSgPt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA6b7TSgPt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA6b7TSgPt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA6b7TSgPt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA6b7TSgPt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA6b7TSgPt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA6b7TSgPt .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uA6b7TSgPt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uA6b7TSgPt .navbar.opened {
  transition: all 0.3s;
}
.cid-uA6b7TSgPt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uA6b7TSgPt .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uA6b7TSgPt .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA6b7TSgPt .navbar.collapsed {
  justify-content: center;
}
.cid-uA6b7TSgPt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA6b7TSgPt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uA6b7TSgPt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA6b7TSgPt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA6b7TSgPt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA6b7TSgPt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uA6b7TSgPt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA6b7TSgPt .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uA6b7TSgPt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uA6b7TSgPt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA6b7TSgPt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA6b7TSgPt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uA6b7TSgPt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA6b7TSgPt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uA6b7TSgPt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA6b7TSgPt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uA6b7TSgPt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uA6b7TSgPt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uA6b7TSgPt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uA6b7TSgPt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA6b7TSgPt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uA6b7TSgPt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA6b7TSgPt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA6b7TSgPt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA6b7TSgPt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA6b7TSgPt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uA6b7TSgPt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA6b7TSgPt .dropdown-item.active,
.cid-uA6b7TSgPt .dropdown-item:active {
  background-color: transparent;
}
.cid-uA6b7TSgPt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uA6b7TSgPt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA6b7TSgPt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA6b7TSgPt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA6b7TSgPt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uA6b7TSgPt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA6b7TSgPt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uA6b7TSgPt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uA6b7TSgPt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA6b7TSgPt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA6b7TSgPt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA6b7TSgPt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA6b7TSgPt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA6b7TSgPt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA6b7TSgPt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA6b7TSgPt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA6b7TSgPt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uA6b7TSgPt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA6b7TSgPt .navbar {
    height: 70px;
  }
  .cid-uA6b7TSgPt .navbar.opened {
    height: auto;
  }
  .cid-uA6b7TSgPt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA6b7TSgPt .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uA6b7TSgPt .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uA6b7TSgPt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uA6b7TSgPt .text_widget {
  margin-bottom: 32px;
}
.cid-uA6b7TSgPt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uA6b7TSgPt .text_widget a:hover,
.cid-uA6b7TSgPt .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uA6b7TSgPt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uA6b7TSgPt .navbar-caption {
  color: #000000;
}
.cid-uA6b7TSgPt .mbr-section-subtitle,
.cid-uA6b7TSgPt .text_widget,
.cid-uA6b7TSgPt .mbr-section-btn {
  text-align: center;
}
.cid-uA6b7TSgPt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uA6b7TSgPt .nav-link,
.cid-uA6b7TSgPt .dropdown-item {
  color: #FFFFFF;
}
.cid-uA6b7UtSQe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uA6b7UtSQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA6b7UtSQe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA6b7UtSQe .content-wrap {
  justify-content: center;
}
.cid-uA6b7UtSQe .card {
  justify-content: center;
}
.cid-uA6b7UtSQe .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uA6b7UtSQe .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uA6b7UtSQe .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uA6b7UtSQe .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA6b7UtSQe .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uA6b7UtSQe .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA6b7UtSQe .nav-wrapper .list .item-wrap:hover,
.cid-uA6b7UtSQe .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uA6b7UtSQe .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uA6b7UtSQe .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uA6b7UtSQe .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA6b7UtSQe .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uA6b7UtSQe .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uA6b7UtSQe .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uA6b7UtSQe .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA6b7UtSQe .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA6b7UtSQe .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA6b7UtSQe .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uA6b7UtSQe .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uA6b7UtSQe .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uA6b7UtSQe .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uA6b7UtSQe .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uA6b7UtSQe .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uA6b7UtSQe .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uA6b7UtSQe .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uA6b7UtSQe .mbr-section-title {
  color: #f24d4a;
}
.cid-uA6b7UtSQe .list,
.cid-uA6b7UtSQe .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uA6b7UtSQe .mbr-phone {
  color: #f24d4a;
}
.cid-uA6b7UtSQe .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uA6b7V64oc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uA6b7V64oc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA6b7V64oc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA6b7V64oc .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA6b7V64oc .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA6b7V64oc .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uA6b7V64oc .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uA6b7V64oc .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uA6b7V64oc .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uA6b7V64oc .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uA6b7V64oc .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uA6b7V64oc .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uA6b7V64oc .mbr-figure {
    width: 100%;
  }
}
.cid-uA6b7V64oc .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uA6b7V64oc .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uA6b7V64oc .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA6b7V64oc .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uA6b7V64oc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA6b7V64oc .mbr-section-title,
.cid-uA6b7V64oc .mbr-section-btn {
  color: #21431f;
}
.cid-uA6b7VyU3U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ebebeb;
}
.cid-uA6b7VyU3U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA6b7VyU3U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA6b7VyU3U .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA6b7VyU3U .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA6b7VyU3U .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA6b7VyU3U .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA6b7VyU3U .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uA6b7VyU3U .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA6b7VyU3U .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA6b7VyU3U .mbr-text,
.cid-uA6b7VyU3U .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uA6b7VyU3U .mbr-section-title,
.cid-uA6b7VyU3U .mbr-section-btn {
  text-align: center;
  color: #21431f;
}
.cid-uK96c6ULvy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uK96c6ULvy .row {
  flex-direction: row-reverse;
}
.cid-uK96c6ULvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK96c6ULvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK96c6ULvy .mbr-description {
  text-align: left;
}
.cid-uK96c6ULvy .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uK96c6ULvy .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uK96c6ULvy .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uK96c6ULvy .card-title,
.cid-uK96c6ULvy .iconfont-wrapper {
  color: #000000;
}
.cid-uK96c6ULvy .card-text {
  color: #000000;
}
.cid-uK96c6ULvy .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uK96c6ULvy .mbr-text,
.cid-uK96c6ULvy .mbr-section-btn {
  text-align: center;
}
.cid-uK96c6ULvy .card-text,
.cid-uK96c6ULvy .item .mbr-section-btn {
  text-align: left;
}
.cid-uK96c6ULvy .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uK96c6ULvy .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uK96c6ULvy .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uK96c6ULvy .mbr-text UL {
  text-align: left;
}
.cid-uK96c6ULvy .mbr-text {
  color: #454545;
}
.cid-uKe01CCa0C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uKe01CCa0C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKe01CCa0C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKe01CCa0C .items-wrapper {
  margin: 0 -5px;
}
.cid-uKe01CCa0C .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uKe01CCa0C .item {
    margin-bottom: 16px;
  }
  .cid-uKe01CCa0C .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uKe01CCa0C .item .item-wrapper {
  height: 100%;
}
.cid-uKe01CCa0C .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #bbbbbb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uKe01CCa0C .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-uKe01CCa0C .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: 0.3;
  background-color: #bbbbbb;
  pointer-events: none;
  border-radius: 0 !important;
}
.cid-uKe01CCa0C .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uKe01CCa0C .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uKe01CCa0C .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-uKe01CCa0C .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uKe01CCa0C .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-uKe01CCa0C .card-title {
  color: #02963e;
}
.cid-uKe01CCa0C .card-text {
  color: #454545;
}
.cid-uK97ogYQuo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uK97ogYQuo .row {
  flex-direction: row-reverse;
}
.cid-uK97ogYQuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK97ogYQuo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK97ogYQuo .mbr-description {
  text-align: left;
}
.cid-uK97ogYQuo .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uK97ogYQuo .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uK97ogYQuo .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uK97ogYQuo .card-title,
.cid-uK97ogYQuo .iconfont-wrapper {
  color: #000000;
}
.cid-uK97ogYQuo .card-text {
  color: #000000;
}
.cid-uK97ogYQuo .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uK97ogYQuo .mbr-text,
.cid-uK97ogYQuo .mbr-section-btn {
  text-align: center;
}
.cid-uK97ogYQuo .card-text,
.cid-uK97ogYQuo .item .mbr-section-btn {
  text-align: left;
}
.cid-uK97ogYQuo .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uK97ogYQuo .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uK97ogYQuo .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uK97ogYQuo .mbr-text UL {
  text-align: left;
}
.cid-uK97ogYQuo .mbr-text {
  color: #454545;
}
.cid-uJmNtx6Fb6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJmNtx6Fb6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmNtx6Fb6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmNtx6Fb6 .items-wrapper {
  margin: 0 -5px;
}
.cid-uJmNtx6Fb6 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJmNtx6Fb6 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJmNtx6Fb6 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJmNtx6Fb6 .item {
    margin-bottom: 16px;
  }
}
.cid-uJmNtx6Fb6 .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJmNtx6Fb6 .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJmNtx6Fb6 .item .item-wrapper {
  height: 100%;
  border: 5px solid #003366;
  background-color: #003366;
}
.cid-uJmNtx6Fb6 .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJmNtx6Fb6 .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJmNtx6Fb6 .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJmNtx6Fb6 .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJmNtx6Fb6 .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJmNtx6Fb6 .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJmNtx6Fb6 .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJmNtx6Fb6 .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJmNtx6Fb6 .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJmNtx6Fb6 .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJmNtx6Fb6 .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJmNtx6Fb6 .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uJmNtx6Fb6 .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJmNtx6Fb6 .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJmNtx6Fb6 .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uK987d7RWF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK987d7RWF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK987d7RWF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK987d7RWF .items-wrapper {
  margin: 0 -5px;
}
.cid-uK987d7RWF .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uK987d7RWF .item {
    margin-bottom: 16px;
  }
  .cid-uK987d7RWF .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uK987d7RWF .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uK987d7RWF .item .item-wrapper {
  height: 100%;
}
.cid-uK987d7RWF .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uK987d7RWF .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uKerQq2QWR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uKerQq2QWR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKerQq2QWR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKerQq2QWR .items-wrapper {
  margin: 0 -5px;
}
.cid-uKerQq2QWR .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uKerQq2QWR .item {
    margin-bottom: 16px;
  }
  .cid-uKerQq2QWR .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uKerQq2QWR .item .item-wrapper {
  height: 100%;
}
.cid-uKerQq2QWR .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #bbbbbb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uKerQq2QWR .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-uKerQq2QWR .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: 0.3;
  background-color: #bbbbbb;
  pointer-events: none;
  border-radius: 0 !important;
}
.cid-uKerQq2QWR .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uKerQq2QWR .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uKerQq2QWR .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-uKerQq2QWR .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uKerQq2QWR .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-uKerQq2QWR .card-title {
  color: #02963e;
}
.cid-uKerQq2QWR .card-text {
  color: #454545;
}
.cid-uA6b80oMaL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA6b80oMaL .row {
  flex-direction: row-reverse;
}
.cid-uA6b80oMaL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA6b80oMaL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA6b80oMaL .mbr-description {
  text-align: left;
}
.cid-uA6b80oMaL .item-wrapper {
  background: #ebebeb;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uA6b80oMaL .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uA6b80oMaL .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uA6b80oMaL .card-title,
.cid-uA6b80oMaL .iconfont-wrapper {
  color: #000000;
}
.cid-uA6b80oMaL .card-text {
  color: #000000;
}
.cid-uA6b80oMaL .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uA6b80oMaL .mbr-text,
.cid-uA6b80oMaL .mbr-section-btn {
  text-align: center;
}
.cid-uA6b80oMaL .card-text,
.cid-uA6b80oMaL .item .mbr-section-btn {
  text-align: left;
}
.cid-uA6b80oMaL .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uA6b80oMaL .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uA6b80oMaL .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #02963e;
  background-color: #02963e;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uA6b80oMaL .mbr-text UL {
  text-align: left;
}
.cid-uA6b80oMaL .mbr-text {
  color: #02963e;
}
.cid-uA6b80YFqq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uAbMyd9nNr {
  background-color: transparent;
}
.cid-uAbMyd9nNr .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uAbMyd9nNr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uAbMyd9nNr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAbMyd9nNr .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAbMyd9nNr .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAbMyd9nNr .menu_box .navbar.opened,
  .cid-uAbMyd9nNr .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAbMyd9nNr .navbar-dropdown {
  position: relative !important;
}
.cid-uAbMyd9nNr .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAbMyd9nNr .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uAbMyd9nNr .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAbMyd9nNr .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uAbMyd9nNr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAbMyd9nNr .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uAbMyd9nNr .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uAbMyd9nNr .nav-item {
    margin: 0 !important;
  }
}
.cid-uAbMyd9nNr .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uAbMyd9nNr .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uAbMyd9nNr .nav-item .nav-link:hover,
.cid-uAbMyd9nNr .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uAbMyd9nNr .nav-item .nav-link:hover::before,
.cid-uAbMyd9nNr .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uAbMyd9nNr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAbMyd9nNr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAbMyd9nNr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAbMyd9nNr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAbMyd9nNr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAbMyd9nNr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAbMyd9nNr .offcanvas_box {
    display: none;
  }
}
.cid-uAbMyd9nNr .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAbMyd9nNr .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAbMyd9nNr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAbMyd9nNr .container {
  display: flex;
  margin: auto;
}
.cid-uAbMyd9nNr .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uAbMyd9nNr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAbMyd9nNr .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uAbMyd9nNr .navbar-nav {
    margin: 0;
  }
}
.cid-uAbMyd9nNr .dropdown-menu,
.cid-uAbMyd9nNr .navbar.opened {
  background-color: true !important;
}
.cid-uAbMyd9nNr .nav-item:focus,
.cid-uAbMyd9nNr .nav-link:focus {
  outline: none;
}
.cid-uAbMyd9nNr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAbMyd9nNr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAbMyd9nNr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAbMyd9nNr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAbMyd9nNr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAbMyd9nNr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAbMyd9nNr .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAbMyd9nNr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAbMyd9nNr .navbar.opened {
  transition: all 0.3s;
}
.cid-uAbMyd9nNr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAbMyd9nNr .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAbMyd9nNr .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAbMyd9nNr .navbar.collapsed {
  justify-content: center;
}
.cid-uAbMyd9nNr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAbMyd9nNr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAbMyd9nNr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAbMyd9nNr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAbMyd9nNr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAbMyd9nNr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAbMyd9nNr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAbMyd9nNr .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uAbMyd9nNr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAbMyd9nNr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAbMyd9nNr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAbMyd9nNr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAbMyd9nNr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAbMyd9nNr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAbMyd9nNr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAbMyd9nNr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAbMyd9nNr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAbMyd9nNr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAbMyd9nNr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAbMyd9nNr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAbMyd9nNr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAbMyd9nNr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAbMyd9nNr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAbMyd9nNr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAbMyd9nNr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAbMyd9nNr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uAbMyd9nNr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAbMyd9nNr .dropdown-item.active,
.cid-uAbMyd9nNr .dropdown-item:active {
  background-color: transparent;
}
.cid-uAbMyd9nNr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uAbMyd9nNr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAbMyd9nNr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAbMyd9nNr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAbMyd9nNr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAbMyd9nNr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAbMyd9nNr button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uAbMyd9nNr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uAbMyd9nNr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAbMyd9nNr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAbMyd9nNr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAbMyd9nNr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAbMyd9nNr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAbMyd9nNr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAbMyd9nNr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAbMyd9nNr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAbMyd9nNr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAbMyd9nNr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAbMyd9nNr .navbar {
    height: 70px;
  }
  .cid-uAbMyd9nNr .navbar.opened {
    height: auto;
  }
  .cid-uAbMyd9nNr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAbMyd9nNr .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uAbMyd9nNr .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uAbMyd9nNr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAbMyd9nNr .text_widget {
  margin-bottom: 32px;
}
.cid-uAbMyd9nNr .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAbMyd9nNr .text_widget a:hover,
.cid-uAbMyd9nNr .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uAbMyd9nNr .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uAbMyd9nNr .navbar-caption {
  color: #000000;
}
.cid-uAbMyd9nNr .mbr-section-subtitle,
.cid-uAbMyd9nNr .text_widget,
.cid-uAbMyd9nNr .mbr-section-btn {
  text-align: center;
}
.cid-uAbMyd9nNr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAbMyd9nNr .nav-link,
.cid-uAbMyd9nNr .dropdown-item {
  color: #FFFFFF;
}
.cid-uAbMydPY5o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uAbMydPY5o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAbMydPY5o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAbMydPY5o .content-wrap {
  justify-content: center;
}
.cid-uAbMydPY5o .card {
  justify-content: center;
}
.cid-uAbMydPY5o .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uAbMydPY5o .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uAbMydPY5o .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uAbMydPY5o .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAbMydPY5o .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uAbMydPY5o .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uAbMydPY5o .nav-wrapper .list .item-wrap:hover,
.cid-uAbMydPY5o .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uAbMydPY5o .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uAbMydPY5o .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uAbMydPY5o .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAbMydPY5o .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uAbMydPY5o .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uAbMydPY5o .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uAbMydPY5o .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAbMydPY5o .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uAbMydPY5o .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAbMydPY5o .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uAbMydPY5o .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uAbMydPY5o .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uAbMydPY5o .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uAbMydPY5o .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uAbMydPY5o .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uAbMydPY5o .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uAbMydPY5o .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uAbMydPY5o .mbr-section-title {
  color: #f24d4a;
}
.cid-uAbMydPY5o .list,
.cid-uAbMydPY5o .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uAbMydPY5o .mbr-phone {
  color: #f24d4a;
}
.cid-uAbMydPY5o .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uAbMyewcgK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAbMyewcgK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAbMyewcgK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAbMyewcgK .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAbMyewcgK .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAbMyewcgK .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uAbMyewcgK .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uAbMyewcgK .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uAbMyewcgK .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uAbMyewcgK .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uAbMyewcgK .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uAbMyewcgK .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uAbMyewcgK .mbr-figure {
    width: 100%;
  }
}
.cid-uAbMyewcgK .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uAbMyewcgK .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uAbMyewcgK .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAbMyewcgK .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uAbMyewcgK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAbMyewcgK .mbr-section-title,
.cid-uAbMyewcgK .mbr-section-btn {
  color: #21431f;
}
.cid-uAbMyeYYxk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebebeb;
}
.cid-uAbMyeYYxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAbMyeYYxk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAbMyeYYxk .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAbMyeYYxk .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAbMyeYYxk .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAbMyeYYxk .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAbMyeYYxk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uAbMyeYYxk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAbMyeYYxk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAbMyeYYxk .mbr-text,
.cid-uAbMyeYYxk .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uAbMyeYYxk .mbr-section-title,
.cid-uAbMyeYYxk .mbr-section-btn {
  text-align: center;
  color: #21431f;
}
.cid-uKetr0OalR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKetr0OalR .row {
  flex-direction: row-reverse;
}
.cid-uKetr0OalR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKetr0OalR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKetr0OalR .mbr-description {
  text-align: left;
}
.cid-uKetr0OalR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKetr0OalR .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKetr0OalR .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKetr0OalR .card-title,
.cid-uKetr0OalR .iconfont-wrapper {
  color: #000000;
}
.cid-uKetr0OalR .card-text {
  color: #000000;
}
.cid-uKetr0OalR .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKetr0OalR .mbr-text,
.cid-uKetr0OalR .mbr-section-btn {
  text-align: center;
}
.cid-uKetr0OalR .card-text,
.cid-uKetr0OalR .item .mbr-section-btn {
  text-align: left;
}
.cid-uKetr0OalR .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKetr0OalR .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKetr0OalR .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKetr0OalR .mbr-text UL {
  text-align: left;
}
.cid-uKetr0OalR .mbr-text {
  color: #454545;
}
.cid-uKeviGVCCp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uKeviGVCCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKeviGVCCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKeviGVCCp .items-wrapper {
  margin: 0 -5px;
}
.cid-uKeviGVCCp .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uKeviGVCCp .item {
    margin-bottom: 16px;
  }
  .cid-uKeviGVCCp .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uKeviGVCCp .item .item-wrapper {
  height: 100%;
}
.cid-uKeviGVCCp .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #bbbbbb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uKeviGVCCp .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-uKeviGVCCp .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: 0.3;
  background-color: #bbbbbb;
  pointer-events: none;
  border-radius: 0 !important;
}
.cid-uKeviGVCCp .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uKeviGVCCp .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uKeviGVCCp .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-uKeviGVCCp .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uKeviGVCCp .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-uKeviGVCCp .card-title {
  color: #02963e;
}
.cid-uKeviGVCCp .card-text {
  color: #454545;
}
.cid-uKetWJO4pJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKetWJO4pJ .row {
  flex-direction: row-reverse;
}
.cid-uKetWJO4pJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKetWJO4pJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKetWJO4pJ .mbr-description {
  text-align: left;
}
.cid-uKetWJO4pJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKetWJO4pJ .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKetWJO4pJ .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKetWJO4pJ .card-title,
.cid-uKetWJO4pJ .iconfont-wrapper {
  color: #000000;
}
.cid-uKetWJO4pJ .card-text {
  color: #000000;
}
.cid-uKetWJO4pJ .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKetWJO4pJ .mbr-text,
.cid-uKetWJO4pJ .mbr-section-btn {
  text-align: center;
}
.cid-uKetWJO4pJ .card-text,
.cid-uKetWJO4pJ .item .mbr-section-btn {
  text-align: left;
}
.cid-uKetWJO4pJ .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKetWJO4pJ .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKetWJO4pJ .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKetWJO4pJ .mbr-text UL {
  text-align: left;
}
.cid-uKetWJO4pJ .mbr-text {
  color: #454545;
}
.cid-uJmOwsmFvB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJmOwsmFvB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmOwsmFvB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmOwsmFvB .items-wrapper {
  margin: 0 -5px;
}
.cid-uJmOwsmFvB .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJmOwsmFvB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJmOwsmFvB .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJmOwsmFvB .item {
    margin-bottom: 16px;
  }
}
.cid-uJmOwsmFvB .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJmOwsmFvB .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJmOwsmFvB .item .item-wrapper {
  height: 100%;
  border: 5px solid #003366;
  background-color: #003366;
}
.cid-uJmOwsmFvB .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJmOwsmFvB .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJmOwsmFvB .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJmOwsmFvB .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJmOwsmFvB .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJmOwsmFvB .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJmOwsmFvB .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJmOwsmFvB .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJmOwsmFvB .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJmOwsmFvB .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJmOwsmFvB .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJmOwsmFvB .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uJmOwsmFvB .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJmOwsmFvB .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJmOwsmFvB .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uAbMygXdCu {
  background-color: #ffffff;
}
.cid-uAbMygXdCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAbMygXdCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAbMygXdCu .items-wrapper {
  margin: 0 -5px;
}
.cid-uAbMygXdCu .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uAbMygXdCu .item {
    margin-bottom: 16px;
  }
  .cid-uAbMygXdCu .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uAbMygXdCu .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uAbMygXdCu .item .item-wrapper {
  height: 100%;
}
.cid-uAbMygXdCu .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uAbMygXdCu .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uAbMyhyL39 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAbMyhyL39 .mbr-text {
  color: #000000;
}
.cid-uAbMyhyL39 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAbMyhyL39 .mbr-section-title {
  color: #21431f;
}
.cid-uAbMyhyL39 P {
  color: #02963e;
}
.cid-uJGok2prVy {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGok2prVy .mbr-media {
  position: relative;
}
.cid-uJGok2prVy .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-uJGok2prVy img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJGok2prVy img {
    max-width: 80%;
  }
}
.cid-uJGok2prVy h1 {
  line-height: 1.5;
}
.cid-uJGok2prVy .start {
  width: 100px;
  height: 100px;
  background: #02963e;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-uJGok2prVy .start:hover {
  background: #016429;
}
.cid-uJGok2prVy .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #02963e;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-uJGok2prVy a {
  background-image: none !important;
}
.cid-uJGok2prVy .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJGok2prVy .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJGok2prVy .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJGok2prVy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJGok2prVy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJGok2prVy .mbr-section-title {
  color: #02963e;
}
.cid-uJGok2prVy .mbr-text,
.cid-uJGok2prVy .mbr-section-btn,
.cid-uJGok2prVy .text-wrapper {
  color: #454545;
}
.cid-uAbMyjIadp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uAcLg4BvD7 {
  background-color: transparent;
}
.cid-uAcLg4BvD7 .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uAcLg4BvD7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uAcLg4BvD7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAcLg4BvD7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAcLg4BvD7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAcLg4BvD7 .menu_box .navbar.opened,
  .cid-uAcLg4BvD7 .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAcLg4BvD7 .navbar-dropdown {
  position: relative !important;
}
.cid-uAcLg4BvD7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAcLg4BvD7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uAcLg4BvD7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAcLg4BvD7 .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uAcLg4BvD7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAcLg4BvD7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uAcLg4BvD7 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uAcLg4BvD7 .nav-item {
    margin: 0 !important;
  }
}
.cid-uAcLg4BvD7 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uAcLg4BvD7 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uAcLg4BvD7 .nav-item .nav-link:hover,
.cid-uAcLg4BvD7 .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uAcLg4BvD7 .nav-item .nav-link:hover::before,
.cid-uAcLg4BvD7 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uAcLg4BvD7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAcLg4BvD7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAcLg4BvD7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAcLg4BvD7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAcLg4BvD7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAcLg4BvD7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAcLg4BvD7 .offcanvas_box {
    display: none;
  }
}
.cid-uAcLg4BvD7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAcLg4BvD7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAcLg4BvD7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAcLg4BvD7 .container {
  display: flex;
  margin: auto;
}
.cid-uAcLg4BvD7 .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uAcLg4BvD7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAcLg4BvD7 .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uAcLg4BvD7 .navbar-nav {
    margin: 0;
  }
}
.cid-uAcLg4BvD7 .dropdown-menu,
.cid-uAcLg4BvD7 .navbar.opened {
  background-color: true !important;
}
.cid-uAcLg4BvD7 .nav-item:focus,
.cid-uAcLg4BvD7 .nav-link:focus {
  outline: none;
}
.cid-uAcLg4BvD7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAcLg4BvD7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAcLg4BvD7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAcLg4BvD7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAcLg4BvD7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAcLg4BvD7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAcLg4BvD7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAcLg4BvD7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAcLg4BvD7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uAcLg4BvD7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAcLg4BvD7 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAcLg4BvD7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAcLg4BvD7 .navbar.collapsed {
  justify-content: center;
}
.cid-uAcLg4BvD7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAcLg4BvD7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAcLg4BvD7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAcLg4BvD7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAcLg4BvD7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAcLg4BvD7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAcLg4BvD7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAcLg4BvD7 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uAcLg4BvD7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAcLg4BvD7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAcLg4BvD7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAcLg4BvD7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAcLg4BvD7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAcLg4BvD7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAcLg4BvD7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAcLg4BvD7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAcLg4BvD7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAcLg4BvD7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAcLg4BvD7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAcLg4BvD7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAcLg4BvD7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAcLg4BvD7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAcLg4BvD7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAcLg4BvD7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAcLg4BvD7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAcLg4BvD7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uAcLg4BvD7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAcLg4BvD7 .dropdown-item.active,
.cid-uAcLg4BvD7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAcLg4BvD7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uAcLg4BvD7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAcLg4BvD7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAcLg4BvD7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAcLg4BvD7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAcLg4BvD7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAcLg4BvD7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uAcLg4BvD7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uAcLg4BvD7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAcLg4BvD7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAcLg4BvD7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAcLg4BvD7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAcLg4BvD7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAcLg4BvD7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAcLg4BvD7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAcLg4BvD7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAcLg4BvD7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAcLg4BvD7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAcLg4BvD7 .navbar {
    height: 70px;
  }
  .cid-uAcLg4BvD7 .navbar.opened {
    height: auto;
  }
  .cid-uAcLg4BvD7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAcLg4BvD7 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uAcLg4BvD7 .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uAcLg4BvD7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAcLg4BvD7 .text_widget {
  margin-bottom: 32px;
}
.cid-uAcLg4BvD7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAcLg4BvD7 .text_widget a:hover,
.cid-uAcLg4BvD7 .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uAcLg4BvD7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uAcLg4BvD7 .navbar-caption {
  color: #000000;
}
.cid-uAcLg4BvD7 .mbr-section-subtitle,
.cid-uAcLg4BvD7 .text_widget,
.cid-uAcLg4BvD7 .mbr-section-btn {
  text-align: center;
}
.cid-uAcLg4BvD7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAcLg4BvD7 .nav-link,
.cid-uAcLg4BvD7 .dropdown-item {
  color: #FFFFFF;
}
.cid-uAcLg5icJE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uAcLg5icJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAcLg5icJE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAcLg5icJE .content-wrap {
  justify-content: center;
}
.cid-uAcLg5icJE .card {
  justify-content: center;
}
.cid-uAcLg5icJE .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uAcLg5icJE .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uAcLg5icJE .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uAcLg5icJE .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAcLg5icJE .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uAcLg5icJE .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uAcLg5icJE .nav-wrapper .list .item-wrap:hover,
.cid-uAcLg5icJE .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uAcLg5icJE .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uAcLg5icJE .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uAcLg5icJE .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAcLg5icJE .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uAcLg5icJE .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uAcLg5icJE .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uAcLg5icJE .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAcLg5icJE .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uAcLg5icJE .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAcLg5icJE .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uAcLg5icJE .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uAcLg5icJE .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uAcLg5icJE .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uAcLg5icJE .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uAcLg5icJE .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uAcLg5icJE .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uAcLg5icJE .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uAcLg5icJE .mbr-section-title {
  color: #f24d4a;
}
.cid-uAcLg5icJE .list,
.cid-uAcLg5icJE .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uAcLg5icJE .mbr-phone {
  color: #f24d4a;
}
.cid-uAcLg5icJE .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uAcLg62w4h {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAcLg62w4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAcLg62w4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAcLg62w4h .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAcLg62w4h .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAcLg62w4h .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uAcLg62w4h .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uAcLg62w4h .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uAcLg62w4h .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uAcLg62w4h .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uAcLg62w4h .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uAcLg62w4h .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uAcLg62w4h .mbr-figure {
    width: 100%;
  }
}
.cid-uAcLg62w4h .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uAcLg62w4h .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uAcLg62w4h .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAcLg62w4h .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uAcLg62w4h .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAcLg62w4h .mbr-section-title,
.cid-uAcLg62w4h .mbr-section-btn {
  color: #02963e;
}
.cid-uAcLg6yXFO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebebeb;
}
.cid-uAcLg6yXFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAcLg6yXFO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAcLg6yXFO .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAcLg6yXFO .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAcLg6yXFO .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAcLg6yXFO .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAcLg6yXFO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uAcLg6yXFO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAcLg6yXFO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAcLg6yXFO .mbr-text,
.cid-uAcLg6yXFO .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uAcLg6yXFO .mbr-section-title,
.cid-uAcLg6yXFO .mbr-section-btn {
  text-align: center;
  color: #02963e;
}
.cid-uKewk2FH67 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKewk2FH67 .row {
  flex-direction: row-reverse;
}
.cid-uKewk2FH67 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKewk2FH67 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKewk2FH67 .mbr-description {
  text-align: left;
}
.cid-uKewk2FH67 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKewk2FH67 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKewk2FH67 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKewk2FH67 .card-title,
.cid-uKewk2FH67 .iconfont-wrapper {
  color: #000000;
}
.cid-uKewk2FH67 .card-text {
  color: #000000;
}
.cid-uKewk2FH67 .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKewk2FH67 .mbr-text,
.cid-uKewk2FH67 .mbr-section-btn {
  text-align: center;
}
.cid-uKewk2FH67 .card-text,
.cid-uKewk2FH67 .item .mbr-section-btn {
  text-align: left;
}
.cid-uKewk2FH67 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKewk2FH67 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKewk2FH67 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKewk2FH67 .mbr-text UL {
  text-align: left;
}
.cid-uKewk2FH67 .mbr-text {
  color: #454545;
}
.cid-uKexgRHict {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uKexgRHict .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKexgRHict .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKexgRHict .items-wrapper {
  margin: 0 -5px;
}
.cid-uKexgRHict .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uKexgRHict .item {
    margin-bottom: 16px;
  }
  .cid-uKexgRHict .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uKexgRHict .item .item-wrapper {
  height: 100%;
}
.cid-uKexgRHict .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #bbbbbb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uKexgRHict .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-uKexgRHict .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: 0.3;
  background-color: #bbbbbb;
  pointer-events: none;
  border-radius: 0 !important;
}
.cid-uKexgRHict .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uKexgRHict .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uKexgRHict .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-uKexgRHict .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uKexgRHict .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-uKexgRHict .card-title {
  color: #02963e;
}
.cid-uKexgRHict .card-text {
  color: #454545;
}
.cid-uKewBxSAnO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKewBxSAnO .row {
  flex-direction: row-reverse;
}
.cid-uKewBxSAnO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKewBxSAnO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKewBxSAnO .mbr-description {
  text-align: left;
}
.cid-uKewBxSAnO .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKewBxSAnO .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKewBxSAnO .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKewBxSAnO .card-title,
.cid-uKewBxSAnO .iconfont-wrapper {
  color: #000000;
}
.cid-uKewBxSAnO .card-text {
  color: #000000;
}
.cid-uKewBxSAnO .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKewBxSAnO .mbr-text,
.cid-uKewBxSAnO .mbr-section-btn {
  text-align: center;
}
.cid-uKewBxSAnO .card-text,
.cid-uKewBxSAnO .item .mbr-section-btn {
  text-align: left;
}
.cid-uKewBxSAnO .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKewBxSAnO .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKewBxSAnO .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKewBxSAnO .mbr-text UL {
  text-align: left;
}
.cid-uKewBxSAnO .mbr-text {
  color: #454545;
}
.cid-uJmNY3309p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJmNY3309p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmNY3309p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmNY3309p .items-wrapper {
  margin: 0 -5px;
}
.cid-uJmNY3309p .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJmNY3309p .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJmNY3309p .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJmNY3309p .item {
    margin-bottom: 16px;
  }
}
.cid-uJmNY3309p .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJmNY3309p .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJmNY3309p .item .item-wrapper {
  height: 100%;
  border: 5px solid #003366;
  background-color: #003366;
}
.cid-uJmNY3309p .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJmNY3309p .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJmNY3309p .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJmNY3309p .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJmNY3309p .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJmNY3309p .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJmNY3309p .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJmNY3309p .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJmNY3309p .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJmNY3309p .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJmNY3309p .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJmNY3309p .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uJmNY3309p .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJmNY3309p .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJmNY3309p .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uAcLg8w3ZH {
  background-color: #ffffff;
}
.cid-uAcLg8w3ZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAcLg8w3ZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAcLg8w3ZH .items-wrapper {
  margin: 0 -5px;
}
.cid-uAcLg8w3ZH .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uAcLg8w3ZH .item {
    margin-bottom: 16px;
  }
  .cid-uAcLg8w3ZH .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uAcLg8w3ZH .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uAcLg8w3ZH .item .item-wrapper {
  height: 100%;
}
.cid-uAcLg8w3ZH .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uAcLg8w3ZH .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uAcLg95Bxl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAcLg95Bxl .mbr-text {
  color: #000000;
}
.cid-uAcLg95Bxl .mbr-section-subtitle {
  color: #000000;
}
.cid-uAcLg95Bxl .mbr-section-title {
  color: #02963e;
}
.cid-uAcLg95Bxl P {
  color: #252525;
}
.cid-uJy1rRyZ3I {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJy1rRyZ3I .mbr-media {
  position: relative;
}
.cid-uJy1rRyZ3I .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-uJy1rRyZ3I img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJy1rRyZ3I img {
    max-width: 80%;
  }
}
.cid-uJy1rRyZ3I h1 {
  line-height: 1.5;
}
.cid-uJy1rRyZ3I .start {
  width: 100px;
  height: 100px;
  background: #02963e;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-uJy1rRyZ3I .start:hover {
  background: #016429;
}
.cid-uJy1rRyZ3I .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #02963e;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-uJy1rRyZ3I a {
  background-image: none !important;
}
.cid-uJy1rRyZ3I .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJy1rRyZ3I .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJy1rRyZ3I .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJy1rRyZ3I .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJy1rRyZ3I .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJy1rRyZ3I .mbr-section-title {
  color: #02963e;
}
.cid-uJy1rRyZ3I .mbr-text,
.cid-uJy1rRyZ3I .mbr-section-btn,
.cid-uJy1rRyZ3I .text-wrapper {
  color: #454545;
}
.cid-uAcLgbkp9c {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uAd8zPSQRw {
  background-color: transparent;
}
.cid-uAd8zPSQRw .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uAd8zPSQRw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uAd8zPSQRw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAd8zPSQRw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAd8zPSQRw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAd8zPSQRw .menu_box .navbar.opened,
  .cid-uAd8zPSQRw .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAd8zPSQRw .navbar-dropdown {
  position: relative !important;
}
.cid-uAd8zPSQRw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAd8zPSQRw .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uAd8zPSQRw .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAd8zPSQRw .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uAd8zPSQRw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAd8zPSQRw .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uAd8zPSQRw .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uAd8zPSQRw .nav-item {
    margin: 0 !important;
  }
}
.cid-uAd8zPSQRw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uAd8zPSQRw .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uAd8zPSQRw .nav-item .nav-link:hover,
.cid-uAd8zPSQRw .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uAd8zPSQRw .nav-item .nav-link:hover::before,
.cid-uAd8zPSQRw .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uAd8zPSQRw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAd8zPSQRw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAd8zPSQRw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAd8zPSQRw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAd8zPSQRw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAd8zPSQRw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAd8zPSQRw .offcanvas_box {
    display: none;
  }
}
.cid-uAd8zPSQRw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAd8zPSQRw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAd8zPSQRw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAd8zPSQRw .container {
  display: flex;
  margin: auto;
}
.cid-uAd8zPSQRw .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uAd8zPSQRw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAd8zPSQRw .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uAd8zPSQRw .navbar-nav {
    margin: 0;
  }
}
.cid-uAd8zPSQRw .dropdown-menu,
.cid-uAd8zPSQRw .navbar.opened {
  background-color: true !important;
}
.cid-uAd8zPSQRw .nav-item:focus,
.cid-uAd8zPSQRw .nav-link:focus {
  outline: none;
}
.cid-uAd8zPSQRw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAd8zPSQRw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAd8zPSQRw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAd8zPSQRw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAd8zPSQRw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAd8zPSQRw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAd8zPSQRw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAd8zPSQRw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAd8zPSQRw .navbar.opened {
  transition: all 0.3s;
}
.cid-uAd8zPSQRw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAd8zPSQRw .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAd8zPSQRw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAd8zPSQRw .navbar.collapsed {
  justify-content: center;
}
.cid-uAd8zPSQRw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAd8zPSQRw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAd8zPSQRw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAd8zPSQRw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAd8zPSQRw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAd8zPSQRw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAd8zPSQRw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAd8zPSQRw .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uAd8zPSQRw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAd8zPSQRw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAd8zPSQRw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAd8zPSQRw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAd8zPSQRw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAd8zPSQRw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAd8zPSQRw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAd8zPSQRw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAd8zPSQRw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAd8zPSQRw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAd8zPSQRw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAd8zPSQRw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAd8zPSQRw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAd8zPSQRw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAd8zPSQRw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAd8zPSQRw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAd8zPSQRw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAd8zPSQRw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uAd8zPSQRw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAd8zPSQRw .dropdown-item.active,
.cid-uAd8zPSQRw .dropdown-item:active {
  background-color: transparent;
}
.cid-uAd8zPSQRw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uAd8zPSQRw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAd8zPSQRw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAd8zPSQRw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAd8zPSQRw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAd8zPSQRw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAd8zPSQRw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uAd8zPSQRw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uAd8zPSQRw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAd8zPSQRw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAd8zPSQRw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAd8zPSQRw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAd8zPSQRw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAd8zPSQRw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAd8zPSQRw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAd8zPSQRw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAd8zPSQRw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAd8zPSQRw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAd8zPSQRw .navbar {
    height: 70px;
  }
  .cid-uAd8zPSQRw .navbar.opened {
    height: auto;
  }
  .cid-uAd8zPSQRw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAd8zPSQRw .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uAd8zPSQRw .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uAd8zPSQRw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAd8zPSQRw .text_widget {
  margin-bottom: 32px;
}
.cid-uAd8zPSQRw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAd8zPSQRw .text_widget a:hover,
.cid-uAd8zPSQRw .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uAd8zPSQRw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uAd8zPSQRw .navbar-caption {
  color: #000000;
}
.cid-uAd8zPSQRw .mbr-section-subtitle,
.cid-uAd8zPSQRw .text_widget,
.cid-uAd8zPSQRw .mbr-section-btn {
  text-align: center;
}
.cid-uAd8zPSQRw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAd8zPSQRw .nav-link,
.cid-uAd8zPSQRw .dropdown-item {
  color: #FFFFFF;
}
.cid-uAd8zQvHys {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uAd8zQvHys .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAd8zQvHys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAd8zQvHys .content-wrap {
  justify-content: center;
}
.cid-uAd8zQvHys .card {
  justify-content: center;
}
.cid-uAd8zQvHys .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uAd8zQvHys .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uAd8zQvHys .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uAd8zQvHys .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAd8zQvHys .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uAd8zQvHys .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uAd8zQvHys .nav-wrapper .list .item-wrap:hover,
.cid-uAd8zQvHys .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uAd8zQvHys .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uAd8zQvHys .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uAd8zQvHys .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAd8zQvHys .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uAd8zQvHys .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uAd8zQvHys .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uAd8zQvHys .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAd8zQvHys .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uAd8zQvHys .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAd8zQvHys .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uAd8zQvHys .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uAd8zQvHys .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uAd8zQvHys .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uAd8zQvHys .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uAd8zQvHys .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uAd8zQvHys .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uAd8zQvHys .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uAd8zQvHys .mbr-section-title {
  color: #f24d4a;
}
.cid-uAd8zQvHys .list,
.cid-uAd8zQvHys .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uAd8zQvHys .mbr-phone {
  color: #f24d4a;
}
.cid-uAd8zQvHys .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uAd8zRep03 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAd8zRep03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAd8zRep03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAd8zRep03 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAd8zRep03 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAd8zRep03 .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uAd8zRep03 .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #36bd1a;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uAd8zRep03 .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uAd8zRep03 .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uAd8zRep03 .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #36bd1a;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uAd8zRep03 .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uAd8zRep03 .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uAd8zRep03 .mbr-figure {
    width: 100%;
  }
}
.cid-uAd8zRep03 .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uAd8zRep03 .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uAd8zRep03 .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAd8zRep03 .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uAd8zRep03 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAd8zRep03 .mbr-section-title,
.cid-uAd8zRep03 .mbr-section-btn {
  color: #21431f;
}
.cid-uAd8zRIUY5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ebebeb;
}
.cid-uAd8zRIUY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAd8zRIUY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAd8zRIUY5 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAd8zRIUY5 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAd8zRIUY5 .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAd8zRIUY5 .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAd8zRIUY5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uAd8zRIUY5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAd8zRIUY5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAd8zRIUY5 .mbr-text,
.cid-uAd8zRIUY5 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uAd8zRIUY5 .mbr-section-title,
.cid-uAd8zRIUY5 .mbr-section-btn {
  text-align: center;
  color: #21431f;
}
.cid-uJGp7UuZQt {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGp7UuZQt .mbr-media {
  position: relative;
}
.cid-uJGp7UuZQt .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-uJGp7UuZQt img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJGp7UuZQt img {
    max-width: 80%;
  }
}
.cid-uJGp7UuZQt h1 {
  line-height: 1.5;
}
.cid-uJGp7UuZQt .start {
  width: 100px;
  height: 100px;
  background: #02963e;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-uJGp7UuZQt .start:hover {
  background: #016429;
}
.cid-uJGp7UuZQt .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #02963e;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-uJGp7UuZQt a {
  background-image: none !important;
}
.cid-uJGp7UuZQt .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJGp7UuZQt .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJGp7UuZQt .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJGp7UuZQt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJGp7UuZQt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJGp7UuZQt .mbr-section-title {
  color: #02963e;
}
.cid-uJGp7UuZQt .mbr-text,
.cid-uJGp7UuZQt .mbr-section-btn,
.cid-uJGp7UuZQt .text-wrapper {
  color: #454545;
}
.cid-uKeyDgFCaw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uKeyDgFCaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKeyDgFCaw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKeyDgFCaw .items-wrapper {
  margin: 0 -5px;
}
.cid-uKeyDgFCaw .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uKeyDgFCaw .item {
    margin-bottom: 16px;
  }
  .cid-uKeyDgFCaw .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uKeyDgFCaw .item .item-wrapper {
  height: 100%;
}
.cid-uKeyDgFCaw .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #bbbbbb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uKeyDgFCaw .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-uKeyDgFCaw .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: 0.3;
  background-color: #bbbbbb;
  pointer-events: none;
  border-radius: 0 !important;
}
.cid-uKeyDgFCaw .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uKeyDgFCaw .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uKeyDgFCaw .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-uKeyDgFCaw .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uKeyDgFCaw .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-uKeyDgFCaw .card-title {
  color: #02963e;
}
.cid-uKeyDgFCaw .card-text {
  color: #454545;
}
.cid-uJGpFg7pzd {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGpFg7pzd .mbr-media {
  position: relative;
}
.cid-uJGpFg7pzd .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-uJGpFg7pzd img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJGpFg7pzd img {
    max-width: 80%;
  }
}
.cid-uJGpFg7pzd h1 {
  line-height: 1.5;
}
.cid-uJGpFg7pzd .start {
  width: 100px;
  height: 100px;
  background: #02963e;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-uJGpFg7pzd .start:hover {
  background: #016429;
}
.cid-uJGpFg7pzd .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #02963e;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-uJGpFg7pzd a {
  background-image: none !important;
}
.cid-uJGpFg7pzd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJGpFg7pzd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJGpFg7pzd .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJGpFg7pzd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJGpFg7pzd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJGpFg7pzd .mbr-section-title {
  color: #02963e;
}
.cid-uJGpFg7pzd .mbr-text,
.cid-uJGpFg7pzd .mbr-section-btn,
.cid-uJGpFg7pzd .text-wrapper {
  color: #454545;
}
.cid-uAd8zTIX1N {
  background-color: #ffffff;
}
.cid-uAd8zTIX1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAd8zTIX1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAd8zTIX1N .items-wrapper {
  margin: 0 -5px;
}
.cid-uAd8zTIX1N .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uAd8zTIX1N .item {
    margin-bottom: 16px;
  }
  .cid-uAd8zTIX1N .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uAd8zTIX1N .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uAd8zTIX1N .item .item-wrapper {
  height: 100%;
}
.cid-uAd8zTIX1N .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uAd8zTIX1N .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uKeD3vt5Jm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uKeD3vt5Jm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKeD3vt5Jm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKeD3vt5Jm .items-wrapper {
  margin: 0 -5px;
}
.cid-uKeD3vt5Jm .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uKeD3vt5Jm .item {
    margin-bottom: 16px;
  }
  .cid-uKeD3vt5Jm .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uKeD3vt5Jm .item .item-wrapper {
  height: 100%;
}
.cid-uKeD3vt5Jm .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #bbbbbb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uKeD3vt5Jm .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-uKeD3vt5Jm .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: 0.3;
  background-color: #bbbbbb;
  pointer-events: none;
  border-radius: 0 !important;
}
.cid-uKeD3vt5Jm .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uKeD3vt5Jm .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uKeD3vt5Jm .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-uKeD3vt5Jm .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uKeD3vt5Jm .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-uKeD3vt5Jm .card-title {
  color: #02963e;
}
.cid-uKeD3vt5Jm .card-text {
  color: #454545;
}
.cid-uAd8zUfsMM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAd8zUfsMM .mbr-text {
  color: #000000;
}
.cid-uAd8zUfsMM .mbr-section-subtitle {
  color: #000000;
}
.cid-uAd8zUfsMM .mbr-section-title {
  color: #21431f;
}
.cid-uAd8zUfsMM P {
  color: #02963e;
}
.cid-uJGoO5AMK9 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGoO5AMK9 .mbr-media {
  position: relative;
}
.cid-uJGoO5AMK9 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-uJGoO5AMK9 img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJGoO5AMK9 img {
    max-width: 80%;
  }
}
.cid-uJGoO5AMK9 h1 {
  line-height: 1.5;
}
.cid-uJGoO5AMK9 .start {
  width: 100px;
  height: 100px;
  background: #02963e;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-uJGoO5AMK9 .start:hover {
  background: #016429;
}
.cid-uJGoO5AMK9 .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #02963e;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-uJGoO5AMK9 a {
  background-image: none !important;
}
.cid-uJGoO5AMK9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJGoO5AMK9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJGoO5AMK9 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJGoO5AMK9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJGoO5AMK9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJGoO5AMK9 .mbr-section-title {
  color: #02963e;
}
.cid-uJGoO5AMK9 .mbr-text,
.cid-uJGoO5AMK9 .mbr-section-btn,
.cid-uJGoO5AMK9 .text-wrapper {
  color: #454545;
}
.cid-uAd8zWo6dx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uAdxrc2l6u {
  background-color: transparent;
}
.cid-uAdxrc2l6u .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uAdxrc2l6u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uAdxrc2l6u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAdxrc2l6u .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAdxrc2l6u .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAdxrc2l6u .menu_box .navbar.opened,
  .cid-uAdxrc2l6u .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAdxrc2l6u .navbar-dropdown {
  position: relative !important;
}
.cid-uAdxrc2l6u .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAdxrc2l6u .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uAdxrc2l6u .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAdxrc2l6u .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uAdxrc2l6u .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAdxrc2l6u .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uAdxrc2l6u .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uAdxrc2l6u .nav-item {
    margin: 0 !important;
  }
}
.cid-uAdxrc2l6u .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uAdxrc2l6u .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uAdxrc2l6u .nav-item .nav-link:hover,
.cid-uAdxrc2l6u .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uAdxrc2l6u .nav-item .nav-link:hover::before,
.cid-uAdxrc2l6u .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uAdxrc2l6u .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAdxrc2l6u .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAdxrc2l6u .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAdxrc2l6u .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAdxrc2l6u .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAdxrc2l6u .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAdxrc2l6u .offcanvas_box {
    display: none;
  }
}
.cid-uAdxrc2l6u .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAdxrc2l6u .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAdxrc2l6u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAdxrc2l6u .container {
  display: flex;
  margin: auto;
}
.cid-uAdxrc2l6u .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uAdxrc2l6u .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAdxrc2l6u .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uAdxrc2l6u .navbar-nav {
    margin: 0;
  }
}
.cid-uAdxrc2l6u .dropdown-menu,
.cid-uAdxrc2l6u .navbar.opened {
  background-color: true !important;
}
.cid-uAdxrc2l6u .nav-item:focus,
.cid-uAdxrc2l6u .nav-link:focus {
  outline: none;
}
.cid-uAdxrc2l6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAdxrc2l6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAdxrc2l6u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAdxrc2l6u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAdxrc2l6u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAdxrc2l6u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAdxrc2l6u .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAdxrc2l6u .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAdxrc2l6u .navbar.opened {
  transition: all 0.3s;
}
.cid-uAdxrc2l6u .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAdxrc2l6u .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAdxrc2l6u .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAdxrc2l6u .navbar.collapsed {
  justify-content: center;
}
.cid-uAdxrc2l6u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAdxrc2l6u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAdxrc2l6u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAdxrc2l6u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAdxrc2l6u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAdxrc2l6u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAdxrc2l6u .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAdxrc2l6u .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uAdxrc2l6u .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAdxrc2l6u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAdxrc2l6u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAdxrc2l6u .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAdxrc2l6u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAdxrc2l6u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAdxrc2l6u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAdxrc2l6u .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAdxrc2l6u .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAdxrc2l6u .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAdxrc2l6u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAdxrc2l6u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAdxrc2l6u .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAdxrc2l6u .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAdxrc2l6u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAdxrc2l6u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAdxrc2l6u .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAdxrc2l6u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uAdxrc2l6u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAdxrc2l6u .dropdown-item.active,
.cid-uAdxrc2l6u .dropdown-item:active {
  background-color: transparent;
}
.cid-uAdxrc2l6u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uAdxrc2l6u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAdxrc2l6u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAdxrc2l6u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAdxrc2l6u ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAdxrc2l6u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAdxrc2l6u button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uAdxrc2l6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uAdxrc2l6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAdxrc2l6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAdxrc2l6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAdxrc2l6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAdxrc2l6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAdxrc2l6u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAdxrc2l6u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAdxrc2l6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAdxrc2l6u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAdxrc2l6u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAdxrc2l6u .navbar {
    height: 70px;
  }
  .cid-uAdxrc2l6u .navbar.opened {
    height: auto;
  }
  .cid-uAdxrc2l6u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAdxrc2l6u .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uAdxrc2l6u .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uAdxrc2l6u .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAdxrc2l6u .text_widget {
  margin-bottom: 32px;
}
.cid-uAdxrc2l6u .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAdxrc2l6u .text_widget a:hover,
.cid-uAdxrc2l6u .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uAdxrc2l6u .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uAdxrc2l6u .navbar-caption {
  color: #000000;
}
.cid-uAdxrc2l6u .mbr-section-subtitle,
.cid-uAdxrc2l6u .text_widget,
.cid-uAdxrc2l6u .mbr-section-btn {
  text-align: center;
}
.cid-uAdxrc2l6u a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAdxrc2l6u .nav-link,
.cid-uAdxrc2l6u .dropdown-item {
  color: #FFFFFF;
}
.cid-uAdxrcIQMp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uAdxrcIQMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAdxrcIQMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAdxrcIQMp .content-wrap {
  justify-content: center;
}
.cid-uAdxrcIQMp .card {
  justify-content: center;
}
.cid-uAdxrcIQMp .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uAdxrcIQMp .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uAdxrcIQMp .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uAdxrcIQMp .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAdxrcIQMp .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uAdxrcIQMp .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uAdxrcIQMp .nav-wrapper .list .item-wrap:hover,
.cid-uAdxrcIQMp .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uAdxrcIQMp .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uAdxrcIQMp .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uAdxrcIQMp .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAdxrcIQMp .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uAdxrcIQMp .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uAdxrcIQMp .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uAdxrcIQMp .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAdxrcIQMp .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uAdxrcIQMp .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAdxrcIQMp .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uAdxrcIQMp .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uAdxrcIQMp .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uAdxrcIQMp .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uAdxrcIQMp .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uAdxrcIQMp .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uAdxrcIQMp .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uAdxrcIQMp .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uAdxrcIQMp .mbr-section-title {
  color: #f24d4a;
}
.cid-uAdxrcIQMp .list,
.cid-uAdxrcIQMp .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uAdxrcIQMp .mbr-phone {
  color: #f24d4a;
}
.cid-uAdxrcIQMp .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uAdxrdmBB5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAdxrdmBB5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAdxrdmBB5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAdxrdmBB5 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAdxrdmBB5 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAdxrdmBB5 .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uAdxrdmBB5 .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uAdxrdmBB5 .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uAdxrdmBB5 .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uAdxrdmBB5 .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uAdxrdmBB5 .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uAdxrdmBB5 .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uAdxrdmBB5 .mbr-figure {
    width: 100%;
  }
}
.cid-uAdxrdmBB5 .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uAdxrdmBB5 .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uAdxrdmBB5 .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAdxrdmBB5 .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uAdxrdmBB5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAdxrdmBB5 .mbr-section-title,
.cid-uAdxrdmBB5 .mbr-section-btn {
  color: #21431f;
}
.cid-uAdxrdTIv8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAdxrdTIv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAdxrdTIv8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAdxrdTIv8 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAdxrdTIv8 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAdxrdTIv8 .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAdxrdTIv8 .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAdxrdTIv8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uAdxrdTIv8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAdxrdTIv8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAdxrdTIv8 .mbr-text,
.cid-uAdxrdTIv8 .text-wrapper {
  color: #02963e;
  text-align: center;
}
.cid-uAdxrdTIv8 .mbr-section-title,
.cid-uAdxrdTIv8 .mbr-section-btn {
  text-align: center;
  color: #21431f;
}
.cid-uKeIBOnwma {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKeIBOnwma .row {
  flex-direction: row-reverse;
}
.cid-uKeIBOnwma .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKeIBOnwma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKeIBOnwma .mbr-description {
  text-align: left;
}
.cid-uKeIBOnwma .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKeIBOnwma .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKeIBOnwma .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKeIBOnwma .card-title,
.cid-uKeIBOnwma .iconfont-wrapper {
  color: #000000;
}
.cid-uKeIBOnwma .card-text {
  color: #000000;
}
.cid-uKeIBOnwma .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKeIBOnwma .mbr-text,
.cid-uKeIBOnwma .mbr-section-btn {
  text-align: center;
}
.cid-uKeIBOnwma .card-text,
.cid-uKeIBOnwma .item .mbr-section-btn {
  text-align: left;
}
.cid-uKeIBOnwma .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKeIBOnwma .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKeIBOnwma .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKeIBOnwma .mbr-text UL {
  text-align: left;
}
.cid-uKeIBOnwma .mbr-text {
  color: #454545;
}
.cid-uKeJA8n4OD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uKeJA8n4OD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKeJA8n4OD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKeJA8n4OD .items-wrapper {
  margin: 0 -5px;
}
.cid-uKeJA8n4OD .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uKeJA8n4OD .item {
    margin-bottom: 16px;
  }
  .cid-uKeJA8n4OD .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uKeJA8n4OD .item .item-wrapper {
  height: 100%;
}
.cid-uKeJA8n4OD .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #bbbbbb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uKeJA8n4OD .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-uKeJA8n4OD .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: 0.3;
  background-color: #bbbbbb;
  pointer-events: none;
  border-radius: 0 !important;
}
.cid-uKeJA8n4OD .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uKeJA8n4OD .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uKeJA8n4OD .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-uKeJA8n4OD .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uKeJA8n4OD .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-uKeJA8n4OD .card-title {
  color: #02963e;
}
.cid-uKeJA8n4OD .card-text {
  color: #454545;
}
.cid-uKeITz0AyG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKeITz0AyG .row {
  flex-direction: row-reverse;
}
.cid-uKeITz0AyG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKeITz0AyG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKeITz0AyG .mbr-description {
  text-align: left;
}
.cid-uKeITz0AyG .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKeITz0AyG .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKeITz0AyG .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKeITz0AyG .card-title,
.cid-uKeITz0AyG .iconfont-wrapper {
  color: #000000;
}
.cid-uKeITz0AyG .card-text {
  color: #000000;
}
.cid-uKeITz0AyG .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKeITz0AyG .mbr-text,
.cid-uKeITz0AyG .mbr-section-btn {
  text-align: center;
}
.cid-uKeITz0AyG .card-text,
.cid-uKeITz0AyG .item .mbr-section-btn {
  text-align: left;
}
.cid-uKeITz0AyG .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKeITz0AyG .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKeITz0AyG .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKeITz0AyG .mbr-text UL {
  text-align: left;
}
.cid-uKeITz0AyG .mbr-text {
  color: #454545;
}
.cid-uAdxrg8Noh {
  background-color: #ffffff;
}
.cid-uAdxrg8Noh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAdxrg8Noh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAdxrg8Noh .items-wrapper {
  margin: 0 -5px;
}
.cid-uAdxrg8Noh .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uAdxrg8Noh .item {
    margin-bottom: 16px;
  }
  .cid-uAdxrg8Noh .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uAdxrg8Noh .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uAdxrg8Noh .item .item-wrapper {
  height: 100%;
}
.cid-uAdxrg8Noh .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uAdxrg8Noh .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uKeKbvh9d8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uKeKbvh9d8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKeKbvh9d8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKeKbvh9d8 .items-wrapper {
  margin: 0 -5px;
}
.cid-uKeKbvh9d8 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uKeKbvh9d8 .item {
    margin-bottom: 16px;
  }
  .cid-uKeKbvh9d8 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uKeKbvh9d8 .item .item-wrapper {
  height: 100%;
}
.cid-uKeKbvh9d8 .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #bbbbbb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uKeKbvh9d8 .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-uKeKbvh9d8 .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: 0.3;
  background-color: #bbbbbb;
  pointer-events: none;
  border-radius: 0 !important;
}
.cid-uKeKbvh9d8 .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uKeKbvh9d8 .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uKeKbvh9d8 .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-uKeKbvh9d8 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uKeKbvh9d8 .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-uKeKbvh9d8 .card-title {
  color: #02963e;
}
.cid-uKeKbvh9d8 .card-text {
  color: #454545;
}
.cid-uJGs7iixHm {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGs7iixHm .mbr-media {
  position: relative;
}
.cid-uJGs7iixHm .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-uJGs7iixHm img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJGs7iixHm img {
    max-width: 80%;
  }
}
.cid-uJGs7iixHm h1 {
  line-height: 1.5;
}
.cid-uJGs7iixHm .start {
  width: 100px;
  height: 100px;
  background: #02963e;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-uJGs7iixHm .start:hover {
  background: #016429;
}
.cid-uJGs7iixHm .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #02963e;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-uJGs7iixHm a {
  background-image: none !important;
}
.cid-uJGs7iixHm .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJGs7iixHm .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJGs7iixHm .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJGs7iixHm .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJGs7iixHm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJGs7iixHm .mbr-section-title {
  color: #02963e;
}
.cid-uJGs7iixHm .mbr-text,
.cid-uJGs7iixHm .mbr-section-btn,
.cid-uJGs7iixHm .text-wrapper {
  color: #454545;
}
.cid-uJGsc4a3vi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGsc4a3vi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGsc4a3vi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGsc4a3vi .items-wrapper {
  margin: 0 -5px;
}
.cid-uJGsc4a3vi .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJGsc4a3vi .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJGsc4a3vi .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJGsc4a3vi .item {
    margin-bottom: 16px;
  }
}
.cid-uJGsc4a3vi .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJGsc4a3vi .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJGsc4a3vi .item .item-wrapper {
  height: 100%;
  border: 5px solid #21431f;
  background-color: #21431f;
}
.cid-uJGsc4a3vi .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJGsc4a3vi .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJGsc4a3vi .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJGsc4a3vi .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJGsc4a3vi .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGsc4a3vi .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJGsc4a3vi .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJGsc4a3vi .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJGsc4a3vi .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJGsc4a3vi .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJGsc4a3vi .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJGsc4a3vi .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uJGsc4a3vi .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGsc4a3vi .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGsc4a3vi .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uAdxrj9Mf1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uAdMpYMkW7 {
  background-color: transparent;
}
.cid-uAdMpYMkW7 .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uAdMpYMkW7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uAdMpYMkW7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAdMpYMkW7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAdMpYMkW7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAdMpYMkW7 .menu_box .navbar.opened,
  .cid-uAdMpYMkW7 .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAdMpYMkW7 .navbar-dropdown {
  position: relative !important;
}
.cid-uAdMpYMkW7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAdMpYMkW7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uAdMpYMkW7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAdMpYMkW7 .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uAdMpYMkW7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAdMpYMkW7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uAdMpYMkW7 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uAdMpYMkW7 .nav-item {
    margin: 0 !important;
  }
}
.cid-uAdMpYMkW7 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uAdMpYMkW7 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uAdMpYMkW7 .nav-item .nav-link:hover,
.cid-uAdMpYMkW7 .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uAdMpYMkW7 .nav-item .nav-link:hover::before,
.cid-uAdMpYMkW7 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uAdMpYMkW7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAdMpYMkW7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAdMpYMkW7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAdMpYMkW7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAdMpYMkW7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAdMpYMkW7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAdMpYMkW7 .offcanvas_box {
    display: none;
  }
}
.cid-uAdMpYMkW7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAdMpYMkW7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAdMpYMkW7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAdMpYMkW7 .container {
  display: flex;
  margin: auto;
}
.cid-uAdMpYMkW7 .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uAdMpYMkW7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAdMpYMkW7 .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uAdMpYMkW7 .navbar-nav {
    margin: 0;
  }
}
.cid-uAdMpYMkW7 .dropdown-menu,
.cid-uAdMpYMkW7 .navbar.opened {
  background-color: true !important;
}
.cid-uAdMpYMkW7 .nav-item:focus,
.cid-uAdMpYMkW7 .nav-link:focus {
  outline: none;
}
.cid-uAdMpYMkW7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAdMpYMkW7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAdMpYMkW7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAdMpYMkW7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAdMpYMkW7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAdMpYMkW7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAdMpYMkW7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAdMpYMkW7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAdMpYMkW7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uAdMpYMkW7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAdMpYMkW7 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAdMpYMkW7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAdMpYMkW7 .navbar.collapsed {
  justify-content: center;
}
.cid-uAdMpYMkW7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAdMpYMkW7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAdMpYMkW7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAdMpYMkW7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAdMpYMkW7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAdMpYMkW7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAdMpYMkW7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAdMpYMkW7 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uAdMpYMkW7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAdMpYMkW7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAdMpYMkW7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAdMpYMkW7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAdMpYMkW7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAdMpYMkW7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAdMpYMkW7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAdMpYMkW7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAdMpYMkW7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAdMpYMkW7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAdMpYMkW7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAdMpYMkW7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAdMpYMkW7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAdMpYMkW7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAdMpYMkW7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAdMpYMkW7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAdMpYMkW7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAdMpYMkW7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uAdMpYMkW7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAdMpYMkW7 .dropdown-item.active,
.cid-uAdMpYMkW7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAdMpYMkW7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uAdMpYMkW7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAdMpYMkW7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAdMpYMkW7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAdMpYMkW7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAdMpYMkW7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAdMpYMkW7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uAdMpYMkW7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uAdMpYMkW7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAdMpYMkW7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAdMpYMkW7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAdMpYMkW7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAdMpYMkW7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAdMpYMkW7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAdMpYMkW7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAdMpYMkW7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAdMpYMkW7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAdMpYMkW7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAdMpYMkW7 .navbar {
    height: 70px;
  }
  .cid-uAdMpYMkW7 .navbar.opened {
    height: auto;
  }
  .cid-uAdMpYMkW7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAdMpYMkW7 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uAdMpYMkW7 .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uAdMpYMkW7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAdMpYMkW7 .text_widget {
  margin-bottom: 32px;
}
.cid-uAdMpYMkW7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAdMpYMkW7 .text_widget a:hover,
.cid-uAdMpYMkW7 .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uAdMpYMkW7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uAdMpYMkW7 .navbar-caption {
  color: #000000;
}
.cid-uAdMpYMkW7 .mbr-section-subtitle,
.cid-uAdMpYMkW7 .text_widget,
.cid-uAdMpYMkW7 .mbr-section-btn {
  text-align: center;
}
.cid-uAdMpYMkW7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAdMpYMkW7 .nav-link,
.cid-uAdMpYMkW7 .dropdown-item {
  color: #FFFFFF;
}
.cid-uAdMq08rQ2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uAdMq08rQ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAdMq08rQ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAdMq08rQ2 .content-wrap {
  justify-content: center;
}
.cid-uAdMq08rQ2 .card {
  justify-content: center;
}
.cid-uAdMq08rQ2 .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uAdMq08rQ2 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uAdMq08rQ2 .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uAdMq08rQ2 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAdMq08rQ2 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uAdMq08rQ2 .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uAdMq08rQ2 .nav-wrapper .list .item-wrap:hover,
.cid-uAdMq08rQ2 .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uAdMq08rQ2 .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uAdMq08rQ2 .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uAdMq08rQ2 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAdMq08rQ2 .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uAdMq08rQ2 .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uAdMq08rQ2 .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uAdMq08rQ2 .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAdMq08rQ2 .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uAdMq08rQ2 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAdMq08rQ2 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uAdMq08rQ2 .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uAdMq08rQ2 .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uAdMq08rQ2 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uAdMq08rQ2 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uAdMq08rQ2 .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uAdMq08rQ2 .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uAdMq08rQ2 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uAdMq08rQ2 .mbr-section-title {
  color: #f24d4a;
}
.cid-uAdMq08rQ2 .list,
.cid-uAdMq08rQ2 .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uAdMq08rQ2 .mbr-phone {
  color: #f24d4a;
}
.cid-uAdMq08rQ2 .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uAdMq1ovbV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAdMq1ovbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAdMq1ovbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAdMq1ovbV .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAdMq1ovbV .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAdMq1ovbV .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uAdMq1ovbV .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uAdMq1ovbV .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uAdMq1ovbV .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uAdMq1ovbV .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uAdMq1ovbV .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uAdMq1ovbV .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uAdMq1ovbV .mbr-figure {
    width: 100%;
  }
}
.cid-uAdMq1ovbV .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uAdMq1ovbV .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uAdMq1ovbV .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAdMq1ovbV .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uAdMq1ovbV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAdMq1ovbV .mbr-section-title,
.cid-uAdMq1ovbV .mbr-section-btn {
  color: #21431f;
}
.cid-uAdMq3asyp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ebebeb;
}
.cid-uAdMq3asyp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAdMq3asyp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAdMq3asyp .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAdMq3asyp .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAdMq3asyp .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAdMq3asyp .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAdMq3asyp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uAdMq3asyp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAdMq3asyp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAdMq3asyp .mbr-text,
.cid-uAdMq3asyp .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uAdMq3asyp .mbr-section-title,
.cid-uAdMq3asyp .mbr-section-btn {
  text-align: center;
  color: #21431f;
}
.cid-uKeKMHuzZa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKeKMHuzZa .row {
  flex-direction: row-reverse;
}
.cid-uKeKMHuzZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKeKMHuzZa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKeKMHuzZa .mbr-description {
  text-align: left;
}
.cid-uKeKMHuzZa .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKeKMHuzZa .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKeKMHuzZa .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKeKMHuzZa .card-title,
.cid-uKeKMHuzZa .iconfont-wrapper {
  color: #000000;
}
.cid-uKeKMHuzZa .card-text {
  color: #000000;
}
.cid-uKeKMHuzZa .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKeKMHuzZa .mbr-text,
.cid-uKeKMHuzZa .mbr-section-btn {
  text-align: center;
}
.cid-uKeKMHuzZa .card-text,
.cid-uKeKMHuzZa .item .mbr-section-btn {
  text-align: left;
}
.cid-uKeKMHuzZa .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKeKMHuzZa .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKeKMHuzZa .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKeKMHuzZa .mbr-text UL {
  text-align: left;
}
.cid-uKeKMHuzZa .mbr-text {
  color: #454545;
}
.cid-uKeMyhK8Az {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uKeMyhK8Az .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKeMyhK8Az .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKeMyhK8Az .items-wrapper {
  margin: 0 -5px;
}
.cid-uKeMyhK8Az .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uKeMyhK8Az .item {
    margin-bottom: 16px;
  }
  .cid-uKeMyhK8Az .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uKeMyhK8Az .item .item-wrapper {
  height: 100%;
}
.cid-uKeMyhK8Az .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #bbbbbb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uKeMyhK8Az .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-uKeMyhK8Az .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: 0.3;
  background-color: #bbbbbb;
  pointer-events: none;
  border-radius: 0 !important;
}
.cid-uKeMyhK8Az .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uKeMyhK8Az .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uKeMyhK8Az .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-uKeMyhK8Az .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uKeMyhK8Az .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-uKeMyhK8Az .card-title {
  color: #02963e;
}
.cid-uKeMyhK8Az .card-text {
  color: #454545;
}
.cid-uKeLaJ2eGg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKeLaJ2eGg .row {
  flex-direction: row-reverse;
}
.cid-uKeLaJ2eGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKeLaJ2eGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKeLaJ2eGg .mbr-description {
  text-align: left;
}
.cid-uKeLaJ2eGg .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKeLaJ2eGg .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKeLaJ2eGg .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKeLaJ2eGg .card-title,
.cid-uKeLaJ2eGg .iconfont-wrapper {
  color: #000000;
}
.cid-uKeLaJ2eGg .card-text {
  color: #000000;
}
.cid-uKeLaJ2eGg .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKeLaJ2eGg .mbr-text,
.cid-uKeLaJ2eGg .mbr-section-btn {
  text-align: center;
}
.cid-uKeLaJ2eGg .card-text,
.cid-uKeLaJ2eGg .item .mbr-section-btn {
  text-align: left;
}
.cid-uKeLaJ2eGg .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKeLaJ2eGg .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKeLaJ2eGg .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKeLaJ2eGg .mbr-text UL {
  text-align: left;
}
.cid-uKeLaJ2eGg .mbr-text {
  color: #454545;
}
.cid-uKeLrmzhSH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKeLrmzhSH .row {
  flex-direction: row-reverse;
}
.cid-uKeLrmzhSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKeLrmzhSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKeLrmzhSH .mbr-description {
  text-align: left;
}
.cid-uKeLrmzhSH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKeLrmzhSH .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKeLrmzhSH .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKeLrmzhSH .card-title,
.cid-uKeLrmzhSH .iconfont-wrapper {
  color: #000000;
}
.cid-uKeLrmzhSH .card-text {
  color: #000000;
}
.cid-uKeLrmzhSH .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKeLrmzhSH .mbr-text,
.cid-uKeLrmzhSH .mbr-section-btn {
  text-align: center;
}
.cid-uKeLrmzhSH .card-text,
.cid-uKeLrmzhSH .item .mbr-section-btn {
  text-align: left;
}
.cid-uKeLrmzhSH .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKeLrmzhSH .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKeLrmzhSH .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKeLrmzhSH .mbr-text UL {
  text-align: left;
}
.cid-uKeLrmzhSH .mbr-text {
  color: #454545;
}
.cid-uJmO4GRu4q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJmO4GRu4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmO4GRu4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmO4GRu4q .items-wrapper {
  margin: 0 -5px;
}
.cid-uJmO4GRu4q .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJmO4GRu4q .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJmO4GRu4q .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJmO4GRu4q .item {
    margin-bottom: 16px;
  }
}
.cid-uJmO4GRu4q .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJmO4GRu4q .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJmO4GRu4q .item .item-wrapper {
  height: 100%;
  border: 5px solid #003366;
  background-color: #003366;
}
.cid-uJmO4GRu4q .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJmO4GRu4q .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJmO4GRu4q .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJmO4GRu4q .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJmO4GRu4q .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJmO4GRu4q .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJmO4GRu4q .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJmO4GRu4q .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJmO4GRu4q .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJmO4GRu4q .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJmO4GRu4q .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJmO4GRu4q .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uJmO4GRu4q .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJmO4GRu4q .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJmO4GRu4q .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uAdMq7vunX {
  background-color: #ffffff;
}
.cid-uAdMq7vunX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAdMq7vunX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAdMq7vunX .items-wrapper {
  margin: 0 -5px;
}
.cid-uAdMq7vunX .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uAdMq7vunX .item {
    margin-bottom: 16px;
  }
  .cid-uAdMq7vunX .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uAdMq7vunX .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uAdMq7vunX .item .item-wrapper {
  height: 100%;
}
.cid-uAdMq7vunX .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uAdMq7vunX .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uAdMq8fe2D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAdMq8fe2D .mbr-text {
  color: #000000;
}
.cid-uAdMq8fe2D .mbr-section-subtitle {
  color: #000000;
}
.cid-uAdMq8fe2D .mbr-section-title {
  color: #21431f;
}
.cid-uAdMq8fe2D P {
  color: #02963e;
}
.cid-uJGsXcXipQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGsXcXipQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGsXcXipQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGsXcXipQ .items-wrapper {
  margin: 0 -5px;
}
.cid-uJGsXcXipQ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJGsXcXipQ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJGsXcXipQ .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJGsXcXipQ .item {
    margin-bottom: 16px;
  }
}
.cid-uJGsXcXipQ .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJGsXcXipQ .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJGsXcXipQ .item .item-wrapper {
  height: 100%;
  border: 5px solid #21431f;
  background-color: #21431f;
}
.cid-uJGsXcXipQ .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJGsXcXipQ .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJGsXcXipQ .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJGsXcXipQ .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJGsXcXipQ .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGsXcXipQ .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJGsXcXipQ .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJGsXcXipQ .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJGsXcXipQ .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJGsXcXipQ .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJGsXcXipQ .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJGsXcXipQ .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uJGsXcXipQ .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGsXcXipQ .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGsXcXipQ .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uAdMqbl9IV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uAeeJqKoI3 {
  background-color: transparent;
}
.cid-uAeeJqKoI3 .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uAeeJqKoI3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uAeeJqKoI3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAeeJqKoI3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAeeJqKoI3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAeeJqKoI3 .menu_box .navbar.opened,
  .cid-uAeeJqKoI3 .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAeeJqKoI3 .navbar-dropdown {
  position: relative !important;
}
.cid-uAeeJqKoI3 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAeeJqKoI3 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uAeeJqKoI3 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAeeJqKoI3 .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uAeeJqKoI3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAeeJqKoI3 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uAeeJqKoI3 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uAeeJqKoI3 .nav-item {
    margin: 0 !important;
  }
}
.cid-uAeeJqKoI3 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uAeeJqKoI3 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uAeeJqKoI3 .nav-item .nav-link:hover,
.cid-uAeeJqKoI3 .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uAeeJqKoI3 .nav-item .nav-link:hover::before,
.cid-uAeeJqKoI3 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uAeeJqKoI3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAeeJqKoI3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAeeJqKoI3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAeeJqKoI3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAeeJqKoI3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAeeJqKoI3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAeeJqKoI3 .offcanvas_box {
    display: none;
  }
}
.cid-uAeeJqKoI3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAeeJqKoI3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAeeJqKoI3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAeeJqKoI3 .container {
  display: flex;
  margin: auto;
}
.cid-uAeeJqKoI3 .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uAeeJqKoI3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAeeJqKoI3 .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uAeeJqKoI3 .navbar-nav {
    margin: 0;
  }
}
.cid-uAeeJqKoI3 .dropdown-menu,
.cid-uAeeJqKoI3 .navbar.opened {
  background-color: true !important;
}
.cid-uAeeJqKoI3 .nav-item:focus,
.cid-uAeeJqKoI3 .nav-link:focus {
  outline: none;
}
.cid-uAeeJqKoI3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAeeJqKoI3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAeeJqKoI3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAeeJqKoI3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAeeJqKoI3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAeeJqKoI3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAeeJqKoI3 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAeeJqKoI3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAeeJqKoI3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uAeeJqKoI3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAeeJqKoI3 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAeeJqKoI3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAeeJqKoI3 .navbar.collapsed {
  justify-content: center;
}
.cid-uAeeJqKoI3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAeeJqKoI3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAeeJqKoI3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAeeJqKoI3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAeeJqKoI3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAeeJqKoI3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAeeJqKoI3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAeeJqKoI3 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uAeeJqKoI3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAeeJqKoI3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAeeJqKoI3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAeeJqKoI3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAeeJqKoI3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAeeJqKoI3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAeeJqKoI3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAeeJqKoI3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAeeJqKoI3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAeeJqKoI3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAeeJqKoI3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAeeJqKoI3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAeeJqKoI3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAeeJqKoI3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAeeJqKoI3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAeeJqKoI3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAeeJqKoI3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAeeJqKoI3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uAeeJqKoI3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAeeJqKoI3 .dropdown-item.active,
.cid-uAeeJqKoI3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAeeJqKoI3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uAeeJqKoI3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAeeJqKoI3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAeeJqKoI3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAeeJqKoI3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAeeJqKoI3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAeeJqKoI3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uAeeJqKoI3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uAeeJqKoI3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAeeJqKoI3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAeeJqKoI3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAeeJqKoI3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAeeJqKoI3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAeeJqKoI3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAeeJqKoI3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAeeJqKoI3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAeeJqKoI3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAeeJqKoI3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAeeJqKoI3 .navbar {
    height: 70px;
  }
  .cid-uAeeJqKoI3 .navbar.opened {
    height: auto;
  }
  .cid-uAeeJqKoI3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAeeJqKoI3 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uAeeJqKoI3 .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uAeeJqKoI3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAeeJqKoI3 .text_widget {
  margin-bottom: 32px;
}
.cid-uAeeJqKoI3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAeeJqKoI3 .text_widget a:hover,
.cid-uAeeJqKoI3 .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uAeeJqKoI3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uAeeJqKoI3 .navbar-caption {
  color: #000000;
}
.cid-uAeeJqKoI3 .mbr-section-subtitle,
.cid-uAeeJqKoI3 .text_widget,
.cid-uAeeJqKoI3 .mbr-section-btn {
  text-align: center;
}
.cid-uAeeJqKoI3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAeeJqKoI3 .nav-link,
.cid-uAeeJqKoI3 .dropdown-item {
  color: #FFFFFF;
}
.cid-uAeeJrqhuy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uAeeJrqhuy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAeeJrqhuy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAeeJrqhuy .content-wrap {
  justify-content: center;
}
.cid-uAeeJrqhuy .card {
  justify-content: center;
}
.cid-uAeeJrqhuy .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uAeeJrqhuy .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uAeeJrqhuy .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uAeeJrqhuy .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAeeJrqhuy .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uAeeJrqhuy .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uAeeJrqhuy .nav-wrapper .list .item-wrap:hover,
.cid-uAeeJrqhuy .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uAeeJrqhuy .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uAeeJrqhuy .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uAeeJrqhuy .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAeeJrqhuy .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uAeeJrqhuy .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uAeeJrqhuy .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uAeeJrqhuy .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAeeJrqhuy .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uAeeJrqhuy .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAeeJrqhuy .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uAeeJrqhuy .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uAeeJrqhuy .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uAeeJrqhuy .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uAeeJrqhuy .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uAeeJrqhuy .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uAeeJrqhuy .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uAeeJrqhuy .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uAeeJrqhuy .mbr-section-title {
  color: #f24d4a;
}
.cid-uAeeJrqhuy .list,
.cid-uAeeJrqhuy .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uAeeJrqhuy .mbr-phone {
  color: #f24d4a;
}
.cid-uAeeJrqhuy .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uAeeJs6fZs {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAeeJs6fZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAeeJs6fZs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAeeJs6fZs .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAeeJs6fZs .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAeeJs6fZs .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uAeeJs6fZs .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uAeeJs6fZs .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uAeeJs6fZs .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uAeeJs6fZs .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uAeeJs6fZs .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uAeeJs6fZs .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uAeeJs6fZs .mbr-figure {
    width: 100%;
  }
}
.cid-uAeeJs6fZs .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uAeeJs6fZs .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uAeeJs6fZs .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAeeJs6fZs .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uAeeJs6fZs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAeeJs6fZs .mbr-section-title,
.cid-uAeeJs6fZs .mbr-section-btn {
  color: #02963e;
}
.cid-uAeBmUtIBc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ebebeb;
}
.cid-uAeBmUtIBc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAeBmUtIBc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAeBmUtIBc .content-head {
  max-width: 800px;
}
.cid-uAeBmUtIBc .item {
  color: #02963e;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uAeBmUtIBc .item {
    min-height: 45px;
  }
}
.cid-uAeBmUtIBc .border-wrap {
  height: 2px;
  background-color: #000000;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-uAeBmUtIBc .border-wrap {
    margin-top: 40px;
  }
}
.cid-uKhkJutYBA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKhkJutYBA .row {
  flex-direction: row-reverse;
}
.cid-uKhkJutYBA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKhkJutYBA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKhkJutYBA .mbr-description {
  text-align: left;
}
.cid-uKhkJutYBA .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKhkJutYBA .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKhkJutYBA .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKhkJutYBA .card-title,
.cid-uKhkJutYBA .iconfont-wrapper {
  color: #000000;
}
.cid-uKhkJutYBA .card-text {
  color: #000000;
}
.cid-uKhkJutYBA .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKhkJutYBA .mbr-text,
.cid-uKhkJutYBA .mbr-section-btn {
  text-align: center;
}
.cid-uKhkJutYBA .card-text,
.cid-uKhkJutYBA .item .mbr-section-btn {
  text-align: left;
}
.cid-uKhkJutYBA .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKhkJutYBA .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKhkJutYBA .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKhkJutYBA .mbr-text UL {
  text-align: left;
}
.cid-uKhkJutYBA .mbr-text {
  color: #454545;
}
.cid-uKhlgZugE6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKhlgZugE6 .row {
  flex-direction: row-reverse;
}
.cid-uKhlgZugE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKhlgZugE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKhlgZugE6 .mbr-description {
  text-align: left;
}
.cid-uKhlgZugE6 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKhlgZugE6 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKhlgZugE6 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKhlgZugE6 .card-title,
.cid-uKhlgZugE6 .iconfont-wrapper {
  color: #000000;
}
.cid-uKhlgZugE6 .card-text {
  color: #000000;
}
.cid-uKhlgZugE6 .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKhlgZugE6 .mbr-text,
.cid-uKhlgZugE6 .mbr-section-btn {
  text-align: center;
}
.cid-uKhlgZugE6 .card-text,
.cid-uKhlgZugE6 .item .mbr-section-btn {
  text-align: left;
}
.cid-uKhlgZugE6 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKhlgZugE6 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKhlgZugE6 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKhlgZugE6 .mbr-text UL {
  text-align: left;
}
.cid-uKhlgZugE6 .mbr-text {
  color: #454545;
}
.cid-uKhlDuvT3m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKhlDuvT3m .row {
  flex-direction: row-reverse;
}
.cid-uKhlDuvT3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKhlDuvT3m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKhlDuvT3m .mbr-description {
  text-align: left;
}
.cid-uKhlDuvT3m .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKhlDuvT3m .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKhlDuvT3m .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKhlDuvT3m .card-title,
.cid-uKhlDuvT3m .iconfont-wrapper {
  color: #000000;
}
.cid-uKhlDuvT3m .card-text {
  color: #000000;
}
.cid-uKhlDuvT3m .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKhlDuvT3m .mbr-text,
.cid-uKhlDuvT3m .mbr-section-btn {
  text-align: center;
}
.cid-uKhlDuvT3m .card-text,
.cid-uKhlDuvT3m .item .mbr-section-btn {
  text-align: left;
}
.cid-uKhlDuvT3m .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKhlDuvT3m .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKhlDuvT3m .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKhlDuvT3m .mbr-text UL {
  text-align: left;
}
.cid-uKhlDuvT3m .mbr-text {
  color: #454545;
}
.cid-uKhlT57elv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKhlT57elv .row {
  flex-direction: row-reverse;
}
.cid-uKhlT57elv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKhlT57elv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKhlT57elv .mbr-description {
  text-align: left;
}
.cid-uKhlT57elv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKhlT57elv .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKhlT57elv .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKhlT57elv .card-title,
.cid-uKhlT57elv .iconfont-wrapper {
  color: #000000;
}
.cid-uKhlT57elv .card-text {
  color: #000000;
}
.cid-uKhlT57elv .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKhlT57elv .mbr-text,
.cid-uKhlT57elv .mbr-section-btn {
  text-align: center;
}
.cid-uKhlT57elv .card-text,
.cid-uKhlT57elv .item .mbr-section-btn {
  text-align: left;
}
.cid-uKhlT57elv .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKhlT57elv .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKhlT57elv .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKhlT57elv .mbr-text UL {
  text-align: left;
}
.cid-uKhlT57elv .mbr-text {
  color: #454545;
}
.cid-uKhm6aMjEE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKhm6aMjEE .row {
  flex-direction: row-reverse;
}
.cid-uKhm6aMjEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKhm6aMjEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKhm6aMjEE .mbr-description {
  text-align: left;
}
.cid-uKhm6aMjEE .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKhm6aMjEE .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKhm6aMjEE .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKhm6aMjEE .card-title,
.cid-uKhm6aMjEE .iconfont-wrapper {
  color: #000000;
}
.cid-uKhm6aMjEE .card-text {
  color: #000000;
}
.cid-uKhm6aMjEE .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKhm6aMjEE .mbr-text,
.cid-uKhm6aMjEE .mbr-section-btn {
  text-align: center;
}
.cid-uKhm6aMjEE .card-text,
.cid-uKhm6aMjEE .item .mbr-section-btn {
  text-align: left;
}
.cid-uKhm6aMjEE .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKhm6aMjEE .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKhm6aMjEE .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKhm6aMjEE .mbr-text UL {
  text-align: left;
}
.cid-uKhm6aMjEE .mbr-text {
  color: #454545;
}
.cid-uKhmpWLkOI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKhmpWLkOI .row {
  flex-direction: row-reverse;
}
.cid-uKhmpWLkOI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKhmpWLkOI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKhmpWLkOI .mbr-description {
  text-align: left;
}
.cid-uKhmpWLkOI .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKhmpWLkOI .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKhmpWLkOI .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKhmpWLkOI .card-title,
.cid-uKhmpWLkOI .iconfont-wrapper {
  color: #000000;
}
.cid-uKhmpWLkOI .card-text {
  color: #000000;
}
.cid-uKhmpWLkOI .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKhmpWLkOI .mbr-text,
.cid-uKhmpWLkOI .mbr-section-btn {
  text-align: center;
}
.cid-uKhmpWLkOI .card-text,
.cid-uKhmpWLkOI .item .mbr-section-btn {
  text-align: left;
}
.cid-uKhmpWLkOI .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKhmpWLkOI .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKhmpWLkOI .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKhmpWLkOI .mbr-text UL {
  text-align: left;
}
.cid-uKhmpWLkOI .mbr-text {
  color: #454545;
}
.cid-uKhmYWCc4o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKhmYWCc4o .row {
  flex-direction: row-reverse;
}
.cid-uKhmYWCc4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKhmYWCc4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKhmYWCc4o .mbr-description {
  text-align: left;
}
.cid-uKhmYWCc4o .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKhmYWCc4o .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKhmYWCc4o .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKhmYWCc4o .card-title,
.cid-uKhmYWCc4o .iconfont-wrapper {
  color: #000000;
}
.cid-uKhmYWCc4o .card-text {
  color: #000000;
}
.cid-uKhmYWCc4o .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKhmYWCc4o .mbr-text,
.cid-uKhmYWCc4o .mbr-section-btn {
  text-align: center;
}
.cid-uKhmYWCc4o .card-text,
.cid-uKhmYWCc4o .item .mbr-section-btn {
  text-align: left;
}
.cid-uKhmYWCc4o .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKhmYWCc4o .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKhmYWCc4o .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKhmYWCc4o .mbr-text UL {
  text-align: left;
}
.cid-uKhmYWCc4o .mbr-text {
  color: #454545;
}
.cid-uAeFZZiXnP {
  background-color: #ffffff;
}
.cid-uAeFZZiXnP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAeFZZiXnP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAeFZZiXnP .items-wrapper {
  margin: 0 -5px;
}
.cid-uAeFZZiXnP .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uAeFZZiXnP .item {
    margin-bottom: 16px;
  }
  .cid-uAeFZZiXnP .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uAeFZZiXnP .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uAeFZZiXnP .item .item-wrapper {
  height: 100%;
}
.cid-uAeFZZiXnP .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uAeFZZiXnP .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uAeeJvfbin {
  background-color: #ffffff;
}
.cid-uAeeJvfbin .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAeeJvfbin .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAeeJvfbin .items-wrapper {
  margin: 0 -5px;
}
.cid-uAeeJvfbin .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uAeeJvfbin .item {
    margin-bottom: 16px;
  }
  .cid-uAeeJvfbin .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uAeeJvfbin .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uAeeJvfbin .item .item-wrapper {
  height: 100%;
}
.cid-uAeeJvfbin .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uAeeJvfbin .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uJGuUP2XgL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGuUP2XgL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGuUP2XgL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGuUP2XgL .items-wrapper {
  margin: 0 -5px;
}
.cid-uJGuUP2XgL .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJGuUP2XgL .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJGuUP2XgL .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJGuUP2XgL .item {
    margin-bottom: 16px;
  }
}
.cid-uJGuUP2XgL .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJGuUP2XgL .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJGuUP2XgL .item .item-wrapper {
  height: 100%;
  border: 5px solid #21431f;
  background-color: #21431f;
}
.cid-uJGuUP2XgL .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJGuUP2XgL .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJGuUP2XgL .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJGuUP2XgL .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJGuUP2XgL .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGuUP2XgL .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJGuUP2XgL .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJGuUP2XgL .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJGuUP2XgL .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJGuUP2XgL .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJGuUP2XgL .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJGuUP2XgL .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uJGuUP2XgL .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGuUP2XgL .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGuUP2XgL .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uAeeJy7Exd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uAeJ7tMsE2 {
  background-color: transparent;
}
.cid-uAeJ7tMsE2 .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uAeJ7tMsE2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uAeJ7tMsE2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAeJ7tMsE2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAeJ7tMsE2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAeJ7tMsE2 .menu_box .navbar.opened,
  .cid-uAeJ7tMsE2 .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAeJ7tMsE2 .navbar-dropdown {
  position: relative !important;
}
.cid-uAeJ7tMsE2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAeJ7tMsE2 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uAeJ7tMsE2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAeJ7tMsE2 .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uAeJ7tMsE2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAeJ7tMsE2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uAeJ7tMsE2 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uAeJ7tMsE2 .nav-item {
    margin: 0 !important;
  }
}
.cid-uAeJ7tMsE2 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uAeJ7tMsE2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uAeJ7tMsE2 .nav-item .nav-link:hover,
.cid-uAeJ7tMsE2 .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uAeJ7tMsE2 .nav-item .nav-link:hover::before,
.cid-uAeJ7tMsE2 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uAeJ7tMsE2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAeJ7tMsE2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAeJ7tMsE2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAeJ7tMsE2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAeJ7tMsE2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAeJ7tMsE2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAeJ7tMsE2 .offcanvas_box {
    display: none;
  }
}
.cid-uAeJ7tMsE2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAeJ7tMsE2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAeJ7tMsE2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAeJ7tMsE2 .container {
  display: flex;
  margin: auto;
}
.cid-uAeJ7tMsE2 .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uAeJ7tMsE2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAeJ7tMsE2 .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uAeJ7tMsE2 .navbar-nav {
    margin: 0;
  }
}
.cid-uAeJ7tMsE2 .dropdown-menu,
.cid-uAeJ7tMsE2 .navbar.opened {
  background-color: true !important;
}
.cid-uAeJ7tMsE2 .nav-item:focus,
.cid-uAeJ7tMsE2 .nav-link:focus {
  outline: none;
}
.cid-uAeJ7tMsE2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAeJ7tMsE2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAeJ7tMsE2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAeJ7tMsE2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAeJ7tMsE2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAeJ7tMsE2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAeJ7tMsE2 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAeJ7tMsE2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAeJ7tMsE2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uAeJ7tMsE2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAeJ7tMsE2 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAeJ7tMsE2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAeJ7tMsE2 .navbar.collapsed {
  justify-content: center;
}
.cid-uAeJ7tMsE2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAeJ7tMsE2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAeJ7tMsE2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAeJ7tMsE2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAeJ7tMsE2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAeJ7tMsE2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAeJ7tMsE2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAeJ7tMsE2 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uAeJ7tMsE2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAeJ7tMsE2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAeJ7tMsE2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAeJ7tMsE2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAeJ7tMsE2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAeJ7tMsE2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAeJ7tMsE2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAeJ7tMsE2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAeJ7tMsE2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAeJ7tMsE2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAeJ7tMsE2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAeJ7tMsE2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAeJ7tMsE2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAeJ7tMsE2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAeJ7tMsE2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAeJ7tMsE2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAeJ7tMsE2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAeJ7tMsE2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uAeJ7tMsE2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAeJ7tMsE2 .dropdown-item.active,
.cid-uAeJ7tMsE2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAeJ7tMsE2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uAeJ7tMsE2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAeJ7tMsE2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAeJ7tMsE2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAeJ7tMsE2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAeJ7tMsE2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAeJ7tMsE2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uAeJ7tMsE2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uAeJ7tMsE2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAeJ7tMsE2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAeJ7tMsE2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAeJ7tMsE2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAeJ7tMsE2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAeJ7tMsE2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAeJ7tMsE2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAeJ7tMsE2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAeJ7tMsE2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAeJ7tMsE2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAeJ7tMsE2 .navbar {
    height: 70px;
  }
  .cid-uAeJ7tMsE2 .navbar.opened {
    height: auto;
  }
  .cid-uAeJ7tMsE2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAeJ7tMsE2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uAeJ7tMsE2 .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uAeJ7tMsE2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAeJ7tMsE2 .text_widget {
  margin-bottom: 32px;
}
.cid-uAeJ7tMsE2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAeJ7tMsE2 .text_widget a:hover,
.cid-uAeJ7tMsE2 .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uAeJ7tMsE2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uAeJ7tMsE2 .navbar-caption {
  color: #000000;
}
.cid-uAeJ7tMsE2 .mbr-section-subtitle,
.cid-uAeJ7tMsE2 .text_widget,
.cid-uAeJ7tMsE2 .mbr-section-btn {
  text-align: center;
}
.cid-uAeJ7tMsE2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAeJ7tMsE2 .nav-link,
.cid-uAeJ7tMsE2 .dropdown-item {
  color: #FFFFFF;
}
.cid-uAeJ7uxBLY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uAeJ7uxBLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAeJ7uxBLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAeJ7uxBLY .content-wrap {
  justify-content: center;
}
.cid-uAeJ7uxBLY .card {
  justify-content: center;
}
.cid-uAeJ7uxBLY .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uAeJ7uxBLY .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uAeJ7uxBLY .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uAeJ7uxBLY .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAeJ7uxBLY .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uAeJ7uxBLY .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uAeJ7uxBLY .nav-wrapper .list .item-wrap:hover,
.cid-uAeJ7uxBLY .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uAeJ7uxBLY .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uAeJ7uxBLY .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uAeJ7uxBLY .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAeJ7uxBLY .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uAeJ7uxBLY .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uAeJ7uxBLY .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uAeJ7uxBLY .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAeJ7uxBLY .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uAeJ7uxBLY .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAeJ7uxBLY .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uAeJ7uxBLY .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uAeJ7uxBLY .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uAeJ7uxBLY .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uAeJ7uxBLY .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uAeJ7uxBLY .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uAeJ7uxBLY .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uAeJ7uxBLY .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uAeJ7uxBLY .mbr-section-title {
  color: #f24d4a;
}
.cid-uAeJ7uxBLY .list,
.cid-uAeJ7uxBLY .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uAeJ7uxBLY .mbr-phone {
  color: #f24d4a;
}
.cid-uAeJ7uxBLY .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uAeJ7vhnMs {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAeJ7vhnMs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAeJ7vhnMs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAeJ7vhnMs .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAeJ7vhnMs .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAeJ7vhnMs .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uAeJ7vhnMs .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uAeJ7vhnMs .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uAeJ7vhnMs .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uAeJ7vhnMs .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uAeJ7vhnMs .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uAeJ7vhnMs .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uAeJ7vhnMs .mbr-figure {
    width: 100%;
  }
}
.cid-uAeJ7vhnMs .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uAeJ7vhnMs .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uAeJ7vhnMs .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAeJ7vhnMs .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uAeJ7vhnMs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAeJ7vhnMs .mbr-section-title,
.cid-uAeJ7vhnMs .mbr-section-btn {
  color: #21431f;
}
.cid-uAeJ7vQ6yh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ebebeb;
}
.cid-uAeJ7vQ6yh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAeJ7vQ6yh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAeJ7vQ6yh .content-head {
  max-width: 800px;
}
.cid-uAeJ7vQ6yh .item {
  color: #02963e;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uAeJ7vQ6yh .item {
    min-height: 45px;
  }
}
.cid-uAeJ7vQ6yh .border-wrap {
  height: 2px;
  background-color: #000000;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-uAeJ7vQ6yh .border-wrap {
    margin-top: 40px;
  }
}
.cid-uKmXsNei0G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKmXsNei0G .row {
  flex-direction: row-reverse;
}
.cid-uKmXsNei0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKmXsNei0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKmXsNei0G .mbr-description {
  text-align: left;
}
.cid-uKmXsNei0G .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKmXsNei0G .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKmXsNei0G .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKmXsNei0G .card-title,
.cid-uKmXsNei0G .iconfont-wrapper {
  color: #000000;
}
.cid-uKmXsNei0G .card-text {
  color: #000000;
}
.cid-uKmXsNei0G .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKmXsNei0G .mbr-text,
.cid-uKmXsNei0G .mbr-section-btn {
  text-align: center;
}
.cid-uKmXsNei0G .card-text,
.cid-uKmXsNei0G .item .mbr-section-btn {
  text-align: left;
}
.cid-uKmXsNei0G .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKmXsNei0G .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKmXsNei0G .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKmXsNei0G .mbr-text UL {
  text-align: left;
}
.cid-uKmXsNei0G .mbr-text {
  color: #454545;
}
.cid-uKmXXvZJJV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKmXXvZJJV .row {
  flex-direction: row-reverse;
}
.cid-uKmXXvZJJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKmXXvZJJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKmXXvZJJV .mbr-description {
  text-align: left;
}
.cid-uKmXXvZJJV .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKmXXvZJJV .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKmXXvZJJV .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKmXXvZJJV .card-title,
.cid-uKmXXvZJJV .iconfont-wrapper {
  color: #000000;
}
.cid-uKmXXvZJJV .card-text {
  color: #000000;
}
.cid-uKmXXvZJJV .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKmXXvZJJV .mbr-text,
.cid-uKmXXvZJJV .mbr-section-btn {
  text-align: center;
}
.cid-uKmXXvZJJV .card-text,
.cid-uKmXXvZJJV .item .mbr-section-btn {
  text-align: left;
}
.cid-uKmXXvZJJV .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKmXXvZJJV .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKmXXvZJJV .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKmXXvZJJV .mbr-text UL {
  text-align: left;
}
.cid-uKmXXvZJJV .mbr-text {
  color: #454545;
}
.cid-uKmYc9Gatf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKmYc9Gatf .row {
  flex-direction: row-reverse;
}
.cid-uKmYc9Gatf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKmYc9Gatf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKmYc9Gatf .mbr-description {
  text-align: left;
}
.cid-uKmYc9Gatf .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKmYc9Gatf .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKmYc9Gatf .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKmYc9Gatf .card-title,
.cid-uKmYc9Gatf .iconfont-wrapper {
  color: #000000;
}
.cid-uKmYc9Gatf .card-text {
  color: #000000;
}
.cid-uKmYc9Gatf .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKmYc9Gatf .mbr-text,
.cid-uKmYc9Gatf .mbr-section-btn {
  text-align: center;
}
.cid-uKmYc9Gatf .card-text,
.cid-uKmYc9Gatf .item .mbr-section-btn {
  text-align: left;
}
.cid-uKmYc9Gatf .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKmYc9Gatf .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKmYc9Gatf .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKmYc9Gatf .mbr-text UL {
  text-align: left;
}
.cid-uKmYc9Gatf .mbr-text {
  color: #454545;
}
.cid-uKmYqUDi2Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKmYqUDi2Y .row {
  flex-direction: row-reverse;
}
.cid-uKmYqUDi2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKmYqUDi2Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKmYqUDi2Y .mbr-description {
  text-align: left;
}
.cid-uKmYqUDi2Y .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKmYqUDi2Y .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKmYqUDi2Y .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKmYqUDi2Y .card-title,
.cid-uKmYqUDi2Y .iconfont-wrapper {
  color: #000000;
}
.cid-uKmYqUDi2Y .card-text {
  color: #000000;
}
.cid-uKmYqUDi2Y .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKmYqUDi2Y .mbr-text,
.cid-uKmYqUDi2Y .mbr-section-btn {
  text-align: center;
}
.cid-uKmYqUDi2Y .card-text,
.cid-uKmYqUDi2Y .item .mbr-section-btn {
  text-align: left;
}
.cid-uKmYqUDi2Y .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKmYqUDi2Y .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKmYqUDi2Y .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKmYqUDi2Y .mbr-text UL {
  text-align: left;
}
.cid-uKmYqUDi2Y .mbr-text {
  color: #454545;
}
.cid-uKmYVt640L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKmYVt640L .row {
  flex-direction: row-reverse;
}
.cid-uKmYVt640L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKmYVt640L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKmYVt640L .mbr-description {
  text-align: left;
}
.cid-uKmYVt640L .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKmYVt640L .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKmYVt640L .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKmYVt640L .card-title,
.cid-uKmYVt640L .iconfont-wrapper {
  color: #000000;
}
.cid-uKmYVt640L .card-text {
  color: #000000;
}
.cid-uKmYVt640L .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKmYVt640L .mbr-text,
.cid-uKmYVt640L .mbr-section-btn {
  text-align: center;
}
.cid-uKmYVt640L .card-text,
.cid-uKmYVt640L .item .mbr-section-btn {
  text-align: left;
}
.cid-uKmYVt640L .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKmYVt640L .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKmYVt640L .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKmYVt640L .mbr-text UL {
  text-align: left;
}
.cid-uKmYVt640L .mbr-text {
  color: #454545;
}
.cid-uKmZAzXWgb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKmZAzXWgb .row {
  flex-direction: row-reverse;
}
.cid-uKmZAzXWgb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKmZAzXWgb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKmZAzXWgb .mbr-description {
  text-align: left;
}
.cid-uKmZAzXWgb .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKmZAzXWgb .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKmZAzXWgb .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKmZAzXWgb .card-title,
.cid-uKmZAzXWgb .iconfont-wrapper {
  color: #000000;
}
.cid-uKmZAzXWgb .card-text {
  color: #000000;
}
.cid-uKmZAzXWgb .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKmZAzXWgb .mbr-text,
.cid-uKmZAzXWgb .mbr-section-btn {
  text-align: center;
}
.cid-uKmZAzXWgb .card-text,
.cid-uKmZAzXWgb .item .mbr-section-btn {
  text-align: left;
}
.cid-uKmZAzXWgb .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKmZAzXWgb .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKmZAzXWgb .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKmZAzXWgb .mbr-text UL {
  text-align: left;
}
.cid-uKmZAzXWgb .mbr-text {
  color: #454545;
}
.cid-uKn88SPk07 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uKn88SPk07 .mbr-media {
  position: relative;
}
.cid-uKn88SPk07 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-uKn88SPk07 img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKn88SPk07 img {
    max-width: 80%;
  }
}
.cid-uKn88SPk07 h1 {
  line-height: 1.5;
}
.cid-uKn88SPk07 .start {
  width: 100px;
  height: 100px;
  background: #02963e;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-uKn88SPk07 .start:hover {
  background: #016429;
}
.cid-uKn88SPk07 .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #02963e;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-uKn88SPk07 a {
  background-image: none !important;
}
.cid-uKn88SPk07 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uKn88SPk07 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uKn88SPk07 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uKn88SPk07 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uKn88SPk07 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uKn88SPk07 .mbr-section-title {
  color: #02963e;
}
.cid-uKn88SPk07 .mbr-text,
.cid-uKn88SPk07 .mbr-section-btn,
.cid-uKn88SPk07 .text-wrapper {
  color: #454545;
}
.cid-uAeJ7BaKDE {
  background-color: #ffffff;
}
.cid-uAeJ7BaKDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAeJ7BaKDE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAeJ7BaKDE .items-wrapper {
  margin: 0 -5px;
}
.cid-uAeJ7BaKDE .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uAeJ7BaKDE .item {
    margin-bottom: 16px;
  }
  .cid-uAeJ7BaKDE .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uAeJ7BaKDE .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uAeJ7BaKDE .item .item-wrapper {
  height: 100%;
}
.cid-uAeJ7BaKDE .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uAeJ7BaKDE .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uJGw7KkfRv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGw7KkfRv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGw7KkfRv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGw7KkfRv .items-wrapper {
  margin: 0 -5px;
}
.cid-uJGw7KkfRv .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJGw7KkfRv .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJGw7KkfRv .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJGw7KkfRv .item {
    margin-bottom: 16px;
  }
}
.cid-uJGw7KkfRv .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJGw7KkfRv .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJGw7KkfRv .item .item-wrapper {
  height: 100%;
  border: 5px solid #21431f;
  background-color: #21431f;
}
.cid-uJGw7KkfRv .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJGw7KkfRv .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJGw7KkfRv .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJGw7KkfRv .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJGw7KkfRv .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGw7KkfRv .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJGw7KkfRv .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJGw7KkfRv .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJGw7KkfRv .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJGw7KkfRv .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJGw7KkfRv .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJGw7KkfRv .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uJGw7KkfRv .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGw7KkfRv .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGw7KkfRv .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uAeJ7EyGkw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uAeTWu3G12 {
  background-color: transparent;
}
.cid-uAeTWu3G12 .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uAeTWu3G12 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uAeTWu3G12 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAeTWu3G12 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAeTWu3G12 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAeTWu3G12 .menu_box .navbar.opened,
  .cid-uAeTWu3G12 .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAeTWu3G12 .navbar-dropdown {
  position: relative !important;
}
.cid-uAeTWu3G12 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAeTWu3G12 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uAeTWu3G12 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAeTWu3G12 .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uAeTWu3G12 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAeTWu3G12 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uAeTWu3G12 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uAeTWu3G12 .nav-item {
    margin: 0 !important;
  }
}
.cid-uAeTWu3G12 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uAeTWu3G12 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uAeTWu3G12 .nav-item .nav-link:hover,
.cid-uAeTWu3G12 .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uAeTWu3G12 .nav-item .nav-link:hover::before,
.cid-uAeTWu3G12 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uAeTWu3G12 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAeTWu3G12 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAeTWu3G12 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAeTWu3G12 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAeTWu3G12 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAeTWu3G12 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAeTWu3G12 .offcanvas_box {
    display: none;
  }
}
.cid-uAeTWu3G12 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAeTWu3G12 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAeTWu3G12 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAeTWu3G12 .container {
  display: flex;
  margin: auto;
}
.cid-uAeTWu3G12 .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uAeTWu3G12 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAeTWu3G12 .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uAeTWu3G12 .navbar-nav {
    margin: 0;
  }
}
.cid-uAeTWu3G12 .dropdown-menu,
.cid-uAeTWu3G12 .navbar.opened {
  background-color: true !important;
}
.cid-uAeTWu3G12 .nav-item:focus,
.cid-uAeTWu3G12 .nav-link:focus {
  outline: none;
}
.cid-uAeTWu3G12 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAeTWu3G12 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAeTWu3G12 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAeTWu3G12 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAeTWu3G12 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAeTWu3G12 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAeTWu3G12 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAeTWu3G12 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAeTWu3G12 .navbar.opened {
  transition: all 0.3s;
}
.cid-uAeTWu3G12 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAeTWu3G12 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAeTWu3G12 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAeTWu3G12 .navbar.collapsed {
  justify-content: center;
}
.cid-uAeTWu3G12 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAeTWu3G12 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAeTWu3G12 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAeTWu3G12 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAeTWu3G12 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAeTWu3G12 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAeTWu3G12 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAeTWu3G12 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uAeTWu3G12 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAeTWu3G12 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAeTWu3G12 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAeTWu3G12 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAeTWu3G12 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAeTWu3G12 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAeTWu3G12 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAeTWu3G12 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAeTWu3G12 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAeTWu3G12 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAeTWu3G12 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAeTWu3G12 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAeTWu3G12 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAeTWu3G12 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAeTWu3G12 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAeTWu3G12 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAeTWu3G12 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAeTWu3G12 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uAeTWu3G12 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAeTWu3G12 .dropdown-item.active,
.cid-uAeTWu3G12 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAeTWu3G12 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uAeTWu3G12 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAeTWu3G12 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAeTWu3G12 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAeTWu3G12 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAeTWu3G12 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAeTWu3G12 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uAeTWu3G12 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uAeTWu3G12 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAeTWu3G12 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAeTWu3G12 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAeTWu3G12 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAeTWu3G12 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAeTWu3G12 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAeTWu3G12 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAeTWu3G12 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAeTWu3G12 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAeTWu3G12 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAeTWu3G12 .navbar {
    height: 70px;
  }
  .cid-uAeTWu3G12 .navbar.opened {
    height: auto;
  }
  .cid-uAeTWu3G12 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAeTWu3G12 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uAeTWu3G12 .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uAeTWu3G12 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAeTWu3G12 .text_widget {
  margin-bottom: 32px;
}
.cid-uAeTWu3G12 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAeTWu3G12 .text_widget a:hover,
.cid-uAeTWu3G12 .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uAeTWu3G12 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uAeTWu3G12 .navbar-caption {
  color: #000000;
}
.cid-uAeTWu3G12 .mbr-section-subtitle,
.cid-uAeTWu3G12 .text_widget,
.cid-uAeTWu3G12 .mbr-section-btn {
  text-align: center;
}
.cid-uAeTWu3G12 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAeTWu3G12 .nav-link,
.cid-uAeTWu3G12 .dropdown-item {
  color: #FFFFFF;
}
.cid-uAeTWuMV1d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uAeTWuMV1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAeTWuMV1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAeTWuMV1d .content-wrap {
  justify-content: center;
}
.cid-uAeTWuMV1d .card {
  justify-content: center;
}
.cid-uAeTWuMV1d .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uAeTWuMV1d .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uAeTWuMV1d .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uAeTWuMV1d .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAeTWuMV1d .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uAeTWuMV1d .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uAeTWuMV1d .nav-wrapper .list .item-wrap:hover,
.cid-uAeTWuMV1d .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uAeTWuMV1d .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uAeTWuMV1d .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uAeTWuMV1d .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAeTWuMV1d .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uAeTWuMV1d .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uAeTWuMV1d .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uAeTWuMV1d .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAeTWuMV1d .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uAeTWuMV1d .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAeTWuMV1d .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uAeTWuMV1d .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uAeTWuMV1d .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uAeTWuMV1d .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uAeTWuMV1d .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uAeTWuMV1d .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uAeTWuMV1d .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uAeTWuMV1d .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uAeTWuMV1d .mbr-section-title {
  color: #f24d4a;
}
.cid-uAeTWuMV1d .list,
.cid-uAeTWuMV1d .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uAeTWuMV1d .mbr-phone {
  color: #f24d4a;
}
.cid-uAeTWuMV1d .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uAeTWvu25z {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAeTWvu25z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAeTWvu25z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAeTWvu25z .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAeTWvu25z .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAeTWvu25z .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uAeTWvu25z .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uAeTWvu25z .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uAeTWvu25z .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uAeTWvu25z .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uAeTWvu25z .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uAeTWvu25z .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uAeTWvu25z .mbr-figure {
    width: 100%;
  }
}
.cid-uAeTWvu25z .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uAeTWvu25z .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uAeTWvu25z .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAeTWvu25z .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uAeTWvu25z .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAeTWvu25z .mbr-section-title,
.cid-uAeTWvu25z .mbr-section-btn {
  color: #21431f;
}
.cid-uAeTWw1gp1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ebebeb;
}
.cid-uAeTWw1gp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAeTWw1gp1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAeTWw1gp1 .content-head {
  max-width: 800px;
}
.cid-uAeTWw1gp1 .item {
  color: #02963e;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uAeTWw1gp1 .item {
    min-height: 45px;
  }
}
.cid-uAeTWw1gp1 .border-wrap {
  height: 2px;
  background-color: #000000;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-uAeTWw1gp1 .border-wrap {
    margin-top: 40px;
  }
}
.cid-uKnde3zqz0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKnde3zqz0 .row {
  flex-direction: row-reverse;
}
.cid-uKnde3zqz0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnde3zqz0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnde3zqz0 .mbr-description {
  text-align: left;
}
.cid-uKnde3zqz0 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKnde3zqz0 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKnde3zqz0 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKnde3zqz0 .card-title,
.cid-uKnde3zqz0 .iconfont-wrapper {
  color: #000000;
}
.cid-uKnde3zqz0 .card-text {
  color: #000000;
}
.cid-uKnde3zqz0 .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKnde3zqz0 .mbr-text,
.cid-uKnde3zqz0 .mbr-section-btn {
  text-align: center;
}
.cid-uKnde3zqz0 .card-text,
.cid-uKnde3zqz0 .item .mbr-section-btn {
  text-align: left;
}
.cid-uKnde3zqz0 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKnde3zqz0 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKnde3zqz0 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKnde3zqz0 .mbr-text UL {
  text-align: left;
}
.cid-uKnde3zqz0 .mbr-text {
  color: #454545;
}
.cid-uKndeRYtaW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKndeRYtaW .row {
  flex-direction: row-reverse;
}
.cid-uKndeRYtaW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKndeRYtaW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKndeRYtaW .mbr-description {
  text-align: left;
}
.cid-uKndeRYtaW .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKndeRYtaW .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKndeRYtaW .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKndeRYtaW .card-title,
.cid-uKndeRYtaW .iconfont-wrapper {
  color: #000000;
}
.cid-uKndeRYtaW .card-text {
  color: #000000;
}
.cid-uKndeRYtaW .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKndeRYtaW .mbr-text,
.cid-uKndeRYtaW .mbr-section-btn {
  text-align: center;
}
.cid-uKndeRYtaW .card-text,
.cid-uKndeRYtaW .item .mbr-section-btn {
  text-align: left;
}
.cid-uKndeRYtaW .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKndeRYtaW .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKndeRYtaW .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKndeRYtaW .mbr-text UL {
  text-align: left;
}
.cid-uKndeRYtaW .mbr-text {
  color: #454545;
}
.cid-uKndfpMD9k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKndfpMD9k .row {
  flex-direction: row-reverse;
}
.cid-uKndfpMD9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKndfpMD9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKndfpMD9k .mbr-description {
  text-align: left;
}
.cid-uKndfpMD9k .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKndfpMD9k .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKndfpMD9k .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKndfpMD9k .card-title,
.cid-uKndfpMD9k .iconfont-wrapper {
  color: #000000;
}
.cid-uKndfpMD9k .card-text {
  color: #000000;
}
.cid-uKndfpMD9k .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKndfpMD9k .mbr-text,
.cid-uKndfpMD9k .mbr-section-btn {
  text-align: center;
}
.cid-uKndfpMD9k .card-text,
.cid-uKndfpMD9k .item .mbr-section-btn {
  text-align: left;
}
.cid-uKndfpMD9k .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKndfpMD9k .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKndfpMD9k .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKndfpMD9k .mbr-text UL {
  text-align: left;
}
.cid-uKndfpMD9k .mbr-text {
  color: #454545;
}
.cid-uKndg3OifP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKndg3OifP .row {
  flex-direction: row-reverse;
}
.cid-uKndg3OifP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKndg3OifP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKndg3OifP .mbr-description {
  text-align: left;
}
.cid-uKndg3OifP .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKndg3OifP .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKndg3OifP .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKndg3OifP .card-title,
.cid-uKndg3OifP .iconfont-wrapper {
  color: #000000;
}
.cid-uKndg3OifP .card-text {
  color: #000000;
}
.cid-uKndg3OifP .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKndg3OifP .mbr-text,
.cid-uKndg3OifP .mbr-section-btn {
  text-align: center;
}
.cid-uKndg3OifP .card-text,
.cid-uKndg3OifP .item .mbr-section-btn {
  text-align: left;
}
.cid-uKndg3OifP .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKndg3OifP .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKndg3OifP .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKndg3OifP .mbr-text UL {
  text-align: left;
}
.cid-uKndg3OifP .mbr-text {
  color: #454545;
}
.cid-uKndgPa8mM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKndgPa8mM .row {
  flex-direction: row-reverse;
}
.cid-uKndgPa8mM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKndgPa8mM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKndgPa8mM .mbr-description {
  text-align: left;
}
.cid-uKndgPa8mM .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKndgPa8mM .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKndgPa8mM .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKndgPa8mM .card-title,
.cid-uKndgPa8mM .iconfont-wrapper {
  color: #000000;
}
.cid-uKndgPa8mM .card-text {
  color: #000000;
}
.cid-uKndgPa8mM .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKndgPa8mM .mbr-text,
.cid-uKndgPa8mM .mbr-section-btn {
  text-align: center;
}
.cid-uKndgPa8mM .card-text,
.cid-uKndgPa8mM .item .mbr-section-btn {
  text-align: left;
}
.cid-uKndgPa8mM .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKndgPa8mM .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKndgPa8mM .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKndgPa8mM .mbr-text UL {
  text-align: left;
}
.cid-uKndgPa8mM .mbr-text {
  color: #454545;
}
.cid-uKndhJPdLC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uKndhJPdLC .row {
  flex-direction: row-reverse;
}
.cid-uKndhJPdLC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKndhJPdLC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKndhJPdLC .mbr-description {
  text-align: left;
}
.cid-uKndhJPdLC .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uKndhJPdLC .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKndhJPdLC .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKndhJPdLC .card-title,
.cid-uKndhJPdLC .iconfont-wrapper {
  color: #000000;
}
.cid-uKndhJPdLC .card-text {
  color: #000000;
}
.cid-uKndhJPdLC .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uKndhJPdLC .mbr-text,
.cid-uKndhJPdLC .mbr-section-btn {
  text-align: center;
}
.cid-uKndhJPdLC .card-text,
.cid-uKndhJPdLC .item .mbr-section-btn {
  text-align: left;
}
.cid-uKndhJPdLC .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKndhJPdLC .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKndhJPdLC .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKndhJPdLC .mbr-text UL {
  text-align: left;
}
.cid-uKndhJPdLC .mbr-text {
  color: #454545;
}
.cid-uKnk1DN5On {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uKnk1DN5On .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnk1DN5On .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnk1DN5On .items-wrapper {
  margin: 0 -5px;
}
.cid-uKnk1DN5On .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uKnk1DN5On .item {
    margin-bottom: 16px;
  }
  .cid-uKnk1DN5On .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uKnk1DN5On .item .item-wrapper {
  height: 100%;
}
.cid-uKnk1DN5On .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #bbbbbb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uKnk1DN5On .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-uKnk1DN5On .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: 0.3;
  background-color: #bbbbbb;
  pointer-events: none;
  border-radius: 0 !important;
}
.cid-uKnk1DN5On .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uKnk1DN5On .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uKnk1DN5On .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-uKnk1DN5On .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uKnk1DN5On .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-uKnk1DN5On .card-title {
  color: #02963e;
}
.cid-uKnk1DN5On .card-text {
  color: #454545;
}
.cid-uKnd77slzQ {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uKnd77slzQ .mbr-media {
  position: relative;
}
.cid-uKnd77slzQ .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-uKnd77slzQ img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKnd77slzQ img {
    max-width: 80%;
  }
}
.cid-uKnd77slzQ h1 {
  line-height: 1.5;
}
.cid-uKnd77slzQ .start {
  width: 100px;
  height: 100px;
  background: #02963e;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-uKnd77slzQ .start:hover {
  background: #016429;
}
.cid-uKnd77slzQ .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #02963e;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-uKnd77slzQ a {
  background-image: none !important;
}
.cid-uKnd77slzQ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uKnd77slzQ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uKnd77slzQ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uKnd77slzQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uKnd77slzQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uKnd77slzQ .mbr-section-title {
  color: #02963e;
}
.cid-uKnd77slzQ .mbr-text,
.cid-uKnd77slzQ .mbr-section-btn,
.cid-uKnd77slzQ .text-wrapper {
  color: #454545;
}
.cid-uAeTWBe2c3 {
  background-color: #ffffff;
}
.cid-uAeTWBe2c3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAeTWBe2c3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAeTWBe2c3 .items-wrapper {
  margin: 0 -5px;
}
.cid-uAeTWBe2c3 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uAeTWBe2c3 .item {
    margin-bottom: 16px;
  }
  .cid-uAeTWBe2c3 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uAeTWBe2c3 .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uAeTWBe2c3 .item .item-wrapper {
  height: 100%;
}
.cid-uAeTWBe2c3 .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uAeTWBe2c3 .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uJGx5DgMF6 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGx5DgMF6 .mbr-media {
  position: relative;
}
.cid-uJGx5DgMF6 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-uJGx5DgMF6 img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJGx5DgMF6 img {
    max-width: 80%;
  }
}
.cid-uJGx5DgMF6 h1 {
  line-height: 1.5;
}
.cid-uJGx5DgMF6 .start {
  width: 100px;
  height: 100px;
  background: #02963e;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-uJGx5DgMF6 .start:hover {
  background: #016429;
}
.cid-uJGx5DgMF6 .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #02963e;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-uJGx5DgMF6 a {
  background-image: none !important;
}
.cid-uJGx5DgMF6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJGx5DgMF6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJGx5DgMF6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJGx5DgMF6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJGx5DgMF6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJGx5DgMF6 .mbr-section-title {
  color: #02963e;
}
.cid-uJGx5DgMF6 .mbr-text,
.cid-uJGx5DgMF6 .mbr-section-btn,
.cid-uJGx5DgMF6 .text-wrapper {
  color: #454545;
}
.cid-uAeTWDNJ4j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uAf2CncBae {
  background-color: transparent;
}
.cid-uAf2CncBae .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uAf2CncBae .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uAf2CncBae .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAf2CncBae .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAf2CncBae .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAf2CncBae .menu_box .navbar.opened,
  .cid-uAf2CncBae .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAf2CncBae .navbar-dropdown {
  position: relative !important;
}
.cid-uAf2CncBae .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAf2CncBae .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uAf2CncBae .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAf2CncBae .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uAf2CncBae .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAf2CncBae .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uAf2CncBae .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uAf2CncBae .nav-item {
    margin: 0 !important;
  }
}
.cid-uAf2CncBae .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uAf2CncBae .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uAf2CncBae .nav-item .nav-link:hover,
.cid-uAf2CncBae .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uAf2CncBae .nav-item .nav-link:hover::before,
.cid-uAf2CncBae .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uAf2CncBae .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAf2CncBae .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAf2CncBae .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAf2CncBae .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAf2CncBae .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAf2CncBae .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAf2CncBae .offcanvas_box {
    display: none;
  }
}
.cid-uAf2CncBae .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAf2CncBae .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAf2CncBae .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAf2CncBae .container {
  display: flex;
  margin: auto;
}
.cid-uAf2CncBae .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uAf2CncBae .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAf2CncBae .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uAf2CncBae .navbar-nav {
    margin: 0;
  }
}
.cid-uAf2CncBae .dropdown-menu,
.cid-uAf2CncBae .navbar.opened {
  background-color: true !important;
}
.cid-uAf2CncBae .nav-item:focus,
.cid-uAf2CncBae .nav-link:focus {
  outline: none;
}
.cid-uAf2CncBae .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAf2CncBae .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAf2CncBae .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAf2CncBae .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAf2CncBae .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAf2CncBae .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAf2CncBae .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAf2CncBae .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAf2CncBae .navbar.opened {
  transition: all 0.3s;
}
.cid-uAf2CncBae .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAf2CncBae .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAf2CncBae .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAf2CncBae .navbar.collapsed {
  justify-content: center;
}
.cid-uAf2CncBae .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAf2CncBae .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAf2CncBae .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAf2CncBae .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAf2CncBae .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAf2CncBae .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAf2CncBae .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAf2CncBae .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uAf2CncBae .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAf2CncBae .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAf2CncBae .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAf2CncBae .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAf2CncBae .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAf2CncBae .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAf2CncBae .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAf2CncBae .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAf2CncBae .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAf2CncBae .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAf2CncBae .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAf2CncBae .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAf2CncBae .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAf2CncBae .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAf2CncBae .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAf2CncBae .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAf2CncBae .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAf2CncBae .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uAf2CncBae .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAf2CncBae .dropdown-item.active,
.cid-uAf2CncBae .dropdown-item:active {
  background-color: transparent;
}
.cid-uAf2CncBae .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uAf2CncBae .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAf2CncBae .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAf2CncBae .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAf2CncBae ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAf2CncBae .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAf2CncBae button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uAf2CncBae button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uAf2CncBae button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAf2CncBae button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAf2CncBae button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAf2CncBae button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAf2CncBae nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAf2CncBae nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAf2CncBae nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAf2CncBae nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAf2CncBae a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAf2CncBae .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAf2CncBae .navbar {
    height: 70px;
  }
  .cid-uAf2CncBae .navbar.opened {
    height: auto;
  }
  .cid-uAf2CncBae .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAf2CncBae .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uAf2CncBae .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uAf2CncBae .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAf2CncBae .text_widget {
  margin-bottom: 32px;
}
.cid-uAf2CncBae .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAf2CncBae .text_widget a:hover,
.cid-uAf2CncBae .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uAf2CncBae .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uAf2CncBae .navbar-caption {
  color: #000000;
}
.cid-uAf2CncBae .mbr-section-subtitle,
.cid-uAf2CncBae .text_widget,
.cid-uAf2CncBae .mbr-section-btn {
  text-align: center;
}
.cid-uAf2CncBae a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAf2CncBae .nav-link,
.cid-uAf2CncBae .dropdown-item {
  color: #FFFFFF;
}
.cid-uAf2CnS8Ny {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uAf2CnS8Ny .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAf2CnS8Ny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAf2CnS8Ny .content-wrap {
  justify-content: center;
}
.cid-uAf2CnS8Ny .card {
  justify-content: center;
}
.cid-uAf2CnS8Ny .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uAf2CnS8Ny .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uAf2CnS8Ny .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uAf2CnS8Ny .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAf2CnS8Ny .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uAf2CnS8Ny .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uAf2CnS8Ny .nav-wrapper .list .item-wrap:hover,
.cid-uAf2CnS8Ny .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uAf2CnS8Ny .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uAf2CnS8Ny .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uAf2CnS8Ny .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAf2CnS8Ny .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uAf2CnS8Ny .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uAf2CnS8Ny .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uAf2CnS8Ny .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAf2CnS8Ny .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uAf2CnS8Ny .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAf2CnS8Ny .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uAf2CnS8Ny .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uAf2CnS8Ny .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uAf2CnS8Ny .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uAf2CnS8Ny .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uAf2CnS8Ny .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uAf2CnS8Ny .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uAf2CnS8Ny .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uAf2CnS8Ny .mbr-section-title {
  color: #f24d4a;
}
.cid-uAf2CnS8Ny .list,
.cid-uAf2CnS8Ny .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uAf2CnS8Ny .mbr-phone {
  color: #f24d4a;
}
.cid-uAf2CnS8Ny .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uAf2CoB4TL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAf2CoB4TL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAf2CoB4TL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAf2CoB4TL .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAf2CoB4TL .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAf2CoB4TL .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uAf2CoB4TL .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uAf2CoB4TL .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uAf2CoB4TL .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uAf2CoB4TL .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uAf2CoB4TL .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uAf2CoB4TL .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uAf2CoB4TL .mbr-figure {
    width: 100%;
  }
}
.cid-uAf2CoB4TL .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uAf2CoB4TL .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uAf2CoB4TL .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAf2CoB4TL .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uAf2CoB4TL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAf2CoB4TL .mbr-section-title,
.cid-uAf2CoB4TL .mbr-section-btn {
  color: #02963e;
}
.cid-uAf2Cp6lF2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ebebeb;
}
.cid-uAf2Cp6lF2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAf2Cp6lF2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAf2Cp6lF2 .content-head {
  max-width: 800px;
}
.cid-uAf2Cp6lF2 .item {
  color: #02963e;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uAf2Cp6lF2 .item {
    min-height: 45px;
  }
}
.cid-uAf2Cp6lF2 .border-wrap {
  height: 2px;
  background-color: #000000;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-uAf2Cp6lF2 .border-wrap {
    margin-top: 40px;
  }
}
.cid-uAf2CuhtlU {
  background-color: #ffffff;
}
.cid-uAf2CuhtlU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAf2CuhtlU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAf2CuhtlU .card {
  justify-content: center;
}
.cid-uAf2CuhtlU .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uAf2CuhtlU .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uAf2CuhtlU .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uAf2CuhtlU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uAf2CuhtlU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uAf2CuhtlU .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAf2CuhtlU .image-wrapper {
  display: flex;
  justify-content: flex-end;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uAf2CuhtlU .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uAf2CuhtlU .image-wrapper {
    justify-content: center;
  }
}
.cid-uAf2CuhtlU .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uAf2CuhtlU .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uAf2CuhtlU .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uAf2CuhtlU .mbr-section-title {
  color: #f24d4a;
}
.cid-uAf2CuhtlU .mbr-text {
  color: #f24d4a;
}
.cid-uAf2CuhtlU .mbr-section-title,
.cid-uAf2CuhtlU .mbr-section-btn {
  color: #21431f;
}
.cid-uAf2CuhtlU .mbr-text,
.cid-uAf2CuhtlU .text-wrapper {
  color: #02963e;
}
.cid-uJGwFpycSf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGwFpycSf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGwFpycSf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGwFpycSf .items-wrapper {
  margin: 0 -5px;
}
.cid-uJGwFpycSf .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJGwFpycSf .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJGwFpycSf .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJGwFpycSf .item {
    margin-bottom: 16px;
  }
}
.cid-uJGwFpycSf .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJGwFpycSf .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJGwFpycSf .item .item-wrapper {
  height: 100%;
  border: 5px solid #21431f;
  background-color: #21431f;
}
.cid-uJGwFpycSf .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJGwFpycSf .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJGwFpycSf .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJGwFpycSf .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJGwFpycSf .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGwFpycSf .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJGwFpycSf .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJGwFpycSf .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJGwFpycSf .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJGwFpycSf .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJGwFpycSf .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJGwFpycSf .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uJGwFpycSf .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGwFpycSf .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGwFpycSf .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uAf2CpFlIM {
  background-color: #ffffff;
}
.cid-uAf2CpFlIM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAf2CpFlIM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAf2CpFlIM .card {
  justify-content: center;
}
.cid-uAf2CpFlIM .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uAf2CpFlIM .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uAf2CpFlIM .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uAf2CpFlIM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uAf2CpFlIM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uAf2CpFlIM .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAf2CpFlIM .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAf2CpFlIM .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uAf2CpFlIM .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uAf2CpFlIM .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uAf2CpFlIM .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uAf2CpFlIM .mbr-section-title {
  color: #f24d4a;
}
.cid-uAf2CpFlIM .mbr-text {
  color: #f24d4a;
}
.cid-uAf2CpFlIM .mbr-section-title,
.cid-uAf2CpFlIM .mbr-section-btn {
  color: #02963e;
}
.cid-uAf2CpFlIM .mbr-text,
.cid-uAf2CpFlIM .text-wrapper {
  color: #454545;
}
.cid-uAf2Cqcjgh {
  background-color: #ffffff;
}
.cid-uAf2Cqcjgh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAf2Cqcjgh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAf2Cqcjgh .card {
  justify-content: center;
}
.cid-uAf2Cqcjgh .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uAf2Cqcjgh .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uAf2Cqcjgh .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uAf2Cqcjgh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uAf2Cqcjgh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uAf2Cqcjgh .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAf2Cqcjgh .image-wrapper {
  display: flex;
  justify-content: flex-end;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uAf2Cqcjgh .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uAf2Cqcjgh .image-wrapper {
    justify-content: center;
  }
}
.cid-uAf2Cqcjgh .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uAf2Cqcjgh .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uAf2Cqcjgh .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uAf2Cqcjgh .mbr-section-title {
  color: #f24d4a;
}
.cid-uAf2Cqcjgh .mbr-text {
  color: #f24d4a;
}
.cid-uAf2Cqcjgh .mbr-section-title,
.cid-uAf2Cqcjgh .mbr-section-btn {
  color: #02963e;
}
.cid-uAf2Cqcjgh .mbr-text,
.cid-uAf2Cqcjgh .text-wrapper {
  color: #454545;
}
.cid-uAf2CqKIyi {
  background-color: #ffffff;
}
.cid-uAf2CqKIyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAf2CqKIyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAf2CqKIyi .card {
  justify-content: center;
}
.cid-uAf2CqKIyi .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uAf2CqKIyi .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uAf2CqKIyi .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uAf2CqKIyi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uAf2CqKIyi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uAf2CqKIyi .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAf2CqKIyi .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAf2CqKIyi .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uAf2CqKIyi .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uAf2CqKIyi .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uAf2CqKIyi .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uAf2CqKIyi .mbr-section-title {
  color: #f24d4a;
}
.cid-uAf2CqKIyi .mbr-text {
  color: #f24d4a;
}
.cid-uAf2CqKIyi .mbr-section-title,
.cid-uAf2CqKIyi .mbr-section-btn {
  color: #02963e;
}
.cid-uAf2CqKIyi .mbr-text,
.cid-uAf2CqKIyi .text-wrapper {
  color: #454545;
}
.cid-uAf2CrigYv {
  background-color: #ffffff;
}
.cid-uAf2CrigYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAf2CrigYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAf2CrigYv .card {
  justify-content: center;
}
.cid-uAf2CrigYv .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uAf2CrigYv .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uAf2CrigYv .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uAf2CrigYv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uAf2CrigYv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uAf2CrigYv .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAf2CrigYv .image-wrapper {
  display: flex;
  justify-content: flex-end;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uAf2CrigYv .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uAf2CrigYv .image-wrapper {
    justify-content: center;
  }
}
.cid-uAf2CrigYv .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uAf2CrigYv .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uAf2CrigYv .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uAf2CrigYv .mbr-section-title {
  color: #f24d4a;
}
.cid-uAf2CrigYv .mbr-text {
  color: #f24d4a;
}
.cid-uAf2CrigYv .mbr-section-title,
.cid-uAf2CrigYv .mbr-section-btn {
  color: #02963e;
}
.cid-uAf2CrigYv .mbr-text,
.cid-uAf2CrigYv .text-wrapper {
  color: #454545;
}
.cid-uAf2CrTbt5 {
  background-color: #ffffff;
}
.cid-uAf2CrTbt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAf2CrTbt5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAf2CrTbt5 .card {
  justify-content: center;
}
.cid-uAf2CrTbt5 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uAf2CrTbt5 .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uAf2CrTbt5 .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uAf2CrTbt5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uAf2CrTbt5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uAf2CrTbt5 .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAf2CrTbt5 .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAf2CrTbt5 .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uAf2CrTbt5 .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uAf2CrTbt5 .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uAf2CrTbt5 .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uAf2CrTbt5 .mbr-section-title {
  color: #f24d4a;
}
.cid-uAf2CrTbt5 .mbr-text {
  color: #f24d4a;
}
.cid-uAf2CrTbt5 .mbr-section-title,
.cid-uAf2CrTbt5 .mbr-section-btn {
  color: #02963e;
}
.cid-uAf2CrTbt5 .mbr-text,
.cid-uAf2CrTbt5 .text-wrapper {
  color: #02963e;
}
.cid-uAf2CtIcWY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAf2CtIcWY .mbr-text {
  color: #02963e;
}
.cid-uAf2CtIcWY .mbr-section-subtitle {
  color: #000000;
}
.cid-uAf2CtIcWY .mbr-section-title {
  color: #21431f;
}
.cid-uJRoYf7BBX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJRoYf7BBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJRoYf7BBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJRoYf7BBX .items-wrapper {
  margin: 0 -5px;
}
.cid-uJRoYf7BBX .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJRoYf7BBX .item {
    margin-bottom: 16px;
  }
  .cid-uJRoYf7BBX .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJRoYf7BBX .item .item-wrapper {
  height: 100%;
}
.cid-uJRoYf7BBX .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #00213d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uJRoYf7BBX .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-uJRoYf7BBX .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: .3;
  background-color: #00213d;
  pointer-events: none;
  border-radius: 0 !important;
}
.cid-uJRoYf7BBX .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uJRoYf7BBX .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uJRoYf7BBX .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-uJRoYf7BBX .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uJRoYf7BBX .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-uJRoYf7BBX .card-title {
  color: #ffffff;
}
.cid-uJRoYf7BBX .card-text {
  color: #353535;
}
.cid-uAf4B4GjAR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebebeb;
}
.cid-uAf4B4GjAR .mbr-text {
  color: #02963e;
}
.cid-uAf4B4GjAR .mbr-section-subtitle {
  color: #000000;
}
.cid-uAf4B4GjAR .mbr-section-title {
  color: #21431f;
}
.cid-uJRpBvaQoJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJRpBvaQoJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJRpBvaQoJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJRpBvaQoJ .items-wrapper {
  margin: 0 -5px;
}
.cid-uJRpBvaQoJ .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJRpBvaQoJ .item {
    margin-bottom: 16px;
  }
  .cid-uJRpBvaQoJ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJRpBvaQoJ .item .item-wrapper {
  height: 100%;
}
.cid-uJRpBvaQoJ .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #00213d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uJRpBvaQoJ .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-uJRpBvaQoJ .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: .3;
  background-color: #00213d;
  pointer-events: none;
  border-radius: 0 !important;
}
.cid-uJRpBvaQoJ .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uJRpBvaQoJ .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uJRpBvaQoJ .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-uJRpBvaQoJ .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uJRpBvaQoJ .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-uJRpBvaQoJ .card-title {
  color: #ffffff;
}
.cid-uJRpBvaQoJ .card-text {
  color: #ae1e2c;
}
.cid-uAf2CuUmzO {
  background-color: #ffffff;
}
.cid-uAf2CuUmzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAf2CuUmzO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAf2CuUmzO .items-wrapper {
  margin: 0 -5px;
}
.cid-uAf2CuUmzO .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uAf2CuUmzO .item {
    margin-bottom: 16px;
  }
  .cid-uAf2CuUmzO .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uAf2CuUmzO .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uAf2CuUmzO .item .item-wrapper {
  height: 100%;
}
.cid-uAf2CuUmzO .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uAf2CuUmzO .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uAf2CxDp6t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uApAY0kUXG {
  background-color: transparent;
}
.cid-uApAY0kUXG .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uApAY0kUXG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uApAY0kUXG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uApAY0kUXG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uApAY0kUXG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uApAY0kUXG .menu_box .navbar.opened,
  .cid-uApAY0kUXG .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uApAY0kUXG .navbar-dropdown {
  position: relative !important;
}
.cid-uApAY0kUXG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uApAY0kUXG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uApAY0kUXG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uApAY0kUXG .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uApAY0kUXG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uApAY0kUXG .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uApAY0kUXG .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uApAY0kUXG .nav-item {
    margin: 0 !important;
  }
}
.cid-uApAY0kUXG .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uApAY0kUXG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uApAY0kUXG .nav-item .nav-link:hover,
.cid-uApAY0kUXG .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uApAY0kUXG .nav-item .nav-link:hover::before,
.cid-uApAY0kUXG .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uApAY0kUXG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uApAY0kUXG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uApAY0kUXG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uApAY0kUXG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uApAY0kUXG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uApAY0kUXG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uApAY0kUXG .offcanvas_box {
    display: none;
  }
}
.cid-uApAY0kUXG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uApAY0kUXG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uApAY0kUXG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uApAY0kUXG .container {
  display: flex;
  margin: auto;
}
.cid-uApAY0kUXG .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uApAY0kUXG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uApAY0kUXG .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uApAY0kUXG .navbar-nav {
    margin: 0;
  }
}
.cid-uApAY0kUXG .dropdown-menu,
.cid-uApAY0kUXG .navbar.opened {
  background-color: true !important;
}
.cid-uApAY0kUXG .nav-item:focus,
.cid-uApAY0kUXG .nav-link:focus {
  outline: none;
}
.cid-uApAY0kUXG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uApAY0kUXG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uApAY0kUXG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uApAY0kUXG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uApAY0kUXG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uApAY0kUXG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uApAY0kUXG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uApAY0kUXG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uApAY0kUXG .navbar.opened {
  transition: all 0.3s;
}
.cid-uApAY0kUXG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uApAY0kUXG .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uApAY0kUXG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uApAY0kUXG .navbar.collapsed {
  justify-content: center;
}
.cid-uApAY0kUXG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uApAY0kUXG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uApAY0kUXG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uApAY0kUXG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uApAY0kUXG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uApAY0kUXG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uApAY0kUXG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uApAY0kUXG .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uApAY0kUXG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uApAY0kUXG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uApAY0kUXG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uApAY0kUXG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uApAY0kUXG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uApAY0kUXG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uApAY0kUXG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uApAY0kUXG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uApAY0kUXG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uApAY0kUXG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uApAY0kUXG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uApAY0kUXG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uApAY0kUXG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uApAY0kUXG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uApAY0kUXG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uApAY0kUXG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uApAY0kUXG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uApAY0kUXG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uApAY0kUXG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uApAY0kUXG .dropdown-item.active,
.cid-uApAY0kUXG .dropdown-item:active {
  background-color: transparent;
}
.cid-uApAY0kUXG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uApAY0kUXG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uApAY0kUXG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uApAY0kUXG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uApAY0kUXG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uApAY0kUXG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uApAY0kUXG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uApAY0kUXG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uApAY0kUXG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uApAY0kUXG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uApAY0kUXG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uApAY0kUXG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uApAY0kUXG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uApAY0kUXG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uApAY0kUXG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uApAY0kUXG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uApAY0kUXG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uApAY0kUXG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uApAY0kUXG .navbar {
    height: 70px;
  }
  .cid-uApAY0kUXG .navbar.opened {
    height: auto;
  }
  .cid-uApAY0kUXG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uApAY0kUXG .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uApAY0kUXG .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uApAY0kUXG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uApAY0kUXG .text_widget {
  margin-bottom: 32px;
}
.cid-uApAY0kUXG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uApAY0kUXG .text_widget a:hover,
.cid-uApAY0kUXG .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uApAY0kUXG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uApAY0kUXG .navbar-caption {
  color: #000000;
}
.cid-uApAY0kUXG .mbr-section-subtitle,
.cid-uApAY0kUXG .text_widget,
.cid-uApAY0kUXG .mbr-section-btn {
  text-align: center;
}
.cid-uApAY0kUXG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uApAY0kUXG .nav-link,
.cid-uApAY0kUXG .dropdown-item {
  color: #FFFFFF;
}
.cid-uApAY0RBUB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uApAY0RBUB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uApAY0RBUB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uApAY0RBUB .content-wrap {
  justify-content: center;
}
.cid-uApAY0RBUB .card {
  justify-content: center;
}
.cid-uApAY0RBUB .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uApAY0RBUB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uApAY0RBUB .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uApAY0RBUB .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uApAY0RBUB .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uApAY0RBUB .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uApAY0RBUB .nav-wrapper .list .item-wrap:hover,
.cid-uApAY0RBUB .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uApAY0RBUB .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uApAY0RBUB .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uApAY0RBUB .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uApAY0RBUB .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uApAY0RBUB .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uApAY0RBUB .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uApAY0RBUB .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uApAY0RBUB .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uApAY0RBUB .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uApAY0RBUB .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uApAY0RBUB .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uApAY0RBUB .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uApAY0RBUB .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uApAY0RBUB .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uApAY0RBUB .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uApAY0RBUB .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uApAY0RBUB .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uApAY0RBUB .mbr-section-title {
  color: #f24d4a;
}
.cid-uApAY0RBUB .list,
.cid-uApAY0RBUB .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uApAY0RBUB .mbr-phone {
  color: #f24d4a;
}
.cid-uApAY0RBUB .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uApAY1yR0O {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uApAY1yR0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uApAY1yR0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uApAY1yR0O .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uApAY1yR0O .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uApAY1yR0O .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uApAY1yR0O .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uApAY1yR0O .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uApAY1yR0O .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uApAY1yR0O .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uApAY1yR0O .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uApAY1yR0O .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uApAY1yR0O .mbr-figure {
    width: 100%;
  }
}
.cid-uApAY1yR0O .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uApAY1yR0O .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uApAY1yR0O .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uApAY1yR0O .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uApAY1yR0O .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uApAY1yR0O .mbr-section-title,
.cid-uApAY1yR0O .mbr-section-btn {
  color: #21431f;
}
.cid-uNLLZtprrf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uNLLZtprrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNLLZtprrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNLLZtprrf .items-wrapper {
  margin: 0 -5px;
}
.cid-uNLLZtprrf .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uNLLZtprrf .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-uNLLZtprrf .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-uNLLZtprrf .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #003366;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uNLLZtprrf .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-uNLLZtprrf .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNLLZtprrf .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uNLLZtprrf .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-uNLLZtprrf .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-uNLLZtprrf .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uNLLZtprrf .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uNLLZtprrf .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNLLZtprrf .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 6px;
  }
}
.cid-uNLLZtprrf .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  padding: 8px 20px;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uNLLZtprrf .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNLLZtprrf .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-uNLLZtprrf .content-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uNLLZtprrf .content-wrapper .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uNLLZtprrf .content-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-uNLLZtprrf .content-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: 60px !important;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uNLLZtprrf .content-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uNLLZtprrf .content-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uNLLZtprrf .content-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
}
.cid-uNLLZtprrf .content-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #21431f;
  opacity: 0.7;
}
.cid-uNLLZtprrf .content-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uNLLZtprrf .content-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uNLLZtprrf .content-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uNLLZtprrf .content-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uNLLZtprrf .content-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uNLLZtprrf .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-uNLLZtprrf .mbr-section-title {
  color: #ffffff;
}
.cid-uNLLZtprrf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNLLZtprrf .card-title {
  color: #ffffff;
}
.cid-uNLLZtprrf .card-box .mbr-section-btn {
  margin-left: 10px;
}
.cid-uNLLZtprrf .card-box .mbr-section-btn a {
  text-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-uNLLZtprrf .card-box .mbr-section-btn {
    margin-left: 0;
  }
}
.cid-uJGxJEKyzZ {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGxJEKyzZ .mbr-media {
  position: relative;
}
.cid-uJGxJEKyzZ .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-uJGxJEKyzZ img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJGxJEKyzZ img {
    max-width: 80%;
  }
}
.cid-uJGxJEKyzZ h1 {
  line-height: 1.5;
}
.cid-uJGxJEKyzZ .start {
  width: 100px;
  height: 100px;
  background: #02963e;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-uJGxJEKyzZ .start:hover {
  background: #016429;
}
.cid-uJGxJEKyzZ .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #02963e;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-uJGxJEKyzZ a {
  background-image: none !important;
}
.cid-uJGxJEKyzZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJGxJEKyzZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJGxJEKyzZ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJGxJEKyzZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJGxJEKyzZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJGxJEKyzZ .mbr-section-title {
  color: #02963e;
}
.cid-uJGxJEKyzZ .mbr-text,
.cid-uJGxJEKyzZ .mbr-section-btn,
.cid-uJGxJEKyzZ .text-wrapper {
  color: #454545;
}
.cid-uApAY5u8pE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uApAY5u8pE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uApAY5u8pE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uApAY5u8pE .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uApAY5u8pE .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uApAY5u8pE .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uApAY5u8pE .card-wrapper {
  background: #ebebeb;
}
.cid-uApAY5u8pE .mbr-text,
.cid-uApAY5u8pE .mbr-section-btn {
  color: #02963e;
  text-align: left;
}
.cid-uApAY5u8pE .card-title,
.cid-uApAY5u8pE .card-box {
  text-align: left;
  color: #21431f;
}
.cid-uApAY3dpOp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uApAY3dpOp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uApAY3dpOp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uApAY3dpOp .card-wrapper {
  background: #ebebeb;
}
@media (max-width: 767px) {
  .cid-uApAY3dpOp .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uApAY3dpOp .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uApAY3dpOp .card-wrapper {
    padding: 4rem;
  }
}
.cid-uApAY3dpOp .mbr-text,
.cid-uApAY3dpOp .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uApAY3dpOp .card-title,
.cid-uApAY3dpOp .card-box {
  text-align: center;
  color: #000000;
}
.cid-uApAY3dpOp .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uApAY3dpOp .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uApAY3dpOp .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #02963e;
  background-color: #02963e;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uApAY3dpOp .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uApAY3dpOp .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uApAY3dpOp .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #02963e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uApAY3dpOp .mbr-text UL {
  text-align: left;
}
.cid-uApAY3dpOp .mbr-section-title {
  color: #21431f;
}
.cid-uApAY3dpOp .mbr-section-subtitle {
  color: #02963e;
}
.cid-uApAY3dpOp .mbr-text {
  color: #02963e;
}
.cid-uKnmOBO2Ld {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uKnmOBO2Ld .mbr-media {
  position: relative;
}
.cid-uKnmOBO2Ld .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-uKnmOBO2Ld img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKnmOBO2Ld img {
    max-width: 80%;
  }
}
.cid-uKnmOBO2Ld h1 {
  line-height: 1.5;
}
.cid-uKnmOBO2Ld .start {
  width: 100px;
  height: 100px;
  background: #02963e;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-uKnmOBO2Ld .start:hover {
  background: #016429;
}
.cid-uKnmOBO2Ld .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #02963e;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-uKnmOBO2Ld a {
  background-image: none !important;
}
.cid-uKnmOBO2Ld .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uKnmOBO2Ld .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uKnmOBO2Ld .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uKnmOBO2Ld .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uKnmOBO2Ld .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uKnmOBO2Ld .mbr-section-title {
  color: #02963e;
}
.cid-uKnmOBO2Ld .mbr-text,
.cid-uKnmOBO2Ld .mbr-section-btn,
.cid-uKnmOBO2Ld .text-wrapper {
  color: #454545;
}
.cid-uJGy0WKwTD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGy0WKwTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGy0WKwTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGy0WKwTD .items-wrapper {
  margin: 0 -5px;
}
.cid-uJGy0WKwTD .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJGy0WKwTD .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJGy0WKwTD .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJGy0WKwTD .item {
    margin-bottom: 16px;
  }
}
.cid-uJGy0WKwTD .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJGy0WKwTD .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJGy0WKwTD .item .item-wrapper {
  height: 100%;
  border: 5px solid #21431f;
  background-color: #21431f;
}
.cid-uJGy0WKwTD .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJGy0WKwTD .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJGy0WKwTD .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJGy0WKwTD .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJGy0WKwTD .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGy0WKwTD .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJGy0WKwTD .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJGy0WKwTD .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJGy0WKwTD .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJGy0WKwTD .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJGy0WKwTD .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJGy0WKwTD .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uJGy0WKwTD .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGy0WKwTD .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGy0WKwTD .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uApAY4veSv {
  background-color: #ffffff;
}
.cid-uApAY4veSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uApAY4veSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uApAY4veSv .items-wrapper {
  margin: 0 -5px;
}
.cid-uApAY4veSv .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uApAY4veSv .item {
    margin-bottom: 16px;
  }
  .cid-uApAY4veSv .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uApAY4veSv .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uApAY4veSv .item .item-wrapper {
  height: 100%;
}
.cid-uApAY4veSv .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uApAY4veSv .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uApAY7I5RE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
.cid-uAq1mkqmNt {
  background-color: transparent;
}
.cid-uAq1mkqmNt .navbar-dropdown {
  background: #00213d !important;
  padding: 0;
}
.cid-uAq1mkqmNt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00213d !important;
  background: #00213d;
}
.cid-uAq1mkqmNt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAq1mkqmNt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAq1mkqmNt .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAq1mkqmNt .menu_box .navbar.opened,
  .cid-uAq1mkqmNt .menu_box .navbar-collapse {
    background-color: #00213d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAq1mkqmNt .navbar-dropdown {
  position: relative !important;
}
.cid-uAq1mkqmNt .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAq1mkqmNt .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uAq1mkqmNt .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAq1mkqmNt .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uAq1mkqmNt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAq1mkqmNt .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uAq1mkqmNt .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uAq1mkqmNt .nav-item {
    margin: 0 !important;
  }
}
.cid-uAq1mkqmNt .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uAq1mkqmNt .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #02963e;
  transition: all 0.3s ease-in-out;
}
.cid-uAq1mkqmNt .nav-item .nav-link:hover,
.cid-uAq1mkqmNt .nav-item .nav-link:focus {
  color: #02963e !important;
}
.cid-uAq1mkqmNt .nav-item .nav-link:hover::before,
.cid-uAq1mkqmNt .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uAq1mkqmNt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAq1mkqmNt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAq1mkqmNt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAq1mkqmNt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAq1mkqmNt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAq1mkqmNt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAq1mkqmNt .offcanvas_box {
    display: none;
  }
}
.cid-uAq1mkqmNt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAq1mkqmNt .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAq1mkqmNt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAq1mkqmNt .container {
  display: flex;
  margin: auto;
}
.cid-uAq1mkqmNt .iconfont-wrapper {
  color: #ffffff;
  background-color: #bbbbbb;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uAq1mkqmNt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAq1mkqmNt .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uAq1mkqmNt .navbar-nav {
    margin: 0;
  }
}
.cid-uAq1mkqmNt .dropdown-menu,
.cid-uAq1mkqmNt .navbar.opened {
  background-color: true !important;
}
.cid-uAq1mkqmNt .nav-item:focus,
.cid-uAq1mkqmNt .nav-link:focus {
  outline: none;
}
.cid-uAq1mkqmNt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAq1mkqmNt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAq1mkqmNt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAq1mkqmNt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAq1mkqmNt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAq1mkqmNt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAq1mkqmNt .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAq1mkqmNt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAq1mkqmNt .navbar.opened {
  transition: all 0.3s;
}
.cid-uAq1mkqmNt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAq1mkqmNt .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAq1mkqmNt .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAq1mkqmNt .navbar.collapsed {
  justify-content: center;
}
.cid-uAq1mkqmNt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAq1mkqmNt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAq1mkqmNt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAq1mkqmNt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAq1mkqmNt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAq1mkqmNt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAq1mkqmNt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAq1mkqmNt .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uAq1mkqmNt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAq1mkqmNt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAq1mkqmNt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAq1mkqmNt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAq1mkqmNt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAq1mkqmNt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAq1mkqmNt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAq1mkqmNt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAq1mkqmNt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAq1mkqmNt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAq1mkqmNt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAq1mkqmNt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAq1mkqmNt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAq1mkqmNt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAq1mkqmNt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAq1mkqmNt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAq1mkqmNt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAq1mkqmNt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uAq1mkqmNt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAq1mkqmNt .dropdown-item.active,
.cid-uAq1mkqmNt .dropdown-item:active {
  background-color: transparent;
}
.cid-uAq1mkqmNt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uAq1mkqmNt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAq1mkqmNt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAq1mkqmNt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAq1mkqmNt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAq1mkqmNt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAq1mkqmNt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00213d;
  background: #02963e;
}
.cid-uAq1mkqmNt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uAq1mkqmNt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAq1mkqmNt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAq1mkqmNt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAq1mkqmNt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAq1mkqmNt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAq1mkqmNt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAq1mkqmNt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAq1mkqmNt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAq1mkqmNt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAq1mkqmNt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAq1mkqmNt .navbar {
    height: 70px;
  }
  .cid-uAq1mkqmNt .navbar.opened {
    height: auto;
  }
  .cid-uAq1mkqmNt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAq1mkqmNt .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uAq1mkqmNt .navbar-caption:hover {
  color: #02963e;
}
@media (min-width: 992px) {
  .cid-uAq1mkqmNt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAq1mkqmNt .text_widget {
  margin-bottom: 32px;
}
.cid-uAq1mkqmNt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAq1mkqmNt .text_widget a:hover,
.cid-uAq1mkqmNt .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uAq1mkqmNt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uAq1mkqmNt .navbar-caption {
  color: #000000;
}
.cid-uAq1mkqmNt .mbr-section-subtitle,
.cid-uAq1mkqmNt .text_widget,
.cid-uAq1mkqmNt .mbr-section-btn {
  text-align: center;
}
.cid-uAq1mkqmNt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAq1mkqmNt .nav-link,
.cid-uAq1mkqmNt .dropdown-item {
  color: #FFFFFF;
}
.cid-uAq1mlbJzz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uAq1mlbJzz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAq1mlbJzz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAq1mlbJzz .content-wrap {
  justify-content: center;
}
.cid-uAq1mlbJzz .card {
  justify-content: center;
}
.cid-uAq1mlbJzz .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uAq1mlbJzz .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uAq1mlbJzz .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uAq1mlbJzz .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAq1mlbJzz .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uAq1mlbJzz .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uAq1mlbJzz .nav-wrapper .list .item-wrap:hover,
.cid-uAq1mlbJzz .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uAq1mlbJzz .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uAq1mlbJzz .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uAq1mlbJzz .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAq1mlbJzz .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uAq1mlbJzz .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uAq1mlbJzz .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uAq1mlbJzz .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAq1mlbJzz .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uAq1mlbJzz .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAq1mlbJzz .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uAq1mlbJzz .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uAq1mlbJzz .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uAq1mlbJzz .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uAq1mlbJzz .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uAq1mlbJzz .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uAq1mlbJzz .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uAq1mlbJzz .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uAq1mlbJzz .mbr-section-title {
  color: #f24d4a;
}
.cid-uAq1mlbJzz .list,
.cid-uAq1mlbJzz .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uAq1mlbJzz .mbr-phone {
  color: #f24d4a;
}
.cid-uAq1mlbJzz .mbr-copy {
  color: #003366;
  text-align: center;
}
.cid-uAq1mlZ0Xk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAq1mlZ0Xk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAq1mlZ0Xk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAq1mlZ0Xk .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAq1mlZ0Xk .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAq1mlZ0Xk .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uAq1mlZ0Xk .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #21431f;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uAq1mlZ0Xk .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uAq1mlZ0Xk .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uAq1mlZ0Xk .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #21431f;
  border-radius: 30px;
  border-radius: 0 !important;
}
.cid-uAq1mlZ0Xk .mbr-figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uAq1mlZ0Xk .mbr-figure {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uAq1mlZ0Xk .mbr-figure {
    width: 100%;
  }
}
.cid-uAq1mlZ0Xk .mbr-figure iframe {
  height: 650px;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uAq1mlZ0Xk .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uAq1mlZ0Xk .mbr-figure .app-video-wrapper img {
  height: 650px;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAq1mlZ0Xk .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uAq1mlZ0Xk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAq1mlZ0Xk .mbr-section-title,
.cid-uAq1mlZ0Xk .mbr-section-btn {
  color: #21431f;
}
.cid-uAq1mof594 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00213d;
}
.cid-uAq1mof594 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAq1mof594 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uAq1mof594 .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uAq1mof594 .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAq1mof594 .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uAq1mof594 .card-wrapper {
  background: #00213d;
}
.cid-uAq1mof594 .mbr-text,
.cid-uAq1mof594 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uAq1mof594 .card-title,
.cid-uAq1mof594 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uJGyLnWhWB {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGyLnWhWB .mbr-media {
  position: relative;
}
.cid-uJGyLnWhWB .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-uJGyLnWhWB img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJGyLnWhWB img {
    max-width: 80%;
  }
}
.cid-uJGyLnWhWB h1 {
  line-height: 1.5;
}
.cid-uJGyLnWhWB .start {
  width: 100px;
  height: 100px;
  background: #02963e;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-uJGyLnWhWB .start:hover {
  background: #016429;
}
.cid-uJGyLnWhWB .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #02963e;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-uJGyLnWhWB a {
  background-image: none !important;
}
.cid-uJGyLnWhWB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJGyLnWhWB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJGyLnWhWB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJGyLnWhWB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJGyLnWhWB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJGyLnWhWB .mbr-section-title {
  color: #02963e;
}
.cid-uJGyLnWhWB .mbr-text,
.cid-uJGyLnWhWB .mbr-section-btn,
.cid-uJGyLnWhWB .text-wrapper {
  color: #454545;
}
.cid-uJXn8mGKa6 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJXn8mGKa6 .mbr-media {
  position: relative;
}
.cid-uJXn8mGKa6 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-uJXn8mGKa6 img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJXn8mGKa6 img {
    max-width: 80%;
  }
}
.cid-uJXn8mGKa6 h1 {
  line-height: 1.5;
}
.cid-uJXn8mGKa6 .start {
  width: 100px;
  height: 100px;
  background: #02963e;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-uJXn8mGKa6 .start:hover {
  background: #016429;
}
.cid-uJXn8mGKa6 .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #02963e;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-uJXn8mGKa6 a {
  background-image: none !important;
}
.cid-uJXn8mGKa6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJXn8mGKa6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJXn8mGKa6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJXn8mGKa6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJXn8mGKa6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJXn8mGKa6 .mbr-section-title {
  color: #02963e;
}
.cid-uJXn8mGKa6 .mbr-text,
.cid-uJXn8mGKa6 .mbr-section-btn,
.cid-uJXn8mGKa6 .text-wrapper {
  color: #ffffff;
}
.cid-uJXpU4xzC1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uJXpU4xzC1 .row {
  flex-direction: row-reverse;
}
.cid-uJXpU4xzC1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXpU4xzC1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXpU4xzC1 .mbr-description {
  text-align: left;
}
.cid-uJXpU4xzC1 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uJXpU4xzC1 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJXpU4xzC1 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uJXpU4xzC1 .card-title,
.cid-uJXpU4xzC1 .iconfont-wrapper {
  color: #000000;
}
.cid-uJXpU4xzC1 .card-text {
  color: #000000;
}
.cid-uJXpU4xzC1 .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uJXpU4xzC1 .mbr-text,
.cid-uJXpU4xzC1 .mbr-section-btn {
  text-align: center;
}
.cid-uJXpU4xzC1 .card-text,
.cid-uJXpU4xzC1 .item .mbr-section-btn {
  text-align: left;
}
.cid-uJXpU4xzC1 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uJXpU4xzC1 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uJXpU4xzC1 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #454545;
  background-color: #454545;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uJXpU4xzC1 .mbr-text UL {
  text-align: left;
}
.cid-uJXpU4xzC1 .mbr-text {
  color: #454545;
}
.cid-uJXqGXl6ad {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uJXqGXl6ad .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXqGXl6ad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXqGXl6ad .mbr-description {
  text-align: left;
}
.cid-uJXqGXl6ad .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uJXqGXl6ad .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJXqGXl6ad .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uJXqGXl6ad .card-title,
.cid-uJXqGXl6ad .iconfont-wrapper {
  color: #000000;
}
.cid-uJXqGXl6ad .card-text {
  color: #000000;
}
.cid-uJXqGXl6ad .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uJXqGXl6ad .mbr-text,
.cid-uJXqGXl6ad .mbr-section-btn {
  text-align: center;
}
.cid-uJXqGXl6ad .card-text,
.cid-uJXqGXl6ad .item .mbr-section-btn {
  text-align: left;
}
.cid-uJXqGXl6ad .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uJXqGXl6ad .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uJXqGXl6ad .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #454545;
  background-color: #454545;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uJXqGXl6ad .mbr-text UL {
  text-align: left;
}
.cid-uJXqGXl6ad .mbr-text {
  color: #454545;
}
.cid-uJXreM9Y0a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uJXreM9Y0a .row {
  flex-direction: row-reverse;
}
.cid-uJXreM9Y0a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXreM9Y0a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXreM9Y0a .mbr-description {
  text-align: left;
}
.cid-uJXreM9Y0a .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uJXreM9Y0a .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJXreM9Y0a .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uJXreM9Y0a .card-title,
.cid-uJXreM9Y0a .iconfont-wrapper {
  color: #000000;
}
.cid-uJXreM9Y0a .card-text {
  color: #000000;
}
.cid-uJXreM9Y0a .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uJXreM9Y0a .mbr-text,
.cid-uJXreM9Y0a .mbr-section-btn {
  text-align: center;
}
.cid-uJXreM9Y0a .card-text,
.cid-uJXreM9Y0a .item .mbr-section-btn {
  text-align: left;
}
.cid-uJXreM9Y0a .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uJXreM9Y0a .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uJXreM9Y0a .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #454545;
  background-color: #454545;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uJXreM9Y0a .mbr-text UL {
  text-align: left;
}
.cid-uJXreM9Y0a .mbr-text {
  color: #454545;
}
.cid-uJXrQKY6fY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uJXrQKY6fY .row {
  flex-direction: row-reverse;
}
.cid-uJXrQKY6fY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXrQKY6fY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXrQKY6fY .mbr-description {
  text-align: left;
}
.cid-uJXrQKY6fY .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uJXrQKY6fY .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJXrQKY6fY .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uJXrQKY6fY .card-title,
.cid-uJXrQKY6fY .iconfont-wrapper {
  color: #000000;
}
.cid-uJXrQKY6fY .card-text {
  color: #000000;
}
.cid-uJXrQKY6fY .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uJXrQKY6fY .mbr-text,
.cid-uJXrQKY6fY .mbr-section-btn {
  text-align: center;
}
.cid-uJXrQKY6fY .card-text,
.cid-uJXrQKY6fY .item .mbr-section-btn {
  text-align: left;
}
.cid-uJXrQKY6fY .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uJXrQKY6fY .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uJXrQKY6fY .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #454545;
  background-color: #454545;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uJXrQKY6fY .mbr-text UL {
  text-align: left;
}
.cid-uJXrQKY6fY .mbr-text {
  color: #454545;
}
.cid-uJXsqKM9FO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-uJXsqKM9FO .row {
  flex-direction: row-reverse;
}
.cid-uJXsqKM9FO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXsqKM9FO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXsqKM9FO .mbr-description {
  text-align: left;
}
.cid-uJXsqKM9FO .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uJXsqKM9FO .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJXsqKM9FO .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uJXsqKM9FO .card-title,
.cid-uJXsqKM9FO .iconfont-wrapper {
  color: #000000;
}
.cid-uJXsqKM9FO .card-text {
  color: #000000;
}
.cid-uJXsqKM9FO .mbr-section-title {
  color: #02963e;
  text-align: center;
}
.cid-uJXsqKM9FO .mbr-text,
.cid-uJXsqKM9FO .mbr-section-btn {
  text-align: center;
}
.cid-uJXsqKM9FO .card-text,
.cid-uJXsqKM9FO .item .mbr-section-btn {
  text-align: left;
}
.cid-uJXsqKM9FO .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uJXsqKM9FO .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uJXsqKM9FO .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #454545;
  background-color: #454545;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uJXsqKM9FO .mbr-text UL {
  text-align: left;
}
.cid-uJXsqKM9FO .mbr-text {
  color: #454545;
}
.cid-uPRiWMhvq0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPRiWMhvq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRiWMhvq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRiWMhvq0 .items-wrapper {
  margin: 0 -5px;
}
.cid-uPRiWMhvq0 .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uPRiWMhvq0 .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-uPRiWMhvq0 .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-uPRiWMhvq0 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #003366;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uPRiWMhvq0 .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-uPRiWMhvq0 .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPRiWMhvq0 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uPRiWMhvq0 .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-uPRiWMhvq0 .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-uPRiWMhvq0 .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uPRiWMhvq0 .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uPRiWMhvq0 .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPRiWMhvq0 .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 6px;
  }
}
.cid-uPRiWMhvq0 .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  padding: 8px 20px;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uPRiWMhvq0 .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPRiWMhvq0 .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-uPRiWMhvq0 .content-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uPRiWMhvq0 .content-wrapper .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uPRiWMhvq0 .content-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-uPRiWMhvq0 .content-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: 60px !important;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uPRiWMhvq0 .content-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uPRiWMhvq0 .content-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uPRiWMhvq0 .content-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
}
.cid-uPRiWMhvq0 .content-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #21431f;
  opacity: 0.7;
}
.cid-uPRiWMhvq0 .content-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uPRiWMhvq0 .content-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uPRiWMhvq0 .content-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uPRiWMhvq0 .content-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uPRiWMhvq0 .content-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uPRiWMhvq0 .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-uPRiWMhvq0 .mbr-section-title {
  color: #ffffff;
}
.cid-uPRiWMhvq0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPRiWMhvq0 .card-title {
  color: #ffffff;
}
.cid-uPRiWMhvq0 .card-box .mbr-section-btn {
  margin-left: 10px;
}
.cid-uPRiWMhvq0 .card-box .mbr-section-btn a {
  text-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-uPRiWMhvq0 .card-box .mbr-section-btn {
    margin-left: 0;
  }
}
.cid-uJGz1tQlpE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJGz1tQlpE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGz1tQlpE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGz1tQlpE .items-wrapper {
  margin: 0 -5px;
}
.cid-uJGz1tQlpE .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJGz1tQlpE .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJGz1tQlpE .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJGz1tQlpE .item {
    margin-bottom: 16px;
  }
}
.cid-uJGz1tQlpE .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uJGz1tQlpE .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uJGz1tQlpE .item .item-wrapper {
  height: 100%;
  border: 5px solid #21431f;
  background-color: #21431f;
}
.cid-uJGz1tQlpE .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uJGz1tQlpE .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJGz1tQlpE .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJGz1tQlpE .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uJGz1tQlpE .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3e4d0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGz1tQlpE .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uJGz1tQlpE .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
}
@media (max-width: 992px) {
  .cid-uJGz1tQlpE .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uJGz1tQlpE .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uJGz1tQlpE .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJGz1tQlpE .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJGz1tQlpE .mbr-section-title {
  color: #21431f;
  text-align: center;
}
.cid-uJGz1tQlpE .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGz1tQlpE .card-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJGz1tQlpE .card-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJXtKNDwPq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJXtKNDwPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXtKNDwPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXtKNDwPq .items-wrapper {
  margin: 0 -5px;
}
.cid-uJXtKNDwPq .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJXtKNDwPq .item {
    margin-bottom: 16px;
  }
  .cid-uJXtKNDwPq .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJXtKNDwPq .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uJXtKNDwPq .item .item-wrapper {
  height: 100%;
}
.cid-uJXtKNDwPq .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uJXtKNDwPq .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uAq1mtfR1D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00004c;
}
