.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.7rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.875rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2.2rem;
  line-height: 40px;
  letter-spacing: -2.3px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 3.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.29rem;
    font-size: calc( 2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #3283fb !important;
}
.bg-success {
  background-color: #e354e3 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f85f32 !important;
}
.bg-danger {
  background-color: #e354e3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3283fb !important;
  border-color: #3283fb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #64a1fc !important;
  border-color: #64a1fc !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #64a1fc !important;
  border-color: #64a1fc !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #715edb !important;
  border-color: #715edb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #9688e4 !important;
  border-color: #9688e4 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9688e4 !important;
  border-color: #9688e4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #e354e3 !important;
  border-color: #e354e3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f85f32 !important;
  border-color: #f85f32 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fa8563 !important;
  border-color: #fa8563 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fa8563 !important;
  border-color: #fa8563 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e354e3 !important;
  border-color: #e354e3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !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: #757b62 !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: #3283fb;
  color: #3283fb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0457d2 !important;
  background-color: transparent !important;
  border-color: #0457d2 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3283fb !important;
  border-color: #3283fb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #715edb;
  color: #715edb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3f29b9 !important;
  background-color: transparent !important;
  border-color: #3f29b9 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #715edb !important;
  border-color: #715edb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e354e3;
  color: #e354e3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c120c1 !important;
  background-color: transparent !important;
  border-color: #c120c1 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e354e3 !important;
  border-color: #e354e3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f85f32;
  color: #f85f32;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cc3407 !important;
  background-color: transparent !important;
  border-color: #cc3407 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f85f32 !important;
  border-color: #f85f32 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e354e3;
  color: #e354e3;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c120c1 !important;
  background-color: transparent !important;
  border-color: #c120c1 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e354e3 !important;
  border-color: #e354e3 !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: #3283fb !important;
}
.text-secondary {
  color: #715edb !important;
}
.text-success {
  color: #e354e3 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f85f32 !important;
}
.text-danger {
  color: #e354e3 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0451c3 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3b27ac !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b41db4 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #be3006 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b41db4 !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: #3283fb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f85f32;
}
.alert-danger {
  background-color: #e354e3;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3283fb;
  border-color: #3283fb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #3283fb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fafcff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff9f7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #3283fb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #3283fb;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3283fb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3283fb;
}
.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: #3283fb;
  border-bottom-color: #3283fb;
}
.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: #3283fb !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: #715edb !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='%233283fb' %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: 35px 100px;
  box-shadow: none;
  border-radius: 250px !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 30px 50px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tTfezf1Uvg {
  background-color: transparent;
}
.cid-tTfezf1Uvg .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tTfezf1Uvg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tTfezf1Uvg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTfezf1Uvg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tTfezf1Uvg .menu_box .navbar.opened,
  .cid-tTfezf1Uvg .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tTfezf1Uvg .navbar-dropdown {
  position: relative !important;
}
.cid-tTfezf1Uvg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tTfezf1Uvg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tTfezf1Uvg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tTfezf1Uvg .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-tTfezf1Uvg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tTfezf1Uvg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tTfezf1Uvg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tTfezf1Uvg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tTfezf1Uvg .offcanvas-body .mbr-text,
  .cid-tTfezf1Uvg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tTfezf1Uvg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tTfezf1Uvg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tTfezf1Uvg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTfezf1Uvg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tTfezf1Uvg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tTfezf1Uvg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tTfezf1Uvg .lg_brand {
    margin: 0 1rem;
  }
  .cid-tTfezf1Uvg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #e2e7f8;
    border-radius: 25px;
  }
}
.cid-tTfezf1Uvg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tTfezf1Uvg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .nav-item {
    margin: 0 !important;
  }
}
.cid-tTfezf1Uvg .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  opacity: .5;
}
.cid-tTfezf1Uvg .nav-item .nav-link:hover,
.cid-tTfezf1Uvg .nav-item .nav-link:focus {
  color: #3283fb !important;
  opacity: 1;
}
.cid-tTfezf1Uvg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tTfezf1Uvg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tTfezf1Uvg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTfezf1Uvg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-tTfezf1Uvg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tTfezf1Uvg .offcanvas_box {
    display: none;
  }
}
.cid-tTfezf1Uvg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tTfezf1Uvg .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tTfezf1Uvg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tTfezf1Uvg .container {
  display: flex;
  margin: auto;
}
.cid-tTfezf1Uvg .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tTfezf1Uvg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tTfezf1Uvg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tTfezf1Uvg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tTfezf1Uvg .navbar-nav {
    margin: 0;
  }
}
.cid-tTfezf1Uvg .dropdown-menu,
.cid-tTfezf1Uvg .navbar.opened {
  background-color: false !important;
}
.cid-tTfezf1Uvg .nav-item:focus,
.cid-tTfezf1Uvg .nav-link:focus {
  outline: none;
}
.cid-tTfezf1Uvg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTfezf1Uvg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTfezf1Uvg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTfezf1Uvg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTfezf1Uvg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTfezf1Uvg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTfezf1Uvg .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tTfezf1Uvg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tTfezf1Uvg .navbar.opened {
  transition: all 0.3s;
}
.cid-tTfezf1Uvg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tTfezf1Uvg .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tTfezf1Uvg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tTfezf1Uvg .navbar.collapsed {
  justify-content: center;
}
.cid-tTfezf1Uvg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTfezf1Uvg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tTfezf1Uvg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTfezf1Uvg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTfezf1Uvg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTfezf1Uvg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tTfezf1Uvg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tTfezf1Uvg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tTfezf1Uvg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTfezf1Uvg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTfezf1Uvg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tTfezf1Uvg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTfezf1Uvg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tTfezf1Uvg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTfezf1Uvg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tTfezf1Uvg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tTfezf1Uvg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tTfezf1Uvg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tTfezf1Uvg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTfezf1Uvg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tTfezf1Uvg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTfezf1Uvg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTfezf1Uvg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTfezf1Uvg .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-tTfezf1Uvg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tTfezf1Uvg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTfezf1Uvg .dropdown-item.active,
.cid-tTfezf1Uvg .dropdown-item:active {
  background-color: transparent;
}
.cid-tTfezf1Uvg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tTfezf1Uvg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTfezf1Uvg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTfezf1Uvg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTfezf1Uvg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tTfezf1Uvg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTfezf1Uvg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #49c533;
}
.cid-tTfezf1Uvg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tTfezf1Uvg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTfezf1Uvg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTfezf1Uvg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTfezf1Uvg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTfezf1Uvg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTfezf1Uvg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTfezf1Uvg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTfezf1Uvg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTfezf1Uvg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tTfezf1Uvg .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-tTfezf1Uvg .navbar {
    height: 70px;
  }
  .cid-tTfezf1Uvg .navbar.opened {
    height: auto;
  }
  .cid-tTfezf1Uvg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTfezf1Uvg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tTfezf1Uvg .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tTfezf1Uvg .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tTfezf1Uvg .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tTfezf1Uvg .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-tTfezf1Uvg .navbar-caption:hover {
  color: #3283fb;
}
@media (min-width: 992px) {
  .cid-tTfezf1Uvg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tTfezf1Uvg .text_widget {
  margin-bottom: 32px;
}
.cid-tTfezf1Uvg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tTfezf1Uvg .text_widget a:hover,
.cid-tTfezf1Uvg .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-tTfezf1Uvg .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: 100%;
  }
}
.cid-tTfezf1Uvg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tTfezf1Uvg .navbar-caption {
  color: #222222;
}
.cid-tTfezf1Uvg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tTfezf1Uvg .mbr-section-subtitle,
.cid-tTfezf1Uvg .text_widget,
.cid-tTfezf1Uvg .mbr-section-btn {
  text-align: center;
}
.cid-tTfezf1Uvg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHDhLTDOnd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHDhLTDOnd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDhLTDOnd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHDhLTDOnd .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHDhLTDOnd .container {
    padding: 10px 8px;
  }
}
.cid-uHDhLTDOnd .row {
  border-radius: 25px;
  background-color: #7cec68;
  padding: 100px 40px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
  box-shadow: inset -60px 0 30rem #188105;
}
@media (max-width: 768px) {
  .cid-uHDhLTDOnd .row {
    padding: 50px 10px 40px;
  }
}
.cid-uHDhLTDOnd .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHDhLTDOnd .image-wrapper {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uHDhLTDOnd .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uHDhLTDOnd .image-wrapper img {
  height: 650px;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHDhLTDOnd .image-wrapper img {
    height: 350px;
  }
}
.cid-uHDhLTDOnd .image-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cid-uHDhLTDOnd .image-wrapper .icon-wrapper .mbr-iconfont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #f85f32;
  transform: rotate(-20deg);
  pointer-events: visible;
}
.cid-uHDhLTDOnd .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  left: auto;
  right: 0;
  background-color: #e354e3;
  transform: rotate(20deg);
}
.cid-uHDhLTDOnd .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  top: auto;
  bottom: 0;
  background-color: #715edb;
  transform: rotate(-20deg);
}
@media (max-width: 768px) {
  .cid-uHDhLTDOnd .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.cid-uHDhLTDOnd .content-wrapper .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHDhLTDOnd .content-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uHDhLTDOnd .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHDhLTDOnd .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHDhLTDOnd .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-uHDhLTDOnd .content-wrapper .mbr-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uHDhLTDOnd .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uHDhLTDOnd .mbr-section-title {
  color: #ffffff;
}
.cid-uHDhLTDOnd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHDhLTDOnd .mbr-text {
  color: #ffffff;
}
.cid-uHDhLTDOnd .mbr-section-title,
.cid-uHDhLTDOnd .mbr-section-btn {
  color: #ffffff;
}
.cid-uHEhZFLIRt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHEhZFLIRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEhZFLIRt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEhZFLIRt .container {
    padding: 0 30px;
  }
}
.cid-uHEhZFLIRt .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uHEhZFLIRt .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uHEhZFLIRt .content-wrapper {
    padding: 0;
  }
}
.cid-uHEhZFLIRt .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHEhZFLIRt .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHEhZFLIRt .mbr-figure {
  position: relative;
}
.cid-uHEhZFLIRt .mbr-figure::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(45deg, #49c533 50%, #188105 50%);
  z-index: 10;
}
@media (max-width: 992px) {
  .cid-uHEhZFLIRt .mbr-figure::before {
    width: 50px;
    height: 50px;
  }
}
.cid-uHEhZFLIRt .mbr-section-title {
  color: #254b45;
}
.cid-uHEy3HDO5m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEy3HDO5m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEy3HDO5m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEy3HDO5m .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEy3HDO5m .container {
    padding: 10px 8px;
  }
}
.cid-uHEy3HDO5m .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEy3HDO5m .row {
    padding: 50px 2px;
  }
}
.cid-uHEy3HDO5m .row .card {
  padding: 0 8px;
}
.cid-uHEy3HDO5m .row .card:nth-child(2) {
  justify-content: center;
}
.cid-uHEy3HDO5m .item {
  margin-bottom: 50px;
  margin-left: 15%;
}
.cid-uHEy3HDO5m .item:nth-child(2n) {
  margin-left: 0;
  margin-right: 5%;
}
.cid-uHEy3HDO5m .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHEy3HDO5m .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHEy3HDO5m .item:last-child {
  margin-bottom: 0;
}
.cid-uHEy3HDO5m .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHEy3HDO5m .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHEy3HDO5m .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHEy3HDO5m .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEy3HDO5m .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHEy3HDO5m .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHEy3HDO5m .content-wrapper {
    margin: 50px 0;
  }
}
.cid-uHEy3HDO5m .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-uHEy3HDO5m .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #bad6ff;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #e1edff;
  margin-bottom: 0;
}
.cid-uHEy3HDO5m .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uHEy3HDO5m .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uHEy3HDO5m .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-uHEy3HDO5m .content-wrapper .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uHEy3HDO5m .content-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uHEy3HDO5m .content-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uHEy3HDO5m .item-next {
  margin-bottom: 50px;
  margin-right: 15%;
  margin-left: 0;
}
.cid-uHEy3HDO5m .item-next:nth-child(2n) {
  margin-right: 0;
  margin-left: 5%;
}
.cid-uHEy3HDO5m .item-next .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHEy3HDO5m .item-next .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHEy3HDO5m .item-next .item-wrapper .card-box .icon-wrapper {
  text-align: left;
  margin-bottom: 50px;
}
.cid-uHEy3HDO5m .item-next .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEy3HDO5m .item-next .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHEy3HDO5m .item-next .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHEy3HDO5m .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uHEy3HDO5m .mbr-desc,
.cid-uHEy3HDO5m .desc-wrapper {
  color: #3283fb;
  text-align: center;
}
.cid-uHEy3HDO5m .card-title {
  color: #222222;
}
.cid-uHEy3HDO5m .card-text {
  color: #222222;
}
.cid-tTfeQfKwv0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-tTfeQfKwv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfeQfKwv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTfeQfKwv0 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tTfeQfKwv0 .container {
    padding: 10px 8px;
  }
}
.cid-tTfeQfKwv0 .row {
  border-radius: 25px;
  background-color: #49c533;
  box-shadow: inset 0 0 5rem #188105;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tTfeQfKwv0 .row {
    padding: 50px 10px;
  }
}
.cid-tTfeQfKwv0 .row .card {
  padding: 0;
}
.cid-tTfeQfKwv0 .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tTfeQfKwv0 .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-tTfeQfKwv0 .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tTfeQfKwv0 .mbr-section-title span {
  opacity: .5;
}
.cid-tTfdbgyHaf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-tTfdbgyHaf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfdbgyHaf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTfdbgyHaf .container {
    padding: 10px 8px;
  }
}
.cid-tTfdbgyHaf .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tTfdbgyHaf .row {
    padding: 50px 10px;
  }
}
.cid-tTfdbgyHaf .row .card {
  padding: 0;
  justify-content: center;
}
.cid-tTfdbgyHaf .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tTfdbgyHaf .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tTfdbgyHaf .mbr-section-title span {
  opacity: .5;
}
.cid-tTfdbgyHaf .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-tTfdbgyHaf .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-tTfdbgyHaf .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-tTfdbgyHaf .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-tTfdbgyHaf .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-tTfdbgyHaf .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-tTfdbgyHaf .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-tTfdbgyHaf .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-tTfdbgyHaf .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-tTfdbgyHaf .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tTfdbgyHaf .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-tTfdbgyHaf .image-wrapper {
    margin: 0;
  }
}
.cid-tTfdbgyHaf .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-tTfdbgyHaf .image-wrapper img {
    height: 300px;
  }
}
.cid-tTfdbgyHaf .card-title {
  color: #222222;
}
.cid-tTfdbgyHaf .card-text {
  color: #222222;
}
.cid-uHDA7iGL4n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHDA7iGL4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDA7iGL4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHDA7iGL4n .container {
    padding: 10px 8px;
  }
}
.cid-uHDA7iGL4n .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHDA7iGL4n .row {
    padding: 50px 10px;
  }
}
.cid-uHDA7iGL4n .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHDA7iGL4n .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHDA7iGL4n .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHDA7iGL4n .mbr-section-title span {
  opacity: .5;
}
.cid-uHDA7iGL4n .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHDA7iGL4n .items-wrapper {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uHDA7iGL4n .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHDA7iGL4n .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHDA7iGL4n .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHDA7iGL4n .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHDA7iGL4n .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHDA7iGL4n .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHDA7iGL4n .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHDA7iGL4n .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHDA7iGL4n .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHDA7iGL4n .image-wrapper {
  margin-left: 20px;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHDA7iGL4n .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHDA7iGL4n .image-wrapper {
    margin: 0;
  }
}
.cid-uHDA7iGL4n .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHDA7iGL4n .image-wrapper img {
    height: 300px;
  }
}
.cid-uHDA7iGL4n .card-title {
  color: #222222;
}
.cid-uHDA7iGL4n .card-text {
  color: #222222;
}
.cid-uHDD4M35cN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHDD4M35cN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDD4M35cN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHDD4M35cN .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHDD4M35cN .container {
    padding: 10px 8px;
  }
}
.cid-uHDD4M35cN .row {
  border-radius: 25px;
  background-color: #79ec64;
  box-shadow: inset 0 0 5rem #188105;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHDD4M35cN .row {
    padding: 50px 10px;
  }
}
.cid-uHDD4M35cN .row .card {
  padding: 0;
}
.cid-uHDD4M35cN .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHDD4M35cN .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uHDD4M35cN .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHDD4M35cN .mbr-section-title span {
  opacity: .5;
}
.cid-uHDDuAPvKT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHDDuAPvKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDDuAPvKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHDDuAPvKT .container {
    padding: 10px 8px;
  }
}
.cid-uHDDuAPvKT .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHDDuAPvKT .row {
    padding: 50px 10px;
  }
}
.cid-uHDDuAPvKT .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHDDuAPvKT .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHDDuAPvKT .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHDDuAPvKT .mbr-section-title span {
  opacity: .5;
}
.cid-uHDDuAPvKT .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHDDuAPvKT .items-wrapper {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uHDDuAPvKT .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHDDuAPvKT .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHDDuAPvKT .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHDDuAPvKT .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHDDuAPvKT .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHDDuAPvKT .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHDDuAPvKT .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHDDuAPvKT .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHDDuAPvKT .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHDDuAPvKT .image-wrapper {
  margin-left: 20px;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHDDuAPvKT .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHDDuAPvKT .image-wrapper {
    margin: 0;
  }
}
.cid-uHDDuAPvKT .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHDDuAPvKT .image-wrapper img {
    height: 300px;
  }
}
.cid-uHDDuAPvKT .card-title {
  color: #222222;
}
.cid-uHDDuAPvKT .card-text {
  color: #222222;
}
.cid-uHDDSnVgsM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHDDSnVgsM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDDSnVgsM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHDDSnVgsM .container {
    padding: 10px 8px;
  }
}
.cid-uHDDSnVgsM .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHDDSnVgsM .row {
    padding: 50px 10px;
  }
}
.cid-uHDDSnVgsM .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHDDSnVgsM .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHDDSnVgsM .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHDDSnVgsM .mbr-section-title span {
  opacity: .5;
}
.cid-uHDDSnVgsM .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHDDSnVgsM .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHDDSnVgsM .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHDDSnVgsM .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHDDSnVgsM .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHDDSnVgsM .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHDDSnVgsM .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHDDSnVgsM .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHDDSnVgsM .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHDDSnVgsM .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHDDSnVgsM .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHDDSnVgsM .image-wrapper {
    margin: 0;
  }
}
.cid-uHDDSnVgsM .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHDDSnVgsM .image-wrapper img {
    height: 300px;
  }
}
.cid-uHDDSnVgsM .card-title {
  color: #222222;
}
.cid-uHDDSnVgsM .card-text {
  color: #222222;
}
.cid-uHDE0sxxAg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHDE0sxxAg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDE0sxxAg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHDE0sxxAg .container {
    padding: 10px 8px;
  }
}
.cid-uHDE0sxxAg .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHDE0sxxAg .row {
    padding: 50px 10px;
  }
}
.cid-uHDE0sxxAg .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHDE0sxxAg .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHDE0sxxAg .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHDE0sxxAg .mbr-section-title span {
  opacity: .5;
}
.cid-uHDE0sxxAg .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHDE0sxxAg .items-wrapper {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uHDE0sxxAg .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHDE0sxxAg .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHDE0sxxAg .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHDE0sxxAg .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHDE0sxxAg .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHDE0sxxAg .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHDE0sxxAg .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHDE0sxxAg .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHDE0sxxAg .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHDE0sxxAg .image-wrapper {
  margin-left: 20px;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHDE0sxxAg .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHDE0sxxAg .image-wrapper {
    margin: 0;
  }
}
.cid-uHDE0sxxAg .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHDE0sxxAg .image-wrapper img {
    height: 300px;
  }
}
.cid-uHDE0sxxAg .card-title {
  color: #222222;
}
.cid-uHDE0sxxAg .card-text {
  color: #222222;
}
.cid-uHDE6qJhob {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHDE6qJhob .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDE6qJhob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHDE6qJhob .container {
    padding: 10px 8px;
  }
}
.cid-uHDE6qJhob .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHDE6qJhob .row {
    padding: 50px 10px;
  }
}
.cid-uHDE6qJhob .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHDE6qJhob .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHDE6qJhob .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHDE6qJhob .mbr-section-title span {
  opacity: .5;
}
.cid-uHDE6qJhob .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHDE6qJhob .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHDE6qJhob .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHDE6qJhob .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHDE6qJhob .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHDE6qJhob .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHDE6qJhob .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHDE6qJhob .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHDE6qJhob .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHDE6qJhob .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHDE6qJhob .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHDE6qJhob .image-wrapper {
    margin: 0;
  }
}
.cid-uHDE6qJhob .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHDE6qJhob .image-wrapper img {
    height: 300px;
  }
}
.cid-uHDE6qJhob .card-title {
  color: #222222;
}
.cid-uHDE6qJhob .card-text {
  color: #222222;
}
.cid-uHDEdJil2f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHDEdJil2f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDEdJil2f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHDEdJil2f .container {
    padding: 10px 8px;
  }
}
.cid-uHDEdJil2f .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHDEdJil2f .row {
    padding: 50px 10px;
  }
}
.cid-uHDEdJil2f .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHDEdJil2f .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHDEdJil2f .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHDEdJil2f .mbr-section-title span {
  opacity: .5;
}
.cid-uHDEdJil2f .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHDEdJil2f .items-wrapper {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uHDEdJil2f .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHDEdJil2f .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHDEdJil2f .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHDEdJil2f .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHDEdJil2f .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHDEdJil2f .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHDEdJil2f .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHDEdJil2f .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHDEdJil2f .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHDEdJil2f .image-wrapper {
  margin-left: 20px;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHDEdJil2f .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHDEdJil2f .image-wrapper {
    margin: 0;
  }
}
.cid-uHDEdJil2f .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHDEdJil2f .image-wrapper img {
    height: 300px;
  }
}
.cid-uHDEdJil2f .card-title {
  color: #222222;
}
.cid-uHDEdJil2f .card-text {
  color: #222222;
}
.cid-uHDEmSPZLD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHDEmSPZLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDEmSPZLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHDEmSPZLD .container {
    padding: 10px 8px;
  }
}
.cid-uHDEmSPZLD .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHDEmSPZLD .row {
    padding: 50px 10px;
  }
}
.cid-uHDEmSPZLD .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHDEmSPZLD .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHDEmSPZLD .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHDEmSPZLD .mbr-section-title span {
  opacity: .5;
}
.cid-uHDEmSPZLD .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHDEmSPZLD .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHDEmSPZLD .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHDEmSPZLD .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHDEmSPZLD .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHDEmSPZLD .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHDEmSPZLD .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHDEmSPZLD .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHDEmSPZLD .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHDEmSPZLD .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHDEmSPZLD .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHDEmSPZLD .image-wrapper {
    margin: 0;
  }
}
.cid-uHDEmSPZLD .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHDEmSPZLD .image-wrapper img {
    height: 300px;
  }
}
.cid-uHDEmSPZLD .card-title {
  color: #222222;
}
.cid-uHDEmSPZLD .card-text {
  color: #222222;
}
.cid-uHDEru4N7t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHDEru4N7t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDEru4N7t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHDEru4N7t .container {
    padding: 10px 8px;
  }
}
.cid-uHDEru4N7t .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHDEru4N7t .row {
    padding: 50px 10px;
  }
}
.cid-uHDEru4N7t .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHDEru4N7t .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHDEru4N7t .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHDEru4N7t .mbr-section-title span {
  opacity: .5;
}
.cid-uHDEru4N7t .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHDEru4N7t .items-wrapper {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uHDEru4N7t .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHDEru4N7t .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHDEru4N7t .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHDEru4N7t .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHDEru4N7t .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHDEru4N7t .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHDEru4N7t .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHDEru4N7t .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHDEru4N7t .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHDEru4N7t .image-wrapper {
  margin-left: 20px;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHDEru4N7t .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHDEru4N7t .image-wrapper {
    margin: 0;
  }
}
.cid-uHDEru4N7t .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHDEru4N7t .image-wrapper img {
    height: 300px;
  }
}
.cid-uHDEru4N7t .card-title {
  color: #222222;
}
.cid-uHDEru4N7t .card-text {
  color: #222222;
}
.cid-uHDLveBnLE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHDLveBnLE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDLveBnLE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHDLveBnLE .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHDLveBnLE .container {
    padding: 10px 8px;
  }
}
.cid-uHDLveBnLE .row {
  border-radius: 25px;
  background-color: #49c533;
  box-shadow: inset 0 0 5rem #188105;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHDLveBnLE .row {
    padding: 50px 10px;
  }
}
.cid-uHDLveBnLE .row .card {
  padding: 0;
}
.cid-uHDLveBnLE .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHDLveBnLE .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uHDLveBnLE .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHDLveBnLE .mbr-section-title span {
  opacity: .5;
}
.cid-uHDLw4XsaK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHDLw4XsaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDLw4XsaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHDLw4XsaK .container {
    padding: 10px 8px;
  }
}
.cid-uHDLw4XsaK .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHDLw4XsaK .row {
    padding: 50px 10px;
  }
}
.cid-uHDLw4XsaK .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHDLw4XsaK .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHDLw4XsaK .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHDLw4XsaK .mbr-section-title span {
  opacity: .5;
}
.cid-uHDLw4XsaK .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHDLw4XsaK .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHDLw4XsaK .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHDLw4XsaK .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHDLw4XsaK .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHDLw4XsaK .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHDLw4XsaK .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHDLw4XsaK .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHDLw4XsaK .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHDLw4XsaK .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHDLw4XsaK .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHDLw4XsaK .image-wrapper {
    margin: 0;
  }
}
.cid-uHDLw4XsaK .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHDLw4XsaK .image-wrapper img {
    height: 300px;
  }
}
.cid-uHDLw4XsaK .card-title {
  color: #222222;
}
.cid-uHDLw4XsaK .card-text {
  color: #222222;
}
.cid-uHDLxmmoHD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHDLxmmoHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDLxmmoHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHDLxmmoHD .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHDLxmmoHD .container {
    padding: 10px 8px;
  }
}
.cid-uHDLxmmoHD .row {
  border-radius: 25px;
  background-color: #49c533;
  box-shadow: inset 0 0 5rem #188105;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHDLxmmoHD .row {
    padding: 50px 10px;
  }
}
.cid-uHDLxmmoHD .row .card {
  padding: 0;
}
.cid-uHDLxmmoHD .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHDLxmmoHD .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uHDLxmmoHD .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHDLxmmoHD .mbr-section-title span {
  opacity: .5;
}
.cid-uHDLypiEON {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHDLypiEON .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDLypiEON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHDLypiEON .container {
    padding: 10px 8px;
  }
}
.cid-uHDLypiEON .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHDLypiEON .row {
    padding: 50px 10px;
  }
}
.cid-uHDLypiEON .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHDLypiEON .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHDLypiEON .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHDLypiEON .mbr-section-title span {
  opacity: .5;
}
.cid-uHDLypiEON .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHDLypiEON .items-wrapper {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uHDLypiEON .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHDLypiEON .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHDLypiEON .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHDLypiEON .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHDLypiEON .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHDLypiEON .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHDLypiEON .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHDLypiEON .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHDLypiEON .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHDLypiEON .image-wrapper {
  margin-left: 20px;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHDLypiEON .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHDLypiEON .image-wrapper {
    margin: 0;
  }
}
.cid-uHDLypiEON .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHDLypiEON .image-wrapper img {
    height: 300px;
  }
}
.cid-uHDLypiEON .card-title {
  color: #222222;
}
.cid-uHDLypiEON .card-text {
  color: #222222;
}
.cid-uHDNjz4ZJm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHDNjz4ZJm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDNjz4ZJm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHDNjz4ZJm .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHDNjz4ZJm .container {
    padding: 10px 8px;
  }
}
.cid-uHDNjz4ZJm .row {
  border-radius: 25px;
  background-color: #49c533;
  box-shadow: inset 0 0 5rem #188105;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHDNjz4ZJm .row {
    padding: 50px 10px;
  }
}
.cid-uHDNjz4ZJm .row .card {
  padding: 0;
}
.cid-uHDNjz4ZJm .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHDNjz4ZJm .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uHDNjz4ZJm .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHDNjz4ZJm .mbr-section-title span {
  opacity: .5;
}
.cid-uHDNpwUKJu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHDNpwUKJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDNpwUKJu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHDNpwUKJu .container {
    padding: 10px 8px;
  }
}
.cid-uHDNpwUKJu .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHDNpwUKJu .row {
    padding: 50px 10px;
  }
}
.cid-uHDNpwUKJu .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHDNpwUKJu .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHDNpwUKJu .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHDNpwUKJu .mbr-section-title span {
  opacity: .5;
}
.cid-uHDNpwUKJu .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHDNpwUKJu .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHDNpwUKJu .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHDNpwUKJu .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHDNpwUKJu .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHDNpwUKJu .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHDNpwUKJu .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHDNpwUKJu .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHDNpwUKJu .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHDNpwUKJu .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHDNpwUKJu .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHDNpwUKJu .image-wrapper {
    margin: 0;
  }
}
.cid-uHDNpwUKJu .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHDNpwUKJu .image-wrapper img {
    height: 300px;
  }
}
.cid-uHDNpwUKJu .card-title {
  color: #222222;
}
.cid-uHDNpwUKJu .card-text {
  color: #222222;
}
.cid-uHDOnBo74P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHDOnBo74P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDOnBo74P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHDOnBo74P .container {
    padding: 10px 8px;
  }
}
.cid-uHDOnBo74P .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHDOnBo74P .row {
    padding: 50px 10px;
  }
}
.cid-uHDOnBo74P .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHDOnBo74P .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHDOnBo74P .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHDOnBo74P .mbr-section-title span {
  opacity: .5;
}
.cid-uHDOnBo74P .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHDOnBo74P .items-wrapper {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uHDOnBo74P .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHDOnBo74P .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHDOnBo74P .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHDOnBo74P .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHDOnBo74P .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHDOnBo74P .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHDOnBo74P .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHDOnBo74P .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHDOnBo74P .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHDOnBo74P .image-wrapper {
  margin-left: 20px;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHDOnBo74P .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHDOnBo74P .image-wrapper {
    margin: 0;
  }
}
.cid-uHDOnBo74P .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHDOnBo74P .image-wrapper img {
    height: 300px;
  }
}
.cid-uHDOnBo74P .card-title {
  color: #222222;
}
.cid-uHDOnBo74P .card-text {
  color: #222222;
}
.cid-uHDP6aMhxG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHDP6aMhxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDP6aMhxG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHDP6aMhxG .container {
    padding: 10px 8px;
  }
}
.cid-uHDP6aMhxG .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHDP6aMhxG .row {
    padding: 50px 10px;
  }
}
.cid-uHDP6aMhxG .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHDP6aMhxG .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHDP6aMhxG .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHDP6aMhxG .mbr-section-title span {
  opacity: .5;
}
.cid-uHDP6aMhxG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHDP6aMhxG .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHDP6aMhxG .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHDP6aMhxG .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHDP6aMhxG .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHDP6aMhxG .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHDP6aMhxG .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHDP6aMhxG .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHDP6aMhxG .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHDP6aMhxG .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHDP6aMhxG .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHDP6aMhxG .image-wrapper {
    margin: 0;
  }
}
.cid-uHDP6aMhxG .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHDP6aMhxG .image-wrapper img {
    height: 300px;
  }
}
.cid-uHDP6aMhxG .card-title {
  color: #222222;
}
.cid-uHDP6aMhxG .card-text {
  color: #222222;
}
.cid-uHDP76SxEX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHDP76SxEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDP76SxEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHDP76SxEX .container {
    padding: 10px 8px;
  }
}
.cid-uHDP76SxEX .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHDP76SxEX .row {
    padding: 50px 10px;
  }
}
.cid-uHDP76SxEX .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHDP76SxEX .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHDP76SxEX .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHDP76SxEX .mbr-section-title span {
  opacity: .5;
}
.cid-uHDP76SxEX .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHDP76SxEX .items-wrapper {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uHDP76SxEX .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHDP76SxEX .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHDP76SxEX .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHDP76SxEX .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHDP76SxEX .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHDP76SxEX .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHDP76SxEX .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHDP76SxEX .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHDP76SxEX .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHDP76SxEX .image-wrapper {
  margin-left: 20px;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHDP76SxEX .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHDP76SxEX .image-wrapper {
    margin: 0;
  }
}
.cid-uHDP76SxEX .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHDP76SxEX .image-wrapper img {
    height: 300px;
  }
}
.cid-uHDP76SxEX .card-title {
  color: #222222;
}
.cid-uHDP76SxEX .card-text {
  color: #222222;
}
.cid-uHDP3Ldfl5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHDP3Ldfl5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDP3Ldfl5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHDP3Ldfl5 .container {
    padding: 10px 8px;
  }
}
.cid-uHDP3Ldfl5 .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHDP3Ldfl5 .row {
    padding: 50px 10px;
  }
}
.cid-uHDP3Ldfl5 .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHDP3Ldfl5 .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHDP3Ldfl5 .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHDP3Ldfl5 .mbr-section-title span {
  opacity: .5;
}
.cid-uHDP3Ldfl5 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHDP3Ldfl5 .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHDP3Ldfl5 .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHDP3Ldfl5 .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHDP3Ldfl5 .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHDP3Ldfl5 .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHDP3Ldfl5 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHDP3Ldfl5 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHDP3Ldfl5 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHDP3Ldfl5 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHDP3Ldfl5 .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHDP3Ldfl5 .image-wrapper {
    margin: 0;
  }
}
.cid-uHDP3Ldfl5 .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHDP3Ldfl5 .image-wrapper img {
    height: 300px;
  }
}
.cid-uHDP3Ldfl5 .card-title {
  color: #222222;
}
.cid-uHDP3Ldfl5 .card-text {
  color: #222222;
}
.cid-uHDSRKcF6B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHDSRKcF6B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDSRKcF6B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHDSRKcF6B .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHDSRKcF6B .container {
    padding: 10px 8px;
  }
}
.cid-uHDSRKcF6B .row {
  border-radius: 25px;
  background-color: #49c533;
  box-shadow: inset 0 0 5rem #188105;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHDSRKcF6B .row {
    padding: 50px 10px;
  }
}
.cid-uHDSRKcF6B .row .card {
  padding: 0;
}
.cid-uHDSRKcF6B .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHDSRKcF6B .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uHDSRKcF6B .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHDSRKcF6B .mbr-section-title span {
  opacity: .5;
}
.cid-uHDSUbog4B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHDSUbog4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDSUbog4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHDSUbog4B .container {
    padding: 10px 8px;
  }
}
.cid-uHDSUbog4B .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHDSUbog4B .row {
    padding: 50px 10px;
  }
}
.cid-uHDSUbog4B .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHDSUbog4B .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHDSUbog4B .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHDSUbog4B .mbr-section-title span {
  opacity: .5;
}
.cid-uHDSUbog4B .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHDSUbog4B .items-wrapper {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uHDSUbog4B .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHDSUbog4B .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHDSUbog4B .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHDSUbog4B .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHDSUbog4B .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHDSUbog4B .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHDSUbog4B .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHDSUbog4B .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHDSUbog4B .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHDSUbog4B .image-wrapper {
  margin-left: 20px;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHDSUbog4B .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHDSUbog4B .image-wrapper {
    margin: 0;
  }
}
.cid-uHDSUbog4B .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHDSUbog4B .image-wrapper img {
    height: 300px;
  }
}
.cid-uHDSUbog4B .card-title {
  color: #222222;
}
.cid-uHDSUbog4B .card-text {
  color: #222222;
}
.cid-uHEpC7QcWW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEpC7QcWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEpC7QcWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEpC7QcWW .container {
    padding: 10px 8px;
  }
}
.cid-uHEpC7QcWW .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEpC7QcWW .row {
    padding: 50px 10px;
  }
}
.cid-uHEpC7QcWW .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEpC7QcWW .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEpC7QcWW .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHEpC7QcWW .mbr-section-title span {
  opacity: .5;
}
.cid-uHEpC7QcWW .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHEpC7QcWW .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHEpC7QcWW .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHEpC7QcWW .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHEpC7QcWW .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHEpC7QcWW .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHEpC7QcWW .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHEpC7QcWW .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEpC7QcWW .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHEpC7QcWW .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHEpC7QcWW .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHEpC7QcWW .image-wrapper {
    margin: 0;
  }
}
.cid-uHEpC7QcWW .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHEpC7QcWW .image-wrapper img {
    height: 300px;
  }
}
.cid-uHEpC7QcWW .card-title {
  color: #222222;
}
.cid-uHEpC7QcWW .card-text {
  color: #222222;
}
.cid-tTfdq5rKzP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-tTfdq5rKzP .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tTfdq5rKzP .container {
    padding: 10px 8px;
  }
}
.cid-tTfdq5rKzP .row {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tTfdq5rKzP .row {
    padding: 50px 10px;
  }
}
.cid-tTfdq5rKzP .row .card {
  padding: 0;
}
.cid-tTfdq5rKzP .item:focus,
.cid-tTfdq5rKzP span:focus {
  outline: none;
}
.cid-tTfdq5rKzP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tTfdq5rKzP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tTfdq5rKzP .embla__slide .slide-content {
  width: 100%;
}
.cid-tTfdq5rKzP .embla__slide .slide-content .item-wrapper .item-img img {
  height: 440px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-tTfdq5rKzP .embla__button--next,
.cid-tTfdq5rKzP .embla__button--prev {
  display: flex;
}
.cid-tTfdq5rKzP .embla__button {
  bottom: -4.5rem;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-image: linear-gradient(45deg, #3283fb 0, #73abff 98%);
  color: #ffffff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-tTfdq5rKzP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tTfdq5rKzP .embla__button:hover {
  transform: scale(1.15);
}
.cid-tTfdq5rKzP .embla__button.embla__button--prev {
  right: 6rem;
  margin-left: 2.5rem;
}
.cid-tTfdq5rKzP .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tTfdq5rKzP .embla {
  position: relative;
  width: 100%;
}
.cid-tTfdq5rKzP .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 25px;
}
.cid-tTfdq5rKzP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tTfdq5rKzP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tTfdq5rKzP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tTfdlGEdoE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #188105;
}
.cid-tTfdlGEdoE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfdlGEdoE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTfdlGEdoE .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tTfdlGEdoE .container {
    padding: 10px 8px;
  }
}
.cid-tTfdlGEdoE .row-main {
  border-radius: 25px;
  background-color: #7cec68;
  padding: 40px 32px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tTfdlGEdoE .row-main {
    padding: 40px 2px;
  }
}
.cid-tTfdlGEdoE .row-main .card {
  padding: 0 8px;
}
.cid-tTfdlGEdoE .mbr-section-title {
  margin-bottom: 16px;
  color: #222222;
}
.cid-tTfdlGEdoE .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
  color: #222222;
}
.cid-tTfdlGEdoE .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-tTfdlGEdoE .list-wrapper {
    display: block;
  }
}
.cid-tTfdlGEdoE .list-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-tTfdlGEdoE .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-tTfdlGEdoE .list-wrapper .list .item-wrap:hover,
.cid-tTfdlGEdoE .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-tTfdlGEdoE .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTfdlGEdoE .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tTfdlGEdoE .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
.cid-tTfdlGEdoE .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-tTfdlGEdoE .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tTfdlGEdoE .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tTfdlGEdoE .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #3283fb;
  border: 1px solid #3283fb;
  color: #ffffff;
}
.cid-tTfdlGEdoE .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  transition: all 0.3s ease-in-out;
}
.cid-tTfdlGEdoE .contacts-wrapper {
  margin-bottom: 20px;
}
.cid-tTfdlGEdoE .contacts-wrapper:last-child {
  margin-bottom: 0;
}
.cid-tTfdlGEdoE .contacts-wrapper a {
  display: block;
}
.cid-tTfdlGEdoE .contacts-wrapper a:hover .mbr-contact,
.cid-tTfdlGEdoE .contacts-wrapper a:focus .mbr-contact {
  opacity: .5;
}
.cid-tTfdlGEdoE .contacts-wrapper a .mbr-contact {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tTfdlGEdoE .contacts-wrapper .mbr-contact-desc {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tTfdlGEdoE .mbr-section-btn .btn {
    padding: 35px 50px;
  }
}
.cid-tTfdlGEdoE .row-copy {
  background-color: transparent;
  border-radius: 0;
  padding: 40px 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tTfdlGEdoE .row-copy {
    padding: 40px 2px;
  }
}
.cid-tTfdlGEdoE .row-copy .card {
  padding: 0 8px;
}
.cid-tTfdlGEdoE .row-copy .card .mbr-copy {
  margin-bottom: 0;
}
.cid-tTfdlGEdoE .list {
  color: #222222;
}
.cid-tTfdlGEdoE .mbr-contact {
  color: #222222;
}
.cid-tTfdlGEdoE .mbr-contact-desc {
  color: #222222;
}
.cid-tTfdlGEdoE .mbr-copy {
  color: #000000;
}
.cid-uHEmeDzHl6 {
  background-color: transparent;
}
.cid-uHEmeDzHl6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uHEmeDzHl6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uHEmeDzHl6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHEmeDzHl6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHEmeDzHl6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHEmeDzHl6 .menu_box .navbar.opened,
  .cid-uHEmeDzHl6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHEmeDzHl6 .navbar-dropdown {
  position: relative !important;
}
.cid-uHEmeDzHl6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uHEmeDzHl6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHEmeDzHl6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHEmeDzHl6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHEmeDzHl6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHEmeDzHl6 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-uHEmeDzHl6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHEmeDzHl6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHEmeDzHl6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHEmeDzHl6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHEmeDzHl6 .offcanvas-body .mbr-text,
  .cid-uHEmeDzHl6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHEmeDzHl6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHEmeDzHl6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHEmeDzHl6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-uHEmeDzHl6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHEmeDzHl6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHEmeDzHl6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHEmeDzHl6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHEmeDzHl6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHEmeDzHl6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHEmeDzHl6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHEmeDzHl6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHEmeDzHl6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHEmeDzHl6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHEmeDzHl6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #e2e7f8;
    border-radius: 25px;
  }
}
.cid-uHEmeDzHl6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHEmeDzHl6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHEmeDzHl6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uHEmeDzHl6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  opacity: .5;
}
.cid-uHEmeDzHl6 .nav-item .nav-link:hover,
.cid-uHEmeDzHl6 .nav-item .nav-link:focus {
  color: #3283fb !important;
  opacity: 1;
}
.cid-uHEmeDzHl6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHEmeDzHl6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHEmeDzHl6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHEmeDzHl6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHEmeDzHl6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uHEmeDzHl6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHEmeDzHl6 .offcanvas_box {
    display: none;
  }
}
.cid-uHEmeDzHl6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHEmeDzHl6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHEmeDzHl6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHEmeDzHl6 .container {
  display: flex;
  margin: auto;
}
.cid-uHEmeDzHl6 .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHEmeDzHl6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHEmeDzHl6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHEmeDzHl6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHEmeDzHl6 .navbar-nav {
    margin: 0;
  }
}
.cid-uHEmeDzHl6 .dropdown-menu,
.cid-uHEmeDzHl6 .navbar.opened {
  background-color: false !important;
}
.cid-uHEmeDzHl6 .nav-item:focus,
.cid-uHEmeDzHl6 .nav-link:focus {
  outline: none;
}
.cid-uHEmeDzHl6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHEmeDzHl6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHEmeDzHl6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHEmeDzHl6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHEmeDzHl6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHEmeDzHl6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHEmeDzHl6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHEmeDzHl6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHEmeDzHl6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHEmeDzHl6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHEmeDzHl6 .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHEmeDzHl6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHEmeDzHl6 .navbar.collapsed {
  justify-content: center;
}
.cid-uHEmeDzHl6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHEmeDzHl6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHEmeDzHl6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHEmeDzHl6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHEmeDzHl6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHEmeDzHl6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHEmeDzHl6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHEmeDzHl6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHEmeDzHl6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHEmeDzHl6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHEmeDzHl6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHEmeDzHl6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHEmeDzHl6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHEmeDzHl6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHEmeDzHl6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHEmeDzHl6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHEmeDzHl6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHEmeDzHl6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHEmeDzHl6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHEmeDzHl6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHEmeDzHl6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHEmeDzHl6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHEmeDzHl6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHEmeDzHl6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHEmeDzHl6 .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-uHEmeDzHl6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHEmeDzHl6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHEmeDzHl6 .dropdown-item.active,
.cid-uHEmeDzHl6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHEmeDzHl6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uHEmeDzHl6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHEmeDzHl6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHEmeDzHl6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHEmeDzHl6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHEmeDzHl6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHEmeDzHl6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #49c533;
}
.cid-uHEmeDzHl6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uHEmeDzHl6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHEmeDzHl6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHEmeDzHl6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHEmeDzHl6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHEmeDzHl6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHEmeDzHl6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHEmeDzHl6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHEmeDzHl6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHEmeDzHl6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHEmeDzHl6 .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-uHEmeDzHl6 .navbar {
    height: 70px;
  }
  .cid-uHEmeDzHl6 .navbar.opened {
    height: auto;
  }
  .cid-uHEmeDzHl6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHEmeDzHl6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uHEmeDzHl6 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uHEmeDzHl6 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHEmeDzHl6 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHEmeDzHl6 .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-uHEmeDzHl6 .navbar-caption:hover {
  color: #3283fb;
}
@media (min-width: 992px) {
  .cid-uHEmeDzHl6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHEmeDzHl6 .text_widget {
  margin-bottom: 32px;
}
.cid-uHEmeDzHl6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHEmeDzHl6 .text_widget a:hover,
.cid-uHEmeDzHl6 .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-uHEmeDzHl6 .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: 100%;
  }
}
.cid-uHEmeDzHl6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHEmeDzHl6 .navbar-caption {
  color: #222222;
}
.cid-uHEmeDzHl6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHEmeDzHl6 .mbr-section-subtitle,
.cid-uHEmeDzHl6 .text_widget,
.cid-uHEmeDzHl6 .mbr-section-btn {
  text-align: center;
}
.cid-uHEmeDzHl6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHEmeFTa3A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEmeFTa3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEmeFTa3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEmeFTa3A .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEmeFTa3A .container {
    padding: 10px 8px;
  }
}
.cid-uHEmeFTa3A .row {
  border-radius: 25px;
  background-color: #7cec68;
  padding: 100px 40px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
  box-shadow: inset -60px 0 30rem #188105;
}
@media (max-width: 768px) {
  .cid-uHEmeFTa3A .row {
    padding: 50px 10px 40px;
  }
}
.cid-uHEmeFTa3A .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEmeFTa3A .image-wrapper {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uHEmeFTa3A .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uHEmeFTa3A .image-wrapper img {
  height: 650px;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHEmeFTa3A .image-wrapper img {
    height: 350px;
  }
}
.cid-uHEmeFTa3A .image-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cid-uHEmeFTa3A .image-wrapper .icon-wrapper .mbr-iconfont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #f85f32;
  transform: rotate(-20deg);
  pointer-events: visible;
}
.cid-uHEmeFTa3A .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  left: auto;
  right: 0;
  background-color: #e354e3;
  transform: rotate(20deg);
}
.cid-uHEmeFTa3A .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  top: auto;
  bottom: 0;
  background-color: #715edb;
  transform: rotate(-20deg);
}
@media (max-width: 768px) {
  .cid-uHEmeFTa3A .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.cid-uHEmeFTa3A .content-wrapper .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHEmeFTa3A .content-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uHEmeFTa3A .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHEmeFTa3A .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHEmeFTa3A .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-uHEmeFTa3A .content-wrapper .mbr-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uHEmeFTa3A .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uHEmeFTa3A .mbr-section-title {
  color: #ffffff;
}
.cid-uHEmeFTa3A .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHEmeFTa3A .mbr-text {
  color: #ffffff;
}
.cid-uHEmeFTa3A .mbr-section-title,
.cid-uHEmeFTa3A .mbr-section-btn {
  color: #ffffff;
}
.cid-uHFomQ4Z1w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHFomQ4Z1w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHFomQ4Z1w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHFomQ4Z1w .container {
    padding: 0 30px;
  }
}
.cid-uHFomQ4Z1w .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uHFomQ4Z1w .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uHFomQ4Z1w .content-wrapper {
    padding: 0;
  }
}
.cid-uHFomQ4Z1w .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHFomQ4Z1w .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHFomQ4Z1w .mbr-figure {
  position: relative;
}
.cid-uHFomQ4Z1w .mbr-figure::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(45deg, #49c533 50%, #188105 50%);
  z-index: 10;
}
@media (max-width: 992px) {
  .cid-uHFomQ4Z1w .mbr-figure::before {
    width: 50px;
    height: 50px;
  }
}
.cid-uHFomQ4Z1w .mbr-section-title {
  color: #254b45;
}
.cid-uHEmeOVjPm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEmeOVjPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEmeOVjPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEmeOVjPm .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEmeOVjPm .container {
    padding: 10px 8px;
  }
}
.cid-uHEmeOVjPm .row {
  border-radius: 25px;
  background-color: #79ec64;
  box-shadow: inset 0 0 5rem #188105;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEmeOVjPm .row {
    padding: 50px 10px;
  }
}
.cid-uHEmeOVjPm .row .card {
  padding: 0;
}
.cid-uHEmeOVjPm .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEmeOVjPm .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uHEmeOVjPm .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHEmeOVjPm .mbr-section-title span {
  opacity: .5;
}
.cid-uHEmeQDO42 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEmeQDO42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEmeQDO42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEmeQDO42 .container {
    padding: 10px 8px;
  }
}
.cid-uHEmeQDO42 .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEmeQDO42 .row {
    padding: 50px 10px;
  }
}
.cid-uHEmeQDO42 .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEmeQDO42 .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEmeQDO42 .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHEmeQDO42 .mbr-section-title span {
  opacity: .5;
}
.cid-uHEmeQDO42 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHEmeQDO42 .items-wrapper {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uHEmeQDO42 .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHEmeQDO42 .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHEmeQDO42 .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHEmeQDO42 .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHEmeQDO42 .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHEmeQDO42 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHEmeQDO42 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEmeQDO42 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHEmeQDO42 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHEmeQDO42 .image-wrapper {
  margin-left: 20px;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHEmeQDO42 .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHEmeQDO42 .image-wrapper {
    margin: 0;
  }
}
.cid-uHEmeQDO42 .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHEmeQDO42 .image-wrapper img {
    height: 300px;
  }
}
.cid-uHEmeQDO42 .card-title {
  color: #222222;
}
.cid-uHEmeQDO42 .card-text {
  color: #222222;
}
.cid-uHEmeSvLXV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEmeSvLXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEmeSvLXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEmeSvLXV .container {
    padding: 10px 8px;
  }
}
.cid-uHEmeSvLXV .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEmeSvLXV .row {
    padding: 50px 10px;
  }
}
.cid-uHEmeSvLXV .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEmeSvLXV .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEmeSvLXV .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHEmeSvLXV .mbr-section-title span {
  opacity: .5;
}
.cid-uHEmeSvLXV .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHEmeSvLXV .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHEmeSvLXV .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHEmeSvLXV .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHEmeSvLXV .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHEmeSvLXV .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHEmeSvLXV .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHEmeSvLXV .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEmeSvLXV .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHEmeSvLXV .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHEmeSvLXV .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHEmeSvLXV .image-wrapper {
    margin: 0;
  }
}
.cid-uHEmeSvLXV .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHEmeSvLXV .image-wrapper img {
    height: 300px;
  }
}
.cid-uHEmeSvLXV .card-title {
  color: #222222;
}
.cid-uHEmeSvLXV .card-text {
  color: #222222;
}
.cid-uHEmeUlze7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEmeUlze7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEmeUlze7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEmeUlze7 .container {
    padding: 10px 8px;
  }
}
.cid-uHEmeUlze7 .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEmeUlze7 .row {
    padding: 50px 10px;
  }
}
.cid-uHEmeUlze7 .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEmeUlze7 .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEmeUlze7 .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHEmeUlze7 .mbr-section-title span {
  opacity: .5;
}
.cid-uHEmeUlze7 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHEmeUlze7 .items-wrapper {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uHEmeUlze7 .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHEmeUlze7 .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHEmeUlze7 .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHEmeUlze7 .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHEmeUlze7 .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHEmeUlze7 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHEmeUlze7 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEmeUlze7 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHEmeUlze7 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHEmeUlze7 .image-wrapper {
  margin-left: 20px;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHEmeUlze7 .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHEmeUlze7 .image-wrapper {
    margin: 0;
  }
}
.cid-uHEmeUlze7 .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHEmeUlze7 .image-wrapper img {
    height: 300px;
  }
}
.cid-uHEmeUlze7 .card-title {
  color: #222222;
}
.cid-uHEmeUlze7 .card-text {
  color: #222222;
}
.cid-uHEmeWiJcL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEmeWiJcL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEmeWiJcL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEmeWiJcL .container {
    padding: 10px 8px;
  }
}
.cid-uHEmeWiJcL .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEmeWiJcL .row {
    padding: 50px 10px;
  }
}
.cid-uHEmeWiJcL .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEmeWiJcL .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEmeWiJcL .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHEmeWiJcL .mbr-section-title span {
  opacity: .5;
}
.cid-uHEmeWiJcL .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHEmeWiJcL .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHEmeWiJcL .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHEmeWiJcL .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHEmeWiJcL .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHEmeWiJcL .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHEmeWiJcL .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHEmeWiJcL .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEmeWiJcL .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHEmeWiJcL .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHEmeWiJcL .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHEmeWiJcL .image-wrapper {
    margin: 0;
  }
}
.cid-uHEmeWiJcL .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHEmeWiJcL .image-wrapper img {
    height: 300px;
  }
}
.cid-uHEmeWiJcL .card-title {
  color: #222222;
}
.cid-uHEmeWiJcL .card-text {
  color: #222222;
}
.cid-uHEmeYe9ZQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEmeYe9ZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEmeYe9ZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEmeYe9ZQ .container {
    padding: 10px 8px;
  }
}
.cid-uHEmeYe9ZQ .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEmeYe9ZQ .row {
    padding: 50px 10px;
  }
}
.cid-uHEmeYe9ZQ .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEmeYe9ZQ .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEmeYe9ZQ .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHEmeYe9ZQ .mbr-section-title span {
  opacity: .5;
}
.cid-uHEmeYe9ZQ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHEmeYe9ZQ .items-wrapper {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uHEmeYe9ZQ .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHEmeYe9ZQ .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHEmeYe9ZQ .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHEmeYe9ZQ .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHEmeYe9ZQ .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHEmeYe9ZQ .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHEmeYe9ZQ .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEmeYe9ZQ .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHEmeYe9ZQ .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHEmeYe9ZQ .image-wrapper {
  margin-left: 20px;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHEmeYe9ZQ .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHEmeYe9ZQ .image-wrapper {
    margin: 0;
  }
}
.cid-uHEmeYe9ZQ .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHEmeYe9ZQ .image-wrapper img {
    height: 300px;
  }
}
.cid-uHEmeYe9ZQ .card-title {
  color: #222222;
}
.cid-uHEmeYe9ZQ .card-text {
  color: #222222;
}
.cid-uHEmf0iHEE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEmf0iHEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEmf0iHEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEmf0iHEE .container {
    padding: 10px 8px;
  }
}
.cid-uHEmf0iHEE .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEmf0iHEE .row {
    padding: 50px 10px;
  }
}
.cid-uHEmf0iHEE .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEmf0iHEE .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEmf0iHEE .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHEmf0iHEE .mbr-section-title span {
  opacity: .5;
}
.cid-uHEmf0iHEE .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHEmf0iHEE .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHEmf0iHEE .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHEmf0iHEE .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHEmf0iHEE .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHEmf0iHEE .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHEmf0iHEE .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHEmf0iHEE .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEmf0iHEE .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHEmf0iHEE .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHEmf0iHEE .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHEmf0iHEE .image-wrapper {
    margin: 0;
  }
}
.cid-uHEmf0iHEE .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHEmf0iHEE .image-wrapper img {
    height: 300px;
  }
}
.cid-uHEmf0iHEE .card-title {
  color: #222222;
}
.cid-uHEmf0iHEE .card-text {
  color: #222222;
}
.cid-uHEmf2nt2P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEmf2nt2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEmf2nt2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEmf2nt2P .container {
    padding: 10px 8px;
  }
}
.cid-uHEmf2nt2P .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEmf2nt2P .row {
    padding: 50px 10px;
  }
}
.cid-uHEmf2nt2P .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEmf2nt2P .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEmf2nt2P .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHEmf2nt2P .mbr-section-title span {
  opacity: .5;
}
.cid-uHEmf2nt2P .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHEmf2nt2P .items-wrapper {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uHEmf2nt2P .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHEmf2nt2P .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHEmf2nt2P .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHEmf2nt2P .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHEmf2nt2P .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHEmf2nt2P .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHEmf2nt2P .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEmf2nt2P .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHEmf2nt2P .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHEmf2nt2P .image-wrapper {
  margin-left: 20px;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHEmf2nt2P .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHEmf2nt2P .image-wrapper {
    margin: 0;
  }
}
.cid-uHEmf2nt2P .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHEmf2nt2P .image-wrapper img {
    height: 300px;
  }
}
.cid-uHEmf2nt2P .card-title {
  color: #222222;
}
.cid-uHEmf2nt2P .card-text {
  color: #222222;
}
.cid-uHEmfuG6AB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEmfuG6AB .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEmfuG6AB .container {
    padding: 10px 8px;
  }
}
.cid-uHEmfuG6AB .row {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEmfuG6AB .row {
    padding: 50px 10px;
  }
}
.cid-uHEmfuG6AB .row .card {
  padding: 0;
}
.cid-uHEmfuG6AB .item:focus,
.cid-uHEmfuG6AB span:focus {
  outline: none;
}
.cid-uHEmfuG6AB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uHEmfuG6AB .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHEmfuG6AB .embla__slide .slide-content {
  width: 100%;
}
.cid-uHEmfuG6AB .embla__slide .slide-content .item-wrapper .item-img img {
  height: 440px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uHEmfuG6AB .embla__button--next,
.cid-uHEmfuG6AB .embla__button--prev {
  display: flex;
}
.cid-uHEmfuG6AB .embla__button {
  bottom: -4.5rem;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-image: linear-gradient(45deg, #3283fb 0, #73abff 98%);
  color: #ffffff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uHEmfuG6AB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHEmfuG6AB .embla__button:hover {
  transform: scale(1.15);
}
.cid-uHEmfuG6AB .embla__button.embla__button--prev {
  right: 6rem;
  margin-left: 2.5rem;
}
.cid-uHEmfuG6AB .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHEmfuG6AB .embla {
  position: relative;
  width: 100%;
}
.cid-uHEmfuG6AB .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 25px;
}
.cid-uHEmfuG6AB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHEmfuG6AB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHEmfuG6AB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHEmfx6Gdm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #188105;
}
.cid-uHEmfx6Gdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEmfx6Gdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEmfx6Gdm .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEmfx6Gdm .container {
    padding: 10px 8px;
  }
}
.cid-uHEmfx6Gdm .row-main {
  border-radius: 25px;
  background-color: #7cec68;
  padding: 40px 32px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uHEmfx6Gdm .row-main {
    padding: 40px 2px;
  }
}
.cid-uHEmfx6Gdm .row-main .card {
  padding: 0 8px;
}
.cid-uHEmfx6Gdm .mbr-section-title {
  margin-bottom: 16px;
  color: #222222;
}
.cid-uHEmfx6Gdm .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
  color: #222222;
}
.cid-uHEmfx6Gdm .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-uHEmfx6Gdm .list-wrapper {
    display: block;
  }
}
.cid-uHEmfx6Gdm .list-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uHEmfx6Gdm .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHEmfx6Gdm .list-wrapper .list .item-wrap:hover,
.cid-uHEmfx6Gdm .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uHEmfx6Gdm .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHEmfx6Gdm .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHEmfx6Gdm .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
.cid-uHEmfx6Gdm .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uHEmfx6Gdm .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uHEmfx6Gdm .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHEmfx6Gdm .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #3283fb;
  border: 1px solid #3283fb;
  color: #ffffff;
}
.cid-uHEmfx6Gdm .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  transition: all 0.3s ease-in-out;
}
.cid-uHEmfx6Gdm .contacts-wrapper {
  margin-bottom: 20px;
}
.cid-uHEmfx6Gdm .contacts-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uHEmfx6Gdm .contacts-wrapper a {
  display: block;
}
.cid-uHEmfx6Gdm .contacts-wrapper a:hover .mbr-contact,
.cid-uHEmfx6Gdm .contacts-wrapper a:focus .mbr-contact {
  opacity: .5;
}
.cid-uHEmfx6Gdm .contacts-wrapper a .mbr-contact {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEmfx6Gdm .contacts-wrapper .mbr-contact-desc {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uHEmfx6Gdm .mbr-section-btn .btn {
    padding: 35px 50px;
  }
}
.cid-uHEmfx6Gdm .row-copy {
  background-color: transparent;
  border-radius: 0;
  padding: 40px 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uHEmfx6Gdm .row-copy {
    padding: 40px 2px;
  }
}
.cid-uHEmfx6Gdm .row-copy .card {
  padding: 0 8px;
}
.cid-uHEmfx6Gdm .row-copy .card .mbr-copy {
  margin-bottom: 0;
}
.cid-uHEmfx6Gdm .list {
  color: #222222;
}
.cid-uHEmfx6Gdm .mbr-contact {
  color: #222222;
}
.cid-uHEmfx6Gdm .mbr-contact-desc {
  color: #222222;
}
.cid-uHEmfx6Gdm .mbr-copy {
  color: #000000;
}
.cid-uHEl48XCHD {
  background-color: transparent;
}
.cid-uHEl48XCHD .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uHEl48XCHD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uHEl48XCHD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHEl48XCHD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHEl48XCHD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHEl48XCHD .menu_box .navbar.opened,
  .cid-uHEl48XCHD .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHEl48XCHD .navbar-dropdown {
  position: relative !important;
}
.cid-uHEl48XCHD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uHEl48XCHD .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHEl48XCHD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHEl48XCHD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHEl48XCHD .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHEl48XCHD .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-uHEl48XCHD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHEl48XCHD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHEl48XCHD .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHEl48XCHD .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHEl48XCHD .offcanvas-body .mbr-text,
  .cid-uHEl48XCHD .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHEl48XCHD .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHEl48XCHD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHEl48XCHD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-uHEl48XCHD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHEl48XCHD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHEl48XCHD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHEl48XCHD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHEl48XCHD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHEl48XCHD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHEl48XCHD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHEl48XCHD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHEl48XCHD li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHEl48XCHD .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHEl48XCHD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #e2e7f8;
    border-radius: 25px;
  }
}
.cid-uHEl48XCHD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHEl48XCHD .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHEl48XCHD .nav-item {
    margin: 0 !important;
  }
}
.cid-uHEl48XCHD .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  opacity: .5;
}
.cid-uHEl48XCHD .nav-item .nav-link:hover,
.cid-uHEl48XCHD .nav-item .nav-link:focus {
  color: #3283fb !important;
  opacity: 1;
}
.cid-uHEl48XCHD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHEl48XCHD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHEl48XCHD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHEl48XCHD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHEl48XCHD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uHEl48XCHD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHEl48XCHD .offcanvas_box {
    display: none;
  }
}
.cid-uHEl48XCHD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHEl48XCHD .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHEl48XCHD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHEl48XCHD .container {
  display: flex;
  margin: auto;
}
.cid-uHEl48XCHD .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHEl48XCHD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHEl48XCHD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHEl48XCHD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHEl48XCHD .navbar-nav {
    margin: 0;
  }
}
.cid-uHEl48XCHD .dropdown-menu,
.cid-uHEl48XCHD .navbar.opened {
  background-color: false !important;
}
.cid-uHEl48XCHD .nav-item:focus,
.cid-uHEl48XCHD .nav-link:focus {
  outline: none;
}
.cid-uHEl48XCHD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHEl48XCHD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHEl48XCHD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHEl48XCHD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHEl48XCHD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHEl48XCHD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHEl48XCHD .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHEl48XCHD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHEl48XCHD .navbar.opened {
  transition: all 0.3s;
}
.cid-uHEl48XCHD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHEl48XCHD .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHEl48XCHD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHEl48XCHD .navbar.collapsed {
  justify-content: center;
}
.cid-uHEl48XCHD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHEl48XCHD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHEl48XCHD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHEl48XCHD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHEl48XCHD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHEl48XCHD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHEl48XCHD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHEl48XCHD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHEl48XCHD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHEl48XCHD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHEl48XCHD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHEl48XCHD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHEl48XCHD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHEl48XCHD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHEl48XCHD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHEl48XCHD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHEl48XCHD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHEl48XCHD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHEl48XCHD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHEl48XCHD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHEl48XCHD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHEl48XCHD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHEl48XCHD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHEl48XCHD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHEl48XCHD .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-uHEl48XCHD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHEl48XCHD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHEl48XCHD .dropdown-item.active,
.cid-uHEl48XCHD .dropdown-item:active {
  background-color: transparent;
}
.cid-uHEl48XCHD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uHEl48XCHD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHEl48XCHD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHEl48XCHD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHEl48XCHD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHEl48XCHD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHEl48XCHD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #49c533;
}
.cid-uHEl48XCHD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uHEl48XCHD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHEl48XCHD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHEl48XCHD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHEl48XCHD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHEl48XCHD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHEl48XCHD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHEl48XCHD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHEl48XCHD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHEl48XCHD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHEl48XCHD .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-uHEl48XCHD .navbar {
    height: 70px;
  }
  .cid-uHEl48XCHD .navbar.opened {
    height: auto;
  }
  .cid-uHEl48XCHD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHEl48XCHD .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uHEl48XCHD .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uHEl48XCHD .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHEl48XCHD .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHEl48XCHD .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-uHEl48XCHD .navbar-caption:hover {
  color: #3283fb;
}
@media (min-width: 992px) {
  .cid-uHEl48XCHD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHEl48XCHD .text_widget {
  margin-bottom: 32px;
}
.cid-uHEl48XCHD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHEl48XCHD .text_widget a:hover,
.cid-uHEl48XCHD .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-uHEl48XCHD .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: 100%;
  }
}
.cid-uHEl48XCHD .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHEl48XCHD .navbar-caption {
  color: #222222;
}
.cid-uHEl48XCHD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHEl48XCHD .mbr-section-subtitle,
.cid-uHEl48XCHD .text_widget,
.cid-uHEl48XCHD .mbr-section-btn {
  text-align: center;
}
.cid-uHEl48XCHD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHEl4bfmA2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEl4bfmA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEl4bfmA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEl4bfmA2 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEl4bfmA2 .container {
    padding: 10px 8px;
  }
}
.cid-uHEl4bfmA2 .row {
  border-radius: 25px;
  background-color: #7cec68;
  padding: 100px 40px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
  box-shadow: inset -60px 0 30rem #188105;
}
@media (max-width: 768px) {
  .cid-uHEl4bfmA2 .row {
    padding: 50px 10px 40px;
  }
}
.cid-uHEl4bfmA2 .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEl4bfmA2 .image-wrapper {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uHEl4bfmA2 .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uHEl4bfmA2 .image-wrapper img {
  height: 650px;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHEl4bfmA2 .image-wrapper img {
    height: 350px;
  }
}
.cid-uHEl4bfmA2 .image-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cid-uHEl4bfmA2 .image-wrapper .icon-wrapper .mbr-iconfont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #f85f32;
  transform: rotate(-20deg);
  pointer-events: visible;
}
.cid-uHEl4bfmA2 .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  left: auto;
  right: 0;
  background-color: #e354e3;
  transform: rotate(20deg);
}
.cid-uHEl4bfmA2 .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  top: auto;
  bottom: 0;
  background-color: #715edb;
  transform: rotate(-20deg);
}
@media (max-width: 768px) {
  .cid-uHEl4bfmA2 .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.cid-uHEl4bfmA2 .content-wrapper .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHEl4bfmA2 .content-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uHEl4bfmA2 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHEl4bfmA2 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHEl4bfmA2 .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-uHEl4bfmA2 .content-wrapper .mbr-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uHEl4bfmA2 .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uHEl4bfmA2 .mbr-section-title {
  color: #ffffff;
}
.cid-uHEl4bfmA2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHEl4bfmA2 .mbr-text {
  color: #ffffff;
}
.cid-uHEl4bfmA2 .mbr-section-title,
.cid-uHEl4bfmA2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uHEAHctldg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHEAHctldg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEAHctldg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEAHctldg .container {
    padding: 0 30px;
  }
}
.cid-uHEAHctldg .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uHEAHctldg .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uHEAHctldg .content-wrapper {
    padding: 0;
  }
}
.cid-uHEAHctldg .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHEAHctldg .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHEAHctldg .mbr-figure {
  position: relative;
}
.cid-uHEAHctldg .mbr-figure::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(45deg, #49c533 50%, #188105 50%);
  z-index: 10;
}
@media (max-width: 992px) {
  .cid-uHEAHctldg .mbr-figure::before {
    width: 50px;
    height: 50px;
  }
}
.cid-uHEAHctldg .mbr-section-title {
  color: #254b45;
}
.cid-uHEl4eyX3A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEl4eyX3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEl4eyX3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEl4eyX3A .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEl4eyX3A .container {
    padding: 10px 8px;
  }
}
.cid-uHEl4eyX3A .row {
  border-radius: 25px;
  background-color: #49c533;
  box-shadow: inset 0 0 5rem #188105;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEl4eyX3A .row {
    padding: 50px 10px;
  }
}
.cid-uHEl4eyX3A .row .card {
  padding: 0;
}
.cid-uHEl4eyX3A .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEl4eyX3A .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uHEl4eyX3A .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHEl4eyX3A .mbr-section-title span {
  opacity: .5;
}
.cid-uHEl4g6vpq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEl4g6vpq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEl4g6vpq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEl4g6vpq .container {
    padding: 10px 8px;
  }
}
.cid-uHEl4g6vpq .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEl4g6vpq .row {
    padding: 50px 10px;
  }
}
.cid-uHEl4g6vpq .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEl4g6vpq .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEl4g6vpq .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHEl4g6vpq .mbr-section-title span {
  opacity: .5;
}
.cid-uHEl4g6vpq .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHEl4g6vpq .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHEl4g6vpq .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHEl4g6vpq .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHEl4g6vpq .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHEl4g6vpq .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHEl4g6vpq .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHEl4g6vpq .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEl4g6vpq .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHEl4g6vpq .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHEl4g6vpq .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHEl4g6vpq .image-wrapper {
    margin: 0;
  }
}
.cid-uHEl4g6vpq .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHEl4g6vpq .image-wrapper img {
    height: 300px;
  }
}
.cid-uHEl4g6vpq .card-title {
  color: #222222;
}
.cid-uHEl4g6vpq .card-text {
  color: #222222;
}
.cid-uHEl4hUU0U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEl4hUU0U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEl4hUU0U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEl4hUU0U .container {
    padding: 10px 8px;
  }
}
.cid-uHEl4hUU0U .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEl4hUU0U .row {
    padding: 50px 10px;
  }
}
.cid-uHEl4hUU0U .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEl4hUU0U .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEl4hUU0U .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHEl4hUU0U .mbr-section-title span {
  opacity: .5;
}
.cid-uHEl4hUU0U .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHEl4hUU0U .items-wrapper {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uHEl4hUU0U .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHEl4hUU0U .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHEl4hUU0U .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHEl4hUU0U .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHEl4hUU0U .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHEl4hUU0U .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHEl4hUU0U .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEl4hUU0U .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHEl4hUU0U .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHEl4hUU0U .image-wrapper {
  margin-left: 20px;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHEl4hUU0U .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHEl4hUU0U .image-wrapper {
    margin: 0;
  }
}
.cid-uHEl4hUU0U .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHEl4hUU0U .image-wrapper img {
    height: 300px;
  }
}
.cid-uHEl4hUU0U .card-title {
  color: #222222;
}
.cid-uHEl4hUU0U .card-text {
  color: #222222;
}
.cid-uHEnQprUoX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEnQprUoX .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEnQprUoX .container {
    padding: 10px 8px;
  }
}
.cid-uHEnQprUoX .row {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEnQprUoX .row {
    padding: 50px 10px;
  }
}
.cid-uHEnQprUoX .row .card {
  padding: 0;
}
.cid-uHEnQprUoX .item:focus,
.cid-uHEnQprUoX span:focus {
  outline: none;
}
.cid-uHEnQprUoX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uHEnQprUoX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHEnQprUoX .embla__slide .slide-content {
  width: 100%;
}
.cid-uHEnQprUoX .embla__slide .slide-content .item-wrapper .item-img img {
  height: 440px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uHEnQprUoX .embla__button--next,
.cid-uHEnQprUoX .embla__button--prev {
  display: flex;
}
.cid-uHEnQprUoX .embla__button {
  bottom: -4.5rem;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-image: linear-gradient(45deg, #3283fb 0, #73abff 98%);
  color: #ffffff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uHEnQprUoX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHEnQprUoX .embla__button:hover {
  transform: scale(1.15);
}
.cid-uHEnQprUoX .embla__button.embla__button--prev {
  right: 6rem;
  margin-left: 2.5rem;
}
.cid-uHEnQprUoX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHEnQprUoX .embla {
  position: relative;
  width: 100%;
}
.cid-uHEnQprUoX .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 25px;
}
.cid-uHEnQprUoX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHEnQprUoX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHEnQprUoX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHEl4ZrFRs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #188105;
}
.cid-uHEl4ZrFRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEl4ZrFRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEl4ZrFRs .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEl4ZrFRs .container {
    padding: 10px 8px;
  }
}
.cid-uHEl4ZrFRs .row-main {
  border-radius: 25px;
  background-color: #7cec68;
  padding: 40px 32px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uHEl4ZrFRs .row-main {
    padding: 40px 2px;
  }
}
.cid-uHEl4ZrFRs .row-main .card {
  padding: 0 8px;
}
.cid-uHEl4ZrFRs .mbr-section-title {
  margin-bottom: 16px;
  color: #222222;
}
.cid-uHEl4ZrFRs .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
  color: #222222;
}
.cid-uHEl4ZrFRs .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-uHEl4ZrFRs .list-wrapper {
    display: block;
  }
}
.cid-uHEl4ZrFRs .list-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uHEl4ZrFRs .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHEl4ZrFRs .list-wrapper .list .item-wrap:hover,
.cid-uHEl4ZrFRs .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uHEl4ZrFRs .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHEl4ZrFRs .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHEl4ZrFRs .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
.cid-uHEl4ZrFRs .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uHEl4ZrFRs .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uHEl4ZrFRs .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHEl4ZrFRs .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #3283fb;
  border: 1px solid #3283fb;
  color: #ffffff;
}
.cid-uHEl4ZrFRs .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  transition: all 0.3s ease-in-out;
}
.cid-uHEl4ZrFRs .contacts-wrapper {
  margin-bottom: 20px;
}
.cid-uHEl4ZrFRs .contacts-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uHEl4ZrFRs .contacts-wrapper a {
  display: block;
}
.cid-uHEl4ZrFRs .contacts-wrapper a:hover .mbr-contact,
.cid-uHEl4ZrFRs .contacts-wrapper a:focus .mbr-contact {
  opacity: .5;
}
.cid-uHEl4ZrFRs .contacts-wrapper a .mbr-contact {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEl4ZrFRs .contacts-wrapper .mbr-contact-desc {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uHEl4ZrFRs .mbr-section-btn .btn {
    padding: 35px 50px;
  }
}
.cid-uHEl4ZrFRs .row-copy {
  background-color: transparent;
  border-radius: 0;
  padding: 40px 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uHEl4ZrFRs .row-copy {
    padding: 40px 2px;
  }
}
.cid-uHEl4ZrFRs .row-copy .card {
  padding: 0 8px;
}
.cid-uHEl4ZrFRs .row-copy .card .mbr-copy {
  margin-bottom: 0;
}
.cid-uHEl4ZrFRs .list {
  color: #222222;
}
.cid-uHEl4ZrFRs .mbr-contact {
  color: #222222;
}
.cid-uHEl4ZrFRs .mbr-contact-desc {
  color: #222222;
}
.cid-uHEl4ZrFRs .mbr-copy {
  color: #000000;
}
.cid-uHEoaGdsJ7 {
  background-color: transparent;
}
.cid-uHEoaGdsJ7 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uHEoaGdsJ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uHEoaGdsJ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHEoaGdsJ7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHEoaGdsJ7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHEoaGdsJ7 .menu_box .navbar.opened,
  .cid-uHEoaGdsJ7 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHEoaGdsJ7 .navbar-dropdown {
  position: relative !important;
}
.cid-uHEoaGdsJ7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uHEoaGdsJ7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHEoaGdsJ7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHEoaGdsJ7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHEoaGdsJ7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHEoaGdsJ7 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-uHEoaGdsJ7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHEoaGdsJ7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHEoaGdsJ7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHEoaGdsJ7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHEoaGdsJ7 .offcanvas-body .mbr-text,
  .cid-uHEoaGdsJ7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHEoaGdsJ7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHEoaGdsJ7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHEoaGdsJ7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-uHEoaGdsJ7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHEoaGdsJ7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHEoaGdsJ7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHEoaGdsJ7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHEoaGdsJ7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHEoaGdsJ7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHEoaGdsJ7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHEoaGdsJ7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHEoaGdsJ7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHEoaGdsJ7 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHEoaGdsJ7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #e2e7f8;
    border-radius: 25px;
  }
}
.cid-uHEoaGdsJ7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHEoaGdsJ7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHEoaGdsJ7 .nav-item {
    margin: 0 !important;
  }
}
.cid-uHEoaGdsJ7 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  opacity: .5;
}
.cid-uHEoaGdsJ7 .nav-item .nav-link:hover,
.cid-uHEoaGdsJ7 .nav-item .nav-link:focus {
  color: #3283fb !important;
  opacity: 1;
}
.cid-uHEoaGdsJ7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHEoaGdsJ7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHEoaGdsJ7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHEoaGdsJ7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHEoaGdsJ7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uHEoaGdsJ7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHEoaGdsJ7 .offcanvas_box {
    display: none;
  }
}
.cid-uHEoaGdsJ7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHEoaGdsJ7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHEoaGdsJ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHEoaGdsJ7 .container {
  display: flex;
  margin: auto;
}
.cid-uHEoaGdsJ7 .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHEoaGdsJ7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHEoaGdsJ7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHEoaGdsJ7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHEoaGdsJ7 .navbar-nav {
    margin: 0;
  }
}
.cid-uHEoaGdsJ7 .dropdown-menu,
.cid-uHEoaGdsJ7 .navbar.opened {
  background-color: false !important;
}
.cid-uHEoaGdsJ7 .nav-item:focus,
.cid-uHEoaGdsJ7 .nav-link:focus {
  outline: none;
}
.cid-uHEoaGdsJ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHEoaGdsJ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHEoaGdsJ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHEoaGdsJ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHEoaGdsJ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHEoaGdsJ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHEoaGdsJ7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHEoaGdsJ7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHEoaGdsJ7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHEoaGdsJ7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHEoaGdsJ7 .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHEoaGdsJ7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHEoaGdsJ7 .navbar.collapsed {
  justify-content: center;
}
.cid-uHEoaGdsJ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHEoaGdsJ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHEoaGdsJ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHEoaGdsJ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHEoaGdsJ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHEoaGdsJ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHEoaGdsJ7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHEoaGdsJ7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHEoaGdsJ7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHEoaGdsJ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHEoaGdsJ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHEoaGdsJ7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHEoaGdsJ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHEoaGdsJ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHEoaGdsJ7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHEoaGdsJ7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHEoaGdsJ7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHEoaGdsJ7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHEoaGdsJ7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHEoaGdsJ7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHEoaGdsJ7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHEoaGdsJ7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHEoaGdsJ7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHEoaGdsJ7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHEoaGdsJ7 .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-uHEoaGdsJ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHEoaGdsJ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHEoaGdsJ7 .dropdown-item.active,
.cid-uHEoaGdsJ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHEoaGdsJ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uHEoaGdsJ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHEoaGdsJ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHEoaGdsJ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHEoaGdsJ7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHEoaGdsJ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHEoaGdsJ7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #49c533;
}
.cid-uHEoaGdsJ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uHEoaGdsJ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHEoaGdsJ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHEoaGdsJ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHEoaGdsJ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHEoaGdsJ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHEoaGdsJ7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHEoaGdsJ7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHEoaGdsJ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHEoaGdsJ7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHEoaGdsJ7 .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-uHEoaGdsJ7 .navbar {
    height: 70px;
  }
  .cid-uHEoaGdsJ7 .navbar.opened {
    height: auto;
  }
  .cid-uHEoaGdsJ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHEoaGdsJ7 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uHEoaGdsJ7 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uHEoaGdsJ7 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHEoaGdsJ7 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHEoaGdsJ7 .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-uHEoaGdsJ7 .navbar-caption:hover {
  color: #3283fb;
}
@media (min-width: 992px) {
  .cid-uHEoaGdsJ7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHEoaGdsJ7 .text_widget {
  margin-bottom: 32px;
}
.cid-uHEoaGdsJ7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHEoaGdsJ7 .text_widget a:hover,
.cid-uHEoaGdsJ7 .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-uHEoaGdsJ7 .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: 100%;
  }
}
.cid-uHEoaGdsJ7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHEoaGdsJ7 .navbar-caption {
  color: #222222;
}
.cid-uHEoaGdsJ7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHEoaGdsJ7 .mbr-section-subtitle,
.cid-uHEoaGdsJ7 .text_widget,
.cid-uHEoaGdsJ7 .mbr-section-btn {
  text-align: center;
}
.cid-uHEoaGdsJ7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHEoaIqNAI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEoaIqNAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEoaIqNAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEoaIqNAI .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEoaIqNAI .container {
    padding: 10px 8px;
  }
}
.cid-uHEoaIqNAI .row {
  border-radius: 25px;
  background-color: #7cec68;
  padding: 100px 40px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
  box-shadow: inset -60px 0 30rem #188105;
}
@media (max-width: 768px) {
  .cid-uHEoaIqNAI .row {
    padding: 50px 10px 40px;
  }
}
.cid-uHEoaIqNAI .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEoaIqNAI .image-wrapper {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uHEoaIqNAI .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uHEoaIqNAI .image-wrapper img {
  height: 650px;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHEoaIqNAI .image-wrapper img {
    height: 350px;
  }
}
.cid-uHEoaIqNAI .image-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cid-uHEoaIqNAI .image-wrapper .icon-wrapper .mbr-iconfont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #f85f32;
  transform: rotate(-20deg);
  pointer-events: visible;
}
.cid-uHEoaIqNAI .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  left: auto;
  right: 0;
  background-color: #e354e3;
  transform: rotate(20deg);
}
.cid-uHEoaIqNAI .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  top: auto;
  bottom: 0;
  background-color: #715edb;
  transform: rotate(-20deg);
}
@media (max-width: 768px) {
  .cid-uHEoaIqNAI .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.cid-uHEoaIqNAI .content-wrapper .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHEoaIqNAI .content-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uHEoaIqNAI .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHEoaIqNAI .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHEoaIqNAI .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-uHEoaIqNAI .content-wrapper .mbr-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uHEoaIqNAI .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uHEoaIqNAI .mbr-section-title {
  color: #ffffff;
}
.cid-uHEoaIqNAI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHEoaIqNAI .mbr-text {
  color: #ffffff;
}
.cid-uHEoaIqNAI .mbr-section-title,
.cid-uHEoaIqNAI .mbr-section-btn {
  color: #ffffff;
}
.cid-uHEoaK6nkp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHEoaK6nkp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEoaK6nkp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEoaK6nkp .container {
    padding: 0 30px;
  }
}
.cid-uHEoaK6nkp .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uHEoaK6nkp .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uHEoaK6nkp .content-wrapper {
    padding: 0;
  }
}
.cid-uHEoaK6nkp .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHEoaK6nkp .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHEoaK6nkp .mbr-figure {
  position: relative;
}
.cid-uHEoaK6nkp .mbr-figure::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(45deg, #49c533 50%, #188105 50%);
  z-index: 10;
}
@media (max-width: 992px) {
  .cid-uHEoaK6nkp .mbr-figure::before {
    width: 50px;
    height: 50px;
  }
}
.cid-uHEoaK6nkp .mbr-section-title {
  color: #254b45;
}
.cid-uHEob8Uo0L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEob8Uo0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEob8Uo0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEob8Uo0L .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEob8Uo0L .container {
    padding: 10px 8px;
  }
}
.cid-uHEob8Uo0L .row {
  border-radius: 25px;
  background-color: #49c533;
  box-shadow: inset 0 0 5rem #188105;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEob8Uo0L .row {
    padding: 50px 10px;
  }
}
.cid-uHEob8Uo0L .row .card {
  padding: 0;
}
.cid-uHEob8Uo0L .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEob8Uo0L .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uHEob8Uo0L .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHEob8Uo0L .mbr-section-title span {
  opacity: .5;
}
.cid-uHEobbf8Gj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEobbf8Gj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEobbf8Gj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEobbf8Gj .container {
    padding: 10px 8px;
  }
}
.cid-uHEobbf8Gj .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEobbf8Gj .row {
    padding: 50px 10px;
  }
}
.cid-uHEobbf8Gj .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEobbf8Gj .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEobbf8Gj .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHEobbf8Gj .mbr-section-title span {
  opacity: .5;
}
.cid-uHEobbf8Gj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHEobbf8Gj .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHEobbf8Gj .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHEobbf8Gj .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHEobbf8Gj .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHEobbf8Gj .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHEobbf8Gj .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHEobbf8Gj .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEobbf8Gj .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHEobbf8Gj .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHEobbf8Gj .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHEobbf8Gj .image-wrapper {
    margin: 0;
  }
}
.cid-uHEobbf8Gj .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHEobbf8Gj .image-wrapper img {
    height: 300px;
  }
}
.cid-uHEobbf8Gj .card-title {
  color: #222222;
}
.cid-uHEobbf8Gj .card-text {
  color: #222222;
}
.cid-uHEobAHxa2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEobAHxa2 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEobAHxa2 .container {
    padding: 10px 8px;
  }
}
.cid-uHEobAHxa2 .row {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEobAHxa2 .row {
    padding: 50px 10px;
  }
}
.cid-uHEobAHxa2 .row .card {
  padding: 0;
}
.cid-uHEobAHxa2 .item:focus,
.cid-uHEobAHxa2 span:focus {
  outline: none;
}
.cid-uHEobAHxa2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uHEobAHxa2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHEobAHxa2 .embla__slide .slide-content {
  width: 100%;
}
.cid-uHEobAHxa2 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 440px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uHEobAHxa2 .embla__button--next,
.cid-uHEobAHxa2 .embla__button--prev {
  display: flex;
}
.cid-uHEobAHxa2 .embla__button {
  bottom: -4.5rem;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-image: linear-gradient(45deg, #3283fb 0, #73abff 98%);
  color: #ffffff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uHEobAHxa2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHEobAHxa2 .embla__button:hover {
  transform: scale(1.15);
}
.cid-uHEobAHxa2 .embla__button.embla__button--prev {
  right: 6rem;
  margin-left: 2.5rem;
}
.cid-uHEobAHxa2 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHEobAHxa2 .embla {
  position: relative;
  width: 100%;
}
.cid-uHEobAHxa2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 25px;
}
.cid-uHEobAHxa2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHEobAHxa2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHEobAHxa2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHEobCWpeY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #188105;
}
.cid-uHEobCWpeY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEobCWpeY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEobCWpeY .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEobCWpeY .container {
    padding: 10px 8px;
  }
}
.cid-uHEobCWpeY .row-main {
  border-radius: 25px;
  background-color: #7cec68;
  padding: 40px 32px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uHEobCWpeY .row-main {
    padding: 40px 2px;
  }
}
.cid-uHEobCWpeY .row-main .card {
  padding: 0 8px;
}
.cid-uHEobCWpeY .mbr-section-title {
  margin-bottom: 16px;
  color: #222222;
}
.cid-uHEobCWpeY .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
  color: #222222;
}
.cid-uHEobCWpeY .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-uHEobCWpeY .list-wrapper {
    display: block;
  }
}
.cid-uHEobCWpeY .list-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uHEobCWpeY .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHEobCWpeY .list-wrapper .list .item-wrap:hover,
.cid-uHEobCWpeY .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uHEobCWpeY .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHEobCWpeY .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHEobCWpeY .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
.cid-uHEobCWpeY .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uHEobCWpeY .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uHEobCWpeY .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHEobCWpeY .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #3283fb;
  border: 1px solid #3283fb;
  color: #ffffff;
}
.cid-uHEobCWpeY .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  transition: all 0.3s ease-in-out;
}
.cid-uHEobCWpeY .contacts-wrapper {
  margin-bottom: 20px;
}
.cid-uHEobCWpeY .contacts-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uHEobCWpeY .contacts-wrapper a {
  display: block;
}
.cid-uHEobCWpeY .contacts-wrapper a:hover .mbr-contact,
.cid-uHEobCWpeY .contacts-wrapper a:focus .mbr-contact {
  opacity: .5;
}
.cid-uHEobCWpeY .contacts-wrapper a .mbr-contact {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEobCWpeY .contacts-wrapper .mbr-contact-desc {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uHEobCWpeY .mbr-section-btn .btn {
    padding: 35px 50px;
  }
}
.cid-uHEobCWpeY .row-copy {
  background-color: transparent;
  border-radius: 0;
  padding: 40px 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uHEobCWpeY .row-copy {
    padding: 40px 2px;
  }
}
.cid-uHEobCWpeY .row-copy .card {
  padding: 0 8px;
}
.cid-uHEobCWpeY .row-copy .card .mbr-copy {
  margin-bottom: 0;
}
.cid-uHEobCWpeY .list {
  color: #222222;
}
.cid-uHEobCWpeY .mbr-contact {
  color: #222222;
}
.cid-uHEobCWpeY .mbr-contact-desc {
  color: #222222;
}
.cid-uHEobCWpeY .mbr-copy {
  color: #000000;
}
.cid-uHEogD2OcA {
  background-color: transparent;
}
.cid-uHEogD2OcA .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uHEogD2OcA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uHEogD2OcA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHEogD2OcA .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHEogD2OcA .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHEogD2OcA .menu_box .navbar.opened,
  .cid-uHEogD2OcA .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHEogD2OcA .navbar-dropdown {
  position: relative !important;
}
.cid-uHEogD2OcA .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uHEogD2OcA .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHEogD2OcA .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHEogD2OcA .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHEogD2OcA .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHEogD2OcA .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-uHEogD2OcA .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHEogD2OcA .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHEogD2OcA .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHEogD2OcA .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHEogD2OcA .offcanvas-body .mbr-text,
  .cid-uHEogD2OcA .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHEogD2OcA .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHEogD2OcA .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHEogD2OcA .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-uHEogD2OcA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHEogD2OcA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHEogD2OcA .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHEogD2OcA .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHEogD2OcA ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHEogD2OcA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHEogD2OcA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHEogD2OcA .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHEogD2OcA li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHEogD2OcA .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHEogD2OcA .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #e2e7f8;
    border-radius: 25px;
  }
}
.cid-uHEogD2OcA .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHEogD2OcA .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHEogD2OcA .nav-item {
    margin: 0 !important;
  }
}
.cid-uHEogD2OcA .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  opacity: .5;
}
.cid-uHEogD2OcA .nav-item .nav-link:hover,
.cid-uHEogD2OcA .nav-item .nav-link:focus {
  color: #3283fb !important;
  opacity: 1;
}
.cid-uHEogD2OcA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHEogD2OcA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHEogD2OcA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHEogD2OcA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHEogD2OcA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uHEogD2OcA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHEogD2OcA .offcanvas_box {
    display: none;
  }
}
.cid-uHEogD2OcA .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHEogD2OcA .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHEogD2OcA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHEogD2OcA .container {
  display: flex;
  margin: auto;
}
.cid-uHEogD2OcA .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHEogD2OcA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHEogD2OcA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHEogD2OcA .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHEogD2OcA .navbar-nav {
    margin: 0;
  }
}
.cid-uHEogD2OcA .dropdown-menu,
.cid-uHEogD2OcA .navbar.opened {
  background-color: false !important;
}
.cid-uHEogD2OcA .nav-item:focus,
.cid-uHEogD2OcA .nav-link:focus {
  outline: none;
}
.cid-uHEogD2OcA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHEogD2OcA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHEogD2OcA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHEogD2OcA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHEogD2OcA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHEogD2OcA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHEogD2OcA .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHEogD2OcA .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHEogD2OcA .navbar.opened {
  transition: all 0.3s;
}
.cid-uHEogD2OcA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHEogD2OcA .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHEogD2OcA .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHEogD2OcA .navbar.collapsed {
  justify-content: center;
}
.cid-uHEogD2OcA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHEogD2OcA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHEogD2OcA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHEogD2OcA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHEogD2OcA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHEogD2OcA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHEogD2OcA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHEogD2OcA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHEogD2OcA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHEogD2OcA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHEogD2OcA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHEogD2OcA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHEogD2OcA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHEogD2OcA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHEogD2OcA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHEogD2OcA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHEogD2OcA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHEogD2OcA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHEogD2OcA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHEogD2OcA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHEogD2OcA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHEogD2OcA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHEogD2OcA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHEogD2OcA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHEogD2OcA .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-uHEogD2OcA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHEogD2OcA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHEogD2OcA .dropdown-item.active,
.cid-uHEogD2OcA .dropdown-item:active {
  background-color: transparent;
}
.cid-uHEogD2OcA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uHEogD2OcA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHEogD2OcA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHEogD2OcA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHEogD2OcA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHEogD2OcA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHEogD2OcA button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #49c533;
}
.cid-uHEogD2OcA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uHEogD2OcA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHEogD2OcA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHEogD2OcA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHEogD2OcA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHEogD2OcA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHEogD2OcA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHEogD2OcA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHEogD2OcA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHEogD2OcA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHEogD2OcA .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-uHEogD2OcA .navbar {
    height: 70px;
  }
  .cid-uHEogD2OcA .navbar.opened {
    height: auto;
  }
  .cid-uHEogD2OcA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHEogD2OcA .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uHEogD2OcA .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uHEogD2OcA .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHEogD2OcA .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHEogD2OcA .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-uHEogD2OcA .navbar-caption:hover {
  color: #3283fb;
}
@media (min-width: 992px) {
  .cid-uHEogD2OcA .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHEogD2OcA .text_widget {
  margin-bottom: 32px;
}
.cid-uHEogD2OcA .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHEogD2OcA .text_widget a:hover,
.cid-uHEogD2OcA .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-uHEogD2OcA .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: 100%;
  }
}
.cid-uHEogD2OcA .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHEogD2OcA .navbar-caption {
  color: #222222;
}
.cid-uHEogD2OcA .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHEogD2OcA .mbr-section-subtitle,
.cid-uHEogD2OcA .text_widget,
.cid-uHEogD2OcA .mbr-section-btn {
  text-align: center;
}
.cid-uHEogD2OcA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHEogFex5F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEogFex5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEogFex5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEogFex5F .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEogFex5F .container {
    padding: 10px 8px;
  }
}
.cid-uHEogFex5F .row {
  border-radius: 25px;
  background-color: #7cec68;
  padding: 100px 40px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
  box-shadow: inset -60px 0 30rem #188105;
}
@media (max-width: 768px) {
  .cid-uHEogFex5F .row {
    padding: 50px 10px 40px;
  }
}
.cid-uHEogFex5F .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEogFex5F .image-wrapper {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uHEogFex5F .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uHEogFex5F .image-wrapper img {
  height: 650px;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHEogFex5F .image-wrapper img {
    height: 350px;
  }
}
.cid-uHEogFex5F .image-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cid-uHEogFex5F .image-wrapper .icon-wrapper .mbr-iconfont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #f85f32;
  transform: rotate(-20deg);
  pointer-events: visible;
}
.cid-uHEogFex5F .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  left: auto;
  right: 0;
  background-color: #e354e3;
  transform: rotate(20deg);
}
.cid-uHEogFex5F .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  top: auto;
  bottom: 0;
  background-color: #715edb;
  transform: rotate(-20deg);
}
@media (max-width: 768px) {
  .cid-uHEogFex5F .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.cid-uHEogFex5F .content-wrapper .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHEogFex5F .content-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uHEogFex5F .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHEogFex5F .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHEogFex5F .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-uHEogFex5F .content-wrapper .mbr-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uHEogFex5F .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uHEogFex5F .mbr-section-title {
  color: #ffffff;
}
.cid-uHEogFex5F .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHEogFex5F .mbr-text {
  color: #ffffff;
}
.cid-uHEogFex5F .mbr-section-title,
.cid-uHEogFex5F .mbr-section-btn {
  color: #ffffff;
}
.cid-uHEogGUUTw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHEogGUUTw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEogGUUTw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEogGUUTw .container {
    padding: 0 30px;
  }
}
.cid-uHEogGUUTw .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uHEogGUUTw .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uHEogGUUTw .content-wrapper {
    padding: 0;
  }
}
.cid-uHEogGUUTw .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHEogGUUTw .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHEogGUUTw .mbr-figure {
  position: relative;
}
.cid-uHEogGUUTw .mbr-figure::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(45deg, #49c533 50%, #188105 50%);
  z-index: 10;
}
@media (max-width: 992px) {
  .cid-uHEogGUUTw .mbr-figure::before {
    width: 50px;
    height: 50px;
  }
}
.cid-uHEogGUUTw .mbr-section-title {
  color: #254b45;
}
.cid-uHEoh5KkXE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEoh5KkXE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEoh5KkXE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEoh5KkXE .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEoh5KkXE .container {
    padding: 10px 8px;
  }
}
.cid-uHEoh5KkXE .row {
  border-radius: 25px;
  background-color: #49c533;
  box-shadow: inset 0 0 5rem #188105;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEoh5KkXE .row {
    padding: 50px 10px;
  }
}
.cid-uHEoh5KkXE .row .card {
  padding: 0;
}
.cid-uHEoh5KkXE .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEoh5KkXE .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uHEoh5KkXE .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHEoh5KkXE .mbr-section-title span {
  opacity: .5;
}
.cid-uHEoh7z0q8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEoh7z0q8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEoh7z0q8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEoh7z0q8 .container {
    padding: 10px 8px;
  }
}
.cid-uHEoh7z0q8 .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEoh7z0q8 .row {
    padding: 50px 10px;
  }
}
.cid-uHEoh7z0q8 .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEoh7z0q8 .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEoh7z0q8 .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHEoh7z0q8 .mbr-section-title span {
  opacity: .5;
}
.cid-uHEoh7z0q8 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHEoh7z0q8 .items-wrapper {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uHEoh7z0q8 .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHEoh7z0q8 .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHEoh7z0q8 .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHEoh7z0q8 .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHEoh7z0q8 .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHEoh7z0q8 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHEoh7z0q8 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEoh7z0q8 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHEoh7z0q8 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHEoh7z0q8 .image-wrapper {
  margin-left: 20px;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHEoh7z0q8 .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHEoh7z0q8 .image-wrapper {
    margin: 0;
  }
}
.cid-uHEoh7z0q8 .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHEoh7z0q8 .image-wrapper img {
    height: 300px;
  }
}
.cid-uHEoh7z0q8 .card-title {
  color: #222222;
}
.cid-uHEoh7z0q8 .card-text {
  color: #222222;
}
.cid-uHEohqaIti {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEohqaIti .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEohqaIti .container {
    padding: 10px 8px;
  }
}
.cid-uHEohqaIti .row {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEohqaIti .row {
    padding: 50px 10px;
  }
}
.cid-uHEohqaIti .row .card {
  padding: 0;
}
.cid-uHEohqaIti .item:focus,
.cid-uHEohqaIti span:focus {
  outline: none;
}
.cid-uHEohqaIti .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uHEohqaIti .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHEohqaIti .embla__slide .slide-content {
  width: 100%;
}
.cid-uHEohqaIti .embla__slide .slide-content .item-wrapper .item-img img {
  height: 440px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uHEohqaIti .embla__button--next,
.cid-uHEohqaIti .embla__button--prev {
  display: flex;
}
.cid-uHEohqaIti .embla__button {
  bottom: -4.5rem;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-image: linear-gradient(45deg, #3283fb 0, #73abff 98%);
  color: #ffffff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uHEohqaIti .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHEohqaIti .embla__button:hover {
  transform: scale(1.15);
}
.cid-uHEohqaIti .embla__button.embla__button--prev {
  right: 6rem;
  margin-left: 2.5rem;
}
.cid-uHEohqaIti .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHEohqaIti .embla {
  position: relative;
  width: 100%;
}
.cid-uHEohqaIti .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 25px;
}
.cid-uHEohqaIti .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHEohqaIti .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHEohqaIti .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHEohsqdDo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #188105;
}
.cid-uHEohsqdDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEohsqdDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEohsqdDo .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEohsqdDo .container {
    padding: 10px 8px;
  }
}
.cid-uHEohsqdDo .row-main {
  border-radius: 25px;
  background-color: #7cec68;
  padding: 40px 32px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uHEohsqdDo .row-main {
    padding: 40px 2px;
  }
}
.cid-uHEohsqdDo .row-main .card {
  padding: 0 8px;
}
.cid-uHEohsqdDo .mbr-section-title {
  margin-bottom: 16px;
  color: #222222;
}
.cid-uHEohsqdDo .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
  color: #222222;
}
.cid-uHEohsqdDo .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-uHEohsqdDo .list-wrapper {
    display: block;
  }
}
.cid-uHEohsqdDo .list-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uHEohsqdDo .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHEohsqdDo .list-wrapper .list .item-wrap:hover,
.cid-uHEohsqdDo .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uHEohsqdDo .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHEohsqdDo .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHEohsqdDo .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
.cid-uHEohsqdDo .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uHEohsqdDo .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uHEohsqdDo .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHEohsqdDo .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #3283fb;
  border: 1px solid #3283fb;
  color: #ffffff;
}
.cid-uHEohsqdDo .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  transition: all 0.3s ease-in-out;
}
.cid-uHEohsqdDo .contacts-wrapper {
  margin-bottom: 20px;
}
.cid-uHEohsqdDo .contacts-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uHEohsqdDo .contacts-wrapper a {
  display: block;
}
.cid-uHEohsqdDo .contacts-wrapper a:hover .mbr-contact,
.cid-uHEohsqdDo .contacts-wrapper a:focus .mbr-contact {
  opacity: .5;
}
.cid-uHEohsqdDo .contacts-wrapper a .mbr-contact {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEohsqdDo .contacts-wrapper .mbr-contact-desc {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uHEohsqdDo .mbr-section-btn .btn {
    padding: 35px 50px;
  }
}
.cid-uHEohsqdDo .row-copy {
  background-color: transparent;
  border-radius: 0;
  padding: 40px 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uHEohsqdDo .row-copy {
    padding: 40px 2px;
  }
}
.cid-uHEohsqdDo .row-copy .card {
  padding: 0 8px;
}
.cid-uHEohsqdDo .row-copy .card .mbr-copy {
  margin-bottom: 0;
}
.cid-uHEohsqdDo .list {
  color: #222222;
}
.cid-uHEohsqdDo .mbr-contact {
  color: #222222;
}
.cid-uHEohsqdDo .mbr-contact-desc {
  color: #222222;
}
.cid-uHEohsqdDo .mbr-copy {
  color: #000000;
}
.cid-uHEolekUqA {
  background-color: transparent;
}
.cid-uHEolekUqA .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uHEolekUqA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uHEolekUqA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHEolekUqA .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHEolekUqA .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHEolekUqA .menu_box .navbar.opened,
  .cid-uHEolekUqA .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHEolekUqA .navbar-dropdown {
  position: relative !important;
}
.cid-uHEolekUqA .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uHEolekUqA .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHEolekUqA .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHEolekUqA .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHEolekUqA .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHEolekUqA .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-uHEolekUqA .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHEolekUqA .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHEolekUqA .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHEolekUqA .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHEolekUqA .offcanvas-body .mbr-text,
  .cid-uHEolekUqA .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHEolekUqA .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHEolekUqA .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHEolekUqA .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-uHEolekUqA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHEolekUqA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHEolekUqA .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHEolekUqA .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHEolekUqA ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHEolekUqA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHEolekUqA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHEolekUqA .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHEolekUqA li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHEolekUqA .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHEolekUqA .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #e2e7f8;
    border-radius: 25px;
  }
}
.cid-uHEolekUqA .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHEolekUqA .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHEolekUqA .nav-item {
    margin: 0 !important;
  }
}
.cid-uHEolekUqA .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  opacity: .5;
}
.cid-uHEolekUqA .nav-item .nav-link:hover,
.cid-uHEolekUqA .nav-item .nav-link:focus {
  color: #3283fb !important;
  opacity: 1;
}
.cid-uHEolekUqA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHEolekUqA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHEolekUqA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHEolekUqA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHEolekUqA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uHEolekUqA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHEolekUqA .offcanvas_box {
    display: none;
  }
}
.cid-uHEolekUqA .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHEolekUqA .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHEolekUqA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHEolekUqA .container {
  display: flex;
  margin: auto;
}
.cid-uHEolekUqA .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHEolekUqA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHEolekUqA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHEolekUqA .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHEolekUqA .navbar-nav {
    margin: 0;
  }
}
.cid-uHEolekUqA .dropdown-menu,
.cid-uHEolekUqA .navbar.opened {
  background-color: false !important;
}
.cid-uHEolekUqA .nav-item:focus,
.cid-uHEolekUqA .nav-link:focus {
  outline: none;
}
.cid-uHEolekUqA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHEolekUqA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHEolekUqA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHEolekUqA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHEolekUqA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHEolekUqA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHEolekUqA .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHEolekUqA .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHEolekUqA .navbar.opened {
  transition: all 0.3s;
}
.cid-uHEolekUqA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHEolekUqA .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHEolekUqA .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHEolekUqA .navbar.collapsed {
  justify-content: center;
}
.cid-uHEolekUqA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHEolekUqA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHEolekUqA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHEolekUqA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHEolekUqA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHEolekUqA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHEolekUqA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHEolekUqA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHEolekUqA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHEolekUqA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHEolekUqA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHEolekUqA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHEolekUqA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHEolekUqA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHEolekUqA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHEolekUqA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHEolekUqA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHEolekUqA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHEolekUqA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHEolekUqA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHEolekUqA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHEolekUqA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHEolekUqA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHEolekUqA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHEolekUqA .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-uHEolekUqA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHEolekUqA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHEolekUqA .dropdown-item.active,
.cid-uHEolekUqA .dropdown-item:active {
  background-color: transparent;
}
.cid-uHEolekUqA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uHEolekUqA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHEolekUqA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHEolekUqA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHEolekUqA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHEolekUqA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHEolekUqA button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #49c533;
}
.cid-uHEolekUqA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uHEolekUqA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHEolekUqA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHEolekUqA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHEolekUqA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHEolekUqA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHEolekUqA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHEolekUqA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHEolekUqA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHEolekUqA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHEolekUqA .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-uHEolekUqA .navbar {
    height: 70px;
  }
  .cid-uHEolekUqA .navbar.opened {
    height: auto;
  }
  .cid-uHEolekUqA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHEolekUqA .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uHEolekUqA .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uHEolekUqA .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHEolekUqA .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHEolekUqA .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-uHEolekUqA .navbar-caption:hover {
  color: #3283fb;
}
@media (min-width: 992px) {
  .cid-uHEolekUqA .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHEolekUqA .text_widget {
  margin-bottom: 32px;
}
.cid-uHEolekUqA .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHEolekUqA .text_widget a:hover,
.cid-uHEolekUqA .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-uHEolekUqA .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: 100%;
  }
}
.cid-uHEolekUqA .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHEolekUqA .navbar-caption {
  color: #222222;
}
.cid-uHEolekUqA .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHEolekUqA .mbr-section-subtitle,
.cid-uHEolekUqA .text_widget,
.cid-uHEolekUqA .mbr-section-btn {
  text-align: center;
}
.cid-uHEolekUqA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHEolgofPu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEolgofPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEolgofPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEolgofPu .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEolgofPu .container {
    padding: 10px 8px;
  }
}
.cid-uHEolgofPu .row {
  border-radius: 25px;
  background-color: #7cec68;
  padding: 100px 40px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
  box-shadow: inset -60px 0 30rem #188105;
}
@media (max-width: 768px) {
  .cid-uHEolgofPu .row {
    padding: 50px 10px 40px;
  }
}
.cid-uHEolgofPu .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEolgofPu .image-wrapper {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uHEolgofPu .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uHEolgofPu .image-wrapper img {
  height: 650px;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHEolgofPu .image-wrapper img {
    height: 350px;
  }
}
.cid-uHEolgofPu .image-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cid-uHEolgofPu .image-wrapper .icon-wrapper .mbr-iconfont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #f85f32;
  transform: rotate(-20deg);
  pointer-events: visible;
}
.cid-uHEolgofPu .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  left: auto;
  right: 0;
  background-color: #e354e3;
  transform: rotate(20deg);
}
.cid-uHEolgofPu .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  top: auto;
  bottom: 0;
  background-color: #715edb;
  transform: rotate(-20deg);
}
@media (max-width: 768px) {
  .cid-uHEolgofPu .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.cid-uHEolgofPu .content-wrapper .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHEolgofPu .content-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uHEolgofPu .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHEolgofPu .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHEolgofPu .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-uHEolgofPu .content-wrapper .mbr-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uHEolgofPu .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uHEolgofPu .mbr-section-title {
  color: #ffffff;
}
.cid-uHEolgofPu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHEolgofPu .mbr-text {
  color: #ffffff;
}
.cid-uHEolgofPu .mbr-section-title,
.cid-uHEolgofPu .mbr-section-btn {
  color: #ffffff;
}
.cid-uHEoli5ic6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHEoli5ic6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEoli5ic6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEoli5ic6 .container {
    padding: 0 30px;
  }
}
.cid-uHEoli5ic6 .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uHEoli5ic6 .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uHEoli5ic6 .content-wrapper {
    padding: 0;
  }
}
.cid-uHEoli5ic6 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHEoli5ic6 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHEoli5ic6 .mbr-figure {
  position: relative;
}
.cid-uHEoli5ic6 .mbr-figure::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(45deg, #49c533 50%, #188105 50%);
  z-index: 10;
}
@media (max-width: 992px) {
  .cid-uHEoli5ic6 .mbr-figure::before {
    width: 50px;
    height: 50px;
  }
}
.cid-uHEoli5ic6 .mbr-section-title {
  color: #254b45;
}
.cid-uHEolLcKj7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEolLcKj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEolLcKj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEolLcKj7 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEolLcKj7 .container {
    padding: 10px 8px;
  }
}
.cid-uHEolLcKj7 .row {
  border-radius: 25px;
  background-color: #49c533;
  box-shadow: inset 0 0 5rem #188105;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEolLcKj7 .row {
    padding: 50px 10px;
  }
}
.cid-uHEolLcKj7 .row .card {
  padding: 0;
}
.cid-uHEolLcKj7 .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEolLcKj7 .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uHEolLcKj7 .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHEolLcKj7 .mbr-section-title span {
  opacity: .5;
}
.cid-uHEolN74FA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEolN74FA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEolN74FA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEolN74FA .container {
    padding: 10px 8px;
  }
}
.cid-uHEolN74FA .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEolN74FA .row {
    padding: 50px 10px;
  }
}
.cid-uHEolN74FA .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEolN74FA .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEolN74FA .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHEolN74FA .mbr-section-title span {
  opacity: .5;
}
.cid-uHEolN74FA .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHEolN74FA .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHEolN74FA .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHEolN74FA .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHEolN74FA .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHEolN74FA .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHEolN74FA .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHEolN74FA .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEolN74FA .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHEolN74FA .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHEolN74FA .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHEolN74FA .image-wrapper {
    margin: 0;
  }
}
.cid-uHEolN74FA .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHEolN74FA .image-wrapper img {
    height: 300px;
  }
}
.cid-uHEolN74FA .card-title {
  color: #222222;
}
.cid-uHEolN74FA .card-text {
  color: #222222;
}
.cid-uHEolPfInU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEolPfInU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEolPfInU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEolPfInU .container {
    padding: 10px 8px;
  }
}
.cid-uHEolPfInU .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEolPfInU .row {
    padding: 50px 10px;
  }
}
.cid-uHEolPfInU .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEolPfInU .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEolPfInU .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHEolPfInU .mbr-section-title span {
  opacity: .5;
}
.cid-uHEolPfInU .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHEolPfInU .items-wrapper {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uHEolPfInU .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHEolPfInU .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHEolPfInU .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHEolPfInU .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHEolPfInU .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHEolPfInU .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHEolPfInU .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEolPfInU .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHEolPfInU .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHEolPfInU .image-wrapper {
  margin-left: 20px;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHEolPfInU .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHEolPfInU .image-wrapper {
    margin: 0;
  }
}
.cid-uHEolPfInU .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHEolPfInU .image-wrapper img {
    height: 300px;
  }
}
.cid-uHEolPfInU .card-title {
  color: #222222;
}
.cid-uHEolPfInU .card-text {
  color: #222222;
}
.cid-uHEolRkiX7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEolRkiX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEolRkiX7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEolRkiX7 .container {
    padding: 10px 8px;
  }
}
.cid-uHEolRkiX7 .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEolRkiX7 .row {
    padding: 50px 10px;
  }
}
.cid-uHEolRkiX7 .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEolRkiX7 .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEolRkiX7 .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHEolRkiX7 .mbr-section-title span {
  opacity: .5;
}
.cid-uHEolRkiX7 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHEolRkiX7 .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHEolRkiX7 .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHEolRkiX7 .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHEolRkiX7 .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHEolRkiX7 .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHEolRkiX7 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHEolRkiX7 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEolRkiX7 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHEolRkiX7 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHEolRkiX7 .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHEolRkiX7 .image-wrapper {
    margin: 0;
  }
}
.cid-uHEolRkiX7 .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHEolRkiX7 .image-wrapper img {
    height: 300px;
  }
}
.cid-uHEolRkiX7 .card-title {
  color: #222222;
}
.cid-uHEolRkiX7 .card-text {
  color: #222222;
}
.cid-uHEolToL8l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEolToL8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEolToL8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEolToL8l .container {
    padding: 10px 8px;
  }
}
.cid-uHEolToL8l .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEolToL8l .row {
    padding: 50px 10px;
  }
}
.cid-uHEolToL8l .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEolToL8l .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEolToL8l .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHEolToL8l .mbr-section-title span {
  opacity: .5;
}
.cid-uHEolToL8l .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHEolToL8l .items-wrapper {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uHEolToL8l .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHEolToL8l .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHEolToL8l .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHEolToL8l .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHEolToL8l .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHEolToL8l .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHEolToL8l .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEolToL8l .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHEolToL8l .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHEolToL8l .image-wrapper {
  margin-left: 20px;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHEolToL8l .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHEolToL8l .image-wrapper {
    margin: 0;
  }
}
.cid-uHEolToL8l .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHEolToL8l .image-wrapper img {
    height: 300px;
  }
}
.cid-uHEolToL8l .card-title {
  color: #222222;
}
.cid-uHEolToL8l .card-text {
  color: #222222;
}
.cid-uHEolVyOsJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEolVyOsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEolVyOsJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEolVyOsJ .container {
    padding: 10px 8px;
  }
}
.cid-uHEolVyOsJ .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEolVyOsJ .row {
    padding: 50px 10px;
  }
}
.cid-uHEolVyOsJ .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEolVyOsJ .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEolVyOsJ .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHEolVyOsJ .mbr-section-title span {
  opacity: .5;
}
.cid-uHEolVyOsJ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHEolVyOsJ .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHEolVyOsJ .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHEolVyOsJ .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHEolVyOsJ .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHEolVyOsJ .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHEolVyOsJ .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHEolVyOsJ .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEolVyOsJ .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHEolVyOsJ .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHEolVyOsJ .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHEolVyOsJ .image-wrapper {
    margin: 0;
  }
}
.cid-uHEolVyOsJ .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHEolVyOsJ .image-wrapper img {
    height: 300px;
  }
}
.cid-uHEolVyOsJ .card-title {
  color: #222222;
}
.cid-uHEolVyOsJ .card-text {
  color: #222222;
}
.cid-uHEom2jSoU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEom2jSoU .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEom2jSoU .container {
    padding: 10px 8px;
  }
}
.cid-uHEom2jSoU .row {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEom2jSoU .row {
    padding: 50px 10px;
  }
}
.cid-uHEom2jSoU .row .card {
  padding: 0;
}
.cid-uHEom2jSoU .item:focus,
.cid-uHEom2jSoU span:focus {
  outline: none;
}
.cid-uHEom2jSoU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uHEom2jSoU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHEom2jSoU .embla__slide .slide-content {
  width: 100%;
}
.cid-uHEom2jSoU .embla__slide .slide-content .item-wrapper .item-img img {
  height: 440px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uHEom2jSoU .embla__button--next,
.cid-uHEom2jSoU .embla__button--prev {
  display: flex;
}
.cid-uHEom2jSoU .embla__button {
  bottom: -4.5rem;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-image: linear-gradient(45deg, #3283fb 0, #73abff 98%);
  color: #ffffff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uHEom2jSoU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHEom2jSoU .embla__button:hover {
  transform: scale(1.15);
}
.cid-uHEom2jSoU .embla__button.embla__button--prev {
  right: 6rem;
  margin-left: 2.5rem;
}
.cid-uHEom2jSoU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHEom2jSoU .embla {
  position: relative;
  width: 100%;
}
.cid-uHEom2jSoU .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 25px;
}
.cid-uHEom2jSoU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHEom2jSoU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHEom2jSoU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHEom4AeCg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #188105;
}
.cid-uHEom4AeCg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEom4AeCg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEom4AeCg .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEom4AeCg .container {
    padding: 10px 8px;
  }
}
.cid-uHEom4AeCg .row-main {
  border-radius: 25px;
  background-color: #7cec68;
  padding: 40px 32px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uHEom4AeCg .row-main {
    padding: 40px 2px;
  }
}
.cid-uHEom4AeCg .row-main .card {
  padding: 0 8px;
}
.cid-uHEom4AeCg .mbr-section-title {
  margin-bottom: 16px;
  color: #222222;
}
.cid-uHEom4AeCg .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
  color: #222222;
}
.cid-uHEom4AeCg .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-uHEom4AeCg .list-wrapper {
    display: block;
  }
}
.cid-uHEom4AeCg .list-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uHEom4AeCg .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHEom4AeCg .list-wrapper .list .item-wrap:hover,
.cid-uHEom4AeCg .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uHEom4AeCg .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHEom4AeCg .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHEom4AeCg .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
.cid-uHEom4AeCg .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uHEom4AeCg .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uHEom4AeCg .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHEom4AeCg .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #3283fb;
  border: 1px solid #3283fb;
  color: #ffffff;
}
.cid-uHEom4AeCg .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  transition: all 0.3s ease-in-out;
}
.cid-uHEom4AeCg .contacts-wrapper {
  margin-bottom: 20px;
}
.cid-uHEom4AeCg .contacts-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uHEom4AeCg .contacts-wrapper a {
  display: block;
}
.cid-uHEom4AeCg .contacts-wrapper a:hover .mbr-contact,
.cid-uHEom4AeCg .contacts-wrapper a:focus .mbr-contact {
  opacity: .5;
}
.cid-uHEom4AeCg .contacts-wrapper a .mbr-contact {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEom4AeCg .contacts-wrapper .mbr-contact-desc {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uHEom4AeCg .mbr-section-btn .btn {
    padding: 35px 50px;
  }
}
.cid-uHEom4AeCg .row-copy {
  background-color: transparent;
  border-radius: 0;
  padding: 40px 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uHEom4AeCg .row-copy {
    padding: 40px 2px;
  }
}
.cid-uHEom4AeCg .row-copy .card {
  padding: 0 8px;
}
.cid-uHEom4AeCg .row-copy .card .mbr-copy {
  margin-bottom: 0;
}
.cid-uHEom4AeCg .list {
  color: #222222;
}
.cid-uHEom4AeCg .mbr-contact {
  color: #222222;
}
.cid-uHEom4AeCg .mbr-contact-desc {
  color: #222222;
}
.cid-uHEom4AeCg .mbr-copy {
  color: #000000;
}
.cid-uHEopfk4AJ {
  background-color: transparent;
}
.cid-uHEopfk4AJ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uHEopfk4AJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uHEopfk4AJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHEopfk4AJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHEopfk4AJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHEopfk4AJ .menu_box .navbar.opened,
  .cid-uHEopfk4AJ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHEopfk4AJ .navbar-dropdown {
  position: relative !important;
}
.cid-uHEopfk4AJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uHEopfk4AJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHEopfk4AJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHEopfk4AJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHEopfk4AJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHEopfk4AJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-uHEopfk4AJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHEopfk4AJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHEopfk4AJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHEopfk4AJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHEopfk4AJ .offcanvas-body .mbr-text,
  .cid-uHEopfk4AJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHEopfk4AJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHEopfk4AJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHEopfk4AJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-uHEopfk4AJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHEopfk4AJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHEopfk4AJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHEopfk4AJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHEopfk4AJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHEopfk4AJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHEopfk4AJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHEopfk4AJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHEopfk4AJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHEopfk4AJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHEopfk4AJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #e2e7f8;
    border-radius: 25px;
  }
}
.cid-uHEopfk4AJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHEopfk4AJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHEopfk4AJ .nav-item {
    margin: 0 !important;
  }
}
.cid-uHEopfk4AJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  opacity: .5;
}
.cid-uHEopfk4AJ .nav-item .nav-link:hover,
.cid-uHEopfk4AJ .nav-item .nav-link:focus {
  color: #3283fb !important;
  opacity: 1;
}
.cid-uHEopfk4AJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHEopfk4AJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHEopfk4AJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHEopfk4AJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHEopfk4AJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uHEopfk4AJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHEopfk4AJ .offcanvas_box {
    display: none;
  }
}
.cid-uHEopfk4AJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHEopfk4AJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHEopfk4AJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHEopfk4AJ .container {
  display: flex;
  margin: auto;
}
.cid-uHEopfk4AJ .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHEopfk4AJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHEopfk4AJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHEopfk4AJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHEopfk4AJ .navbar-nav {
    margin: 0;
  }
}
.cid-uHEopfk4AJ .dropdown-menu,
.cid-uHEopfk4AJ .navbar.opened {
  background-color: false !important;
}
.cid-uHEopfk4AJ .nav-item:focus,
.cid-uHEopfk4AJ .nav-link:focus {
  outline: none;
}
.cid-uHEopfk4AJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHEopfk4AJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHEopfk4AJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHEopfk4AJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHEopfk4AJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHEopfk4AJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHEopfk4AJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHEopfk4AJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHEopfk4AJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uHEopfk4AJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHEopfk4AJ .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHEopfk4AJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHEopfk4AJ .navbar.collapsed {
  justify-content: center;
}
.cid-uHEopfk4AJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHEopfk4AJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHEopfk4AJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHEopfk4AJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHEopfk4AJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHEopfk4AJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHEopfk4AJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHEopfk4AJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHEopfk4AJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHEopfk4AJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHEopfk4AJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHEopfk4AJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHEopfk4AJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHEopfk4AJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHEopfk4AJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHEopfk4AJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHEopfk4AJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHEopfk4AJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHEopfk4AJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHEopfk4AJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHEopfk4AJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHEopfk4AJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHEopfk4AJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHEopfk4AJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHEopfk4AJ .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-uHEopfk4AJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHEopfk4AJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHEopfk4AJ .dropdown-item.active,
.cid-uHEopfk4AJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uHEopfk4AJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uHEopfk4AJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHEopfk4AJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHEopfk4AJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHEopfk4AJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHEopfk4AJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHEopfk4AJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #49c533;
}
.cid-uHEopfk4AJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uHEopfk4AJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHEopfk4AJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHEopfk4AJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHEopfk4AJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHEopfk4AJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHEopfk4AJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHEopfk4AJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHEopfk4AJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHEopfk4AJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHEopfk4AJ .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-uHEopfk4AJ .navbar {
    height: 70px;
  }
  .cid-uHEopfk4AJ .navbar.opened {
    height: auto;
  }
  .cid-uHEopfk4AJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHEopfk4AJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uHEopfk4AJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uHEopfk4AJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHEopfk4AJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHEopfk4AJ .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-uHEopfk4AJ .navbar-caption:hover {
  color: #3283fb;
}
@media (min-width: 992px) {
  .cid-uHEopfk4AJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHEopfk4AJ .text_widget {
  margin-bottom: 32px;
}
.cid-uHEopfk4AJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHEopfk4AJ .text_widget a:hover,
.cid-uHEopfk4AJ .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-uHEopfk4AJ .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: 100%;
  }
}
.cid-uHEopfk4AJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHEopfk4AJ .navbar-caption {
  color: #222222;
}
.cid-uHEopfk4AJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHEopfk4AJ .mbr-section-subtitle,
.cid-uHEopfk4AJ .text_widget,
.cid-uHEopfk4AJ .mbr-section-btn {
  text-align: center;
}
.cid-uHEopfk4AJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHEophxZBb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEophxZBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEophxZBb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEophxZBb .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEophxZBb .container {
    padding: 10px 8px;
  }
}
.cid-uHEophxZBb .row {
  border-radius: 25px;
  background-color: #7cec68;
  padding: 100px 40px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
  box-shadow: inset -60px 0 30rem #188105;
}
@media (max-width: 768px) {
  .cid-uHEophxZBb .row {
    padding: 50px 10px 40px;
  }
}
.cid-uHEophxZBb .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEophxZBb .image-wrapper {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uHEophxZBb .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uHEophxZBb .image-wrapper img {
  height: 650px;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHEophxZBb .image-wrapper img {
    height: 350px;
  }
}
.cid-uHEophxZBb .image-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cid-uHEophxZBb .image-wrapper .icon-wrapper .mbr-iconfont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #f85f32;
  transform: rotate(-20deg);
  pointer-events: visible;
}
.cid-uHEophxZBb .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  left: auto;
  right: 0;
  background-color: #e354e3;
  transform: rotate(20deg);
}
.cid-uHEophxZBb .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  top: auto;
  bottom: 0;
  background-color: #715edb;
  transform: rotate(-20deg);
}
@media (max-width: 768px) {
  .cid-uHEophxZBb .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.cid-uHEophxZBb .content-wrapper .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHEophxZBb .content-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uHEophxZBb .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHEophxZBb .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHEophxZBb .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-uHEophxZBb .content-wrapper .mbr-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uHEophxZBb .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uHEophxZBb .mbr-section-title {
  color: #ffffff;
}
.cid-uHEophxZBb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHEophxZBb .mbr-text {
  color: #ffffff;
}
.cid-uHEophxZBb .mbr-section-title,
.cid-uHEophxZBb .mbr-section-btn {
  color: #ffffff;
}
.cid-uHEopj8JsA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHEopj8JsA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEopj8JsA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEopj8JsA .container {
    padding: 0 30px;
  }
}
.cid-uHEopj8JsA .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uHEopj8JsA .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uHEopj8JsA .content-wrapper {
    padding: 0;
  }
}
.cid-uHEopj8JsA .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHEopj8JsA .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHEopj8JsA .mbr-figure {
  position: relative;
}
.cid-uHEopj8JsA .mbr-figure::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(45deg, #49c533 50%, #188105 50%);
  z-index: 10;
}
@media (max-width: 992px) {
  .cid-uHEopj8JsA .mbr-figure::before {
    width: 50px;
    height: 50px;
  }
}
.cid-uHEopj8JsA .mbr-section-title {
  color: #254b45;
}
.cid-uHEqvz8hSA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEqvz8hSA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEqvz8hSA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEqvz8hSA .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEqvz8hSA .container {
    padding: 10px 8px;
  }
}
.cid-uHEqvz8hSA .row {
  border-radius: 25px;
  background-color: #49c533;
  box-shadow: inset 0 0 5rem #188105;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEqvz8hSA .row {
    padding: 50px 10px;
  }
}
.cid-uHEqvz8hSA .row .card {
  padding: 0;
}
.cid-uHEqvz8hSA .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEqvz8hSA .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uHEqvz8hSA .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHEqvz8hSA .mbr-section-title span {
  opacity: .5;
}
.cid-uHEqwoh7iY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEqwoh7iY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEqwoh7iY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEqwoh7iY .container {
    padding: 10px 8px;
  }
}
.cid-uHEqwoh7iY .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEqwoh7iY .row {
    padding: 50px 10px;
  }
}
.cid-uHEqwoh7iY .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEqwoh7iY .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEqwoh7iY .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHEqwoh7iY .mbr-section-title span {
  opacity: .5;
}
.cid-uHEqwoh7iY .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHEqwoh7iY .items-wrapper {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uHEqwoh7iY .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHEqwoh7iY .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHEqwoh7iY .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHEqwoh7iY .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHEqwoh7iY .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHEqwoh7iY .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHEqwoh7iY .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEqwoh7iY .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHEqwoh7iY .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHEqwoh7iY .image-wrapper {
  margin-left: 20px;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHEqwoh7iY .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHEqwoh7iY .image-wrapper {
    margin: 0;
  }
}
.cid-uHEqwoh7iY .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHEqwoh7iY .image-wrapper img {
    height: 300px;
  }
}
.cid-uHEqwoh7iY .card-title {
  color: #222222;
}
.cid-uHEqwoh7iY .card-text {
  color: #222222;
}
.cid-uHEqx9MS4b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEqx9MS4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEqx9MS4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEqx9MS4b .container {
    padding: 10px 8px;
  }
}
.cid-uHEqx9MS4b .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEqx9MS4b .row {
    padding: 50px 10px;
  }
}
.cid-uHEqx9MS4b .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEqx9MS4b .mbr-section-title {
  margin-bottom: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEqx9MS4b .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHEqx9MS4b .mbr-section-title span {
  opacity: .5;
}
.cid-uHEqx9MS4b .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uHEqx9MS4b .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uHEqx9MS4b .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uHEqx9MS4b .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uHEqx9MS4b .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uHEqx9MS4b .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uHEqx9MS4b .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uHEqx9MS4b .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEqx9MS4b .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uHEqx9MS4b .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uHEqx9MS4b .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uHEqx9MS4b .image-wrapper {
    margin: 0;
  }
}
.cid-uHEqx9MS4b .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uHEqx9MS4b .image-wrapper img {
    height: 300px;
  }
}
.cid-uHEqx9MS4b .card-title {
  color: #222222;
}
.cid-uHEqx9MS4b .card-text {
  color: #222222;
}
.cid-uHEoq71qXP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEoq71qXP .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEoq71qXP .container {
    padding: 10px 8px;
  }
}
.cid-uHEoq71qXP .row {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEoq71qXP .row {
    padding: 50px 10px;
  }
}
.cid-uHEoq71qXP .row .card {
  padding: 0;
}
.cid-uHEoq71qXP .item:focus,
.cid-uHEoq71qXP span:focus {
  outline: none;
}
.cid-uHEoq71qXP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uHEoq71qXP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHEoq71qXP .embla__slide .slide-content {
  width: 100%;
}
.cid-uHEoq71qXP .embla__slide .slide-content .item-wrapper .item-img img {
  height: 440px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uHEoq71qXP .embla__button--next,
.cid-uHEoq71qXP .embla__button--prev {
  display: flex;
}
.cid-uHEoq71qXP .embla__button {
  bottom: -4.5rem;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-image: linear-gradient(45deg, #3283fb 0, #73abff 98%);
  color: #ffffff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uHEoq71qXP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHEoq71qXP .embla__button:hover {
  transform: scale(1.15);
}
.cid-uHEoq71qXP .embla__button.embla__button--prev {
  right: 6rem;
  margin-left: 2.5rem;
}
.cid-uHEoq71qXP .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHEoq71qXP .embla {
  position: relative;
  width: 100%;
}
.cid-uHEoq71qXP .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 25px;
}
.cid-uHEoq71qXP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHEoq71qXP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHEoq71qXP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHEoqaqX9N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #188105;
}
.cid-uHEoqaqX9N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEoqaqX9N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEoqaqX9N .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEoqaqX9N .container {
    padding: 10px 8px;
  }
}
.cid-uHEoqaqX9N .row-main {
  border-radius: 25px;
  background-color: #7cec68;
  padding: 40px 32px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uHEoqaqX9N .row-main {
    padding: 40px 2px;
  }
}
.cid-uHEoqaqX9N .row-main .card {
  padding: 0 8px;
}
.cid-uHEoqaqX9N .mbr-section-title {
  margin-bottom: 16px;
  color: #222222;
}
.cid-uHEoqaqX9N .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
  color: #222222;
}
.cid-uHEoqaqX9N .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-uHEoqaqX9N .list-wrapper {
    display: block;
  }
}
.cid-uHEoqaqX9N .list-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uHEoqaqX9N .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHEoqaqX9N .list-wrapper .list .item-wrap:hover,
.cid-uHEoqaqX9N .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uHEoqaqX9N .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHEoqaqX9N .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHEoqaqX9N .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
.cid-uHEoqaqX9N .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uHEoqaqX9N .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uHEoqaqX9N .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHEoqaqX9N .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #3283fb;
  border: 1px solid #3283fb;
  color: #ffffff;
}
.cid-uHEoqaqX9N .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  transition: all 0.3s ease-in-out;
}
.cid-uHEoqaqX9N .contacts-wrapper {
  margin-bottom: 20px;
}
.cid-uHEoqaqX9N .contacts-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uHEoqaqX9N .contacts-wrapper a {
  display: block;
}
.cid-uHEoqaqX9N .contacts-wrapper a:hover .mbr-contact,
.cid-uHEoqaqX9N .contacts-wrapper a:focus .mbr-contact {
  opacity: .5;
}
.cid-uHEoqaqX9N .contacts-wrapper a .mbr-contact {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEoqaqX9N .contacts-wrapper .mbr-contact-desc {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uHEoqaqX9N .mbr-section-btn .btn {
    padding: 35px 50px;
  }
}
.cid-uHEoqaqX9N .row-copy {
  background-color: transparent;
  border-radius: 0;
  padding: 40px 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uHEoqaqX9N .row-copy {
    padding: 40px 2px;
  }
}
.cid-uHEoqaqX9N .row-copy .card {
  padding: 0 8px;
}
.cid-uHEoqaqX9N .row-copy .card .mbr-copy {
  margin-bottom: 0;
}
.cid-uHEoqaqX9N .list {
  color: #222222;
}
.cid-uHEoqaqX9N .mbr-contact {
  color: #222222;
}
.cid-uHEoqaqX9N .mbr-contact-desc {
  color: #222222;
}
.cid-uHEoqaqX9N .mbr-copy {
  color: #000000;
}
.cid-uHEHZIvPge {
  background-color: transparent;
}
.cid-uHEHZIvPge .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uHEHZIvPge .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uHEHZIvPge .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHEHZIvPge .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHEHZIvPge .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHEHZIvPge .menu_box .navbar.opened,
  .cid-uHEHZIvPge .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHEHZIvPge .navbar-dropdown {
  position: relative !important;
}
.cid-uHEHZIvPge .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uHEHZIvPge .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHEHZIvPge .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHEHZIvPge .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHEHZIvPge .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHEHZIvPge .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-uHEHZIvPge .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHEHZIvPge .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHEHZIvPge .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHEHZIvPge .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHEHZIvPge .offcanvas-body .mbr-text,
  .cid-uHEHZIvPge .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHEHZIvPge .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHEHZIvPge .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHEHZIvPge .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-uHEHZIvPge .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHEHZIvPge .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHEHZIvPge .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHEHZIvPge .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHEHZIvPge ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHEHZIvPge .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHEHZIvPge .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHEHZIvPge .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHEHZIvPge li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHEHZIvPge .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHEHZIvPge .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #e2e7f8;
    border-radius: 25px;
  }
}
.cid-uHEHZIvPge .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHEHZIvPge .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHEHZIvPge .nav-item {
    margin: 0 !important;
  }
}
.cid-uHEHZIvPge .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  opacity: .5;
}
.cid-uHEHZIvPge .nav-item .nav-link:hover,
.cid-uHEHZIvPge .nav-item .nav-link:focus {
  color: #3283fb !important;
  opacity: 1;
}
.cid-uHEHZIvPge .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHEHZIvPge .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHEHZIvPge .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHEHZIvPge .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHEHZIvPge .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uHEHZIvPge .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHEHZIvPge .offcanvas_box {
    display: none;
  }
}
.cid-uHEHZIvPge .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHEHZIvPge .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHEHZIvPge .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHEHZIvPge .container {
  display: flex;
  margin: auto;
}
.cid-uHEHZIvPge .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHEHZIvPge .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHEHZIvPge .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHEHZIvPge .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHEHZIvPge .navbar-nav {
    margin: 0;
  }
}
.cid-uHEHZIvPge .dropdown-menu,
.cid-uHEHZIvPge .navbar.opened {
  background-color: false !important;
}
.cid-uHEHZIvPge .nav-item:focus,
.cid-uHEHZIvPge .nav-link:focus {
  outline: none;
}
.cid-uHEHZIvPge .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHEHZIvPge .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHEHZIvPge .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHEHZIvPge .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHEHZIvPge .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHEHZIvPge .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHEHZIvPge .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHEHZIvPge .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHEHZIvPge .navbar.opened {
  transition: all 0.3s;
}
.cid-uHEHZIvPge .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHEHZIvPge .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHEHZIvPge .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHEHZIvPge .navbar.collapsed {
  justify-content: center;
}
.cid-uHEHZIvPge .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHEHZIvPge .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHEHZIvPge .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHEHZIvPge .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHEHZIvPge .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHEHZIvPge .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHEHZIvPge .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHEHZIvPge .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHEHZIvPge .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHEHZIvPge .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHEHZIvPge .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHEHZIvPge .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHEHZIvPge .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHEHZIvPge .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHEHZIvPge .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHEHZIvPge .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHEHZIvPge .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHEHZIvPge .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHEHZIvPge .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHEHZIvPge .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHEHZIvPge .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHEHZIvPge .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHEHZIvPge .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHEHZIvPge .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHEHZIvPge .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-uHEHZIvPge .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHEHZIvPge .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHEHZIvPge .dropdown-item.active,
.cid-uHEHZIvPge .dropdown-item:active {
  background-color: transparent;
}
.cid-uHEHZIvPge .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uHEHZIvPge .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHEHZIvPge .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHEHZIvPge .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHEHZIvPge ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHEHZIvPge .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHEHZIvPge button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #49c533;
}
.cid-uHEHZIvPge button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uHEHZIvPge button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHEHZIvPge button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHEHZIvPge button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHEHZIvPge button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHEHZIvPge nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHEHZIvPge nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHEHZIvPge nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHEHZIvPge nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHEHZIvPge a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHEHZIvPge .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-uHEHZIvPge .navbar {
    height: 70px;
  }
  .cid-uHEHZIvPge .navbar.opened {
    height: auto;
  }
  .cid-uHEHZIvPge .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHEHZIvPge .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uHEHZIvPge .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uHEHZIvPge .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHEHZIvPge .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHEHZIvPge .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-uHEHZIvPge .navbar-caption:hover {
  color: #3283fb;
}
@media (min-width: 992px) {
  .cid-uHEHZIvPge .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHEHZIvPge .text_widget {
  margin-bottom: 32px;
}
.cid-uHEHZIvPge .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHEHZIvPge .text_widget a:hover,
.cid-uHEHZIvPge .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-uHEHZIvPge .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: 100%;
  }
}
.cid-uHEHZIvPge .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHEHZIvPge .navbar-caption {
  color: #222222;
}
.cid-uHEHZIvPge .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHEHZIvPge .mbr-section-subtitle,
.cid-uHEHZIvPge .text_widget,
.cid-uHEHZIvPge .mbr-section-btn {
  text-align: center;
}
.cid-uHEHZIvPge a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHEHZL8iKQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEHZL8iKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEHZL8iKQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEHZL8iKQ .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEHZL8iKQ .container {
    padding: 10px 8px;
  }
}
.cid-uHEHZL8iKQ .row {
  border-radius: 25px;
  background-color: #7cec68;
  padding: 100px 40px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
  box-shadow: inset -60px 0 30rem #188105;
}
@media (max-width: 768px) {
  .cid-uHEHZL8iKQ .row {
    padding: 50px 10px 40px;
  }
}
.cid-uHEHZL8iKQ .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEHZL8iKQ .image-wrapper {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uHEHZL8iKQ .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uHEHZL8iKQ .image-wrapper img {
  height: 650px;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHEHZL8iKQ .image-wrapper img {
    height: 350px;
  }
}
.cid-uHEHZL8iKQ .image-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cid-uHEHZL8iKQ .image-wrapper .icon-wrapper .mbr-iconfont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #f85f32;
  transform: rotate(-20deg);
  pointer-events: visible;
}
.cid-uHEHZL8iKQ .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  left: auto;
  right: 0;
  background-color: #e354e3;
  transform: rotate(20deg);
}
.cid-uHEHZL8iKQ .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  top: auto;
  bottom: 0;
  background-color: #715edb;
  transform: rotate(-20deg);
}
@media (max-width: 768px) {
  .cid-uHEHZL8iKQ .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.cid-uHEHZL8iKQ .content-wrapper .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHEHZL8iKQ .content-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uHEHZL8iKQ .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHEHZL8iKQ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHEHZL8iKQ .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-uHEHZL8iKQ .content-wrapper .mbr-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uHEHZL8iKQ .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uHEHZL8iKQ .mbr-section-title {
  color: #ffffff;
}
.cid-uHEHZL8iKQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHEHZL8iKQ .mbr-text {
  color: #ffffff;
}
.cid-uHEHZL8iKQ .mbr-section-title,
.cid-uHEHZL8iKQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uHEHZMP74k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEHZMP74k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEHZMP74k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEHZMP74k .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEHZMP74k .container {
    padding: 10px 8px;
  }
}
.cid-uHEHZMP74k .row {
  border-radius: 25px;
  background-color: #79ec64;
  box-shadow: inset 0 0 5rem #188105;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEHZMP74k .row {
    padding: 50px 10px;
  }
}
.cid-uHEHZMP74k .row .card {
  padding: 0;
}
.cid-uHEHZMP74k .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEHZMP74k .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uHEHZMP74k .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHEHZMP74k .mbr-section-title span {
  opacity: .5;
}
.cid-uHEJ3jVqtN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEJ3jVqtN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEJ3jVqtN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEJ3jVqtN .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEJ3jVqtN .container {
    padding: 10px 8px;
  }
}
.cid-uHEJ3jVqtN .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #73abff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEJ3jVqtN .row {
    padding: 50px 10px;
  }
}
.cid-uHEJ3jVqtN .row .card {
  padding: 0;
}
.cid-uHEJ3jVqtN .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEJ3jVqtN .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uHEJ3jVqtN .mbr-section-title {
  margin: 0;
  color: #bad6ff;
  text-align: center;
}
.cid-uHEJ3jVqtN .mbr-section-title span {
  opacity: .5;
}
.cid-uHEJ42JOHA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEJ42JOHA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEJ42JOHA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEJ42JOHA .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEJ42JOHA .container {
    padding: 10px 8px;
  }
}
.cid-uHEJ42JOHA .row {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEJ42JOHA .row {
    padding: 50px 2px;
  }
}
.cid-uHEJ42JOHA .row .card {
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-uHEJ42JOHA .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHEJ42JOHA .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #bad6ff;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #e1edff;
  margin-bottom: 0;
}
.cid-uHEJ42JOHA .mbr-section-title {
  margin-bottom: 0;
  padding-right: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEJ42JOHA .mbr-section-title {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-uHEJ42JOHA .mbr-section-title span {
  opacity: .5;
}
.cid-uHEJ42JOHA .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uHEJ42JOHA .text-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-uHEJ42JOHA .text-wrapper .mbr-text span {
  opacity: .5;
}
.cid-uHEJ42JOHA .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uHEJ42JOHA .text-wrapper .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-uHEJ42JOHA .text-wrapper .mbr-section-btn .btn {
    padding: 30px 50px;
  }
}
.cid-uHEJ42JOHA .mbr-desc {
  color: #3283fb;
}
.cid-uHEJcnwBAq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uHEJcnwBAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEJcnwBAq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEJcnwBAq .items-wrap {
  justify-content: space-between;
}
.cid-uHEJcnwBAq .title-wrapper {
  margin-bottom: 32px;
}
.cid-uHEJcnwBAq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHEJcnwBAq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHEJcnwBAq .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHEJcnwBAq .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uHEJcnwBAq .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uHEJcnwBAq .video-block {
    margin-bottom: 24px;
  }
}
.cid-uHEJcnwBAq .mbr-figure__img {
  object-fit: cover;
}
.cid-uHEJcnwBAq .app-video-wrapper::before {
  color: #e7ff34;
  box-shadow: none;
}
.cid-uHEJcnwBAq .mbr-section-title {
  color: #000000;
}
.cid-uHEJcnwBAq .mbr-text {
  color: #000000;
}
.cid-uHEI00tYMR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEI00tYMR .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEI00tYMR .container {
    padding: 10px 8px;
  }
}
.cid-uHEI00tYMR .row {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEI00tYMR .row {
    padding: 50px 10px;
  }
}
.cid-uHEI00tYMR .row .card {
  padding: 0;
}
.cid-uHEI00tYMR .item:focus,
.cid-uHEI00tYMR span:focus {
  outline: none;
}
.cid-uHEI00tYMR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uHEI00tYMR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHEI00tYMR .embla__slide .slide-content {
  width: 100%;
}
.cid-uHEI00tYMR .embla__slide .slide-content .item-wrapper .item-img img {
  height: 440px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uHEI00tYMR .embla__button--next,
.cid-uHEI00tYMR .embla__button--prev {
  display: flex;
}
.cid-uHEI00tYMR .embla__button {
  bottom: -4.5rem;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-image: linear-gradient(45deg, #3283fb 0, #73abff 98%);
  color: #ffffff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uHEI00tYMR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHEI00tYMR .embla__button:hover {
  transform: scale(1.15);
}
.cid-uHEI00tYMR .embla__button.embla__button--prev {
  right: 6rem;
  margin-left: 2.5rem;
}
.cid-uHEI00tYMR .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHEI00tYMR .embla {
  position: relative;
  width: 100%;
}
.cid-uHEI00tYMR .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 25px;
}
.cid-uHEI00tYMR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHEI00tYMR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHEI00tYMR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHEI02lFbV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #188105;
}
.cid-uHEI02lFbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEI02lFbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEI02lFbV .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEI02lFbV .container {
    padding: 10px 8px;
  }
}
.cid-uHEI02lFbV .row-main {
  border-radius: 25px;
  background-color: #7cec68;
  padding: 40px 32px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uHEI02lFbV .row-main {
    padding: 40px 2px;
  }
}
.cid-uHEI02lFbV .row-main .card {
  padding: 0 8px;
}
.cid-uHEI02lFbV .mbr-section-title {
  margin-bottom: 16px;
  color: #222222;
}
.cid-uHEI02lFbV .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
  color: #222222;
}
.cid-uHEI02lFbV .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-uHEI02lFbV .list-wrapper {
    display: block;
  }
}
.cid-uHEI02lFbV .list-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uHEI02lFbV .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHEI02lFbV .list-wrapper .list .item-wrap:hover,
.cid-uHEI02lFbV .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uHEI02lFbV .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHEI02lFbV .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHEI02lFbV .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
.cid-uHEI02lFbV .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uHEI02lFbV .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uHEI02lFbV .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHEI02lFbV .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #3283fb;
  border: 1px solid #3283fb;
  color: #ffffff;
}
.cid-uHEI02lFbV .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  transition: all 0.3s ease-in-out;
}
.cid-uHEI02lFbV .contacts-wrapper {
  margin-bottom: 20px;
}
.cid-uHEI02lFbV .contacts-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uHEI02lFbV .contacts-wrapper a {
  display: block;
}
.cid-uHEI02lFbV .contacts-wrapper a:hover .mbr-contact,
.cid-uHEI02lFbV .contacts-wrapper a:focus .mbr-contact {
  opacity: .5;
}
.cid-uHEI02lFbV .contacts-wrapper a .mbr-contact {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEI02lFbV .contacts-wrapper .mbr-contact-desc {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uHEI02lFbV .mbr-section-btn .btn {
    padding: 35px 50px;
  }
}
.cid-uHEI02lFbV .row-copy {
  background-color: transparent;
  border-radius: 0;
  padding: 40px 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uHEI02lFbV .row-copy {
    padding: 40px 2px;
  }
}
.cid-uHEI02lFbV .row-copy .card {
  padding: 0 8px;
}
.cid-uHEI02lFbV .row-copy .card .mbr-copy {
  margin-bottom: 0;
}
.cid-uHEI02lFbV .list {
  color: #222222;
}
.cid-uHEI02lFbV .mbr-contact {
  color: #222222;
}
.cid-uHEI02lFbV .mbr-contact-desc {
  color: #222222;
}
.cid-uHEI02lFbV .mbr-copy {
  color: #000000;
}
.cid-uHF4Teka7v {
  background-color: transparent;
}
.cid-uHF4Teka7v .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uHF4Teka7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uHF4Teka7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHF4Teka7v .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHF4Teka7v .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHF4Teka7v .menu_box .navbar.opened,
  .cid-uHF4Teka7v .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHF4Teka7v .navbar-dropdown {
  position: relative !important;
}
.cid-uHF4Teka7v .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uHF4Teka7v .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHF4Teka7v .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHF4Teka7v .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHF4Teka7v .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHF4Teka7v .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-uHF4Teka7v .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHF4Teka7v .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHF4Teka7v .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHF4Teka7v .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHF4Teka7v .offcanvas-body .mbr-text,
  .cid-uHF4Teka7v .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHF4Teka7v .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHF4Teka7v .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHF4Teka7v .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-uHF4Teka7v .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHF4Teka7v .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHF4Teka7v .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHF4Teka7v .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHF4Teka7v ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHF4Teka7v .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHF4Teka7v .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHF4Teka7v .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHF4Teka7v li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHF4Teka7v .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHF4Teka7v .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #e2e7f8;
    border-radius: 25px;
  }
}
.cid-uHF4Teka7v .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHF4Teka7v .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHF4Teka7v .nav-item {
    margin: 0 !important;
  }
}
.cid-uHF4Teka7v .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  opacity: .5;
}
.cid-uHF4Teka7v .nav-item .nav-link:hover,
.cid-uHF4Teka7v .nav-item .nav-link:focus {
  color: #3283fb !important;
  opacity: 1;
}
.cid-uHF4Teka7v .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHF4Teka7v .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHF4Teka7v .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHF4Teka7v .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHF4Teka7v .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uHF4Teka7v .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHF4Teka7v .offcanvas_box {
    display: none;
  }
}
.cid-uHF4Teka7v .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHF4Teka7v .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHF4Teka7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHF4Teka7v .container {
  display: flex;
  margin: auto;
}
.cid-uHF4Teka7v .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHF4Teka7v .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHF4Teka7v .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHF4Teka7v .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHF4Teka7v .navbar-nav {
    margin: 0;
  }
}
.cid-uHF4Teka7v .dropdown-menu,
.cid-uHF4Teka7v .navbar.opened {
  background-color: false !important;
}
.cid-uHF4Teka7v .nav-item:focus,
.cid-uHF4Teka7v .nav-link:focus {
  outline: none;
}
.cid-uHF4Teka7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHF4Teka7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHF4Teka7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHF4Teka7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHF4Teka7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHF4Teka7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHF4Teka7v .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHF4Teka7v .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHF4Teka7v .navbar.opened {
  transition: all 0.3s;
}
.cid-uHF4Teka7v .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHF4Teka7v .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHF4Teka7v .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHF4Teka7v .navbar.collapsed {
  justify-content: center;
}
.cid-uHF4Teka7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHF4Teka7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHF4Teka7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHF4Teka7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHF4Teka7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHF4Teka7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHF4Teka7v .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHF4Teka7v .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHF4Teka7v .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHF4Teka7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHF4Teka7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHF4Teka7v .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHF4Teka7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHF4Teka7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHF4Teka7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHF4Teka7v .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHF4Teka7v .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHF4Teka7v .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHF4Teka7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHF4Teka7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHF4Teka7v .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHF4Teka7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHF4Teka7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHF4Teka7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHF4Teka7v .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-uHF4Teka7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHF4Teka7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHF4Teka7v .dropdown-item.active,
.cid-uHF4Teka7v .dropdown-item:active {
  background-color: transparent;
}
.cid-uHF4Teka7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uHF4Teka7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHF4Teka7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHF4Teka7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHF4Teka7v ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHF4Teka7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHF4Teka7v button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #49c533;
}
.cid-uHF4Teka7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uHF4Teka7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHF4Teka7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHF4Teka7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHF4Teka7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHF4Teka7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHF4Teka7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHF4Teka7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHF4Teka7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHF4Teka7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHF4Teka7v .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-uHF4Teka7v .navbar {
    height: 70px;
  }
  .cid-uHF4Teka7v .navbar.opened {
    height: auto;
  }
  .cid-uHF4Teka7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHF4Teka7v .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uHF4Teka7v .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uHF4Teka7v .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHF4Teka7v .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHF4Teka7v .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-uHF4Teka7v .navbar-caption:hover {
  color: #3283fb;
}
@media (min-width: 992px) {
  .cid-uHF4Teka7v .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHF4Teka7v .text_widget {
  margin-bottom: 32px;
}
.cid-uHF4Teka7v .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHF4Teka7v .text_widget a:hover,
.cid-uHF4Teka7v .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-uHF4Teka7v .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: 100%;
  }
}
.cid-uHF4Teka7v .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHF4Teka7v .navbar-caption {
  color: #222222;
}
.cid-uHF4Teka7v .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHF4Teka7v .mbr-section-subtitle,
.cid-uHF4Teka7v .text_widget,
.cid-uHF4Teka7v .mbr-section-btn {
  text-align: center;
}
.cid-uHF4Teka7v a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHF4TgAQUO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHF4TgAQUO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHF4TgAQUO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHF4TgAQUO .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHF4TgAQUO .container {
    padding: 10px 8px;
  }
}
.cid-uHF4TgAQUO .row {
  border-radius: 25px;
  background-color: #7cec68;
  padding: 100px 40px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
  box-shadow: inset -60px 0 30rem #188105;
}
@media (max-width: 768px) {
  .cid-uHF4TgAQUO .row {
    padding: 50px 10px 40px;
  }
}
.cid-uHF4TgAQUO .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHF4TgAQUO .image-wrapper {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uHF4TgAQUO .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uHF4TgAQUO .image-wrapper img {
  height: 650px;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHF4TgAQUO .image-wrapper img {
    height: 350px;
  }
}
.cid-uHF4TgAQUO .image-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cid-uHF4TgAQUO .image-wrapper .icon-wrapper .mbr-iconfont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #f85f32;
  transform: rotate(-20deg);
  pointer-events: visible;
}
.cid-uHF4TgAQUO .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  left: auto;
  right: 0;
  background-color: #e354e3;
  transform: rotate(20deg);
}
.cid-uHF4TgAQUO .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  top: auto;
  bottom: 0;
  background-color: #715edb;
  transform: rotate(-20deg);
}
@media (max-width: 768px) {
  .cid-uHF4TgAQUO .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.cid-uHF4TgAQUO .content-wrapper .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHF4TgAQUO .content-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uHF4TgAQUO .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHF4TgAQUO .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHF4TgAQUO .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-uHF4TgAQUO .content-wrapper .mbr-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uHF4TgAQUO .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uHF4TgAQUO .mbr-section-title {
  color: #ffffff;
}
.cid-uHF4TgAQUO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHF4TgAQUO .mbr-text {
  color: #ffffff;
}
.cid-uHF4TgAQUO .mbr-section-title,
.cid-uHF4TgAQUO .mbr-section-btn {
  color: #ffffff;
}
.cid-uHF5U5f4u0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHF5U5f4u0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHF5U5f4u0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHF5U5f4u0 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHF5U5f4u0 .container {
    padding: 10px 8px;
  }
}
.cid-uHF5U5f4u0 .row {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHF5U5f4u0 .row {
    padding: 50px 2px;
  }
}
.cid-uHF5U5f4u0 .row .card {
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-uHF5U5f4u0 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHF5U5f4u0 .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #bad6ff;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #e1edff;
  margin-bottom: 0;
}
.cid-uHF5U5f4u0 .mbr-section-title {
  margin-bottom: 0;
  padding-right: 80px;
  color: #222222;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHF5U5f4u0 .mbr-section-title {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-uHF5U5f4u0 .mbr-section-title span {
  opacity: .5;
}
.cid-uHF5U5f4u0 .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uHF5U5f4u0 .text-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-uHF5U5f4u0 .text-wrapper .mbr-text span {
  opacity: .5;
}
.cid-uHF5U5f4u0 .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uHF5U5f4u0 .text-wrapper .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-uHF5U5f4u0 .text-wrapper .mbr-section-btn .btn {
    padding: 30px 50px;
  }
}
.cid-uHF5U5f4u0 .mbr-desc {
  color: #3283fb;
}
.cid-uHF4TjkwRo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHF4TjkwRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHF4TjkwRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHF4TjkwRo .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHF4TjkwRo .container {
    padding: 10px 8px;
  }
}
.cid-uHF4TjkwRo .row {
  border-radius: 25px;
  background-color: #49c533;
  box-shadow: inset 0 0 5rem #188105;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHF4TjkwRo .row {
    padding: 50px 10px;
  }
}
.cid-uHF4TjkwRo .row .card {
  padding: 0;
}
.cid-uHF4TjkwRo .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHF4TjkwRo .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uHF4TjkwRo .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHF4TjkwRo .mbr-section-title span {
  opacity: .5;
}
#custom-html-6w {
  /* Type valid CSS here */
}
#custom-html-6w div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-6w p {
  font-size: 60px;
  color: #777;
}
.cid-uHF5LgHDu3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHF5LgHDu3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHF5LgHDu3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHF5LgHDu3 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHF5LgHDu3 .container {
    padding: 10px 8px;
  }
}
.cid-uHF5LgHDu3 .row {
  border-radius: 25px;
  background-color: #49c533;
  box-shadow: inset 0 0 5rem #188105;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHF5LgHDu3 .row {
    padding: 50px 10px;
  }
}
.cid-uHF5LgHDu3 .row .card {
  padding: 0;
}
.cid-uHF5LgHDu3 .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHF5LgHDu3 .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uHF5LgHDu3 .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHF5LgHDu3 .mbr-section-title span {
  opacity: .5;
}
.cid-uHF5M8O6Ci {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHF5M8O6Ci .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHF5M8O6Ci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHF5M8O6Ci .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHF5M8O6Ci .container {
    padding: 10px 8px;
  }
}
.cid-uHF5M8O6Ci .row {
  margin: 0;
}
.cid-uHF5M8O6Ci .row .card {
  padding: 0;
}
.cid-uHF5M8O6Ci .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uHF5M8O6Ci .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-uHF5M8O6Ci .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-uHF5M8O6Ci .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uHF5M8O6Ci .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHF5M8O6Ci .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uHF5M8O6Ci .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-uHF5M8O6Ci .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHF5M8O6Ci .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uHF5M8O6Ci .content-wrapper .content-wrap .mbr-text span {
  opacity: .5;
}
.cid-uHF5M8O6Ci .content-wrapper .content-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uHF5M8O6Ci .content-wrapper .content-wrap .person-wrapper .person-wrap img {
  width: 120px;
  height: 120px;
  border-radius: 100% !important;
  margin-right: 25px;
  object-fit: cover;
}
.cid-uHF5M8O6Ci .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrap .mbr-name {
  margin-bottom: 5px;
}
.cid-uHF5M8O6Ci .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrap .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uHF5M8O6Ci .form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 40px;
  background-image: linear-gradient(0.375turn, #3283fb 0%, #5b73cd 98%);
  border-radius: 25px;
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uHF5M8O6Ci .form-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-uHF5M8O6Ci .form-wrapper {
    padding: 50px 10px;
  }
}
.cid-uHF5M8O6Ci .form-wrapper .form-wrap {
  padding: 20px 15px;
  border-radius: 25px;
  border: 1px solid #73abff;
  position: relative;
  overflow: hidden;
  width: 65%;
}
@media (max-width: 768px) {
  .cid-uHF5M8O6Ci .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uHF5M8O6Ci .form-wrapper .form-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background-color: #73abff;
  pointer-events: none;
}
.cid-uHF5M8O6Ci .form-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-uHF5M8O6Ci .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uHF5M8O6Ci .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  border: 1px solid #e1edff !important;
  box-shadow: none;
  background: #73abff;
  border-radius: 17px !important;
  padding: 20px 25px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uHF5M8O6Ci .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 20px 15px;
  }
}
.cid-uHF5M8O6Ci .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #e1edff;
}
.cid-uHF5M8O6Ci .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uHF5M8O6Ci .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #73abff;
  border-color: #73abff;
}
.cid-uHF5M8O6Ci .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-label {
  color: #ffffff;
}
.cid-uHF5M8O6Ci .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uHF5M8O6Ci .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uHF5M8O6Ci .mbr-section-title {
  color: #222222;
}
.cid-uHF5M8O6Ci .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uHF5M8O6Ci .mbr-name {
  color: #222222;
}
.cid-uHF5M8O6Ci .mbr-role {
  color: #222222;
}
.cid-uHF5M8O6Ci label {
  color: #ffffff;
}
.cid-uHF5M8O6Ci .mbr-section-title,
.cid-uHF5M8O6Ci .person-wrapper {
  text-align: center;
}
.cid-uHF5PHfXX5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHF5PHfXX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHF5PHfXX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHF5PHfXX5 .container {
    padding: 10px 8px;
  }
}
.cid-uHF5PHfXX5 .row {
  border-radius: 25px;
  background-color: #49c533;
  box-shadow: inset 0 0 5rem #222222;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHF5PHfXX5 .row {
    padding: 50px 10px;
  }
}
.cid-uHF5PHfXX5 .row .card {
  padding: 0;
}
.cid-uHF5PHfXX5 .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHF5PHfXX5 .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uHF5PHfXX5 .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHF5PHfXX5 .mbr-section-title span {
  opacity: .5;
}
.cid-uHF5QyANDY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHF5QyANDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHF5QyANDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHF5QyANDY .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHF5QyANDY .google-map {
    margin-bottom: 48px;
  }
}
.cid-uHF5QyANDY .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uHF5QyANDY .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uHF5QyANDY .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uHF5QyANDY .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uHF5QyANDY .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uHF5QyANDY .list-wrapper .list .item-wrap:hover,
.cid-uHF5QyANDY .list-wrapper .list .item-wrap:focus {
  color: #188105;
}
.cid-uHF5QyANDY .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uHF5QyANDY .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uHF5QyANDY .social-wrapper {
    text-align: left;
  }
}
.cid-uHF5QyANDY .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHF5QyANDY .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHF5QyANDY .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHF5QyANDY .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #4b4b4b;
  color: #188105;
}
.cid-uHF5QyANDY .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #fdfde1;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uHF5QyANDY .list,
.cid-uHF5QyANDY .item-wrap,
.cid-uHF5QyANDY .social-wrapper {
  color: #3283fb;
}
.cid-uHF4TnMjdj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHF4TnMjdj .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHF4TnMjdj .container {
    padding: 10px 8px;
  }
}
.cid-uHF4TnMjdj .row {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHF4TnMjdj .row {
    padding: 50px 10px;
  }
}
.cid-uHF4TnMjdj .row .card {
  padding: 0;
}
.cid-uHF4TnMjdj .item:focus,
.cid-uHF4TnMjdj span:focus {
  outline: none;
}
.cid-uHF4TnMjdj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uHF4TnMjdj .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHF4TnMjdj .embla__slide .slide-content {
  width: 100%;
}
.cid-uHF4TnMjdj .embla__slide .slide-content .item-wrapper .item-img img {
  height: 440px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uHF4TnMjdj .embla__button--next,
.cid-uHF4TnMjdj .embla__button--prev {
  display: flex;
}
.cid-uHF4TnMjdj .embla__button {
  bottom: -4.5rem;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-image: linear-gradient(45deg, #3283fb 0, #73abff 98%);
  color: #ffffff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uHF4TnMjdj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHF4TnMjdj .embla__button:hover {
  transform: scale(1.15);
}
.cid-uHF4TnMjdj .embla__button.embla__button--prev {
  right: 6rem;
  margin-left: 2.5rem;
}
.cid-uHF4TnMjdj .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHF4TnMjdj .embla {
  position: relative;
  width: 100%;
}
.cid-uHF4TnMjdj .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 25px;
}
.cid-uHF4TnMjdj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHF4TnMjdj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHF4TnMjdj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHF4TpkpvL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #188105;
}
.cid-uHF4TpkpvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHF4TpkpvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHF4TpkpvL .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHF4TpkpvL .container {
    padding: 10px 8px;
  }
}
.cid-uHF4TpkpvL .row-main {
  border-radius: 25px;
  background-color: #7cec68;
  padding: 40px 32px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uHF4TpkpvL .row-main {
    padding: 40px 2px;
  }
}
.cid-uHF4TpkpvL .row-main .card {
  padding: 0 8px;
}
.cid-uHF4TpkpvL .mbr-section-title {
  margin-bottom: 16px;
  color: #222222;
}
.cid-uHF4TpkpvL .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
  color: #222222;
}
.cid-uHF4TpkpvL .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-uHF4TpkpvL .list-wrapper {
    display: block;
  }
}
.cid-uHF4TpkpvL .list-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uHF4TpkpvL .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHF4TpkpvL .list-wrapper .list .item-wrap:hover,
.cid-uHF4TpkpvL .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uHF4TpkpvL .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHF4TpkpvL .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHF4TpkpvL .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
.cid-uHF4TpkpvL .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uHF4TpkpvL .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uHF4TpkpvL .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHF4TpkpvL .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #3283fb;
  border: 1px solid #3283fb;
  color: #ffffff;
}
.cid-uHF4TpkpvL .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  transition: all 0.3s ease-in-out;
}
.cid-uHF4TpkpvL .contacts-wrapper {
  margin-bottom: 20px;
}
.cid-uHF4TpkpvL .contacts-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uHF4TpkpvL .contacts-wrapper a {
  display: block;
}
.cid-uHF4TpkpvL .contacts-wrapper a:hover .mbr-contact,
.cid-uHF4TpkpvL .contacts-wrapper a:focus .mbr-contact {
  opacity: .5;
}
.cid-uHF4TpkpvL .contacts-wrapper a .mbr-contact {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uHF4TpkpvL .contacts-wrapper .mbr-contact-desc {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uHF4TpkpvL .mbr-section-btn .btn {
    padding: 35px 50px;
  }
}
.cid-uHF4TpkpvL .row-copy {
  background-color: transparent;
  border-radius: 0;
  padding: 40px 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uHF4TpkpvL .row-copy {
    padding: 40px 2px;
  }
}
.cid-uHF4TpkpvL .row-copy .card {
  padding: 0 8px;
}
.cid-uHF4TpkpvL .row-copy .card .mbr-copy {
  margin-bottom: 0;
}
.cid-uHF4TpkpvL .list {
  color: #222222;
}
.cid-uHF4TpkpvL .mbr-contact {
  color: #222222;
}
.cid-uHF4TpkpvL .mbr-contact-desc {
  color: #222222;
}
.cid-uHF4TpkpvL .mbr-copy {
  color: #000000;
}
.cid-uHEOUkCwVM {
  background-color: transparent;
}
.cid-uHEOUkCwVM .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uHEOUkCwVM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uHEOUkCwVM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHEOUkCwVM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHEOUkCwVM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHEOUkCwVM .menu_box .navbar.opened,
  .cid-uHEOUkCwVM .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHEOUkCwVM .navbar-dropdown {
  position: relative !important;
}
.cid-uHEOUkCwVM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uHEOUkCwVM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHEOUkCwVM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHEOUkCwVM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHEOUkCwVM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHEOUkCwVM .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-uHEOUkCwVM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHEOUkCwVM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHEOUkCwVM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHEOUkCwVM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHEOUkCwVM .offcanvas-body .mbr-text,
  .cid-uHEOUkCwVM .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHEOUkCwVM .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHEOUkCwVM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHEOUkCwVM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-uHEOUkCwVM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHEOUkCwVM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHEOUkCwVM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHEOUkCwVM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHEOUkCwVM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHEOUkCwVM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHEOUkCwVM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHEOUkCwVM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHEOUkCwVM li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHEOUkCwVM .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHEOUkCwVM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #e2e7f8;
    border-radius: 25px;
  }
}
.cid-uHEOUkCwVM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHEOUkCwVM .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHEOUkCwVM .nav-item {
    margin: 0 !important;
  }
}
.cid-uHEOUkCwVM .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  opacity: .5;
}
.cid-uHEOUkCwVM .nav-item .nav-link:hover,
.cid-uHEOUkCwVM .nav-item .nav-link:focus {
  color: #3283fb !important;
  opacity: 1;
}
.cid-uHEOUkCwVM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHEOUkCwVM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHEOUkCwVM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHEOUkCwVM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHEOUkCwVM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uHEOUkCwVM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHEOUkCwVM .offcanvas_box {
    display: none;
  }
}
.cid-uHEOUkCwVM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHEOUkCwVM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHEOUkCwVM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHEOUkCwVM .container {
  display: flex;
  margin: auto;
}
.cid-uHEOUkCwVM .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHEOUkCwVM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHEOUkCwVM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHEOUkCwVM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHEOUkCwVM .navbar-nav {
    margin: 0;
  }
}
.cid-uHEOUkCwVM .dropdown-menu,
.cid-uHEOUkCwVM .navbar.opened {
  background-color: false !important;
}
.cid-uHEOUkCwVM .nav-item:focus,
.cid-uHEOUkCwVM .nav-link:focus {
  outline: none;
}
.cid-uHEOUkCwVM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHEOUkCwVM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHEOUkCwVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHEOUkCwVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHEOUkCwVM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHEOUkCwVM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHEOUkCwVM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHEOUkCwVM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHEOUkCwVM .navbar.opened {
  transition: all 0.3s;
}
.cid-uHEOUkCwVM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHEOUkCwVM .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHEOUkCwVM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHEOUkCwVM .navbar.collapsed {
  justify-content: center;
}
.cid-uHEOUkCwVM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHEOUkCwVM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHEOUkCwVM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHEOUkCwVM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHEOUkCwVM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHEOUkCwVM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHEOUkCwVM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHEOUkCwVM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHEOUkCwVM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHEOUkCwVM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHEOUkCwVM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHEOUkCwVM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHEOUkCwVM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHEOUkCwVM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHEOUkCwVM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHEOUkCwVM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHEOUkCwVM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHEOUkCwVM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHEOUkCwVM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHEOUkCwVM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHEOUkCwVM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHEOUkCwVM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHEOUkCwVM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHEOUkCwVM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHEOUkCwVM .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-uHEOUkCwVM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHEOUkCwVM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHEOUkCwVM .dropdown-item.active,
.cid-uHEOUkCwVM .dropdown-item:active {
  background-color: transparent;
}
.cid-uHEOUkCwVM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uHEOUkCwVM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHEOUkCwVM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHEOUkCwVM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHEOUkCwVM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHEOUkCwVM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHEOUkCwVM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #49c533;
}
.cid-uHEOUkCwVM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uHEOUkCwVM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHEOUkCwVM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHEOUkCwVM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHEOUkCwVM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHEOUkCwVM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHEOUkCwVM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHEOUkCwVM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHEOUkCwVM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHEOUkCwVM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHEOUkCwVM .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-uHEOUkCwVM .navbar {
    height: 70px;
  }
  .cid-uHEOUkCwVM .navbar.opened {
    height: auto;
  }
  .cid-uHEOUkCwVM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHEOUkCwVM .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uHEOUkCwVM .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uHEOUkCwVM .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHEOUkCwVM .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHEOUkCwVM .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-uHEOUkCwVM .navbar-caption:hover {
  color: #3283fb;
}
@media (min-width: 992px) {
  .cid-uHEOUkCwVM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHEOUkCwVM .text_widget {
  margin-bottom: 32px;
}
.cid-uHEOUkCwVM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHEOUkCwVM .text_widget a:hover,
.cid-uHEOUkCwVM .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-uHEOUkCwVM .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: 100%;
  }
}
.cid-uHEOUkCwVM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHEOUkCwVM .navbar-caption {
  color: #222222;
}
.cid-uHEOUkCwVM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHEOUkCwVM .mbr-section-subtitle,
.cid-uHEOUkCwVM .text_widget,
.cid-uHEOUkCwVM .mbr-section-btn {
  text-align: center;
}
.cid-uHEOUkCwVM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHEOUos5vg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEOUos5vg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEOUos5vg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEOUos5vg .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEOUos5vg .container {
    padding: 10px 8px;
  }
}
.cid-uHEOUos5vg .row {
  border-radius: 25px;
  background-color: #7cec68;
  padding: 100px 40px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
  box-shadow: inset -60px 0 30rem #188105;
}
@media (max-width: 768px) {
  .cid-uHEOUos5vg .row {
    padding: 50px 10px 40px;
  }
}
.cid-uHEOUos5vg .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uHEOUos5vg .image-wrapper {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uHEOUos5vg .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uHEOUos5vg .image-wrapper img {
  height: 650px;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHEOUos5vg .image-wrapper img {
    height: 350px;
  }
}
.cid-uHEOUos5vg .image-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cid-uHEOUos5vg .image-wrapper .icon-wrapper .mbr-iconfont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #f85f32;
  transform: rotate(-20deg);
  pointer-events: visible;
}
.cid-uHEOUos5vg .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  left: auto;
  right: 0;
  background-color: #e354e3;
  transform: rotate(20deg);
}
.cid-uHEOUos5vg .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  top: auto;
  bottom: 0;
  background-color: #715edb;
  transform: rotate(-20deg);
}
@media (max-width: 768px) {
  .cid-uHEOUos5vg .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.cid-uHEOUos5vg .content-wrapper .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHEOUos5vg .content-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uHEOUos5vg .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHEOUos5vg .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHEOUos5vg .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-uHEOUos5vg .content-wrapper .mbr-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uHEOUos5vg .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uHEOUos5vg .mbr-section-title {
  color: #ffffff;
}
.cid-uHEOUos5vg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHEOUos5vg .mbr-text {
  color: #ffffff;
}
.cid-uHEOUos5vg .mbr-section-title,
.cid-uHEOUos5vg .mbr-section-btn {
  color: #ffffff;
}
.cid-uHEOUq8tSR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHEOUq8tSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEOUq8tSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHEOUq8tSR .container {
    padding: 0 30px;
  }
}
.cid-uHEOUq8tSR .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uHEOUq8tSR .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uHEOUq8tSR .content-wrapper {
    padding: 0;
  }
}
.cid-uHEOUq8tSR .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHEOUq8tSR .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHEOUq8tSR .mbr-figure {
  position: relative;
}
.cid-uHEOUq8tSR .mbr-figure::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(45deg, #49c533 50%, #188105 50%);
  z-index: 10;
}
@media (max-width: 992px) {
  .cid-uHEOUq8tSR .mbr-figure::before {
    width: 50px;
    height: 50px;
  }
}
.cid-uHEOUq8tSR .mbr-section-title {
  color: #254b45;
}
.cid-uHEPxQKI5E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEPxQKI5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEPxQKI5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEPxQKI5E .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEPxQKI5E .container {
    padding: 10px 8px;
  }
}
.cid-uHEPxQKI5E .row {
  border-radius: 25px;
  background-color: #49c533;
  box-shadow: inset 0 0 5rem #188105;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEPxQKI5E .row {
    padding: 50px 10px;
  }
}
.cid-uHEPxQKI5E .row .card {
  padding: 0;
}
.cid-uHEPxQKI5E .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEPxQKI5E .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uHEPxQKI5E .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHEPxQKI5E .mbr-section-title span {
  opacity: .5;
}
.cid-uHES5QvnG8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-uHES5QvnG8 .text-wrapper {
  margin: 0 150px 137px;
}
@media (max-width: 992px) {
  .cid-uHES5QvnG8 .text-wrapper {
    margin: 0 30px 70px;
  }
}
.cid-uHES5QvnG8 .text-wrapper .mbr-section-subtitle {
  margin-bottom: 73px;
}
@media (max-width: 992px) {
  .cid-uHES5QvnG8 .text-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uHES5QvnG8 .text-wrapper .mbr-section-title {
  margin: 0;
}
.cid-uHES5QvnG8 .image-wrapper {
  margin: 0 150px;
}
.cid-uHES5QvnG8 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHES5QvnG8 .image-wrapper {
    margin: 0 30px;
  }
}
.cid-uHES5QvnG8 .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-uHES5QvnG8 .mbr-section-title {
  color: #1E1C21;
}
.cid-uHEPyYyGkC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEPyYyGkC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEPyYyGkC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEPyYyGkC .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEPyYyGkC .container {
    padding: 10px 8px;
  }
}
.cid-uHEPyYyGkC .row {
  border-radius: 25px;
  background-color: #49c533;
  box-shadow: inset 0 0 5rem #188105;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEPyYyGkC .row {
    padding: 50px 10px;
  }
}
.cid-uHEPyYyGkC .row .card {
  padding: 0;
}
.cid-uHEPyYyGkC .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEPyYyGkC .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uHEPyYyGkC .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHEPyYyGkC .mbr-section-title span {
  opacity: .5;
}
.cid-uHESye1lgY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-uHESye1lgY .text-wrapper {
  margin: 0 150px 137px;
}
@media (max-width: 992px) {
  .cid-uHESye1lgY .text-wrapper {
    margin: 0 30px 70px;
  }
}
.cid-uHESye1lgY .text-wrapper .mbr-section-subtitle {
  margin-bottom: 73px;
}
@media (max-width: 992px) {
  .cid-uHESye1lgY .text-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uHESye1lgY .text-wrapper .mbr-section-title {
  margin: 0;
}
.cid-uHESye1lgY .image-wrapper {
  margin: 0 150px;
}
.cid-uHESye1lgY .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHESye1lgY .image-wrapper {
    margin: 0 30px;
  }
}
.cid-uHESye1lgY .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-uHESye1lgY .mbr-section-title {
  color: #1E1C21;
}
.cid-uHEPym5aNH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEPym5aNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEPym5aNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEPym5aNH .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEPym5aNH .container {
    padding: 10px 8px;
  }
}
.cid-uHEPym5aNH .row {
  border-radius: 25px;
  background-color: #49c533;
  box-shadow: inset 0 0 5rem #188105;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEPym5aNH .row {
    padding: 50px 10px;
  }
}
.cid-uHEPym5aNH .row .card {
  padding: 0;
}
.cid-uHEPym5aNH .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEPym5aNH .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uHEPym5aNH .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHEPym5aNH .mbr-section-title span {
  opacity: .5;
}
.cid-uHESzo0Qux {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-uHESzo0Qux .text-wrapper {
  margin: 0 150px 137px;
}
@media (max-width: 992px) {
  .cid-uHESzo0Qux .text-wrapper {
    margin: 0 30px 70px;
  }
}
.cid-uHESzo0Qux .text-wrapper .mbr-section-subtitle {
  margin-bottom: 73px;
}
@media (max-width: 992px) {
  .cid-uHESzo0Qux .text-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uHESzo0Qux .text-wrapper .mbr-section-title {
  margin: 0;
}
.cid-uHESzo0Qux .image-wrapper {
  margin: 0 150px;
}
.cid-uHESzo0Qux .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHESzo0Qux .image-wrapper {
    margin: 0 30px;
  }
}
.cid-uHESzo0Qux .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-uHESzo0Qux .mbr-section-title {
  color: #1E1C21;
}
.cid-uHEOUrIVoi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEOUrIVoi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEOUrIVoi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEOUrIVoi .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEOUrIVoi .container {
    padding: 10px 8px;
  }
}
.cid-uHEOUrIVoi .row {
  border-radius: 25px;
  background-color: #49c533;
  box-shadow: inset 0 0 5rem #188105;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEOUrIVoi .row {
    padding: 50px 10px;
  }
}
.cid-uHEOUrIVoi .row .card {
  padding: 0;
}
.cid-uHEOUrIVoi .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEOUrIVoi .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uHEOUrIVoi .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHEOUrIVoi .mbr-section-title span {
  opacity: .5;
}
.cid-uHESAl4EKJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-uHESAl4EKJ .text-wrapper {
  margin: 0 150px 137px;
}
@media (max-width: 992px) {
  .cid-uHESAl4EKJ .text-wrapper {
    margin: 0 30px 70px;
  }
}
.cid-uHESAl4EKJ .text-wrapper .mbr-section-subtitle {
  margin-bottom: 73px;
}
@media (max-width: 992px) {
  .cid-uHESAl4EKJ .text-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uHESAl4EKJ .text-wrapper .mbr-section-title {
  margin: 0;
}
.cid-uHESAl4EKJ .image-wrapper {
  margin: 0 150px;
}
.cid-uHESAl4EKJ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHESAl4EKJ .image-wrapper {
    margin: 0 30px;
  }
}
.cid-uHESAl4EKJ .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-uHESAl4EKJ .mbr-section-title {
  color: #1E1C21;
}
.cid-uHEPKI0y0O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEPKI0y0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEPKI0y0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEPKI0y0O .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEPKI0y0O .container {
    padding: 10px 8px;
  }
}
.cid-uHEPKI0y0O .row {
  border-radius: 25px;
  background-color: #49c533;
  box-shadow: inset 0 0 5rem #188105;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEPKI0y0O .row {
    padding: 50px 10px;
  }
}
.cid-uHEPKI0y0O .row .card {
  padding: 0;
}
.cid-uHEPKI0y0O .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEPKI0y0O .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uHEPKI0y0O .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHEPKI0y0O .mbr-section-title span {
  opacity: .5;
}
.cid-uHEQ65ZudV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEQ65ZudV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEQ65ZudV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEQ65ZudV .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEQ65ZudV .container {
    padding: 10px 8px;
  }
}
.cid-uHEQ65ZudV .row {
  margin: 0;
}
.cid-uHEQ65ZudV .row .card {
  padding: 0;
}
.cid-uHEQ65ZudV .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uHEQ65ZudV .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-uHEQ65ZudV .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-uHEQ65ZudV .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uHEQ65ZudV .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHEQ65ZudV .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uHEQ65ZudV .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-uHEQ65ZudV .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHEQ65ZudV .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uHEQ65ZudV .content-wrapper .content-wrap .mbr-text span {
  opacity: .5;
}
.cid-uHEQ65ZudV .content-wrapper .content-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uHEQ65ZudV .content-wrapper .content-wrap .person-wrapper .person-wrap img {
  width: 120px;
  height: 120px;
  border-radius: 100% !important;
  margin-right: 25px;
  object-fit: cover;
}
.cid-uHEQ65ZudV .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrap .mbr-name {
  margin-bottom: 5px;
}
.cid-uHEQ65ZudV .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrap .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uHEQ65ZudV .form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 40px;
  background-image: linear-gradient(0.375turn, #3283fb 0%, #5b73cd 98%);
  border-radius: 25px;
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uHEQ65ZudV .form-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-uHEQ65ZudV .form-wrapper {
    padding: 50px 10px;
  }
}
.cid-uHEQ65ZudV .form-wrapper .form-wrap {
  padding: 20px 15px;
  border-radius: 25px;
  border: 1px solid #73abff;
  position: relative;
  overflow: hidden;
  width: 65%;
}
@media (max-width: 768px) {
  .cid-uHEQ65ZudV .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uHEQ65ZudV .form-wrapper .form-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background-color: #73abff;
  pointer-events: none;
}
.cid-uHEQ65ZudV .form-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-uHEQ65ZudV .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uHEQ65ZudV .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  border: 1px solid #e1edff !important;
  box-shadow: none;
  background: #73abff;
  border-radius: 17px !important;
  padding: 20px 25px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uHEQ65ZudV .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 20px 15px;
  }
}
.cid-uHEQ65ZudV .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #e1edff;
}
.cid-uHEQ65ZudV .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uHEQ65ZudV .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #73abff;
  border-color: #73abff;
}
.cid-uHEQ65ZudV .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-label {
  color: #ffffff;
}
.cid-uHEQ65ZudV .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uHEQ65ZudV .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uHEQ65ZudV .mbr-section-title {
  color: #222222;
}
.cid-uHEQ65ZudV .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uHEQ65ZudV .mbr-name {
  color: #222222;
}
.cid-uHEQ65ZudV .mbr-role {
  color: #222222;
}
.cid-uHEQ65ZudV label {
  color: #ffffff;
}
.cid-uHEQ65ZudV .mbr-section-title,
.cid-uHEQ65ZudV .person-wrapper {
  text-align: center;
}
.cid-uHEPLzcWDM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEPLzcWDM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEPLzcWDM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEPLzcWDM .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEPLzcWDM .container {
    padding: 10px 8px;
  }
}
.cid-uHEPLzcWDM .row {
  border-radius: 25px;
  background-color: #49c533;
  box-shadow: inset 0 0 5rem #188105;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEPLzcWDM .row {
    padding: 50px 10px;
  }
}
.cid-uHEPLzcWDM .row .card {
  padding: 0;
}
.cid-uHEPLzcWDM .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHEPLzcWDM .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uHEPLzcWDM .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHEPLzcWDM .mbr-section-title span {
  opacity: .5;
}
.cid-uHEQ9qhJTu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHEQ9qhJTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEQ9qhJTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEQ9qhJTu .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHEQ9qhJTu .google-map {
    margin-bottom: 48px;
  }
}
.cid-uHEQ9qhJTu .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uHEQ9qhJTu .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uHEQ9qhJTu .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uHEQ9qhJTu .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uHEQ9qhJTu .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uHEQ9qhJTu .list-wrapper .list .item-wrap:hover,
.cid-uHEQ9qhJTu .list-wrapper .list .item-wrap:focus {
  color: #188105;
}
.cid-uHEQ9qhJTu .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uHEQ9qhJTu .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uHEQ9qhJTu .social-wrapper {
    text-align: left;
  }
}
.cid-uHEQ9qhJTu .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHEQ9qhJTu .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHEQ9qhJTu .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHEQ9qhJTu .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #4b4b4b;
  color: #188105;
}
.cid-uHEQ9qhJTu .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #fdfde1;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uHEQ9qhJTu .list,
.cid-uHEQ9qhJTu .item-wrap,
.cid-uHEQ9qhJTu .social-wrapper {
  color: #3283fb;
}
.cid-uHEOUuOwOF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uHEOUuOwOF .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEOUuOwOF .container {
    padding: 10px 8px;
  }
}
.cid-uHEOUuOwOF .row {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHEOUuOwOF .row {
    padding: 50px 10px;
  }
}
.cid-uHEOUuOwOF .row .card {
  padding: 0;
}
.cid-uHEOUuOwOF .item:focus,
.cid-uHEOUuOwOF span:focus {
  outline: none;
}
.cid-uHEOUuOwOF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uHEOUuOwOF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHEOUuOwOF .embla__slide .slide-content {
  width: 100%;
}
.cid-uHEOUuOwOF .embla__slide .slide-content .item-wrapper .item-img img {
  height: 440px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uHEOUuOwOF .embla__button--next,
.cid-uHEOUuOwOF .embla__button--prev {
  display: flex;
}
.cid-uHEOUuOwOF .embla__button {
  bottom: -4.5rem;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-image: linear-gradient(45deg, #3283fb 0, #73abff 98%);
  color: #ffffff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uHEOUuOwOF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHEOUuOwOF .embla__button:hover {
  transform: scale(1.15);
}
.cid-uHEOUuOwOF .embla__button.embla__button--prev {
  right: 6rem;
  margin-left: 2.5rem;
}
.cid-uHEOUuOwOF .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHEOUuOwOF .embla {
  position: relative;
  width: 100%;
}
.cid-uHEOUuOwOF .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 25px;
}
.cid-uHEOUuOwOF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHEOUuOwOF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHEOUuOwOF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHEOUwDEd9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #188105;
}
.cid-uHEOUwDEd9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEOUwDEd9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEOUwDEd9 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHEOUwDEd9 .container {
    padding: 10px 8px;
  }
}
.cid-uHEOUwDEd9 .row-main {
  border-radius: 25px;
  background-color: #7cec68;
  padding: 40px 32px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uHEOUwDEd9 .row-main {
    padding: 40px 2px;
  }
}
.cid-uHEOUwDEd9 .row-main .card {
  padding: 0 8px;
}
.cid-uHEOUwDEd9 .mbr-section-title {
  margin-bottom: 16px;
  color: #222222;
}
.cid-uHEOUwDEd9 .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
  color: #222222;
}
.cid-uHEOUwDEd9 .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-uHEOUwDEd9 .list-wrapper {
    display: block;
  }
}
.cid-uHEOUwDEd9 .list-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uHEOUwDEd9 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHEOUwDEd9 .list-wrapper .list .item-wrap:hover,
.cid-uHEOUwDEd9 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uHEOUwDEd9 .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHEOUwDEd9 .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHEOUwDEd9 .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
.cid-uHEOUwDEd9 .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uHEOUwDEd9 .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uHEOUwDEd9 .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHEOUwDEd9 .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #3283fb;
  border: 1px solid #3283fb;
  color: #ffffff;
}
.cid-uHEOUwDEd9 .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  transition: all 0.3s ease-in-out;
}
.cid-uHEOUwDEd9 .contacts-wrapper {
  margin-bottom: 20px;
}
.cid-uHEOUwDEd9 .contacts-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uHEOUwDEd9 .contacts-wrapper a {
  display: block;
}
.cid-uHEOUwDEd9 .contacts-wrapper a:hover .mbr-contact,
.cid-uHEOUwDEd9 .contacts-wrapper a:focus .mbr-contact {
  opacity: .5;
}
.cid-uHEOUwDEd9 .contacts-wrapper a .mbr-contact {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uHEOUwDEd9 .contacts-wrapper .mbr-contact-desc {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uHEOUwDEd9 .mbr-section-btn .btn {
    padding: 35px 50px;
  }
}
.cid-uHEOUwDEd9 .row-copy {
  background-color: transparent;
  border-radius: 0;
  padding: 40px 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uHEOUwDEd9 .row-copy {
    padding: 40px 2px;
  }
}
.cid-uHEOUwDEd9 .row-copy .card {
  padding: 0 8px;
}
.cid-uHEOUwDEd9 .row-copy .card .mbr-copy {
  margin-bottom: 0;
}
.cid-uHEOUwDEd9 .list {
  color: #222222;
}
.cid-uHEOUwDEd9 .mbr-contact {
  color: #222222;
}
.cid-uHEOUwDEd9 .mbr-contact-desc {
  color: #222222;
}
.cid-uHEOUwDEd9 .mbr-copy {
  color: #000000;
}
