body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.8rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.6rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Merriweather', serif;
  font-size: 1.125rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #344cf1 !important;
}
.bg-success {
  background-color: #344cf1 !important;
}
.bg-info {
  background-color: #48d678 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #0c21b3;
  color: #0c21b3;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #344cf1;
  border-color: #344cf1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #0a1c44;
  border-color: #0a1c44;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #0c21b3;
  color: #0c21b3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #344cf1;
  border-color: #344cf1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #344cf1 !important;
}
.text-secondary {
  color: #0a1c44 !important;
}
.text-success {
  color: #344cf1 !important;
}
.text-info {
  color: #48d678 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0c21b3 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0c21b3 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #229649 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #48d678;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #344cf1;
  border-color: #344cf1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #344cf1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f3f4fe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f3f4fe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #effbf3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #344cf1;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #344cf1 !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #344cf1;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #344cf1;
  border-bottom-color: #344cf1;
}
.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: #344cf1 !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: #0a1c44 !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%;
}
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='%23344cf1' %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;
}
.cid-rzH9jrlpnt .navbar {
  padding: 0.5rem 0;
  background: #48d678;
  transition: none;
  min-height: 50px;
}
.cid-rzH9jrlpnt .navbar-fixed-top {
  padding-top: 0;
}
.cid-rzH9jrlpnt .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rzH9jrlpnt .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rzH9jrlpnt .dropdown-item {
  padding: 0;
}
.cid-rzH9jrlpnt .dropdown-item,
.cid-rzH9jrlpnt .nav-link,
.cid-rzH9jrlpnt .brand-name {
  font-style: normal;
}
.cid-rzH9jrlpnt .dropdown-item:hover,
.cid-rzH9jrlpnt .nav-link:hover,
.cid-rzH9jrlpnt .brand-name:hover {
  color: #344cf1 !important;
}
.cid-rzH9jrlpnt .dropdown-menu {
  background-color: #0a1c44;
}
.cid-rzH9jrlpnt .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-rzH9jrlpnt .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rzH9jrlpnt .navbar-dropdown.bg-color.transparent.opened {
  background: #48d678;
}
.cid-rzH9jrlpnt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rzH9jrlpnt .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-rzH9jrlpnt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzH9jrlpnt .content-text {
  margin-bottom: 0;
}
.cid-rzH9jrlpnt .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rzH9jrlpnt .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #344cf1;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rzH9jrlpnt .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rzH9jrlpnt .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rzH9jrlpnt .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rzH9jrlpnt .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzH9jrlpnt .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzH9jrlpnt .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rzH9jrlpnt .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzH9jrlpnt .nav-dropdown .link {
  font-weight: 400;
}
.cid-rzH9jrlpnt .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rzH9jrlpnt .content-right-side {
  text-align: center;
}
.cid-rzH9jrlpnt .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rzH9jrlpnt .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rzH9jrlpnt .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rzH9jrlpnt .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzH9jrlpnt .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzH9jrlpnt .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rzH9jrlpnt .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rzH9jrlpnt .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rzH9jrlpnt .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-rzH9jrlpnt .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rzH9jrlpnt .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-rzH9jrlpnt .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzH9jrlpnt .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rzH9jrlpnt .navbar {
    display: block;
    padding: 0;
  }
  .cid-rzH9jrlpnt .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzH9jrlpnt .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rzH9jrlpnt .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-rzH9jrlpnt .navbar-toggler {
    display: none;
  }
  .cid-rzH9jrlpnt .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-rzH9jrlpnt .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rzH9jrlpnt .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rzH9jrlpnt .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rzH9jrlpnt .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rzH9jrlpnt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rzH9jrlpnt .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rzH9jrlpnt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-rzH9jrlpnt button.navbar-toggler:focus {
  outline: none;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rzH9jrlpnt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rzH9jrlpnt .collapsed .btn {
  display: flex;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rzH9jrlpnt .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzH9jrlpnt .collapsed button.navbar-toggler {
  display: block;
}
.cid-rzH9jrlpnt .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rzH9jrlpnt .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzH9jrlpnt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-rzH9jrlpnt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rzH9jrlpnt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rzH9jrlpnt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-rzH9jrlpnt .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-rzH9jrlpnt .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-rzH9jrlpnt .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-rzH9jrlpnt .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-rzH9jrlpnt .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-rzH9jrlpnt .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing,
  .cid-rzH9jrlpnt .navbar-collapse.show {
    display: block !important;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-nav,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-buttons,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzH9jrlpnt img {
    height: 3.8rem !important;
  }
  .cid-rzH9jrlpnt .btn {
    display: flex;
  }
  .cid-rzH9jrlpnt button.navbar-toggler {
    display: block;
  }
  .cid-rzH9jrlpnt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rzH9jrlpnt .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzH9jrlpnt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-rzH9jrlpnt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rzH9jrlpnt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rzH9jrlpnt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-rzH9jrlpnt .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rzH9jrlpnt .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rzH9jrlpnt .nav-link:focus {
  outline: none;
}
.cid-rzH9jrlpnt .navbar-toggler {
  position: relative;
}
.cid-rzH9jrlpnt .dropdown-item.active,
.cid-rzH9jrlpnt .dropdown-item:active {
  color: initial;
}
.cid-rzH9jrlpnt .widget-title,
.cid-rzH9jrlpnt .widget-icon {
  color: #e9e9e9;
}
.cid-rzH9jrlpnt .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-rzH9jrlpnt .menu-logo {
    display: none;
  }
  .cid-rzH9jrlpnt .navbar {
    padding: 0;
  }
  .cid-rzH9jrlpnt .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzH9jrlpnt button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-u9PNXj6JcV {
  padding-top: 120px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-u9PNXj6JcV .container-fluid {
  padding: 0;
}
.cid-u9PNXj6JcV img {
  width: 100%;
}
.cid-u9PNXj6JcV .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-u9PNXj6JcV .content {
    padding: 3rem;
  }
}
.cid-u9PNXj6JcV .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-u9PNXj6JcV .img-col {
  padding: 0;
  margin: auto;
}
.cid-u9PNXj6JcV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PNXj6JcV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9PNXj6JcV .mbr-section-title {
  color: #000000;
}
.cid-u9PNXj6JcV .mbr-text,
.cid-u9PNXj6JcV .mbr-section-btn {
  color: #000000;
}
.cid-rzH9U64jHK {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #48d678;
}
.cid-rzH9U64jHK .mbr-section-title {
  text-align: center;
}
.cid-rzH9U64jHK .mbr-text,
.cid-rzH9U64jHK .mbr-section-btn {
  text-align: left;
}
.cid-rzH9U64jHK .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-u9PPlDnne2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #48d678;
}
.cid-u9PPlDnne2 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-u9PPlDnne2 .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-u9PPlDnne2 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-u9PPlDnne2 p {
  line-height: 1.6;
}
.cid-u9PPlDnne2 .rev,
.cid-u9PPlDnne2 .mbr-iconfont {
  display: inline-block;
}
.cid-u9PPlDnne2 .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #48d678;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-u9PPlDnne2 .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-u9PPlDnne2 .card-box {
  padding: 1.5rem;
}
.cid-u9PPlDnne2 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-u9PPlDnne2 .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-u9PPlDnne2 .mbr-section-title,
.cid-u9PPlDnne2 .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-u9PPlDnne2 .rev {
  text-align: left;
}
.cid-u9PPlDnne2 .card-text,
.cid-u9PPlDnne2 .mbr-section-btn,
.cid-u9PPlDnne2 .ico-line {
  text-align: left;
  color: #000000;
}
.cid-u9PPlDnne2 .rev i {
  color: #0a1c44;
}
.cid-u9PPlDnne2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PPlDnne2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9I535ucDl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u9I535ucDl .container-fluid {
  padding: 0;
}
.cid-u9I535ucDl img {
  width: 100%;
}
.cid-u9I535ucDl .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-u9I535ucDl .content {
    padding: 3rem;
  }
}
.cid-u9I535ucDl .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-u9I535ucDl .img-col {
  padding: 0;
  margin: auto;
}
.cid-u9I535ucDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9I535ucDl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9I535ucDl .mbr-section-title {
  color: #000000;
}
.cid-u9I535ucDl .mbr-text,
.cid-u9I535ucDl .mbr-section-btn {
  color: #000000;
}
.cid-u9PRlNHM3V {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #48d678;
}
.cid-u9PRlNHM3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PRlNHM3V .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9PRlNHM3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9PRlNHM3V h1 {
  max-width: 800px;
}
.cid-u9PRlNHM3V p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u9PRlNHM3V .btn:hover {
  transform: scale(1.1);
  background: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #344cf1 !important;
}
.cid-u9PRlNHM3V .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u9PRlNHM3V .btn div {
  overflow: hidden;
}
.cid-u9PRlNHM3V .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u9PRlNHM3V {
    align-items: center;
  }
  .cid-u9PRlNHM3V .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9PRlNHM3V .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9PRlNHM3V {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9PRlNHM3V .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9PRlNHM3V .content-wrap {
    width: 100%;
  }
}
.cid-u9PRlNHM3V .mbr-section-subtitle,
.cid-u9PRlNHM3V .line {
  color: #291f1e;
}
.cid-u9PRlNHM3V .mbr-text,
.cid-u9PRlNHM3V .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-u9PRlNHM3V .mbr-section-title {
  color: #291f1e;
}
.cid-u9PQ4dW0Hi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #48d678;
}
.cid-u9PQ4dW0Hi .row {
  margin: 0;
}
.cid-u9PQ4dW0Hi .container-fluid {
  padding: 0;
}
.cid-u9PQ4dW0Hi p {
  line-height: 1.6;
}
.cid-u9PQ4dW0Hi .img {
  padding: 0;
  width: 100%;
  overflow: hidden;
  max-height: 940px;
}
.cid-u9PQ4dW0Hi .img .big-img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-u9PQ4dW0Hi .rev {
  margin: 0;
  color: #000000;
  text-align: left;
}
.cid-u9PQ4dW0Hi .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 10rem;
  padding-right: 10rem;
}
.cid-u9PQ4dW0Hi .mbr-section-title {
  text-align: left;
}
.cid-u9PQ4dW0Hi .card {
  margin-bottom: 1.5rem;
}
.cid-u9PQ4dW0Hi .card-wrapper {
  width: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-u9PQ4dW0Hi .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-u9PQ4dW0Hi .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #48d678;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
}
.cid-u9PQ4dW0Hi .mbr-iconfont {
  font-size: 1rem;
}
.cid-u9PQ4dW0Hi .ico-line-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-u9PQ4dW0Hi .ico-line {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9PQ4dW0Hi .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-u9PQ4dW0Hi .card-img {
  margin: auto;
  border-radius: 0;
  width: 155px;
}
.cid-u9PQ4dW0Hi .card-box {
  padding: 1rem 1rem;
  width: 100%;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u9PQ4dW0Hi .mbr-section-title,
.cid-u9PQ4dW0Hi .line-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-u9PQ4dW0Hi .card-box,
.cid-u9PQ4dW0Hi .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u9PQ4dW0Hi .text,
.cid-u9PQ4dW0Hi .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .cid-u9PQ4dW0Hi .content {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media (max-width: 1200px) {
  .cid-u9PQ4dW0Hi .content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-u9PQ4dW0Hi .big-img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-u9PQ4dW0Hi .content {
    padding: 3rem;
  }
  .cid-u9PQ4dW0Hi .card-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9PQ4dW0Hi .card-img {
    width: 100%;
  }
}
.cid-u9PQ4dW0Hi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PQ4dW0Hi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9PSfULNh4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u9PSfULNh4 .mbr-text {
  color: #000000;
}
.cid-u9PSfULNh4 .mbr-section-subtitle {
  color: #838383;
}
.cid-u9PSfULNh4 .mbr-section-title {
  color: #000000;
}
.cid-u9KkSsU02y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #48d678;
}
.cid-u9KkSsU02y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9KkSsU02y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9KkSsU02y .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-u9KkSsU02y .container-fluid {
    padding: 0 12px;
  }
}
.cid-u9KkSsU02y .container-fluid .row {
  padding: 0;
}
.cid-u9KkSsU02y .row {
  border: 3px solid #48d678;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-u9KkSsU02y .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-u9KkSsU02y .card {
    padding: 48px 20px;
  }
}
.cid-u9KkSsU02y .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-u9KkSsU02y .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9KkSsU02y .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #48d678;
}
.cid-u9KkSsU02y .app-video-wrapper::before {
  color: #48d678;
  text-shadow: none;
}
.cid-u9KkSsU02y .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u9PRsccTfj {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u9PRsccTfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PRsccTfj .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9PRsccTfj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9PRsccTfj h1 {
  max-width: 800px;
}
.cid-u9PRsccTfj p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u9PRsccTfj .btn:hover {
  transform: scale(1.1);
  background: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #344cf1 !important;
}
.cid-u9PRsccTfj .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u9PRsccTfj .btn div {
  overflow: hidden;
}
.cid-u9PRsccTfj .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u9PRsccTfj {
    align-items: center;
  }
  .cid-u9PRsccTfj .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9PRsccTfj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9PRsccTfj {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9PRsccTfj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9PRsccTfj .content-wrap {
    width: 100%;
  }
}
.cid-u9PRsccTfj .mbr-section-subtitle,
.cid-u9PRsccTfj .line {
  color: #291f1e;
}
.cid-u9PRsccTfj .mbr-text,
.cid-u9PRsccTfj .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-u9PRsccTfj .mbr-section-title {
  color: #291f1e;
}
.cid-uN3mWjmDRh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #48d678;
}
.cid-uN3mWjmDRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3mWjmDRh .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-uN3mWjmDRh .container {
    padding: 0 15px;
  }
}
.cid-uN3mWjmDRh .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .content-wrapper {
    display: block;
  }
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .content-wrapper .list-wrapper,
  .cid-uN3mWjmDRh .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list .item-wrap,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-uN3mWjmDRh .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .copy-wrapper {
    flex-direction: column-reverse;
  }
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .copy-wrapper {
    flex-direction: column-reverse !important;
  }
}
.cid-uN3mWjmDRh .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uN3mWjmDRh .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uN3mWjmDRh .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-uN3mWjmDRh .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uN3mWjmDRh .mbr-section-title {
  color: #131c28;
}
.cid-uN3mWjmDRh .mbr-section-subtitle {
  color: #131c28;
}
.cid-uN3mWjmDRh .list {
  color: #131c28;
}
.cid-uN3mWjmDRh .mbr-copy {
  color: #131c28;
}
.cid-u9PWqiybJA .navbar {
  padding: 0.5rem 0;
  background: #48d678;
  transition: none;
  min-height: 50px;
}
.cid-u9PWqiybJA .navbar-fixed-top {
  padding-top: 0;
}
.cid-u9PWqiybJA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u9PWqiybJA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9PWqiybJA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u9PWqiybJA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u9PWqiybJA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u9PWqiybJA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u9PWqiybJA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u9PWqiybJA .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-u9PWqiybJA .dropdown-item {
  padding: 0;
}
.cid-u9PWqiybJA .dropdown-item,
.cid-u9PWqiybJA .nav-link,
.cid-u9PWqiybJA .brand-name {
  font-style: normal;
}
.cid-u9PWqiybJA .dropdown-item:hover,
.cid-u9PWqiybJA .nav-link:hover,
.cid-u9PWqiybJA .brand-name:hover {
  color: #344cf1 !important;
}
.cid-u9PWqiybJA .dropdown-menu {
  background-color: #0a1c44;
}
.cid-u9PWqiybJA .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-u9PWqiybJA .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9PWqiybJA .navbar-dropdown.bg-color.transparent.opened {
  background: #48d678;
}
.cid-u9PWqiybJA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u9PWqiybJA .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-u9PWqiybJA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u9PWqiybJA .content-text {
  margin-bottom: 0;
}
.cid-u9PWqiybJA .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u9PWqiybJA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #344cf1;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u9PWqiybJA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u9PWqiybJA .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u9PWqiybJA .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u9PWqiybJA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u9PWqiybJA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u9PWqiybJA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u9PWqiybJA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9PWqiybJA .nav-dropdown .link {
  font-weight: 400;
}
.cid-u9PWqiybJA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u9PWqiybJA .content-right-side {
  text-align: center;
}
.cid-u9PWqiybJA .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u9PWqiybJA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u9PWqiybJA .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u9PWqiybJA .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9PWqiybJA .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9PWqiybJA .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u9PWqiybJA .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u9PWqiybJA .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u9PWqiybJA .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u9PWqiybJA .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u9PWqiybJA .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-u9PWqiybJA .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9PWqiybJA .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-u9PWqiybJA .navbar {
    display: block;
    padding: 0;
  }
  .cid-u9PWqiybJA .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9PWqiybJA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-u9PWqiybJA .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u9PWqiybJA .navbar-toggler {
    display: none;
  }
  .cid-u9PWqiybJA .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-u9PWqiybJA .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u9PWqiybJA .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u9PWqiybJA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u9PWqiybJA .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u9PWqiybJA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u9PWqiybJA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u9PWqiybJA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u9PWqiybJA .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u9PWqiybJA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u9PWqiybJA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u9PWqiybJA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9PWqiybJA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u9PWqiybJA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u9PWqiybJA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u9PWqiybJA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u9PWqiybJA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9PWqiybJA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-u9PWqiybJA .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u9PWqiybJA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u9PWqiybJA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u9PWqiybJA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u9PWqiybJA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u9PWqiybJA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-u9PWqiybJA button.navbar-toggler:focus {
  outline: none;
}
.cid-u9PWqiybJA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-u9PWqiybJA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9PWqiybJA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9PWqiybJA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9PWqiybJA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9PWqiybJA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9PWqiybJA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9PWqiybJA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9PWqiybJA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9PWqiybJA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9PWqiybJA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9PWqiybJA .collapsed .btn {
  display: flex;
}
.cid-u9PWqiybJA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u9PWqiybJA .collapsed .navbar-collapse.collapsing,
.cid-u9PWqiybJA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u9PWqiybJA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u9PWqiybJA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u9PWqiybJA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u9PWqiybJA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u9PWqiybJA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u9PWqiybJA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u9PWqiybJA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u9PWqiybJA .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u9PWqiybJA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u9PWqiybJA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u9PWqiybJA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u9PWqiybJA .collapsed button.navbar-toggler {
  display: block;
}
.cid-u9PWqiybJA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u9PWqiybJA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9PWqiybJA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-u9PWqiybJA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u9PWqiybJA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u9PWqiybJA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-u9PWqiybJA .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-u9PWqiybJA .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-u9PWqiybJA .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-u9PWqiybJA .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u9PWqiybJA .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-u9PWqiybJA .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u9PWqiybJA .navbar-collapse.collapsing,
  .cid-u9PWqiybJA .navbar-collapse.show {
    display: block !important;
  }
  .cid-u9PWqiybJA .navbar-collapse.collapsing .navbar-nav,
  .cid-u9PWqiybJA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u9PWqiybJA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u9PWqiybJA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u9PWqiybJA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u9PWqiybJA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u9PWqiybJA .navbar-collapse.collapsing .navbar-buttons,
  .cid-u9PWqiybJA .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u9PWqiybJA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u9PWqiybJA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u9PWqiybJA img {
    height: 3.8rem !important;
  }
  .cid-u9PWqiybJA .btn {
    display: flex;
  }
  .cid-u9PWqiybJA button.navbar-toggler {
    display: block;
  }
  .cid-u9PWqiybJA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u9PWqiybJA .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9PWqiybJA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-u9PWqiybJA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u9PWqiybJA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u9PWqiybJA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-u9PWqiybJA .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u9PWqiybJA .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u9PWqiybJA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u9PWqiybJA .nav-link:focus {
  outline: none;
}
.cid-u9PWqiybJA .navbar-toggler {
  position: relative;
}
.cid-u9PWqiybJA .dropdown-item.active,
.cid-u9PWqiybJA .dropdown-item:active {
  color: initial;
}
.cid-u9PWqiybJA .widget-title,
.cid-u9PWqiybJA .widget-icon {
  color: #e9e9e9;
}
.cid-u9PWqiybJA .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-u9PWqiybJA .menu-logo {
    display: none;
  }
  .cid-u9PWqiybJA .navbar {
    padding: 0;
  }
  .cid-u9PWqiybJA .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9PWqiybJA button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-u9PWqj2rdG {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u9PWqj2rdG .container-fluid {
  padding: 0;
}
.cid-u9PWqj2rdG img {
  width: 100%;
}
.cid-u9PWqj2rdG .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-u9PWqj2rdG .content {
    padding: 3rem;
  }
}
.cid-u9PWqj2rdG .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-u9PWqj2rdG .img-col {
  padding: 0;
  margin: auto;
}
.cid-u9PWqj2rdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PWqj2rdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9PWqj2rdG .mbr-section-title {
  color: #000000;
}
.cid-u9PWqj2rdG .mbr-text,
.cid-u9PWqj2rdG .mbr-section-btn {
  color: #000000;
}
.cid-u9PWqjqomx {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #48d678;
}
.cid-u9PWqjqomx .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u9PWqjqomx .mbr-text,
.cid-u9PWqjqomx .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u9PWqjqomx .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-u9PWqjFIB3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u9PWqjFIB3 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u9PWqjFIB3 .container-fluid {
  padding: 0;
}
.cid-u9PWqjFIB3 img {
  width: 100%;
}
.cid-u9PWqjFIB3 .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-u9PWqjFIB3 .content {
    padding: 3rem;
  }
}
.cid-u9PWqjFIB3 .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-u9PWqjFIB3 .img-col {
  padding: 0;
  margin: auto;
}
.cid-u9PWqjFIB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PWqjFIB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9PWqjFIB3 .mbr-section-title {
  color: #000000;
}
.cid-u9PWqjFIB3 .mbr-text,
.cid-u9PWqjFIB3 .mbr-section-btn {
  color: #000000;
}
.cid-u9PWqjUmTc {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #48d678;
}
.cid-u9PWqjUmTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PWqjUmTc .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9PWqjUmTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9PWqjUmTc h1 {
  max-width: 800px;
}
.cid-u9PWqjUmTc p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u9PWqjUmTc .btn:hover {
  transform: scale(1.1);
  background: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #344cf1 !important;
}
.cid-u9PWqjUmTc .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u9PWqjUmTc .btn div {
  overflow: hidden;
}
.cid-u9PWqjUmTc .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u9PWqjUmTc {
    align-items: center;
  }
  .cid-u9PWqjUmTc .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9PWqjUmTc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9PWqjUmTc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9PWqjUmTc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9PWqjUmTc .content-wrap {
    width: 100%;
  }
}
.cid-u9PWqjUmTc .mbr-section-subtitle,
.cid-u9PWqjUmTc .line {
  color: #291f1e;
}
.cid-u9PWqjUmTc .mbr-text,
.cid-u9PWqjUmTc .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-u9PWqjUmTc .mbr-section-title {
  color: #291f1e;
}
.cid-u9PWqkaRuU {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u9PWqkaRuU .mbr-text {
  color: #000000;
}
.cid-u9PWqkaRuU .mbr-section-subtitle {
  color: #838383;
}
.cid-u9PWqkaRuU .mbr-section-title {
  color: #000000;
}
.cid-u9PWqkptae {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #48d678;
}
.cid-u9PWqkptae .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PWqkptae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9PWqkptae .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-u9PWqkptae .container-fluid {
    padding: 0 12px;
  }
}
.cid-u9PWqkptae .container-fluid .row {
  padding: 0;
}
.cid-u9PWqkptae .row {
  border: 3px solid #48d678;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-u9PWqkptae .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-u9PWqkptae .card {
    padding: 48px 20px;
  }
}
.cid-u9PWqkptae .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-u9PWqkptae .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9PWqkptae .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #48d678;
}
.cid-u9PWqkptae .app-video-wrapper::before {
  color: #48d678;
  text-shadow: none;
}
.cid-u9PWqkptae .mbr-section-title {
  color: #1b577a;
  text-align: center;
}
.cid-u9PWqkLUvn {
  overflow: hidden;
  background-color: #48d678;
}
.cid-u9PWqkLUvn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PWqkLUvn .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-u9PWqkLUvn .container {
    padding: 0 24px;
  }
}
.cid-u9PWqkLUvn .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u9PWqkLUvn .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-u9PWqkLUvn .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #fffa76;
}
@media (max-width: 992px) {
  .cid-u9PWqkLUvn .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-u9PWqkLUvn .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9PWqkLUvn .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-u9PWqkLUvn .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-u9PWqkLUvn .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-u9PWqkLUvn .mbr-section-title {
  color: #ffffff;
}
.cid-u9PWqkLUvn .mbr-text,
.cid-u9PWqkLUvn .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-u9PWqkLUvn .mbr-section-title,
.cid-u9PWqkLUvn .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-u9PWql4oQF {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u9PWql4oQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PWql4oQF .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9PWql4oQF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9PWql4oQF h1 {
  max-width: 800px;
}
.cid-u9PWql4oQF p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u9PWql4oQF .btn:hover {
  transform: scale(1.1);
  background: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #344cf1 !important;
}
.cid-u9PWql4oQF .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u9PWql4oQF .btn div {
  overflow: hidden;
}
.cid-u9PWql4oQF .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u9PWql4oQF {
    align-items: center;
  }
  .cid-u9PWql4oQF .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9PWql4oQF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9PWql4oQF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9PWql4oQF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9PWql4oQF .content-wrap {
    width: 100%;
  }
}
.cid-u9PWql4oQF .mbr-section-subtitle,
.cid-u9PWql4oQF .line {
  color: #291f1e;
}
.cid-u9PWql4oQF .mbr-text,
.cid-u9PWql4oQF .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-u9PWql4oQF .mbr-section-title {
  color: #291f1e;
}
.cid-u9PWqloGe8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #48d678;
}
.cid-u9PWqloGe8::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #f5f7fa 50%);
  z-index: 1;
}
.cid-u9PWqloGe8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PWqloGe8 .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-u9PWqloGe8 .container {
    padding: 0 22px;
  }
}
.cid-u9PWqloGe8 .row {
  justify-content: center;
}
.cid-u9PWqloGe8 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-u9PWqloGe8 .content-wrapper {
    padding: 0;
  }
}
.cid-u9PWqloGe8 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9PWqloGe8 .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-u9PWqloGe8 .mbr-section-title {
  color: #ffffff;
}
.cid-u9PWqloGe8 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u9PWqloGe8 .mbr-section-title,
.cid-u9PWqloGe8 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u9PWqlEICK {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u9PWqlEICK .mbr-text {
  color: #000000;
}
.cid-u9PWqlEICK .mbr-section-subtitle {
  color: #000000;
}
.cid-u9PWqlEICK .mbr-section-title {
  color: #ffffff;
}
.cid-u9PX4vW8tX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #48d678;
}
.cid-u9PX4vW8tX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PX4vW8tX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9PX4vW8tX .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-u9PX4vW8tX .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-u9PX4vW8tX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u9PX4vW8tX .container {
    padding: 0 20px;
  }
}
.cid-u9PX4vW8tX .row {
  justify-content: space-between;
}
.cid-u9PX4vW8tX .desc-wrapper {
  border-top: 1px solid #dfe6ea;
}
.cid-u9PX4vW8tX .desc-wrapper .mbr-desc {
  padding-top: 16px;
  margin-bottom: 30px;
}
.cid-u9PX4vW8tX .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 70%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u9PX4vW8tX .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-u9PX4vW8tX .title-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u9PX4vW8tX .title-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-u9PX4vW8tX .mbr-section-title {
  color: #000000;
}
.cid-u9PX4vW8tX .mbr-desc {
  color: #000000;
}
.cid-u9PX4vW8tX .mbr-text {
  color: #9a9a9a;
}
.cid-u9PX4vW8tX .mbr-text,
.cid-u9PX4vW8tX .text-wrap {
  color: #000000;
}
.cid-u9PXfTf0BA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9PXfTf0BA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PXfTf0BA .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-u9PXfTf0BA .container {
    padding: 0 22px;
  }
}
.cid-u9PXfTf0BA .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u9PXfTf0BA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u9PXfTf0BA .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9PXfTf0BA .mbr-section-title {
  color: #000000;
}
.cid-u9PXfTf0BA .mbr-text {
  color: #000000;
}
.cid-uL9IDQkB8Z {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uL9IDQkB8Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9IDQkB8Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL9IDQkB8Z .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uL9IDQkB8Z .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uL9IDQkB8Z .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uL9IDQkB8Z .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uL9IDQkB8Z .container {
    padding: 0 12px;
  }
}
.cid-uL9IDQkB8Z .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uL9IDQkB8Z .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uL9IDQkB8Z .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uL9IDQkB8Z .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uL9IDQkB8Z .mbr-section-title {
  color: #1D1D1F;
}
.cid-uL9IDQkB8Z .mbr-text {
  color: #1D1D1F;
  text-align: left;
}
.cid-uL9IDQkB8Z .mbr-section-title,
.cid-uL9IDQkB8Z .mbr-section-btn {
  text-align: left;
}
.cid-uL9IOAttLB {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL9IOAttLB .mbr-section-title {
  text-align: left;
}
.cid-uL9IOAttLB .mbr-section-subtitle {
  margin-top: 1.5rem;
  text-align: left;
}
.cid-uL9IOAttLB .mbr-section-btn {
  padding-top: 2rem;
}
.cid-uL9IOAttLB .section-header {
  margin-bottom: 3rem;
}
.cid-uL9IOAttLB .item-wrapper {
  margin-bottom: 1.5rem;
}
.cid-uL9IOAttLB .row-item {
  padding: 3rem;
  padding-top: 3.7rem;
  height: 100%;
}
.cid-uL9IOAttLB .row-item.card1 {
  background: #48d678;
}
.cid-uL9IOAttLB .row-item.card2 {
  background: #ebd2b4;
}
.cid-uL9IOAttLB .row-item.card3 {
  background: #c1bebe;
}
.cid-uL9IOAttLB .row-item.card4 {
  background: #bcd9df;
}
@media (max-width: 1024px) {
  .cid-uL9IOAttLB .row-item {
    padding: 2rem;
  }
}
.cid-uL9IOAttLB .mbr-card-title {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uL9IOAttLB .card-img,
  .cid-uL9IOAttLB .mbr-text,
  .cid-uL9IOAttLB .mbr-card-title,
  .cid-uL9IOAttLB .mbr-section-subtitle,
  .cid-uL9IOAttLB .mbr-section-title,
  .cid-uL9IOAttLB .underline {
    text-align: center !important;
  }
}
.cid-uL9IOAttLB .mbr-iconfont {
  background-color: #000000;
  font-size: 30px;
  height: 56px;
  min-width: 56px;
  padding: .7rem;
  color: #fff;
  border: 1px solid #000000;
  border-radius: 50%;
}
.cid-uL9IOAttLB .card-img {
  margin-bottom: 1.7rem;
  text-align: left;
}
.cid-uL9IOAttLB .card2 > .mbr-text,
.cid-uL9IOAttLB .card2 > .mbr-section-btn {
  text-align: left;
}
.cid-uL9IOAttLB .card1 > .mbr-text,
.cid-uL9IOAttLB .card1 > .mbr-section-btn {
  text-align: left;
}
.cid-uL9IOAttLB .card3 > .mbr-text,
.cid-uL9IOAttLB .card3 > .mbr-section-btn {
  text-align: left;
}
.cid-uL9IOAttLB .card4 > .mbr-text,
.cid-uL9IOAttLB .card4 > .mbr-section-btn {
  text-align: left;
}
.cid-uN3mWjmDRh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #48d678;
}
.cid-uN3mWjmDRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3mWjmDRh .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-uN3mWjmDRh .container {
    padding: 0 15px;
  }
}
.cid-uN3mWjmDRh .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .content-wrapper {
    display: block;
  }
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .content-wrapper .list-wrapper,
  .cid-uN3mWjmDRh .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list .item-wrap,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-uN3mWjmDRh .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .copy-wrapper {
    flex-direction: column-reverse;
  }
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .copy-wrapper {
    flex-direction: column-reverse !important;
  }
}
.cid-uN3mWjmDRh .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uN3mWjmDRh .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uN3mWjmDRh .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-uN3mWjmDRh .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uN3mWjmDRh .mbr-section-title {
  color: #131c28;
}
.cid-uN3mWjmDRh .mbr-section-subtitle {
  color: #131c28;
}
.cid-uN3mWjmDRh .list {
  color: #131c28;
}
.cid-uN3mWjmDRh .mbr-copy {
  color: #131c28;
}
.cid-uL9AmTS08I .navbar {
  padding: 0.5rem 0;
  background: #48d678;
  transition: none;
  min-height: 50px;
}
.cid-uL9AmTS08I .navbar-fixed-top {
  padding-top: 0;
}
.cid-uL9AmTS08I .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uL9AmTS08I .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uL9AmTS08I .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uL9AmTS08I .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uL9AmTS08I .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uL9AmTS08I .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uL9AmTS08I .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uL9AmTS08I .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uL9AmTS08I .dropdown-item {
  padding: 0;
}
.cid-uL9AmTS08I .dropdown-item,
.cid-uL9AmTS08I .nav-link,
.cid-uL9AmTS08I .brand-name {
  font-style: normal;
}
.cid-uL9AmTS08I .dropdown-item:hover,
.cid-uL9AmTS08I .nav-link:hover,
.cid-uL9AmTS08I .brand-name:hover {
  color: #344cf1 !important;
}
.cid-uL9AmTS08I .dropdown-menu {
  background-color: #0a1c44;
}
.cid-uL9AmTS08I .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-uL9AmTS08I .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uL9AmTS08I .navbar-dropdown.bg-color.transparent.opened {
  background: #48d678;
}
.cid-uL9AmTS08I .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uL9AmTS08I .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uL9AmTS08I .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uL9AmTS08I .content-text {
  margin-bottom: 0;
}
.cid-uL9AmTS08I .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uL9AmTS08I .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #344cf1;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uL9AmTS08I .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uL9AmTS08I .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uL9AmTS08I .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uL9AmTS08I .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uL9AmTS08I .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uL9AmTS08I .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uL9AmTS08I .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uL9AmTS08I .nav-dropdown .link {
  font-weight: 400;
}
.cid-uL9AmTS08I .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uL9AmTS08I .content-right-side {
  text-align: center;
}
.cid-uL9AmTS08I .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uL9AmTS08I .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uL9AmTS08I .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uL9AmTS08I .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uL9AmTS08I .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uL9AmTS08I .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uL9AmTS08I .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uL9AmTS08I .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uL9AmTS08I .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uL9AmTS08I .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uL9AmTS08I .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-uL9AmTS08I .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uL9AmTS08I .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uL9AmTS08I .navbar {
    display: block;
    padding: 0;
  }
  .cid-uL9AmTS08I .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uL9AmTS08I .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uL9AmTS08I .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uL9AmTS08I .navbar-toggler {
    display: none;
  }
  .cid-uL9AmTS08I .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uL9AmTS08I .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uL9AmTS08I .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uL9AmTS08I .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uL9AmTS08I .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uL9AmTS08I .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uL9AmTS08I .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uL9AmTS08I .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uL9AmTS08I .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uL9AmTS08I .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uL9AmTS08I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uL9AmTS08I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL9AmTS08I .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uL9AmTS08I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uL9AmTS08I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uL9AmTS08I .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uL9AmTS08I .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL9AmTS08I .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uL9AmTS08I .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uL9AmTS08I .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uL9AmTS08I .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uL9AmTS08I .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uL9AmTS08I .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uL9AmTS08I button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uL9AmTS08I button.navbar-toggler:focus {
  outline: none;
}
.cid-uL9AmTS08I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-uL9AmTS08I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL9AmTS08I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL9AmTS08I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL9AmTS08I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL9AmTS08I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL9AmTS08I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL9AmTS08I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL9AmTS08I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL9AmTS08I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL9AmTS08I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL9AmTS08I .collapsed .btn {
  display: flex;
}
.cid-uL9AmTS08I .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uL9AmTS08I .collapsed .navbar-collapse.collapsing,
.cid-uL9AmTS08I .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uL9AmTS08I .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uL9AmTS08I .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uL9AmTS08I .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uL9AmTS08I .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uL9AmTS08I .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uL9AmTS08I .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uL9AmTS08I .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uL9AmTS08I .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uL9AmTS08I .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uL9AmTS08I .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uL9AmTS08I .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uL9AmTS08I .collapsed button.navbar-toggler {
  display: block;
}
.cid-uL9AmTS08I .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uL9AmTS08I .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uL9AmTS08I .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uL9AmTS08I .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uL9AmTS08I .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uL9AmTS08I .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uL9AmTS08I .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-uL9AmTS08I .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-uL9AmTS08I .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-uL9AmTS08I .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-uL9AmTS08I .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uL9AmTS08I .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uL9AmTS08I .navbar-collapse.collapsing,
  .cid-uL9AmTS08I .navbar-collapse.show {
    display: block !important;
  }
  .cid-uL9AmTS08I .navbar-collapse.collapsing .navbar-nav,
  .cid-uL9AmTS08I .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uL9AmTS08I .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uL9AmTS08I .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uL9AmTS08I .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uL9AmTS08I .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uL9AmTS08I .navbar-collapse.collapsing .navbar-buttons,
  .cid-uL9AmTS08I .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uL9AmTS08I .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uL9AmTS08I .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uL9AmTS08I img {
    height: 3.8rem !important;
  }
  .cid-uL9AmTS08I .btn {
    display: flex;
  }
  .cid-uL9AmTS08I button.navbar-toggler {
    display: block;
  }
  .cid-uL9AmTS08I .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uL9AmTS08I .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uL9AmTS08I .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uL9AmTS08I .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uL9AmTS08I .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uL9AmTS08I .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uL9AmTS08I .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uL9AmTS08I .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uL9AmTS08I .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uL9AmTS08I .nav-link:focus {
  outline: none;
}
.cid-uL9AmTS08I .navbar-toggler {
  position: relative;
}
.cid-uL9AmTS08I .dropdown-item.active,
.cid-uL9AmTS08I .dropdown-item:active {
  color: initial;
}
.cid-uL9AmTS08I .widget-title,
.cid-uL9AmTS08I .widget-icon {
  color: #e9e9e9;
}
.cid-uL9AmTS08I .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-uL9AmTS08I .menu-logo {
    display: none;
  }
  .cid-uL9AmTS08I .navbar {
    padding: 0;
  }
  .cid-uL9AmTS08I .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uL9AmTS08I button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-uL9AmUpOXm {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL9AmUpOXm .container-fluid {
  padding: 0;
}
.cid-uL9AmUpOXm img {
  width: 100%;
}
.cid-uL9AmUpOXm .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-uL9AmUpOXm .content {
    padding: 3rem;
  }
}
.cid-uL9AmUpOXm .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-uL9AmUpOXm .img-col {
  padding: 0;
  margin: auto;
}
.cid-uL9AmUpOXm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9AmUpOXm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL9AmUpOXm .mbr-section-title {
  color: #000000;
}
.cid-uL9AmUpOXm .mbr-text,
.cid-uL9AmUpOXm .mbr-section-btn {
  color: #000000;
}
.cid-uL9AK69Pnn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL9AK69Pnn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9AK69Pnn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL9AK69Pnn .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uL9AK69Pnn .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uL9AK69Pnn .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 992px) {
  .cid-uL9AK69Pnn .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uL9AK69Pnn .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uL9AK69Pnn .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uL9AK69Pnn .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uL9AK69Pnn .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uL9AK69Pnn .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uL9AK69Pnn .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uL9AK69Pnn .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uL9AK69Pnn .mbr-section-title {
  color: #19171c;
}
.cid-uL9AK69Pnn .panel-title {
  color: #19171c;
}
.cid-uL9AK69Pnn .panel-text {
  color: #6e6e73;
}
.cid-uN3mWjmDRh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #48d678;
}
.cid-uN3mWjmDRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3mWjmDRh .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-uN3mWjmDRh .container {
    padding: 0 15px;
  }
}
.cid-uN3mWjmDRh .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .content-wrapper {
    display: block;
  }
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .content-wrapper .list-wrapper,
  .cid-uN3mWjmDRh .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list .item-wrap,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-uN3mWjmDRh .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .copy-wrapper {
    flex-direction: column-reverse;
  }
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .copy-wrapper {
    flex-direction: column-reverse !important;
  }
}
.cid-uN3mWjmDRh .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uN3mWjmDRh .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uN3mWjmDRh .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-uN3mWjmDRh .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uN3mWjmDRh .mbr-section-title {
  color: #131c28;
}
.cid-uN3mWjmDRh .mbr-section-subtitle {
  color: #131c28;
}
.cid-uN3mWjmDRh .list {
  color: #131c28;
}
.cid-uN3mWjmDRh .mbr-copy {
  color: #131c28;
}
.cid-uL9EkaKHpe .navbar {
  padding: 0.5rem 0;
  background: #48d678;
  transition: none;
  min-height: 50px;
}
.cid-uL9EkaKHpe .navbar-fixed-top {
  padding-top: 0;
}
.cid-uL9EkaKHpe .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uL9EkaKHpe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uL9EkaKHpe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uL9EkaKHpe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uL9EkaKHpe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uL9EkaKHpe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uL9EkaKHpe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uL9EkaKHpe .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uL9EkaKHpe .dropdown-item {
  padding: 0;
}
.cid-uL9EkaKHpe .dropdown-item,
.cid-uL9EkaKHpe .nav-link,
.cid-uL9EkaKHpe .brand-name {
  font-style: normal;
}
.cid-uL9EkaKHpe .dropdown-item:hover,
.cid-uL9EkaKHpe .nav-link:hover,
.cid-uL9EkaKHpe .brand-name:hover {
  color: #344cf1 !important;
}
.cid-uL9EkaKHpe .dropdown-menu {
  background-color: #0a1c44;
}
.cid-uL9EkaKHpe .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-uL9EkaKHpe .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uL9EkaKHpe .navbar-dropdown.bg-color.transparent.opened {
  background: #48d678;
}
.cid-uL9EkaKHpe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uL9EkaKHpe .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uL9EkaKHpe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uL9EkaKHpe .content-text {
  margin-bottom: 0;
}
.cid-uL9EkaKHpe .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uL9EkaKHpe .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #344cf1;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uL9EkaKHpe .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uL9EkaKHpe .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uL9EkaKHpe .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uL9EkaKHpe .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uL9EkaKHpe .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uL9EkaKHpe .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uL9EkaKHpe .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uL9EkaKHpe .nav-dropdown .link {
  font-weight: 400;
}
.cid-uL9EkaKHpe .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uL9EkaKHpe .content-right-side {
  text-align: center;
}
.cid-uL9EkaKHpe .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uL9EkaKHpe .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uL9EkaKHpe .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uL9EkaKHpe .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uL9EkaKHpe .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uL9EkaKHpe .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uL9EkaKHpe .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uL9EkaKHpe .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uL9EkaKHpe .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uL9EkaKHpe .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uL9EkaKHpe .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-uL9EkaKHpe .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uL9EkaKHpe .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uL9EkaKHpe .navbar {
    display: block;
    padding: 0;
  }
  .cid-uL9EkaKHpe .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uL9EkaKHpe .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uL9EkaKHpe .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uL9EkaKHpe .navbar-toggler {
    display: none;
  }
  .cid-uL9EkaKHpe .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uL9EkaKHpe .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uL9EkaKHpe .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uL9EkaKHpe .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uL9EkaKHpe .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uL9EkaKHpe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uL9EkaKHpe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uL9EkaKHpe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uL9EkaKHpe .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uL9EkaKHpe .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uL9EkaKHpe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uL9EkaKHpe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL9EkaKHpe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uL9EkaKHpe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uL9EkaKHpe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uL9EkaKHpe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uL9EkaKHpe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL9EkaKHpe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uL9EkaKHpe .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uL9EkaKHpe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uL9EkaKHpe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uL9EkaKHpe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uL9EkaKHpe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uL9EkaKHpe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uL9EkaKHpe button.navbar-toggler:focus {
  outline: none;
}
.cid-uL9EkaKHpe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-uL9EkaKHpe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL9EkaKHpe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL9EkaKHpe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL9EkaKHpe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL9EkaKHpe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL9EkaKHpe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL9EkaKHpe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL9EkaKHpe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL9EkaKHpe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL9EkaKHpe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL9EkaKHpe .collapsed .btn {
  display: flex;
}
.cid-uL9EkaKHpe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uL9EkaKHpe .collapsed .navbar-collapse.collapsing,
.cid-uL9EkaKHpe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uL9EkaKHpe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uL9EkaKHpe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uL9EkaKHpe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uL9EkaKHpe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uL9EkaKHpe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uL9EkaKHpe .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uL9EkaKHpe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uL9EkaKHpe .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uL9EkaKHpe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uL9EkaKHpe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uL9EkaKHpe .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uL9EkaKHpe .collapsed button.navbar-toggler {
  display: block;
}
.cid-uL9EkaKHpe .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uL9EkaKHpe .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uL9EkaKHpe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uL9EkaKHpe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uL9EkaKHpe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uL9EkaKHpe .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uL9EkaKHpe .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-uL9EkaKHpe .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-uL9EkaKHpe .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-uL9EkaKHpe .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-uL9EkaKHpe .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uL9EkaKHpe .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uL9EkaKHpe .navbar-collapse.collapsing,
  .cid-uL9EkaKHpe .navbar-collapse.show {
    display: block !important;
  }
  .cid-uL9EkaKHpe .navbar-collapse.collapsing .navbar-nav,
  .cid-uL9EkaKHpe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uL9EkaKHpe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uL9EkaKHpe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uL9EkaKHpe .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uL9EkaKHpe .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uL9EkaKHpe .navbar-collapse.collapsing .navbar-buttons,
  .cid-uL9EkaKHpe .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uL9EkaKHpe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uL9EkaKHpe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uL9EkaKHpe img {
    height: 3.8rem !important;
  }
  .cid-uL9EkaKHpe .btn {
    display: flex;
  }
  .cid-uL9EkaKHpe button.navbar-toggler {
    display: block;
  }
  .cid-uL9EkaKHpe .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uL9EkaKHpe .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uL9EkaKHpe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uL9EkaKHpe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uL9EkaKHpe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uL9EkaKHpe .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uL9EkaKHpe .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uL9EkaKHpe .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uL9EkaKHpe .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uL9EkaKHpe .nav-link:focus {
  outline: none;
}
.cid-uL9EkaKHpe .navbar-toggler {
  position: relative;
}
.cid-uL9EkaKHpe .dropdown-item.active,
.cid-uL9EkaKHpe .dropdown-item:active {
  color: initial;
}
.cid-uL9EkaKHpe .widget-title,
.cid-uL9EkaKHpe .widget-icon {
  color: #e9e9e9;
}
.cid-uL9EkaKHpe .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-uL9EkaKHpe .menu-logo {
    display: none;
  }
  .cid-uL9EkaKHpe .navbar {
    padding: 0;
  }
  .cid-uL9EkaKHpe .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uL9EkaKHpe button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-uL9EkbE9LY {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL9EkbE9LY .container-fluid {
  padding: 0;
}
.cid-uL9EkbE9LY img {
  width: 100%;
}
.cid-uL9EkbE9LY .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-uL9EkbE9LY .content {
    padding: 3rem;
  }
}
.cid-uL9EkbE9LY .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-uL9EkbE9LY .img-col {
  padding: 0;
  margin: auto;
}
.cid-uL9EkbE9LY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9EkbE9LY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL9EkbE9LY .mbr-section-title {
  color: #000000;
}
.cid-uL9EkbE9LY .mbr-text,
.cid-uL9EkbE9LY .mbr-section-btn {
  color: #000000;
}
.cid-uL9ELOtsQ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL9ELOtsQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9ELOtsQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL9ELOtsQ6 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uL9ELOtsQ6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uL9ELOtsQ6 .container {
    padding: 0;
  }
}
.cid-uL9ELOtsQ6 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uL9ELOtsQ6 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uL9ELOtsQ6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uL9ELOtsQ6 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uL9ELOtsQ6 .mbr-section-title {
  color: #263652;
}
.cid-uL9ELOtsQ6 .mbr-text {
  color: #263652;
}
.cid-uN3mWjmDRh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #48d678;
}
.cid-uN3mWjmDRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3mWjmDRh .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-uN3mWjmDRh .container {
    padding: 0 15px;
  }
}
.cid-uN3mWjmDRh .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .content-wrapper {
    display: block;
  }
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .content-wrapper .list-wrapper,
  .cid-uN3mWjmDRh .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list .item-wrap,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-uN3mWjmDRh .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .copy-wrapper {
    flex-direction: column-reverse;
  }
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .copy-wrapper {
    flex-direction: column-reverse !important;
  }
}
.cid-uN3mWjmDRh .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uN3mWjmDRh .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uN3mWjmDRh .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-uN3mWjmDRh .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uN3mWjmDRh .mbr-section-title {
  color: #131c28;
}
.cid-uN3mWjmDRh .mbr-section-subtitle {
  color: #131c28;
}
.cid-uN3mWjmDRh .list {
  color: #131c28;
}
.cid-uN3mWjmDRh .mbr-copy {
  color: #131c28;
}
.cid-u9PVYtfAFT .navbar {
  padding: 0.5rem 0;
  background: #48d678;
  transition: none;
  min-height: 50px;
}
.cid-u9PVYtfAFT .navbar-fixed-top {
  padding-top: 0;
}
.cid-u9PVYtfAFT .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u9PVYtfAFT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9PVYtfAFT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u9PVYtfAFT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u9PVYtfAFT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u9PVYtfAFT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u9PVYtfAFT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u9PVYtfAFT .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-u9PVYtfAFT .dropdown-item {
  padding: 0;
}
.cid-u9PVYtfAFT .dropdown-item,
.cid-u9PVYtfAFT .nav-link,
.cid-u9PVYtfAFT .brand-name {
  font-style: normal;
}
.cid-u9PVYtfAFT .dropdown-item:hover,
.cid-u9PVYtfAFT .nav-link:hover,
.cid-u9PVYtfAFT .brand-name:hover {
  color: #344cf1 !important;
}
.cid-u9PVYtfAFT .dropdown-menu {
  background-color: #0a1c44;
}
.cid-u9PVYtfAFT .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-u9PVYtfAFT .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9PVYtfAFT .navbar-dropdown.bg-color.transparent.opened {
  background: #48d678;
}
.cid-u9PVYtfAFT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u9PVYtfAFT .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-u9PVYtfAFT .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u9PVYtfAFT .content-text {
  margin-bottom: 0;
}
.cid-u9PVYtfAFT .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u9PVYtfAFT .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #344cf1;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u9PVYtfAFT .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u9PVYtfAFT .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u9PVYtfAFT .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u9PVYtfAFT .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u9PVYtfAFT .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u9PVYtfAFT .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u9PVYtfAFT .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9PVYtfAFT .nav-dropdown .link {
  font-weight: 400;
}
.cid-u9PVYtfAFT .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u9PVYtfAFT .content-right-side {
  text-align: center;
}
.cid-u9PVYtfAFT .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u9PVYtfAFT .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u9PVYtfAFT .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u9PVYtfAFT .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9PVYtfAFT .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9PVYtfAFT .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u9PVYtfAFT .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u9PVYtfAFT .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u9PVYtfAFT .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u9PVYtfAFT .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u9PVYtfAFT .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-u9PVYtfAFT .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9PVYtfAFT .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-u9PVYtfAFT .navbar {
    display: block;
    padding: 0;
  }
  .cid-u9PVYtfAFT .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9PVYtfAFT .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-u9PVYtfAFT .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u9PVYtfAFT .navbar-toggler {
    display: none;
  }
  .cid-u9PVYtfAFT .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-u9PVYtfAFT .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u9PVYtfAFT .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u9PVYtfAFT .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u9PVYtfAFT .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u9PVYtfAFT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u9PVYtfAFT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u9PVYtfAFT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u9PVYtfAFT .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u9PVYtfAFT .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u9PVYtfAFT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u9PVYtfAFT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9PVYtfAFT .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u9PVYtfAFT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u9PVYtfAFT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u9PVYtfAFT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u9PVYtfAFT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9PVYtfAFT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-u9PVYtfAFT .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u9PVYtfAFT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u9PVYtfAFT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u9PVYtfAFT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u9PVYtfAFT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u9PVYtfAFT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-u9PVYtfAFT button.navbar-toggler:focus {
  outline: none;
}
.cid-u9PVYtfAFT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-u9PVYtfAFT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9PVYtfAFT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9PVYtfAFT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9PVYtfAFT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9PVYtfAFT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9PVYtfAFT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9PVYtfAFT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9PVYtfAFT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9PVYtfAFT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9PVYtfAFT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9PVYtfAFT .collapsed .btn {
  display: flex;
}
.cid-u9PVYtfAFT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u9PVYtfAFT .collapsed .navbar-collapse.collapsing,
.cid-u9PVYtfAFT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u9PVYtfAFT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u9PVYtfAFT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u9PVYtfAFT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u9PVYtfAFT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u9PVYtfAFT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u9PVYtfAFT .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u9PVYtfAFT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u9PVYtfAFT .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u9PVYtfAFT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u9PVYtfAFT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u9PVYtfAFT .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u9PVYtfAFT .collapsed button.navbar-toggler {
  display: block;
}
.cid-u9PVYtfAFT .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u9PVYtfAFT .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9PVYtfAFT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-u9PVYtfAFT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u9PVYtfAFT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u9PVYtfAFT .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-u9PVYtfAFT .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-u9PVYtfAFT .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-u9PVYtfAFT .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-u9PVYtfAFT .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u9PVYtfAFT .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-u9PVYtfAFT .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u9PVYtfAFT .navbar-collapse.collapsing,
  .cid-u9PVYtfAFT .navbar-collapse.show {
    display: block !important;
  }
  .cid-u9PVYtfAFT .navbar-collapse.collapsing .navbar-nav,
  .cid-u9PVYtfAFT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u9PVYtfAFT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u9PVYtfAFT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u9PVYtfAFT .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u9PVYtfAFT .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u9PVYtfAFT .navbar-collapse.collapsing .navbar-buttons,
  .cid-u9PVYtfAFT .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u9PVYtfAFT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u9PVYtfAFT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u9PVYtfAFT img {
    height: 3.8rem !important;
  }
  .cid-u9PVYtfAFT .btn {
    display: flex;
  }
  .cid-u9PVYtfAFT button.navbar-toggler {
    display: block;
  }
  .cid-u9PVYtfAFT .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u9PVYtfAFT .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9PVYtfAFT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-u9PVYtfAFT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u9PVYtfAFT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u9PVYtfAFT .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-u9PVYtfAFT .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u9PVYtfAFT .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u9PVYtfAFT .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u9PVYtfAFT .nav-link:focus {
  outline: none;
}
.cid-u9PVYtfAFT .navbar-toggler {
  position: relative;
}
.cid-u9PVYtfAFT .dropdown-item.active,
.cid-u9PVYtfAFT .dropdown-item:active {
  color: initial;
}
.cid-u9PVYtfAFT .widget-title,
.cid-u9PVYtfAFT .widget-icon {
  color: #e9e9e9;
}
.cid-u9PVYtfAFT .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-u9PVYtfAFT .menu-logo {
    display: none;
  }
  .cid-u9PVYtfAFT .navbar {
    padding: 0;
  }
  .cid-u9PVYtfAFT .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9PVYtfAFT button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-u9PVYtJtWV {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u9PVYtJtWV .container-fluid {
  padding: 0;
}
.cid-u9PVYtJtWV img {
  width: 100%;
}
.cid-u9PVYtJtWV .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-u9PVYtJtWV .content {
    padding: 3rem;
  }
}
.cid-u9PVYtJtWV .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-u9PVYtJtWV .img-col {
  padding: 0;
  margin: auto;
}
.cid-u9PVYtJtWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PVYtJtWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9PVYtJtWV .mbr-section-title {
  color: #000000;
}
.cid-u9PVYtJtWV .mbr-text,
.cid-u9PVYtJtWV .mbr-section-btn {
  color: #000000;
}
.cid-u9PVYtZXD5 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #48d678;
}
.cid-u9PVYtZXD5 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u9PVYtZXD5 .mbr-text,
.cid-u9PVYtZXD5 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u9PVYtZXD5 .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-u9PVYuft4V {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u9PVYuft4V .container-fluid {
  padding: 0;
}
.cid-u9PVYuft4V img {
  width: 100%;
}
.cid-u9PVYuft4V .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-u9PVYuft4V .content {
    padding: 3rem;
  }
}
.cid-u9PVYuft4V .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-u9PVYuft4V .img-col {
  padding: 0;
  margin: auto;
}
.cid-u9PVYuft4V .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PVYuft4V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9PVYuft4V .mbr-section-title {
  color: #000000;
}
.cid-u9PVYuft4V .mbr-text,
.cid-u9PVYuft4V .mbr-section-btn {
  color: #000000;
}
.cid-u9PVYuvXw5 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #48d678;
}
.cid-u9PVYuvXw5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PVYuvXw5 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9PVYuvXw5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9PVYuvXw5 h1 {
  max-width: 800px;
}
.cid-u9PVYuvXw5 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u9PVYuvXw5 .btn:hover {
  transform: scale(1.1);
  background: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #344cf1 !important;
}
.cid-u9PVYuvXw5 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u9PVYuvXw5 .btn div {
  overflow: hidden;
}
.cid-u9PVYuvXw5 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u9PVYuvXw5 {
    align-items: center;
  }
  .cid-u9PVYuvXw5 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9PVYuvXw5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9PVYuvXw5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9PVYuvXw5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9PVYuvXw5 .content-wrap {
    width: 100%;
  }
}
.cid-u9PVYuvXw5 .mbr-section-subtitle,
.cid-u9PVYuvXw5 .line {
  color: #291f1e;
}
.cid-u9PVYuvXw5 .mbr-text,
.cid-u9PVYuvXw5 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-u9PVYuvXw5 .mbr-section-title {
  color: #291f1e;
}
.cid-u9PVYuL8Zt {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u9PVYuL8Zt .mbr-text {
  color: #000000;
}
.cid-u9PVYuL8Zt .mbr-section-subtitle {
  color: #838383;
}
.cid-u9PVYuL8Zt .mbr-section-title {
  color: #000000;
}
.cid-uL9IbdlStn {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uL9IbdlStn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9IbdlStn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL9IbdlStn .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uL9IbdlStn .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uL9IbdlStn .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uL9IbdlStn .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uL9IbdlStn .container {
    padding: 0 12px;
  }
}
.cid-uL9IbdlStn .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uL9IbdlStn .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uL9IbdlStn .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uL9IbdlStn .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uL9IbdlStn .mbr-section-title {
  color: #1D1D1F;
}
.cid-uL9IbdlStn .mbr-text {
  color: #1D1D1F;
  text-align: left;
}
.cid-uL9IbdlStn .mbr-section-title,
.cid-uL9IbdlStn .mbr-section-btn {
  text-align: left;
}
.cid-uL9HDRbiWc {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL9HDRbiWc .mbr-section-title {
  text-align: left;
}
.cid-uL9HDRbiWc .mbr-section-subtitle {
  margin-top: 1.5rem;
  text-align: left;
}
.cid-uL9HDRbiWc .mbr-section-btn {
  padding-top: 2rem;
}
.cid-uL9HDRbiWc .section-header {
  margin-bottom: 3rem;
}
.cid-uL9HDRbiWc .item-wrapper {
  margin-bottom: 1.5rem;
}
.cid-uL9HDRbiWc .row-item {
  padding: 3rem;
  padding-top: 3.7rem;
  height: 100%;
}
.cid-uL9HDRbiWc .row-item.card1 {
  background: #48d678;
}
.cid-uL9HDRbiWc .row-item.card2 {
  background: #ebd2b4;
}
.cid-uL9HDRbiWc .row-item.card3 {
  background: #c1bebe;
}
.cid-uL9HDRbiWc .row-item.card4 {
  background: #bcd9df;
}
@media (max-width: 1024px) {
  .cid-uL9HDRbiWc .row-item {
    padding: 2rem;
  }
}
.cid-uL9HDRbiWc .mbr-card-title {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uL9HDRbiWc .card-img,
  .cid-uL9HDRbiWc .mbr-text,
  .cid-uL9HDRbiWc .mbr-card-title,
  .cid-uL9HDRbiWc .mbr-section-subtitle,
  .cid-uL9HDRbiWc .mbr-section-title,
  .cid-uL9HDRbiWc .underline {
    text-align: center !important;
  }
}
.cid-uL9HDRbiWc .mbr-iconfont {
  background-color: #000000;
  font-size: 30px;
  height: 56px;
  min-width: 56px;
  padding: .7rem;
  color: #fff;
  border: 1px solid #000000;
  border-radius: 50%;
}
.cid-uL9HDRbiWc .card-img {
  margin-bottom: 1.7rem;
  text-align: left;
}
.cid-uL9HDRbiWc .card2 > .mbr-text,
.cid-uL9HDRbiWc .card2 > .mbr-section-btn {
  text-align: left;
}
.cid-uL9HDRbiWc .card1 > .mbr-text,
.cid-uL9HDRbiWc .card1 > .mbr-section-btn {
  text-align: left;
}
.cid-uL9HDRbiWc .card3 > .mbr-text,
.cid-uL9HDRbiWc .card3 > .mbr-section-btn {
  text-align: left;
}
.cid-uL9HDRbiWc .card4 > .mbr-text,
.cid-uL9HDRbiWc .card4 > .mbr-section-btn {
  text-align: left;
}
.cid-uN3mWjmDRh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #48d678;
}
.cid-uN3mWjmDRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3mWjmDRh .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-uN3mWjmDRh .container {
    padding: 0 15px;
  }
}
.cid-uN3mWjmDRh .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .content-wrapper {
    display: block;
  }
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .content-wrapper .list-wrapper,
  .cid-uN3mWjmDRh .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list .item-wrap,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-uN3mWjmDRh .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .copy-wrapper {
    flex-direction: column-reverse;
  }
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .copy-wrapper {
    flex-direction: column-reverse !important;
  }
}
.cid-uN3mWjmDRh .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uN3mWjmDRh .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uN3mWjmDRh .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-uN3mWjmDRh .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uN3mWjmDRh .mbr-section-title {
  color: #131c28;
}
.cid-uN3mWjmDRh .mbr-section-subtitle {
  color: #131c28;
}
.cid-uN3mWjmDRh .list {
  color: #131c28;
}
.cid-uN3mWjmDRh .mbr-copy {
  color: #131c28;
}
.cid-u9PUxqWAS9 .navbar {
  padding: 0.5rem 0;
  background: #48d678;
  transition: none;
  min-height: 50px;
}
.cid-u9PUxqWAS9 .navbar-fixed-top {
  padding-top: 0;
}
.cid-u9PUxqWAS9 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u9PUxqWAS9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9PUxqWAS9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u9PUxqWAS9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u9PUxqWAS9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u9PUxqWAS9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u9PUxqWAS9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u9PUxqWAS9 .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-u9PUxqWAS9 .dropdown-item {
  padding: 0;
}
.cid-u9PUxqWAS9 .dropdown-item,
.cid-u9PUxqWAS9 .nav-link,
.cid-u9PUxqWAS9 .brand-name {
  font-style: normal;
}
.cid-u9PUxqWAS9 .dropdown-item:hover,
.cid-u9PUxqWAS9 .nav-link:hover,
.cid-u9PUxqWAS9 .brand-name:hover {
  color: #344cf1 !important;
}
.cid-u9PUxqWAS9 .dropdown-menu {
  background-color: #0a1c44;
}
.cid-u9PUxqWAS9 .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-u9PUxqWAS9 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9PUxqWAS9 .navbar-dropdown.bg-color.transparent.opened {
  background: #48d678;
}
.cid-u9PUxqWAS9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u9PUxqWAS9 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-u9PUxqWAS9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u9PUxqWAS9 .content-text {
  margin-bottom: 0;
}
.cid-u9PUxqWAS9 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u9PUxqWAS9 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #344cf1;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u9PUxqWAS9 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u9PUxqWAS9 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u9PUxqWAS9 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u9PUxqWAS9 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u9PUxqWAS9 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u9PUxqWAS9 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u9PUxqWAS9 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9PUxqWAS9 .nav-dropdown .link {
  font-weight: 400;
}
.cid-u9PUxqWAS9 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u9PUxqWAS9 .content-right-side {
  text-align: center;
}
.cid-u9PUxqWAS9 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u9PUxqWAS9 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u9PUxqWAS9 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u9PUxqWAS9 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9PUxqWAS9 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9PUxqWAS9 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u9PUxqWAS9 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u9PUxqWAS9 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u9PUxqWAS9 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u9PUxqWAS9 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u9PUxqWAS9 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-u9PUxqWAS9 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9PUxqWAS9 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-u9PUxqWAS9 .navbar {
    display: block;
    padding: 0;
  }
  .cid-u9PUxqWAS9 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9PUxqWAS9 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-u9PUxqWAS9 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u9PUxqWAS9 .navbar-toggler {
    display: none;
  }
  .cid-u9PUxqWAS9 .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-u9PUxqWAS9 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u9PUxqWAS9 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u9PUxqWAS9 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u9PUxqWAS9 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u9PUxqWAS9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u9PUxqWAS9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u9PUxqWAS9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u9PUxqWAS9 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u9PUxqWAS9 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u9PUxqWAS9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u9PUxqWAS9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9PUxqWAS9 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u9PUxqWAS9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u9PUxqWAS9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u9PUxqWAS9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u9PUxqWAS9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9PUxqWAS9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-u9PUxqWAS9 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u9PUxqWAS9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u9PUxqWAS9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u9PUxqWAS9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u9PUxqWAS9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u9PUxqWAS9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-u9PUxqWAS9 button.navbar-toggler:focus {
  outline: none;
}
.cid-u9PUxqWAS9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-u9PUxqWAS9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9PUxqWAS9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9PUxqWAS9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9PUxqWAS9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9PUxqWAS9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9PUxqWAS9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9PUxqWAS9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9PUxqWAS9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9PUxqWAS9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9PUxqWAS9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9PUxqWAS9 .collapsed .btn {
  display: flex;
}
.cid-u9PUxqWAS9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u9PUxqWAS9 .collapsed .navbar-collapse.collapsing,
.cid-u9PUxqWAS9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u9PUxqWAS9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u9PUxqWAS9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u9PUxqWAS9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u9PUxqWAS9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u9PUxqWAS9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u9PUxqWAS9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u9PUxqWAS9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u9PUxqWAS9 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u9PUxqWAS9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u9PUxqWAS9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u9PUxqWAS9 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u9PUxqWAS9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-u9PUxqWAS9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u9PUxqWAS9 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9PUxqWAS9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-u9PUxqWAS9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u9PUxqWAS9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u9PUxqWAS9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-u9PUxqWAS9 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-u9PUxqWAS9 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-u9PUxqWAS9 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-u9PUxqWAS9 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u9PUxqWAS9 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-u9PUxqWAS9 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u9PUxqWAS9 .navbar-collapse.collapsing,
  .cid-u9PUxqWAS9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-u9PUxqWAS9 .navbar-collapse.collapsing .navbar-nav,
  .cid-u9PUxqWAS9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u9PUxqWAS9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u9PUxqWAS9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u9PUxqWAS9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u9PUxqWAS9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u9PUxqWAS9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-u9PUxqWAS9 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u9PUxqWAS9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u9PUxqWAS9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u9PUxqWAS9 img {
    height: 3.8rem !important;
  }
  .cid-u9PUxqWAS9 .btn {
    display: flex;
  }
  .cid-u9PUxqWAS9 button.navbar-toggler {
    display: block;
  }
  .cid-u9PUxqWAS9 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u9PUxqWAS9 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9PUxqWAS9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-u9PUxqWAS9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u9PUxqWAS9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u9PUxqWAS9 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-u9PUxqWAS9 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u9PUxqWAS9 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u9PUxqWAS9 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u9PUxqWAS9 .nav-link:focus {
  outline: none;
}
.cid-u9PUxqWAS9 .navbar-toggler {
  position: relative;
}
.cid-u9PUxqWAS9 .dropdown-item.active,
.cid-u9PUxqWAS9 .dropdown-item:active {
  color: initial;
}
.cid-u9PUxqWAS9 .widget-title,
.cid-u9PUxqWAS9 .widget-icon {
  color: #e9e9e9;
}
.cid-u9PUxqWAS9 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-u9PUxqWAS9 .menu-logo {
    display: none;
  }
  .cid-u9PUxqWAS9 .navbar {
    padding: 0;
  }
  .cid-u9PUxqWAS9 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9PUxqWAS9 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-u9PUxrIU9p {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u9PUxrIU9p .container-fluid {
  padding: 0;
}
.cid-u9PUxrIU9p img {
  width: 100%;
}
.cid-u9PUxrIU9p .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-u9PUxrIU9p .content {
    padding: 3rem;
  }
}
.cid-u9PUxrIU9p .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-u9PUxrIU9p .img-col {
  padding: 0;
  margin: auto;
}
.cid-u9PUxrIU9p .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PUxrIU9p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9PUxrIU9p .mbr-section-title {
  color: #000000;
}
.cid-u9PUxrIU9p .mbr-text,
.cid-u9PUxrIU9p .mbr-section-btn {
  color: #000000;
}
.cid-u9PUxsbZsI {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #48d678;
}
.cid-u9PUxsbZsI .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u9PUxsbZsI .mbr-text,
.cid-u9PUxsbZsI .mbr-section-btn {
  text-align: left;
}
.cid-u9PUxsbZsI .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-u9PUxsNwfy {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-u9PUxsNwfy .container-fluid {
  padding: 0;
}
.cid-u9PUxsNwfy img {
  width: 100%;
}
.cid-u9PUxsNwfy .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-u9PUxsNwfy .content {
    padding: 3rem;
  }
}
.cid-u9PUxsNwfy .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-u9PUxsNwfy .img-col {
  padding: 0;
  margin: auto;
}
.cid-u9PUxsNwfy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PUxsNwfy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9PUxsNwfy .mbr-section-title {
  color: #000000;
}
.cid-u9PUxsNwfy .mbr-text,
.cid-u9PUxsNwfy .mbr-section-btn {
  color: #000000;
}
.cid-u9PUxt3neN {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #48d678;
}
.cid-u9PUxt3neN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PUxt3neN .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9PUxt3neN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9PUxt3neN h1 {
  max-width: 800px;
}
.cid-u9PUxt3neN p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u9PUxt3neN .btn:hover {
  transform: scale(1.1);
  background: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #344cf1 !important;
}
.cid-u9PUxt3neN .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u9PUxt3neN .btn div {
  overflow: hidden;
}
.cid-u9PUxt3neN .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u9PUxt3neN {
    align-items: center;
  }
  .cid-u9PUxt3neN .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9PUxt3neN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9PUxt3neN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9PUxt3neN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9PUxt3neN .content-wrap {
    width: 100%;
  }
}
.cid-u9PUxt3neN .mbr-section-subtitle,
.cid-u9PUxt3neN .line {
  color: #291f1e;
}
.cid-u9PUxt3neN .mbr-text,
.cid-u9PUxt3neN .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-u9PUxt3neN .mbr-section-title {
  color: #291f1e;
}
.cid-u9PUxtPKBl {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u9PUxtPKBl .mbr-text {
  color: #000000;
}
.cid-u9PUxtPKBl .mbr-section-subtitle {
  color: #838383;
}
.cid-u9PUxtPKBl .mbr-section-title {
  color: #000000;
}
.cid-u9PUxu40jI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #48d678;
}
.cid-u9PUxu40jI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PUxu40jI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9PUxu40jI .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-u9PUxu40jI .container-fluid {
    padding: 0 12px;
  }
}
.cid-u9PUxu40jI .container-fluid .row {
  padding: 0;
}
.cid-u9PUxu40jI .row {
  border: 3px solid #48d678;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-u9PUxu40jI .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-u9PUxu40jI .card {
    padding: 48px 20px;
  }
}
.cid-u9PUxu40jI .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-u9PUxu40jI .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9PUxu40jI .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #48d678;
}
.cid-u9PUxu40jI .app-video-wrapper::before {
  color: #48d678;
  text-shadow: none;
}
.cid-u9PUxu40jI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u9PViaqOVc {
  overflow: hidden;
  background-color: #48d678;
}
.cid-u9PViaqOVc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PViaqOVc .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-u9PViaqOVc .container {
    padding: 0 24px;
  }
}
.cid-u9PViaqOVc .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u9PViaqOVc .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-u9PViaqOVc .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #fffa76;
}
@media (max-width: 992px) {
  .cid-u9PViaqOVc .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-u9PViaqOVc .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9PViaqOVc .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-u9PViaqOVc .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-u9PViaqOVc .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-u9PViaqOVc .mbr-section-title {
  color: #ffffff;
}
.cid-u9PViaqOVc .mbr-text,
.cid-u9PViaqOVc .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-u9PViaqOVc .mbr-section-title,
.cid-u9PViaqOVc .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-u9PUxumEnw {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u9PUxumEnw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PUxumEnw .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9PUxumEnw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9PUxumEnw h1 {
  max-width: 800px;
}
.cid-u9PUxumEnw p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u9PUxumEnw .btn:hover {
  transform: scale(1.1);
  background: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #344cf1 !important;
}
.cid-u9PUxumEnw .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u9PUxumEnw .btn div {
  overflow: hidden;
}
.cid-u9PUxumEnw .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u9PUxumEnw {
    align-items: center;
  }
  .cid-u9PUxumEnw .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9PUxumEnw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9PUxumEnw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9PUxumEnw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9PUxumEnw .content-wrap {
    width: 100%;
  }
}
.cid-u9PUxumEnw .mbr-section-subtitle,
.cid-u9PUxumEnw .line {
  color: #291f1e;
}
.cid-u9PUxumEnw .mbr-text,
.cid-u9PUxumEnw .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-u9PUxumEnw .mbr-section-title {
  color: #291f1e;
}
.cid-u9PVAbTyzt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #48d678;
}
.cid-u9PVAbTyzt::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #f5f7fa 50%);
  z-index: 1;
}
.cid-u9PVAbTyzt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PVAbTyzt .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-u9PVAbTyzt .container {
    padding: 0 22px;
  }
}
.cid-u9PVAbTyzt .row {
  justify-content: center;
}
.cid-u9PVAbTyzt .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-u9PVAbTyzt .content-wrapper {
    padding: 0;
  }
}
.cid-u9PVAbTyzt .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9PVAbTyzt .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-u9PVAbTyzt .mbr-section-title {
  color: #ffffff;
}
.cid-u9PVAbTyzt .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u9PVAbTyzt .mbr-section-title,
.cid-u9PVAbTyzt .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u9PVLPfy0y {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u9PVLPfy0y .mbr-text {
  color: #000000;
}
.cid-u9PVLPfy0y .mbr-section-subtitle {
  color: #000000;
}
.cid-u9PVLPfy0y .mbr-section-title {
  color: #ffffff;
}
.cid-uL9GfQLU2U {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uL9GfQLU2U .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uL9GfQLU2U .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
  text-align: left;
}
.cid-uL9GfQLU2U .mbr-section-btn {
  margin-top: 20px;
}
.cid-uL9GoIVly7 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL9GoIVly7 .mbr-section-title {
  text-align: left;
}
.cid-uL9GoIVly7 .mbr-section-subtitle {
  margin-top: 1.5rem;
  text-align: left;
}
.cid-uL9GoIVly7 .mbr-section-btn {
  padding-top: 2rem;
}
.cid-uL9GoIVly7 .section-header {
  margin-bottom: 3rem;
}
.cid-uL9GoIVly7 .item-wrapper {
  margin-bottom: 1.5rem;
}
.cid-uL9GoIVly7 .row-item {
  padding: 3rem;
  padding-top: 3.7rem;
  height: 100%;
}
.cid-uL9GoIVly7 .row-item.card1 {
  background: #48d678;
}
.cid-uL9GoIVly7 .row-item.card2 {
  background: #ebd2b4;
}
.cid-uL9GoIVly7 .row-item.card3 {
  background: #c1bebe;
}
.cid-uL9GoIVly7 .row-item.card4 {
  background: #bcd9df;
}
@media (max-width: 1024px) {
  .cid-uL9GoIVly7 .row-item {
    padding: 2rem;
  }
}
.cid-uL9GoIVly7 .mbr-card-title {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uL9GoIVly7 .card-img,
  .cid-uL9GoIVly7 .mbr-text,
  .cid-uL9GoIVly7 .mbr-card-title,
  .cid-uL9GoIVly7 .mbr-section-subtitle,
  .cid-uL9GoIVly7 .mbr-section-title,
  .cid-uL9GoIVly7 .underline {
    text-align: center !important;
  }
}
.cid-uL9GoIVly7 .mbr-iconfont {
  background-color: #000000;
  font-size: 30px;
  height: 56px;
  min-width: 56px;
  padding: .7rem;
  color: #fff;
  border: 1px solid #000000;
  border-radius: 50%;
}
.cid-uL9GoIVly7 .card-img {
  margin-bottom: 1.7rem;
  text-align: left;
}
.cid-uL9GoIVly7 .card2 > .mbr-text,
.cid-uL9GoIVly7 .card2 > .mbr-section-btn {
  text-align: left;
}
.cid-uL9GoIVly7 .card1 > .mbr-text,
.cid-uL9GoIVly7 .card1 > .mbr-section-btn {
  text-align: left;
}
.cid-uL9GoIVly7 .card3 > .mbr-text,
.cid-uL9GoIVly7 .card3 > .mbr-section-btn {
  text-align: left;
}
.cid-uL9GoIVly7 .card4 > .mbr-text,
.cid-uL9GoIVly7 .card4 > .mbr-section-btn {
  text-align: left;
}
.cid-uN3mWjmDRh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #48d678;
}
.cid-uN3mWjmDRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3mWjmDRh .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-uN3mWjmDRh .container {
    padding: 0 15px;
  }
}
.cid-uN3mWjmDRh .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .content-wrapper {
    display: block;
  }
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .content-wrapper .list-wrapper,
  .cid-uN3mWjmDRh .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list .item-wrap,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uN3mWjmDRh .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-uN3mWjmDRh .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uN3mWjmDRh .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-uN3mWjmDRh .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .copy-wrapper {
    flex-direction: column-reverse;
  }
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .copy-wrapper {
    flex-direction: column-reverse !important;
  }
}
.cid-uN3mWjmDRh .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uN3mWjmDRh .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uN3mWjmDRh .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uN3mWjmDRh .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-uN3mWjmDRh .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uN3mWjmDRh .mbr-section-title {
  color: #131c28;
}
.cid-uN3mWjmDRh .mbr-section-subtitle {
  color: #131c28;
}
.cid-uN3mWjmDRh .list {
  color: #131c28;
}
.cid-uN3mWjmDRh .mbr-copy {
  color: #131c28;
}
