.btn {
  border-width: 2px;
}
body {
  font-family: 'Rubik', sans-serif;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 5.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.55rem;
  line-height: 1.7em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.6rem;
  line-height: 2em;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.3rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.5rem + (1.2 - 1.07) * ((100vw - 90rem) / (48 - 25)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 25))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( @{2.35}rem + (2 - 1.35) * ((100vw - 40rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.1rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .hero-container .display-2 {
    padding-left: 0 !important;
    text-align: center !important;
  }
  .hero-container .display-7 {
    padding-left: 0 !important;
    text-align: center !important;
  }
  .cid-upSXweDV6T {
    background-position: 68% 43%;
  }
  .cid-upSXweDV6T .img-col {
    justify-content: center !important;
    padding-right: 0 !important;
    padding-bottom: 2rem;
  }
  .cid-upSXweDV6T img {
    width: 36% !important;
  }
  .hero .heading {
    position: relative;
    top: 15rem;
  }

  .hero .heading .mb-3 {
    margin-bottom: 1rem !important;
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1526ff !important;
}
.bg-success {
  background-color: #f8cc1f !important;
}
.bg-info {
  background-color: #2de888 !important;
}
.bg-warning {
  background-color: #ffa29d !important;
}
.bg-danger {
  background-color: #d86a64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1526ff !important;
  border-color: #1526ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000ebd !important;
  border-color: #000ebd !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000ebd !important;
  border-color: #000ebd !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffc017 !important;
  border-color: #ffc017 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #bf8b00 !important;
  border-color: #bf8b00 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #bf8b00 !important;
  border-color: #bf8b00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #2de888 !important;
  border-color: #2de888 !important;
  color: #02140b !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #13ac5d !important;
  border-color: #13ac5d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #02140b !important;
  background-color: #13ac5d !important;
  border-color: #13ac5d !important;
}
.btn-success,
.btn-success:active {
  background-color: #f8cc1f !important;
  border-color: #f8cc1f !important;
  color: #171301 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ba9606 !important;
  border-color: #ba9606 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #171301 !important;
  background-color: #ba9606 !important;
  border-color: #ba9606 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa29d !important;
  border-color: #ffa29d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff5046 !important;
  border-color: #ff5046 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff5046 !important;
  border-color: #ff5046 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d86a64 !important;
  border-color: #d86a64 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b7352e !important;
  border-color: #b7352e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b7352e !important;
  border-color: #b7352e !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1526ff;
  color: #1526ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000ebd !important;
  background-color: transparent!important;
  border-color: #000ebd !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1526ff !important;
  border-color: #1526ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffc017;
  color: #ffc017;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bf8b00 !important;
  background-color: transparent!important;
  border-color: #bf8b00 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffc017 !important;
  border-color: #ffc017 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #2de888;
  color: #2de888;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #13ac5d !important;
  background-color: transparent!important;
  border-color: #13ac5d !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #02140b !important;
  background-color: #2de888 !important;
  border-color: #2de888 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f8cc1f;
  color: #f8cc1f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ba9606 !important;
  background-color: transparent!important;
  border-color: #ba9606 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #171301 !important;
  background-color: #f8cc1f !important;
  border-color: #f8cc1f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffa29d;
  color: #ffa29d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5046 !important;
  background-color: transparent!important;
  border-color: #ff5046 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa29d !important;
  border-color: #ffa29d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d86a64;
  color: #d86a64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b7352e !important;
  background-color: transparent!important;
  border-color: #b7352e !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d86a64 !important;
  border-color: #d86a64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1526ff !important;
}
.text-secondary {
  color: #ffc017 !important;
}
.text-success {
  color: #f8cc1f !important;
}
.text-info {
  color: #2de888 !important;
}
.text-warning {
  color: #ffa29d !important;
}
.text-danger {
  color: #d86a64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000dae !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b08000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ac8a05 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #119e56 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff4137 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ab322b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1526ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2de888;
}
.alert-warning {
  background-color: #ffa29d;
}
.alert-danger {
  background-color: #d86a64;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1526ff;
  border-color: #1526ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1526ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e1e3ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fef9e5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e5fcf0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1526ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #1526ff;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1526ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1526ff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1526ff;
  border-bottom-color: #1526ff;
}
.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: #1526ff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffc017 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%231526ff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sJfYrbSYZg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sJfYrbSYZg nav.navbar {
  position: fixed;
}
.cid-sJfYrbSYZg .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-sJfYrbSYZg .wrapper {
    padding: 0;
  }
}
.cid-sJfYrbSYZg .btn {
  border-radius: 30px;
}
.cid-sJfYrbSYZg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJfYrbSYZg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sJfYrbSYZg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sJfYrbSYZg .dropdown-item:hover,
.cid-sJfYrbSYZg .dropdown-item:focus {
  background: #1526ff !important;
  color: white !important;
}
.cid-sJfYrbSYZg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sJfYrbSYZg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sJfYrbSYZg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-sJfYrbSYZg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJfYrbSYZg .nav-link {
  position: relative;
}
.cid-sJfYrbSYZg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJfYrbSYZg .dropdown-menu,
.cid-sJfYrbSYZg .navbar.opened {
  background: #1526ff !important;
}
.cid-sJfYrbSYZg .nav-item:focus,
.cid-sJfYrbSYZg .nav-link:focus {
  outline: none;
}
.cid-sJfYrbSYZg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJfYrbSYZg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJfYrbSYZg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sJfYrbSYZg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJfYrbSYZg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJfYrbSYZg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJfYrbSYZg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1526ff;
}
.cid-sJfYrbSYZg .navbar.opened {
  transition: all 0.3s;
}
.cid-sJfYrbSYZg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sJfYrbSYZg .navbar .navbar-logo img {
  width: auto;
}
.cid-sJfYrbSYZg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJfYrbSYZg .navbar.collapsed {
  justify-content: center;
}
.cid-sJfYrbSYZg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJfYrbSYZg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJfYrbSYZg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sJfYrbSYZg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJfYrbSYZg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJfYrbSYZg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sJfYrbSYZg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJfYrbSYZg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJfYrbSYZg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sJfYrbSYZg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJfYrbSYZg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJfYrbSYZg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJfYrbSYZg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJfYrbSYZg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sJfYrbSYZg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sJfYrbSYZg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJfYrbSYZg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJfYrbSYZg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJfYrbSYZg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJfYrbSYZg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sJfYrbSYZg .navbar.navbar-short {
  min-height: 60px;
}
.cid-sJfYrbSYZg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJfYrbSYZg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJfYrbSYZg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJfYrbSYZg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJfYrbSYZg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJfYrbSYZg .dropdown-item.active,
.cid-sJfYrbSYZg .dropdown-item:active {
  background-color: transparent;
}
.cid-sJfYrbSYZg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJfYrbSYZg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJfYrbSYZg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJfYrbSYZg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1526ff;
}
.cid-sJfYrbSYZg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJfYrbSYZg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJfYrbSYZg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJfYrbSYZg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJfYrbSYZg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJfYrbSYZg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJfYrbSYZg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJfYrbSYZg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJfYrbSYZg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJfYrbSYZg .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-sJfYrbSYZg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJfYrbSYZg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJfYrbSYZg .navbar {
    height: 70px;
  }
  .cid-sJfYrbSYZg .navbar.opened {
    height: auto;
  }
  .cid-sJfYrbSYZg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.yellow {
  color: #f4e640;
}
.highlight span {
  background-color: #1526ff;
  padding: 0.4rem;
}
.hero {
  height: 100%;
}
.hero > div {
  height: 100%;
}
.hero .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-upSXweDV6T {
  height: calc(100vh - 60px);
  background-image: url("../../../assets/images/banner-meu-mais-2000x909.jpg");
}
.cid-upSXweDV6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-upSXweDV6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upSXweDV6T img {
  width: 320px;
}
.cid-upSXweDV6T .img-col {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: flex-end;
  padding-left: 0rem;
}
@media (min-width: 768px) {
  .cid-upSXweDV6T {
    align-items: center;
  }
  .cid-upSXweDV6T .row {
    justify-content: flex-start;
  }
}
.cid-upSXweDV6T .mbr-section-title {
  text-align: left;
  padding-left: 1.5rem;
  color: #ffffff;
}
.cid-upSXweDV6T .mbr-text,
.cid-upSXweDV6T .mbr-section-btn {
  text-align: left;
  padding-left: 1.5rem;
  color: #ffffff;
}
.cid-upSXweDV6T .mbr-section-title,
.cid-upSXweDV6T .line {
  color: #ffffff;
}
.cid-upSXweDV6T h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-upSXweDV6T h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-upSXweDV6T .mbr-section-subtitle,
.cid-upSXweDV6T .align {
  text-align: left;
  padding-left: 1rem;
  color: #ffffff;
}
.cid-uqVPPIZRNa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqVPPIZRNa .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uqVPPIZRNa .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uqVPPIZRNa img {
  width: 100%;
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uqVPPIZRNa .text-wrapper {
    padding-right: 0rem;
  }
}
.cid-uqVPPIZRNa .mbr-section-title {
  color: #1526ff;
  margin-left: 3rem;
}
.cid-uqVPPIZRNa .mbr-text {
  color: #464646;
  padding-top: 2rem;
  margin-left: 3rem;
}
.cid-uqVPPIZRNa .mbr-description {
  color: #6c7577;
}
.cid-uqVPPIZRNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqVPPIZRNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upT93pZ0ul {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-upT93pZ0ul .mbr-fallback-image.disabled {
  display: none;
}
.cid-upT93pZ0ul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-upT93pZ0ul .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upT93pZ0ul .row {
  flex-direction: row-reverse;
}
.cid-upT93pZ0ul img {
  width: 100%;
  border: 0px solid #1526ff;
  border-radius: 2rem;
}
.cid-upT93pZ0ul .mbr-text {
  color: #1526ff;
}
.cid-upT3cvNnWb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-upT3cvNnWb .mbr-fallback-image.disabled {
  display: none;
}
.cid-upT3cvNnWb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-upT3cvNnWb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upT3cvNnWb .row {
  flex-direction: row-reverse;
}
.cid-upT3cvNnWb img {
  width: 100%;
  border: 0px solid #1526ff;
  border-radius: 2rem;
}
.cid-upT3cvNnWb .mbr-text {
  color: #1526ff;
}
.cid-upTfRLGs4h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-upTfRLGs4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-upTfRLGs4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-upTfRLGs4h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upTfRLGs4h img {
  width: 100%;
  border: 0px solid #1526ff;
  border-radius: 2rem;
}
.cid-upTfRLGs4h .mbr-text {
  color: #1526ff;
}
.cid-uqwYPkv4z6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-uqwYPkv4z6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqwYPkv4z6 .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-uqwYPkv4z6 .container {
    padding: 0 20px;
  }
}
.cid-uqwYPkv4z6 .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqwYPkv4z6 .title-wrapper {
    display: block;
  }
}
.cid-uqwYPkv4z6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uqwYPkv4z6 .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uqwYPkv4z6 .title-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uqwYPkv4z6 .title-wrapper .mbr-section-btn .btn {
  padding: 20px 60px;
  margin-top: 40px;
  min-width: 365px;
}
@media (max-width: 992px) {
  .cid-uqwYPkv4z6 .title-wrapper .mbr-section-btn .btn {
    margin-right: 0;
    min-width: auto;
  }
}
.cid-uqwYPkv4z6 .mbr-section-title {
  color: #38001b;
}
.cid-uqwYPkv4z6 .mbr-section-title,
.cid-uqwYPkv4z6 .mbr-section-btn {
  color: #fafafa;
}
.cid-upTqWLa1Nn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-upTqWLa1Nn .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-upTqWLa1Nn .brand__text {
  margin-bottom: 0;
}
.cid-upTqWLa1Nn .brand__text a {
  font-weight: 700;
}
.cid-upTqWLa1Nn a:hover {
  color: #2de888 !important;
}
.cid-upTqWLa1Nn .mbr-text,
.cid-upTqWLa1Nn .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-upTqWLa1Nn .menu {
  margin: 10px 0;
}
.cid-upTqWLa1Nn .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-upTqWLa1Nn .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-upTqWLa1Nn .menu__items:last-child {
  margin-right: 0;
}
.cid-upTqWLa1Nn .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-upTqWLa1Nn .social {
  margin-top: 10px;
}
.cid-upTqWLa1Nn .social a {
  margin: 0 15px;
}
.cid-upTqWLa1Nn .social a:last-child {
  margin-right: 0;
}
.cid-upTqWLa1Nn .social a:first-child {
  margin-left: 0;
}
.cid-upTqWLa1Nn .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-upUxRNRpgb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-upUxRNRpgb nav.navbar {
  position: fixed;
}
.cid-upUxRNRpgb .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-upUxRNRpgb .wrapper {
    padding: 0;
  }
}
.cid-upUxRNRpgb .btn {
  border-radius: 30px;
}
.cid-upUxRNRpgb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upUxRNRpgb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upUxRNRpgb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upUxRNRpgb .dropdown-item:hover,
.cid-upUxRNRpgb .dropdown-item:focus {
  background: #1526ff !important;
  color: white !important;
}
.cid-upUxRNRpgb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upUxRNRpgb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upUxRNRpgb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-upUxRNRpgb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upUxRNRpgb .nav-link {
  position: relative;
}
.cid-upUxRNRpgb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upUxRNRpgb .dropdown-menu,
.cid-upUxRNRpgb .navbar.opened {
  background: #1526ff !important;
}
.cid-upUxRNRpgb .nav-item:focus,
.cid-upUxRNRpgb .nav-link:focus {
  outline: none;
}
.cid-upUxRNRpgb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upUxRNRpgb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upUxRNRpgb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upUxRNRpgb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upUxRNRpgb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upUxRNRpgb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upUxRNRpgb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1526ff;
}
.cid-upUxRNRpgb .navbar.opened {
  transition: all 0.3s;
}
.cid-upUxRNRpgb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upUxRNRpgb .navbar .navbar-logo img {
  width: auto;
}
.cid-upUxRNRpgb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upUxRNRpgb .navbar.collapsed {
  justify-content: center;
}
.cid-upUxRNRpgb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upUxRNRpgb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upUxRNRpgb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upUxRNRpgb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upUxRNRpgb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upUxRNRpgb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-upUxRNRpgb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upUxRNRpgb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upUxRNRpgb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upUxRNRpgb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upUxRNRpgb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upUxRNRpgb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upUxRNRpgb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upUxRNRpgb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-upUxRNRpgb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upUxRNRpgb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upUxRNRpgb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upUxRNRpgb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upUxRNRpgb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upUxRNRpgb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upUxRNRpgb .navbar.navbar-short {
  min-height: 60px;
}
.cid-upUxRNRpgb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upUxRNRpgb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upUxRNRpgb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upUxRNRpgb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upUxRNRpgb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upUxRNRpgb .dropdown-item.active,
.cid-upUxRNRpgb .dropdown-item:active {
  background-color: transparent;
}
.cid-upUxRNRpgb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upUxRNRpgb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upUxRNRpgb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upUxRNRpgb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1526ff;
}
.cid-upUxRNRpgb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upUxRNRpgb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upUxRNRpgb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upUxRNRpgb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upUxRNRpgb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-upUxRNRpgb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upUxRNRpgb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upUxRNRpgb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upUxRNRpgb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upUxRNRpgb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upUxRNRpgb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upUxRNRpgb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upUxRNRpgb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upUxRNRpgb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upUxRNRpgb .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-upUxRNRpgb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upUxRNRpgb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upUxRNRpgb .navbar {
    height: 70px;
  }
  .cid-upUxRNRpgb .navbar.opened {
    height: auto;
  }
  .cid-upUxRNRpgb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upUDcZjl2a {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-upUDcZjl2a .mbr-fallback-image.disabled {
  display: none;
}
.cid-upUDcZjl2a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upUDcZjl2a .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-upUDcZjl2a .container-fluid {
    padding: 0 25px;
  }
}
.cid-upUDcZjl2a .container-fluid .row {
  padding: 0;
}
.cid-upUDcZjl2a .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-upUDcZjl2a .title-wrapper .image-wrapper img {
  width: 280px;
  height: 122px;
  display: inline;
}
.cid-upUDcZjl2a .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-upUDcZjl2a .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-upUDcZjl2a .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-upUDcZjl2a .mbr-section-title {
  color: #ffffff;
}
.cid-upUDcZjl2a .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-upUDcZjl2a .mbr-section-title,
.cid-upUDcZjl2a .mbr-section-btn,
.cid-upUDcZjl2a .image-wrapper {
  text-align: center;
}
.cid-upXHmPCRFX {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upXHmPCRFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upXHmPCRFX .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-upXHmPCRFX .container {
    padding: 0 15px;
  }
}
.cid-upXHmPCRFX .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-upXHmPCRFX .row .card {
  justify-content: center;
}
.cid-upXHmPCRFX .image-wrapper {
  position: relative;
}
.cid-upXHmPCRFX .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  border-radius: 40px;
  background-color: #f8cc1f;
  transform: skewX(-20deg);
}
.cid-upXHmPCRFX .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  border-radius: 40px;
  background-color: #f8cc1f;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-upXHmPCRFX .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-upXHmPCRFX .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 630px;
  border-radius: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upXHmPCRFX .image-wrapper img {
    height: 350px;
  }
}
.cid-upXHmPCRFX .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-upXHmPCRFX .text-wrapper {
    padding: 0;
  }
}
.cid-upXHmPCRFX .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upXHmPCRFX .mbr-text {
  color: #232323;
}
.cid-upUFLhWo0c {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-upUFLhWo0c .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-upUFLhWo0c .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-upUFLhWo0c .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #24f5a2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-upUFLhWo0c .mbr-section-title {
  text-align: center;
  color: #1526ff;
}
.cid-upUFLhWo0c .mbr-text {
  color: #232323;
}
.cid-upUJCPUbba {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-upUJCPUbba .mbr-fallback-image.disabled {
  display: none;
}
.cid-upUJCPUbba .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-upUJCPUbba .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upUJCPUbba .line {
  width: 100%;
  height: 1px;
  background: white;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-upUJCPUbba .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-upUJCPUbba .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-upUJCPUbba .card-box {
  padding: 0 2rem;
}
.cid-upUJCPUbba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upUJCPUbba .card-title,
.cid-upUJCPUbba .iconfont-wrapper,
.cid-upUJCPUbba .card-text {
  color: #000000;
  text-align: center;
}
.cid-upUJCPUbba .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upUJCPUbba .mbr-section-btn {
  text-align: center;
}
.cid-upUJCPUbba .card-text,
.cid-upUJCPUbba .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-upUJCPUbba .card-title,
.cid-upUJCPUbba .iconfont-wrapper {
  text-align: left;
  color: #c4d6b0;
}
.cid-upUJCPUbba .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uq6uZm0gHa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uq6uZm0gHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq6uZm0gHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq6uZm0gHa .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uq6uZm0gHa .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uq6uZm0gHa .container {
    padding: 0 24px;
  }
}
.cid-uq6uZm0gHa .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uq6uZm0gHa .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uq6uZm0gHa .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uq6uZm0gHa .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uq6uZm0gHa .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-uq6uZm0gHa .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uq6uZm0gHa .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uq6uZm0gHa .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uq6uZm0gHa .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uq6uZm0gHa .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uq6uZm0gHa .mbr-section-title,
.cid-uq6uZm0gHa .buttons-wrapper {
  text-align: center;
  color: #1526ff;
}
.cid-upXJXPPdY3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-upXJXPPdY3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upXJXPPdY3 .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-upXJXPPdY3 .container {
    padding: 0 22px;
  }
}
.cid-upXJXPPdY3 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upXJXPPdY3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-upXJXPPdY3 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upXJXPPdY3 .mbr-section-title {
  color: #1526ff;
}
.cid-upXJXPPdY3 .mbr-text {
  color: #7f7e7e;
}
.cid-uqVIu2ydGQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-uqVIu2ydGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqVIu2ydGQ .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-uqVIu2ydGQ .container {
    padding: 0 20px;
  }
}
.cid-uqVIu2ydGQ .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqVIu2ydGQ .title-wrapper {
    display: block;
  }
}
.cid-uqVIu2ydGQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uqVIu2ydGQ .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uqVIu2ydGQ .title-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uqVIu2ydGQ .title-wrapper .mbr-section-btn .btn {
  padding: 20px 60px;
  margin-top: 40px;
  min-width: 365px;
}
@media (max-width: 992px) {
  .cid-uqVIu2ydGQ .title-wrapper .mbr-section-btn .btn {
    margin-right: 0;
    min-width: auto;
  }
}
.cid-uqVIu2ydGQ .mbr-section-title {
  color: #38001b;
}
.cid-uqVIu2ydGQ .mbr-section-title,
.cid-uqVIu2ydGQ .mbr-section-btn {
  color: #fafafa;
}
.cid-upUxRQnGsF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-upUxRQnGsF .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-upUxRQnGsF .brand__text {
  margin-bottom: 0;
}
.cid-upUxRQnGsF .brand__text a {
  font-weight: 700;
}
.cid-upUxRQnGsF a:hover {
  color: #2de888 !important;
}
.cid-upUxRQnGsF .mbr-text,
.cid-upUxRQnGsF .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-upUxRQnGsF .menu {
  margin: 10px 0;
}
.cid-upUxRQnGsF .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-upUxRQnGsF .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-upUxRQnGsF .menu__items:last-child {
  margin-right: 0;
}
.cid-upUxRQnGsF .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-upUxRQnGsF .social {
  margin-top: 10px;
}
.cid-upUxRQnGsF .social a {
  margin: 0 15px;
}
.cid-upUxRQnGsF .social a:last-child {
  margin-right: 0;
}
.cid-upUxRQnGsF .social a:first-child {
  margin-left: 0;
}
.cid-upUxRQnGsF .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-uq6Gnc9L0y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uq6Gnc9L0y nav.navbar {
  position: fixed;
}
.cid-uq6Gnc9L0y .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uq6Gnc9L0y .wrapper {
    padding: 0;
  }
}
.cid-uq6Gnc9L0y .btn {
  border-radius: 30px;
}
.cid-uq6Gnc9L0y .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq6Gnc9L0y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uq6Gnc9L0y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uq6Gnc9L0y .dropdown-item:hover,
.cid-uq6Gnc9L0y .dropdown-item:focus {
  background: #1526ff !important;
  color: white !important;
}
.cid-uq6Gnc9L0y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uq6Gnc9L0y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uq6Gnc9L0y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uq6Gnc9L0y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uq6Gnc9L0y .nav-link {
  position: relative;
}
.cid-uq6Gnc9L0y .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uq6Gnc9L0y .dropdown-menu,
.cid-uq6Gnc9L0y .navbar.opened {
  background: #1526ff !important;
}
.cid-uq6Gnc9L0y .nav-item:focus,
.cid-uq6Gnc9L0y .nav-link:focus {
  outline: none;
}
.cid-uq6Gnc9L0y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uq6Gnc9L0y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq6Gnc9L0y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uq6Gnc9L0y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq6Gnc9L0y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq6Gnc9L0y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uq6Gnc9L0y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1526ff;
}
.cid-uq6Gnc9L0y .navbar.opened {
  transition: all 0.3s;
}
.cid-uq6Gnc9L0y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uq6Gnc9L0y .navbar .navbar-logo img {
  width: auto;
}
.cid-uq6Gnc9L0y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uq6Gnc9L0y .navbar.collapsed {
  justify-content: center;
}
.cid-uq6Gnc9L0y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq6Gnc9L0y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uq6Gnc9L0y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uq6Gnc9L0y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq6Gnc9L0y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uq6Gnc9L0y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uq6Gnc9L0y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uq6Gnc9L0y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uq6Gnc9L0y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uq6Gnc9L0y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq6Gnc9L0y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq6Gnc9L0y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq6Gnc9L0y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uq6Gnc9L0y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uq6Gnc9L0y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uq6Gnc9L0y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uq6Gnc9L0y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uq6Gnc9L0y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uq6Gnc9L0y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uq6Gnc9L0y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uq6Gnc9L0y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uq6Gnc9L0y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uq6Gnc9L0y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uq6Gnc9L0y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uq6Gnc9L0y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uq6Gnc9L0y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq6Gnc9L0y .dropdown-item.active,
.cid-uq6Gnc9L0y .dropdown-item:active {
  background-color: transparent;
}
.cid-uq6Gnc9L0y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uq6Gnc9L0y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq6Gnc9L0y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uq6Gnc9L0y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1526ff;
}
.cid-uq6Gnc9L0y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uq6Gnc9L0y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uq6Gnc9L0y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uq6Gnc9L0y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uq6Gnc9L0y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uq6Gnc9L0y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uq6Gnc9L0y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uq6Gnc9L0y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq6Gnc9L0y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq6Gnc9L0y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uq6Gnc9L0y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq6Gnc9L0y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uq6Gnc9L0y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uq6Gnc9L0y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq6Gnc9L0y .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uq6Gnc9L0y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uq6Gnc9L0y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uq6Gnc9L0y .navbar {
    height: 70px;
  }
  .cid-uq6Gnc9L0y .navbar.opened {
    height: auto;
  }
  .cid-uq6Gnc9L0y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uq6Gndpuar {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-uq6Gndpuar .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq6Gndpuar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq6Gndpuar .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uq6Gndpuar .container-fluid {
    padding: 0 25px;
  }
}
.cid-uq6Gndpuar .container-fluid .row {
  padding: 0;
}
.cid-uq6Gndpuar .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-uq6Gndpuar .title-wrapper .image-wrapper img {
  width: 280px;
  height: 122px;
  display: inline;
}
.cid-uq6Gndpuar .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uq6Gndpuar .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uq6Gndpuar .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uq6Gndpuar .mbr-section-title {
  color: #ffffff;
}
.cid-uq6Gndpuar .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uq6Gndpuar .mbr-section-title,
.cid-uq6Gndpuar .mbr-section-btn,
.cid-uq6Gndpuar .image-wrapper {
  text-align: center;
}
.cid-uq6GndZekV {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uq6GndZekV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq6GndZekV .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-uq6GndZekV .container {
    padding: 0 15px;
  }
}
.cid-uq6GndZekV .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uq6GndZekV .row .card {
  justify-content: center;
}
.cid-uq6GndZekV .image-wrapper {
  position: relative;
}
.cid-uq6GndZekV .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  border-radius: 40px;
  background-color: #f8cc1f;
  transform: skewX(-20deg);
}
.cid-uq6GndZekV .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  border-radius: 40px;
  background-color: #f8cc1f;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uq6GndZekV .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uq6GndZekV .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 630px;
  border-radius: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uq6GndZekV .image-wrapper img {
    height: 350px;
  }
}
.cid-uq6GndZekV .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-uq6GndZekV .text-wrapper {
    padding: 0;
  }
}
.cid-uq6GndZekV .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uq6GndZekV .mbr-text {
  color: #232323;
}
.cid-uq6Gner1rS {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uq6Gner1rS .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uq6Gner1rS .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uq6Gner1rS .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #24f5a2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uq6Gner1rS .mbr-section-title {
  text-align: center;
  color: #0000fd;
}
.cid-uq6Gner1rS .mbr-text {
  color: #232323;
}
.cid-uq6GneRL7Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-uq6GneRL7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq6GneRL7Q .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uq6GneRL7Q .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq6GneRL7Q .line {
  width: 100%;
  height: 1px;
  background: white;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uq6GneRL7Q .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uq6GneRL7Q .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uq6GneRL7Q .card-box {
  padding: 0 2rem;
}
.cid-uq6GneRL7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq6GneRL7Q .card-title,
.cid-uq6GneRL7Q .iconfont-wrapper,
.cid-uq6GneRL7Q .card-text {
  color: #000000;
  text-align: center;
}
.cid-uq6GneRL7Q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uq6GneRL7Q .mbr-section-btn {
  text-align: center;
}
.cid-uq6GneRL7Q .card-text,
.cid-uq6GneRL7Q .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uq6GneRL7Q .card-title,
.cid-uq6GneRL7Q .iconfont-wrapper {
  text-align: left;
  color: #c4d6b0;
}
.cid-uq6GneRL7Q .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uq6GnflnSY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uq6GnflnSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq6GnflnSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq6GnflnSY .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uq6GnflnSY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uq6GnflnSY .container {
    padding: 0 24px;
  }
}
.cid-uq6GnflnSY .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uq6GnflnSY .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uq6GnflnSY .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uq6GnflnSY .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uq6GnflnSY .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-uq6GnflnSY .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uq6GnflnSY .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uq6GnflnSY .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uq6GnflnSY .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uq6GnflnSY .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uq6GnflnSY .mbr-section-title,
.cid-uq6GnflnSY .buttons-wrapper {
  text-align: center;
  color: #0000fd;
}
.cid-uq6GngHvK2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uq6GngHvK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq6GngHvK2 .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-uq6GngHvK2 .container {
    padding: 0 22px;
  }
}
.cid-uq6GngHvK2 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uq6GngHvK2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uq6GngHvK2 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uq6GngHvK2 .mbr-section-title {
  color: #0000fd;
}
.cid-uq6GngHvK2 .mbr-text {
  color: #7f7e7e;
}
.cid-uqVIUF33gM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-uqVIUF33gM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqVIUF33gM .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-uqVIUF33gM .container {
    padding: 0 20px;
  }
}
.cid-uqVIUF33gM .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqVIUF33gM .title-wrapper {
    display: block;
  }
}
.cid-uqVIUF33gM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uqVIUF33gM .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uqVIUF33gM .title-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uqVIUF33gM .title-wrapper .mbr-section-btn .btn {
  padding: 20px 60px;
  margin-top: 40px;
  min-width: 365px;
}
@media (max-width: 992px) {
  .cid-uqVIUF33gM .title-wrapper .mbr-section-btn .btn {
    margin-right: 0;
    min-width: auto;
  }
}
.cid-uqVIUF33gM .mbr-section-title {
  color: #38001b;
}
.cid-uqVIUF33gM .mbr-section-title,
.cid-uqVIUF33gM .mbr-section-btn {
  color: #fafafa;
}
.cid-uq6GnhcJXY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uq6GnhcJXY .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-uq6GnhcJXY .brand__text {
  margin-bottom: 0;
}
.cid-uq6GnhcJXY .brand__text a {
  font-weight: 700;
}
.cid-uq6GnhcJXY a:hover {
  color: #2de888 !important;
}
.cid-uq6GnhcJXY .mbr-text,
.cid-uq6GnhcJXY .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uq6GnhcJXY .menu {
  margin: 10px 0;
}
.cid-uq6GnhcJXY .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-uq6GnhcJXY .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-uq6GnhcJXY .menu__items:last-child {
  margin-right: 0;
}
.cid-uq6GnhcJXY .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-uq6GnhcJXY .social {
  margin-top: 10px;
}
.cid-uq6GnhcJXY .social a {
  margin: 0 15px;
}
.cid-uq6GnhcJXY .social a:last-child {
  margin-right: 0;
}
.cid-uq6GnhcJXY .social a:first-child {
  margin-left: 0;
}
.cid-uq6GnhcJXY .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-uq6xuObDl9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uq6xuObDl9 nav.navbar {
  position: fixed;
}
.cid-uq6xuObDl9 .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uq6xuObDl9 .wrapper {
    padding: 0;
  }
}
.cid-uq6xuObDl9 .btn {
  border-radius: 30px;
}
.cid-uq6xuObDl9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq6xuObDl9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uq6xuObDl9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uq6xuObDl9 .dropdown-item:hover,
.cid-uq6xuObDl9 .dropdown-item:focus {
  background: #1526ff !important;
  color: white !important;
}
.cid-uq6xuObDl9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uq6xuObDl9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uq6xuObDl9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uq6xuObDl9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uq6xuObDl9 .nav-link {
  position: relative;
}
.cid-uq6xuObDl9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uq6xuObDl9 .dropdown-menu,
.cid-uq6xuObDl9 .navbar.opened {
  background: #1526ff !important;
}
.cid-uq6xuObDl9 .nav-item:focus,
.cid-uq6xuObDl9 .nav-link:focus {
  outline: none;
}
.cid-uq6xuObDl9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uq6xuObDl9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq6xuObDl9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uq6xuObDl9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq6xuObDl9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq6xuObDl9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uq6xuObDl9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1526ff;
}
.cid-uq6xuObDl9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uq6xuObDl9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uq6xuObDl9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uq6xuObDl9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uq6xuObDl9 .navbar.collapsed {
  justify-content: center;
}
.cid-uq6xuObDl9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq6xuObDl9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uq6xuObDl9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uq6xuObDl9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq6xuObDl9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uq6xuObDl9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uq6xuObDl9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uq6xuObDl9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uq6xuObDl9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uq6xuObDl9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq6xuObDl9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq6xuObDl9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq6xuObDl9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uq6xuObDl9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uq6xuObDl9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uq6xuObDl9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uq6xuObDl9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uq6xuObDl9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uq6xuObDl9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uq6xuObDl9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uq6xuObDl9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uq6xuObDl9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uq6xuObDl9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uq6xuObDl9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uq6xuObDl9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uq6xuObDl9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq6xuObDl9 .dropdown-item.active,
.cid-uq6xuObDl9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uq6xuObDl9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uq6xuObDl9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq6xuObDl9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uq6xuObDl9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1526ff;
}
.cid-uq6xuObDl9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uq6xuObDl9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uq6xuObDl9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uq6xuObDl9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uq6xuObDl9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uq6xuObDl9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uq6xuObDl9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uq6xuObDl9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq6xuObDl9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq6xuObDl9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uq6xuObDl9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq6xuObDl9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uq6xuObDl9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uq6xuObDl9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq6xuObDl9 .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uq6xuObDl9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uq6xuObDl9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uq6xuObDl9 .navbar {
    height: 70px;
  }
  .cid-uq6xuObDl9 .navbar.opened {
    height: auto;
  }
  .cid-uq6xuObDl9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uq6xuP6J6l {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-uq6xuP6J6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq6xuP6J6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq6xuP6J6l .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uq6xuP6J6l .container-fluid {
    padding: 0 25px;
  }
}
.cid-uq6xuP6J6l .container-fluid .row {
  padding: 0;
}
.cid-uq6xuP6J6l .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-uq6xuP6J6l .title-wrapper .image-wrapper img {
  width: 280px;
  height: 122px;
  display: inline;
}
.cid-uq6xuP6J6l .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uq6xuP6J6l .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uq6xuP6J6l .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uq6xuP6J6l .mbr-section-title {
  color: #ffffff;
}
.cid-uq6xuP6J6l .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uq6xuP6J6l .mbr-section-title,
.cid-uq6xuP6J6l .mbr-section-btn,
.cid-uq6xuP6J6l .image-wrapper {
  text-align: center;
}
.cid-uq6xuPIrMC {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uq6xuPIrMC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq6xuPIrMC .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-uq6xuPIrMC .container {
    padding: 0 15px;
  }
}
.cid-uq6xuPIrMC .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uq6xuPIrMC .row .card {
  justify-content: center;
}
.cid-uq6xuPIrMC .image-wrapper {
  position: relative;
}
.cid-uq6xuPIrMC .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  border-radius: 40px;
  background-color: #f8cc1f;
  transform: skewX(-20deg);
}
.cid-uq6xuPIrMC .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  border-radius: 40px;
  background-color: #f8cc1f;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uq6xuPIrMC .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uq6xuPIrMC .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 630px;
  border-radius: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uq6xuPIrMC .image-wrapper img {
    height: 350px;
  }
}
.cid-uq6xuPIrMC .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-uq6xuPIrMC .text-wrapper {
    padding: 0;
  }
}
.cid-uq6xuPIrMC .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uq6xuPIrMC .mbr-text {
  color: #232323;
}
.cid-uq6xuQjCKl {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uq6xuQjCKl .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uq6xuQjCKl .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uq6xuQjCKl .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #24f5a2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uq6xuQjCKl .mbr-section-title {
  text-align: center;
  color: #0000fd;
}
.cid-uq6xuQjCKl .mbr-text {
  color: #232323;
}
.cid-uq6xuQPB8l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-uq6xuQPB8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq6xuQPB8l .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uq6xuQPB8l .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq6xuQPB8l .line {
  width: 100%;
  height: 1px;
  background: white;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uq6xuQPB8l .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uq6xuQPB8l .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uq6xuQPB8l .card-box {
  padding: 0 2rem;
}
.cid-uq6xuQPB8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq6xuQPB8l .card-title,
.cid-uq6xuQPB8l .iconfont-wrapper,
.cid-uq6xuQPB8l .card-text {
  color: #000000;
  text-align: center;
}
.cid-uq6xuQPB8l .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uq6xuQPB8l .mbr-section-btn {
  text-align: center;
}
.cid-uq6xuQPB8l .card-text,
.cid-uq6xuQPB8l .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uq6xuQPB8l .card-title,
.cid-uq6xuQPB8l .iconfont-wrapper {
  text-align: left;
  color: #c4d6b0;
}
.cid-uq6xuQPB8l .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uq6xuSm4zN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uq6xuSm4zN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq6xuSm4zN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq6xuSm4zN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uq6xuSm4zN .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uq6xuSm4zN .container {
    padding: 0 24px;
  }
}
.cid-uq6xuSm4zN .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uq6xuSm4zN .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uq6xuSm4zN .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uq6xuSm4zN .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uq6xuSm4zN .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-uq6xuSm4zN .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uq6xuSm4zN .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uq6xuSm4zN .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uq6xuSm4zN .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uq6xuSm4zN .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uq6xuSm4zN .mbr-section-title,
.cid-uq6xuSm4zN .buttons-wrapper {
  text-align: center;
  color: #0000fd;
}
.cid-uq6xuUmTaU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uq6xuUmTaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq6xuUmTaU .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-uq6xuUmTaU .container {
    padding: 0 22px;
  }
}
.cid-uq6xuUmTaU .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uq6xuUmTaU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uq6xuUmTaU .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uq6xuUmTaU .mbr-section-title {
  color: #0000fd;
}
.cid-uq6xuUmTaU .mbr-text {
  color: #7f7e7e;
}
.cid-uqVIO3DpLS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-uqVIO3DpLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqVIO3DpLS .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-uqVIO3DpLS .container {
    padding: 0 20px;
  }
}
.cid-uqVIO3DpLS .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqVIO3DpLS .title-wrapper {
    display: block;
  }
}
.cid-uqVIO3DpLS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uqVIO3DpLS .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uqVIO3DpLS .title-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uqVIO3DpLS .title-wrapper .mbr-section-btn .btn {
  padding: 20px 60px;
  margin-top: 40px;
  min-width: 365px;
}
@media (max-width: 992px) {
  .cid-uqVIO3DpLS .title-wrapper .mbr-section-btn .btn {
    margin-right: 0;
    min-width: auto;
  }
}
.cid-uqVIO3DpLS .mbr-section-title {
  color: #38001b;
}
.cid-uqVIO3DpLS .mbr-section-title,
.cid-uqVIO3DpLS .mbr-section-btn {
  color: #fafafa;
}
.cid-uq6xuVqJeU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uq6xuVqJeU .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-uq6xuVqJeU .brand__text {
  margin-bottom: 0;
}
.cid-uq6xuVqJeU .brand__text a {
  font-weight: 700;
}
.cid-uq6xuVqJeU a:hover {
  color: #2de888 !important;
}
.cid-uq6xuVqJeU .mbr-text,
.cid-uq6xuVqJeU .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uq6xuVqJeU .menu {
  margin: 10px 0;
}
.cid-uq6xuVqJeU .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-uq6xuVqJeU .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-uq6xuVqJeU .menu__items:last-child {
  margin-right: 0;
}
.cid-uq6xuVqJeU .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-uq6xuVqJeU .social {
  margin-top: 10px;
}
.cid-uq6xuVqJeU .social a {
  margin: 0 15px;
}
.cid-uq6xuVqJeU .social a:last-child {
  margin-right: 0;
}
.cid-uq6xuVqJeU .social a:first-child {
  margin-left: 0;
}
.cid-uq6xuVqJeU .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-uqaFvJw1On {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uqaFvJw1On nav.navbar {
  position: fixed;
}
.cid-uqaFvJw1On .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uqaFvJw1On .wrapper {
    padding: 0;
  }
}
.cid-uqaFvJw1On .btn {
  border-radius: 30px;
}
.cid-uqaFvJw1On .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqaFvJw1On .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqaFvJw1On .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqaFvJw1On .dropdown-item:hover,
.cid-uqaFvJw1On .dropdown-item:focus {
  background: #1526ff !important;
  color: white !important;
}
.cid-uqaFvJw1On .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqaFvJw1On .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqaFvJw1On .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uqaFvJw1On .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqaFvJw1On .nav-link {
  position: relative;
}
.cid-uqaFvJw1On .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqaFvJw1On .dropdown-menu,
.cid-uqaFvJw1On .navbar.opened {
  background: #1526ff !important;
}
.cid-uqaFvJw1On .nav-item:focus,
.cid-uqaFvJw1On .nav-link:focus {
  outline: none;
}
.cid-uqaFvJw1On .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqaFvJw1On .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqaFvJw1On .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqaFvJw1On .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqaFvJw1On .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqaFvJw1On .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqaFvJw1On .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1526ff;
}
.cid-uqaFvJw1On .navbar.opened {
  transition: all 0.3s;
}
.cid-uqaFvJw1On .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqaFvJw1On .navbar .navbar-logo img {
  width: auto;
}
.cid-uqaFvJw1On .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqaFvJw1On .navbar.collapsed {
  justify-content: center;
}
.cid-uqaFvJw1On .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqaFvJw1On .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqaFvJw1On .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uqaFvJw1On .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqaFvJw1On .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqaFvJw1On .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uqaFvJw1On .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqaFvJw1On .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqaFvJw1On .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqaFvJw1On .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqaFvJw1On .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqaFvJw1On .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqaFvJw1On .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqaFvJw1On .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uqaFvJw1On .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqaFvJw1On .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqaFvJw1On .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqaFvJw1On .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqaFvJw1On .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqaFvJw1On .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqaFvJw1On .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqaFvJw1On .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqaFvJw1On .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqaFvJw1On .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqaFvJw1On .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqaFvJw1On .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqaFvJw1On .dropdown-item.active,
.cid-uqaFvJw1On .dropdown-item:active {
  background-color: transparent;
}
.cid-uqaFvJw1On .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqaFvJw1On .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqaFvJw1On .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqaFvJw1On .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1526ff;
}
.cid-uqaFvJw1On .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqaFvJw1On .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqaFvJw1On ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqaFvJw1On .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqaFvJw1On button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uqaFvJw1On button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqaFvJw1On button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqaFvJw1On button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqaFvJw1On button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqaFvJw1On button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqaFvJw1On nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqaFvJw1On nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqaFvJw1On nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqaFvJw1On nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqaFvJw1On .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uqaFvJw1On a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqaFvJw1On .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqaFvJw1On .navbar {
    height: 70px;
  }
  .cid-uqaFvJw1On .navbar.opened {
    height: auto;
  }
  .cid-uqaFvJw1On .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqaFvKwaIp {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-uqaFvKwaIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqaFvKwaIp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqaFvKwaIp .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqaFvKwaIp .container-fluid {
    padding: 0 25px;
  }
}
.cid-uqaFvKwaIp .container-fluid .row {
  padding: 0;
}
.cid-uqaFvKwaIp .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-uqaFvKwaIp .title-wrapper .image-wrapper img {
  width: 280px;
  height: 122px;
  display: inline;
}
.cid-uqaFvKwaIp .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uqaFvKwaIp .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uqaFvKwaIp .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uqaFvKwaIp .mbr-section-title {
  color: #ffffff;
}
.cid-uqaFvKwaIp .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uqaFvKwaIp .mbr-section-title,
.cid-uqaFvKwaIp .mbr-section-btn,
.cid-uqaFvKwaIp .image-wrapper {
  text-align: center;
}
.cid-uqaFvL5MVy {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uqaFvL5MVy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqaFvL5MVy .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-uqaFvL5MVy .container {
    padding: 0 15px;
  }
}
.cid-uqaFvL5MVy .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uqaFvL5MVy .row .card {
  justify-content: center;
}
.cid-uqaFvL5MVy .image-wrapper {
  position: relative;
}
.cid-uqaFvL5MVy .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  border-radius: 40px;
  background-color: #f8cc1f;
  transform: skewX(-20deg);
}
.cid-uqaFvL5MVy .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  border-radius: 40px;
  background-color: #f8cc1f;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uqaFvL5MVy .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uqaFvL5MVy .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 630px;
  border-radius: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqaFvL5MVy .image-wrapper img {
    height: 350px;
  }
}
.cid-uqaFvL5MVy .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-uqaFvL5MVy .text-wrapper {
    padding: 0;
  }
}
.cid-uqaFvL5MVy .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqaFvL5MVy .mbr-text {
  color: #232323;
}
.cid-uqaFvLwncf {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uqaFvLwncf .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uqaFvLwncf .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uqaFvLwncf .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #24f5a2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uqaFvLwncf .mbr-section-title {
  text-align: center;
  color: #0000fd;
}
.cid-uqaFvLwncf .mbr-text {
  color: #232323;
}
.cid-uqaFvLQWB7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-uqaFvLQWB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqaFvLQWB7 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uqaFvLQWB7 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqaFvLQWB7 .line {
  width: 100%;
  height: 1px;
  background: white;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uqaFvLQWB7 .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uqaFvLQWB7 .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uqaFvLQWB7 .card-box {
  padding: 0 2rem;
}
.cid-uqaFvLQWB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqaFvLQWB7 .card-title,
.cid-uqaFvLQWB7 .iconfont-wrapper,
.cid-uqaFvLQWB7 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uqaFvLQWB7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uqaFvLQWB7 .mbr-section-btn {
  text-align: center;
}
.cid-uqaFvLQWB7 .card-text,
.cid-uqaFvLQWB7 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uqaFvLQWB7 .card-title,
.cid-uqaFvLQWB7 .iconfont-wrapper {
  text-align: left;
  color: #c4d6b0;
}
.cid-uqaFvLQWB7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uqaFvMkSWY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqaFvMkSWY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqaFvMkSWY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqaFvMkSWY .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uqaFvMkSWY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uqaFvMkSWY .container {
    padding: 0 24px;
  }
}
.cid-uqaFvMkSWY .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uqaFvMkSWY .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqaFvMkSWY .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uqaFvMkSWY .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uqaFvMkSWY .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-uqaFvMkSWY .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uqaFvMkSWY .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uqaFvMkSWY .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uqaFvMkSWY .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uqaFvMkSWY .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uqaFvMkSWY .mbr-section-title,
.cid-uqaFvMkSWY .buttons-wrapper {
  text-align: center;
  color: #0000fd;
}
.cid-uqaFvNmVg7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uqaFvNmVg7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqaFvNmVg7 .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-uqaFvNmVg7 .container {
    padding: 0 22px;
  }
}
.cid-uqaFvNmVg7 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqaFvNmVg7 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uqaFvNmVg7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqaFvNmVg7 .mbr-section-title {
  color: #0000fd;
}
.cid-uqaFvNmVg7 .mbr-text {
  color: #7f7e7e;
}
.cid-uqVJ3WEe4C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-uqVJ3WEe4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqVJ3WEe4C .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-uqVJ3WEe4C .container {
    padding: 0 20px;
  }
}
.cid-uqVJ3WEe4C .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqVJ3WEe4C .title-wrapper {
    display: block;
  }
}
.cid-uqVJ3WEe4C .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uqVJ3WEe4C .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uqVJ3WEe4C .title-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uqVJ3WEe4C .title-wrapper .mbr-section-btn .btn {
  padding: 20px 60px;
  margin-top: 40px;
  min-width: 365px;
}
@media (max-width: 992px) {
  .cid-uqVJ3WEe4C .title-wrapper .mbr-section-btn .btn {
    margin-right: 0;
    min-width: auto;
  }
}
.cid-uqVJ3WEe4C .mbr-section-title {
  color: #38001b;
}
.cid-uqVJ3WEe4C .mbr-section-title,
.cid-uqVJ3WEe4C .mbr-section-btn {
  color: #fafafa;
}
.cid-uqaFvNL6Km {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uqaFvNL6Km .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-uqaFvNL6Km .brand__text {
  margin-bottom: 0;
}
.cid-uqaFvNL6Km .brand__text a {
  font-weight: 700;
}
.cid-uqaFvNL6Km a:hover {
  color: #2de888 !important;
}
.cid-uqaFvNL6Km .mbr-text,
.cid-uqaFvNL6Km .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uqaFvNL6Km .menu {
  margin: 10px 0;
}
.cid-uqaFvNL6Km .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-uqaFvNL6Km .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-uqaFvNL6Km .menu__items:last-child {
  margin-right: 0;
}
.cid-uqaFvNL6Km .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-uqaFvNL6Km .social {
  margin-top: 10px;
}
.cid-uqaFvNL6Km .social a {
  margin: 0 15px;
}
.cid-uqaFvNL6Km .social a:last-child {
  margin-right: 0;
}
.cid-uqaFvNL6Km .social a:first-child {
  margin-left: 0;
}
.cid-uqaFvNL6Km .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-uqaJnLrOyO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uqaJnLrOyO nav.navbar {
  position: fixed;
}
.cid-uqaJnLrOyO .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uqaJnLrOyO .wrapper {
    padding: 0;
  }
}
.cid-uqaJnLrOyO .btn {
  border-radius: 30px;
}
.cid-uqaJnLrOyO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqaJnLrOyO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqaJnLrOyO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqaJnLrOyO .dropdown-item:hover,
.cid-uqaJnLrOyO .dropdown-item:focus {
  background: #1526ff !important;
  color: white !important;
}
.cid-uqaJnLrOyO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqaJnLrOyO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqaJnLrOyO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uqaJnLrOyO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqaJnLrOyO .nav-link {
  position: relative;
}
.cid-uqaJnLrOyO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqaJnLrOyO .dropdown-menu,
.cid-uqaJnLrOyO .navbar.opened {
  background: #1526ff !important;
}
.cid-uqaJnLrOyO .nav-item:focus,
.cid-uqaJnLrOyO .nav-link:focus {
  outline: none;
}
.cid-uqaJnLrOyO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqaJnLrOyO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqaJnLrOyO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqaJnLrOyO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqaJnLrOyO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqaJnLrOyO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqaJnLrOyO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1526ff;
}
.cid-uqaJnLrOyO .navbar.opened {
  transition: all 0.3s;
}
.cid-uqaJnLrOyO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqaJnLrOyO .navbar .navbar-logo img {
  width: auto;
}
.cid-uqaJnLrOyO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqaJnLrOyO .navbar.collapsed {
  justify-content: center;
}
.cid-uqaJnLrOyO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqaJnLrOyO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqaJnLrOyO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uqaJnLrOyO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqaJnLrOyO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqaJnLrOyO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uqaJnLrOyO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqaJnLrOyO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqaJnLrOyO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqaJnLrOyO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqaJnLrOyO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqaJnLrOyO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqaJnLrOyO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqaJnLrOyO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uqaJnLrOyO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqaJnLrOyO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqaJnLrOyO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqaJnLrOyO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqaJnLrOyO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqaJnLrOyO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqaJnLrOyO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqaJnLrOyO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqaJnLrOyO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqaJnLrOyO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqaJnLrOyO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqaJnLrOyO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqaJnLrOyO .dropdown-item.active,
.cid-uqaJnLrOyO .dropdown-item:active {
  background-color: transparent;
}
.cid-uqaJnLrOyO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqaJnLrOyO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqaJnLrOyO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqaJnLrOyO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1526ff;
}
.cid-uqaJnLrOyO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqaJnLrOyO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqaJnLrOyO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqaJnLrOyO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqaJnLrOyO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uqaJnLrOyO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqaJnLrOyO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqaJnLrOyO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqaJnLrOyO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqaJnLrOyO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqaJnLrOyO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqaJnLrOyO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqaJnLrOyO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqaJnLrOyO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqaJnLrOyO .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uqaJnLrOyO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqaJnLrOyO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqaJnLrOyO .navbar {
    height: 70px;
  }
  .cid-uqaJnLrOyO .navbar.opened {
    height: auto;
  }
  .cid-uqaJnLrOyO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqaJnMqBmb {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-uqaJnMqBmb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqaJnMqBmb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqaJnMqBmb .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqaJnMqBmb .container-fluid {
    padding: 0 25px;
  }
}
.cid-uqaJnMqBmb .container-fluid .row {
  padding: 0;
}
.cid-uqaJnMqBmb .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-uqaJnMqBmb .title-wrapper .image-wrapper img {
  width: 280px;
  height: 122px;
  display: inline;
}
.cid-uqaJnMqBmb .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uqaJnMqBmb .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uqaJnMqBmb .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uqaJnMqBmb .mbr-section-title {
  color: #ffffff;
}
.cid-uqaJnMqBmb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uqaJnMqBmb .mbr-section-title,
.cid-uqaJnMqBmb .mbr-section-btn,
.cid-uqaJnMqBmb .image-wrapper {
  text-align: center;
}
.cid-uqaJnMSiN8 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uqaJnMSiN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqaJnMSiN8 .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-uqaJnMSiN8 .container {
    padding: 0 15px;
  }
}
.cid-uqaJnMSiN8 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uqaJnMSiN8 .row .card {
  justify-content: center;
}
.cid-uqaJnMSiN8 .image-wrapper {
  position: relative;
}
.cid-uqaJnMSiN8 .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  border-radius: 40px;
  background-color: #f8cc1f;
  transform: skewX(-20deg);
}
.cid-uqaJnMSiN8 .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  border-radius: 40px;
  background-color: #f8cc1f;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uqaJnMSiN8 .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uqaJnMSiN8 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 630px;
  border-radius: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqaJnMSiN8 .image-wrapper img {
    height: 350px;
  }
}
.cid-uqaJnMSiN8 .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-uqaJnMSiN8 .text-wrapper {
    padding: 0;
  }
}
.cid-uqaJnMSiN8 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqaJnMSiN8 .mbr-text {
  color: #232323;
}
.cid-uqaJnNf25l {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uqaJnNf25l .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uqaJnNf25l .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uqaJnNf25l .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #24f5a2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uqaJnNf25l .mbr-section-title {
  text-align: center;
  color: #0000fd;
}
.cid-uqaJnNf25l .mbr-text {
  color: #232323;
}
.cid-uqaJnNErpA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-uqaJnNErpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqaJnNErpA .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uqaJnNErpA .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqaJnNErpA .line {
  width: 100%;
  height: 1px;
  background: white;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uqaJnNErpA .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uqaJnNErpA .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uqaJnNErpA .card-box {
  padding: 0 2rem;
}
.cid-uqaJnNErpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqaJnNErpA .card-title,
.cid-uqaJnNErpA .iconfont-wrapper,
.cid-uqaJnNErpA .card-text {
  color: #000000;
  text-align: center;
}
.cid-uqaJnNErpA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uqaJnNErpA .mbr-section-btn {
  text-align: center;
}
.cid-uqaJnNErpA .card-text,
.cid-uqaJnNErpA .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uqaJnNErpA .card-title,
.cid-uqaJnNErpA .iconfont-wrapper {
  text-align: left;
  color: #c4d6b0;
}
.cid-uqaJnNErpA .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uqaJnO7655 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqaJnO7655 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqaJnO7655 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqaJnO7655 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uqaJnO7655 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uqaJnO7655 .container {
    padding: 0 24px;
  }
}
.cid-uqaJnO7655 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uqaJnO7655 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqaJnO7655 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uqaJnO7655 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uqaJnO7655 .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-uqaJnO7655 .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uqaJnO7655 .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uqaJnO7655 .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uqaJnO7655 .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uqaJnO7655 .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uqaJnO7655 .mbr-section-title,
.cid-uqaJnO7655 .buttons-wrapper {
  text-align: center;
  color: #0000fd;
}
.cid-uqaJnPgF57 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uqaJnPgF57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqaJnPgF57 .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-uqaJnPgF57 .container {
    padding: 0 22px;
  }
}
.cid-uqaJnPgF57 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqaJnPgF57 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uqaJnPgF57 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqaJnPgF57 .mbr-section-title {
  color: #0000fd;
}
.cid-uqaJnPgF57 .mbr-text {
  color: #7f7e7e;
}
.cid-uqVIZLtTHe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-uqVIZLtTHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqVIZLtTHe .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-uqVIZLtTHe .container {
    padding: 0 20px;
  }
}
.cid-uqVIZLtTHe .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqVIZLtTHe .title-wrapper {
    display: block;
  }
}
.cid-uqVIZLtTHe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uqVIZLtTHe .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uqVIZLtTHe .title-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uqVIZLtTHe .title-wrapper .mbr-section-btn .btn {
  padding: 20px 60px;
  margin-top: 40px;
  min-width: 365px;
}
@media (max-width: 992px) {
  .cid-uqVIZLtTHe .title-wrapper .mbr-section-btn .btn {
    margin-right: 0;
    min-width: auto;
  }
}
.cid-uqVIZLtTHe .mbr-section-title {
  color: #38001b;
}
.cid-uqVIZLtTHe .mbr-section-title,
.cid-uqVIZLtTHe .mbr-section-btn {
  color: #fafafa;
}
.cid-uqaJnPFNSh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uqaJnPFNSh .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-uqaJnPFNSh .brand__text {
  margin-bottom: 0;
}
.cid-uqaJnPFNSh .brand__text a {
  font-weight: 700;
}
.cid-uqaJnPFNSh a:hover {
  color: #2de888 !important;
}
.cid-uqaJnPFNSh .mbr-text,
.cid-uqaJnPFNSh .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uqaJnPFNSh .menu {
  margin: 10px 0;
}
.cid-uqaJnPFNSh .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-uqaJnPFNSh .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-uqaJnPFNSh .menu__items:last-child {
  margin-right: 0;
}
.cid-uqaJnPFNSh .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-uqaJnPFNSh .social {
  margin-top: 10px;
}
.cid-uqaJnPFNSh .social a {
  margin: 0 15px;
}
.cid-uqaJnPFNSh .social a:last-child {
  margin-right: 0;
}
.cid-uqaJnPFNSh .social a:first-child {
  margin-left: 0;
}
.cid-uqaJnPFNSh .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-urbPI4yNFJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-urbPI4yNFJ nav.navbar {
  position: fixed;
}
.cid-urbPI4yNFJ .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-urbPI4yNFJ .wrapper {
    padding: 0;
  }
}
.cid-urbPI4yNFJ .btn {
  border-radius: 30px;
}
.cid-urbPI4yNFJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urbPI4yNFJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urbPI4yNFJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urbPI4yNFJ .dropdown-item:hover,
.cid-urbPI4yNFJ .dropdown-item:focus {
  background: #1526ff !important;
  color: white !important;
}
.cid-urbPI4yNFJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urbPI4yNFJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urbPI4yNFJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-urbPI4yNFJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urbPI4yNFJ .nav-link {
  position: relative;
}
.cid-urbPI4yNFJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urbPI4yNFJ .dropdown-menu,
.cid-urbPI4yNFJ .navbar.opened {
  background: #1526ff !important;
}
.cid-urbPI4yNFJ .nav-item:focus,
.cid-urbPI4yNFJ .nav-link:focus {
  outline: none;
}
.cid-urbPI4yNFJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urbPI4yNFJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urbPI4yNFJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urbPI4yNFJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urbPI4yNFJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urbPI4yNFJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urbPI4yNFJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1526ff;
}
.cid-urbPI4yNFJ .navbar.opened {
  transition: all 0.3s;
}
.cid-urbPI4yNFJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urbPI4yNFJ .navbar .navbar-logo img {
  width: auto;
}
.cid-urbPI4yNFJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urbPI4yNFJ .navbar.collapsed {
  justify-content: center;
}
.cid-urbPI4yNFJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urbPI4yNFJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-urbPI4yNFJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-urbPI4yNFJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urbPI4yNFJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urbPI4yNFJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-urbPI4yNFJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urbPI4yNFJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urbPI4yNFJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urbPI4yNFJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urbPI4yNFJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urbPI4yNFJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urbPI4yNFJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urbPI4yNFJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-urbPI4yNFJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urbPI4yNFJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urbPI4yNFJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urbPI4yNFJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urbPI4yNFJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urbPI4yNFJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-urbPI4yNFJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-urbPI4yNFJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urbPI4yNFJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urbPI4yNFJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urbPI4yNFJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urbPI4yNFJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urbPI4yNFJ .dropdown-item.active,
.cid-urbPI4yNFJ .dropdown-item:active {
  background-color: transparent;
}
.cid-urbPI4yNFJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urbPI4yNFJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urbPI4yNFJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urbPI4yNFJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1526ff;
}
.cid-urbPI4yNFJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urbPI4yNFJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urbPI4yNFJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urbPI4yNFJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urbPI4yNFJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-urbPI4yNFJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-urbPI4yNFJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urbPI4yNFJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urbPI4yNFJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urbPI4yNFJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urbPI4yNFJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urbPI4yNFJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urbPI4yNFJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urbPI4yNFJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urbPI4yNFJ .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-urbPI4yNFJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urbPI4yNFJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-urbPI4yNFJ .navbar {
    height: 70px;
  }
  .cid-urbPI4yNFJ .navbar.opened {
    height: auto;
  }
  .cid-urbPI4yNFJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urbPI6epxJ {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-urbPI6epxJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbPI6epxJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbPI6epxJ .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urbPI6epxJ .container-fluid {
    padding: 0 25px;
  }
}
.cid-urbPI6epxJ .container-fluid .row {
  padding: 0;
}
.cid-urbPI6epxJ .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-urbPI6epxJ .title-wrapper .image-wrapper img {
  width: 280px;
  height: 122px;
  display: inline;
}
.cid-urbPI6epxJ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-urbPI6epxJ .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-urbPI6epxJ .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urbPI6epxJ .mbr-section-title {
  color: #ffffff;
}
.cid-urbPI6epxJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-urbPI6epxJ .mbr-section-title,
.cid-urbPI6epxJ .mbr-section-btn,
.cid-urbPI6epxJ .image-wrapper {
  text-align: center;
}
.cid-urbPT59tmC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-urbPT59tmC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-urbPT59tmC .team-card:hover {
  transform: translateY(-10px);
}
.cid-urbPT59tmC .card-wrap {
  background: #fafafa;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #efefef;
}
@media (max-width: 991px) {
  .cid-urbPT59tmC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-urbPT59tmC .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-urbPT59tmC .card-wrap .content-wrap {
  padding: 1rem;
}
.cid-urbPT59tmC .card-text {
  padding-bottom: 1rem;
}
.cid-urbPT59tmC .social-row {
  text-align: center;
}
.cid-urbPT59tmC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #403f83;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.cid-urbPT59tmC .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-urbPT59tmC .social-row .soc-item:hover {
  background: #ffffff;
  border: 2px solid #403f83;
}
.cid-urbPT59tmC .social-row .soc-item:hover .mbr-iconfont {
  color: #403f83;
}
.cid-urbPT59tmC .card-title,
.cid-urbPT59tmC .social-row {
  color: #1526ff;
  text-align: right;
}
.cid-urbPT59tmC .mbr-role,
.cid-urbPT59tmC .social-row {
  color: #0000fd;
  text-align: left;
}
.cid-urbPT59tmC .card-text,
.cid-urbPT59tmC .mbr-section-btn,
.cid-urbPT59tmC .social-row {
  color: #464646;
  text-align: left;
}
.cid-urbPT59tmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbPT59tmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbPT59tmC .mbr-section-title {
  color: #1526ff;
  text-align: left;
}
.cid-urbPIa1TU9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-urbPIa1TU9 .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-urbPIa1TU9 .brand__text {
  margin-bottom: 0;
}
.cid-urbPIa1TU9 .brand__text a {
  font-weight: 700;
}
.cid-urbPIa1TU9 a:hover {
  color: #2de888 !important;
}
.cid-urbPIa1TU9 .mbr-text,
.cid-urbPIa1TU9 .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-urbPIa1TU9 .menu {
  margin: 10px 0;
}
.cid-urbPIa1TU9 .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-urbPIa1TU9 .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-urbPIa1TU9 .menu__items:last-child {
  margin-right: 0;
}
.cid-urbPIa1TU9 .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-urbPIa1TU9 .social {
  margin-top: 10px;
}
.cid-urbPIa1TU9 .social a {
  margin: 0 15px;
}
.cid-urbPIa1TU9 .social a:last-child {
  margin-right: 0;
}
.cid-urbPIa1TU9 .social a:first-child {
  margin-left: 0;
}
.cid-urbPIa1TU9 .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
