.btn {
  border-width: 2px;
}
body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #ff8a73 !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #57468b !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff421c !important;
  border-color: #ff421c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff421c !important;
  border-color: #ff421c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0040fd !important;
  border-color: #0040fd !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0040fd !important;
  border-color: #0040fd !important;
}
.btn-info,
.btn-info:active {
  background-color: #57468b !important;
  border-color: #57468b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #332951 !important;
  border-color: #332951 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #332951 !important;
  border-color: #332951 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #688cff !important;
  border-color: #688cff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #688cff !important;
  border-color: #688cff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5c6e73 !important;
  border-color: #5c6e73 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5c6e73 !important;
  border-color: #5c6e73 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #84774a !important;
  border-color: #84774a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #84774a !important;
  border-color: #84774a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.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: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.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: #ff8a73;
  color: #ff8a73;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff421c !important;
  background-color: transparent!important;
  border-color: #ff421c !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #5580ff;
  color: #5580ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0040fd !important;
  background-color: transparent!important;
  border-color: #0040fd !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #57468b;
  color: #57468b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #332951 !important;
  background-color: transparent!important;
  border-color: #332951 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #57468b !important;
  border-color: #57468b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #bfceff;
  color: #bfceff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #688cff !important;
  background-color: transparent!important;
  border-color: #688cff !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #002dbf !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #879a9f;
  color: #879a9f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5c6e73 !important;
  background-color: transparent!important;
  border-color: #5c6e73 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #84774a !important;
  background-color: transparent!important;
  border-color: #84774a !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !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: #ff8a73 !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #57468b !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff350d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #003cee !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2d2447 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7a6e45 !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: #ff8a73;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #57468b;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.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: #ff8a73;
  border-color: #ff8a73;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff8a73;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9a8cc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #ff8a73 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #ff8a73;
}
/* 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: #ff8a73;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff8a73;
}
.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: #ff8a73;
  border-bottom-color: #ff8a73;
}
.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: #000000 !important;
  background-color: #ff8a73 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #5580ff !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='%23ff8a73' %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-rx3IEQFgmC .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3IEQFgmC .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rx3IEQFgmC .nav-item:focus,
.cid-rx3IEQFgmC .nav-link:focus {
  outline: none;
}
.cid-rx3IEQFgmC .text-white:hover,
.cid-rx3IEQFgmC .text-white:active,
.cid-rx3IEQFgmC .text-white:focus {
  color: white!important;
}
.cid-rx3IEQFgmC .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-rx3IEQFgmC .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-rx3IEQFgmC .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-rx3IEQFgmC .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rx3IEQFgmC .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-rx3IEQFgmC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rx3IEQFgmC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rx3IEQFgmC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rx3IEQFgmC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rx3IEQFgmC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rx3IEQFgmC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rx3IEQFgmC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rx3IEQFgmC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rx3IEQFgmC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rx3IEQFgmC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rx3IEQFgmC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rx3IEQFgmC .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-rx3IEQFgmC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rx3IEQFgmC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rx3IEQFgmC .section {
  position: relative;
  overflow: visible!important;
}
.cid-rx3IEQFgmC .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rx3IEQFgmC .dropdown-item:hover {
  color: black!important;
}
.cid-rx3IEQFgmC .dropdown-menu {
  background-color: white!important;
}
.cid-rx3IEQFgmC .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rx3IEQFgmC .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3IEQFgmC .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rx3IEQFgmC .nav-item .nav-link {
    position: relative;
  }
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3IEQFgmC .collapsed {
  flex-direction: row!important;
}
.cid-rx3IEQFgmC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rx3IEQFgmC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rx3IEQFgmC .navbar-caption {
  font-weight: 600!important;
}
.cid-rx3IEQFgmC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rx3IEQFgmC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rx3IEQFgmC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rx3IEQFgmC .dropdown-item.active,
.cid-rx3IEQFgmC .dropdown-item:active {
  background-color: transparent;
}
.cid-rx3IEQFgmC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rx3IEQFgmC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rx3IEQFgmC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rx3IEQFgmC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-rx3IEQFgmC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rx3IEQFgmC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rx3IEQFgmC .navbar-buttons {
  text-align: center;
}
.cid-rx3IEQFgmC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3IEQFgmC .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rx3IEQFgmC .nav-link {
  font-weight: 600!important;
}
.cid-rx3IEQFgmC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rx3IEQFgmC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rx3IEQFgmC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rx3IEQFgmC .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rx3IEQFgmC .navbar {
    height: 77px;
  }
  .cid-rx3IEQFgmC .navbar.opened {
    height: auto;
  }
  .cid-rx3IEQFgmC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rleLuPvnKO {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr.webp");
  position: relative;
  overflow: hidden;
}
.cid-rleLuPvnKO svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-rleLuPvnKO #e2_shape {
  fill: #ffffff !important;
}
.cid-rleLuPvnKO img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rleLuPvnKO img {
    width: 90%!important;
  }
}
.cid-rleLuPvnKO H1 {
  color: #000000;
}
.cid-sxUoQUUNA1 {
  padding-top: 105px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background32.webp");
}
.cid-sxUoQUUNA1 h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-sxUoQUUNA1 h1 span {
  background-image: url("../../../assets/images/background2.webp");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-sxUoQUUNA1 .icons-wrap {
  background: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-sxUoQUUNA1 .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-sxUoQUUNA1 .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-sxUoQUUNA1 h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-sxUoQUUNA1 .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-sxUoQUUNA1 h1 {
    margin-bottom: 8rem;
  }
}
.cid-uB2GHoCDas {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2v2dw2e-reduced-1023x568.webp");
}
.cid-uB2GHoCDas .intro-body {
  vertical-align: middle;
}
.cid-uB2GHoCDas .mbr-section-title {
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-uB2GHoCDas .text {
  color: white;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
  line-height: 1.7;
}
.cid-uB2GHoCDas .signature {
  transform: rotate(-3deg);
  color: #ff3366;
}
.cid-uB2GHoCDas .mbr-text {
  width: 100%;
  height: auto;
}
.cid-uB2GHoCDas .video {
  text-align: center;
  vertical-align: middle;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .cid-uB2GHoCDas .video {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uB2GHoCDas .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-uB2GHoCDas .content,
  .cid-uB2GHoCDas .video {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sypV9VUD0T {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/04.webp");
}
.cid-sypV9VUD0T .row {
  flex-direction: row-reverse;
}
.cid-sypV9VUD0T .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sypV9VUD0T .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sypV9VUD0T .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sypV9VUD0T .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-sypV9VUD0T .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sypV9VUD0T .mbr-section-tag {
  margin-bottom: 1rem;
  color: #fcfc00;
}
.cid-sypV9VUD0T .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-sypV9VUD0T .mbr-section-bottom {
  margin-top: 1.375rem;
}
.cid-sypV9VUD0T .bottom-text {
  margin-top: 1.75rem;
  margin-bottom: 0.625rem;
}
.cid-sypV9VUD0T .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #ffe161;
}
.cid-sypV9VUD0T .list {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
  color: #ffffff;
}
.cid-sypV9VUD0T .list li {
  position: relative;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.cid-sypV9VUD0T .list li::before {
  content: "\e97c";
  position: absolute;
  left: -1.6rem;
  top: 0.5rem;
  font-family: 'Moririse2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.cid-sypV9VUD0T .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #ffffff;
}
.cid-sypV9VUD0T .mbr-section-title b:last-child,
.cid-sypV9VUD0T .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-sypV9VUD0T .mbr-subtitle {
  color: #ffffff;
}
.cid-sypV9VUD0T .mbr-text {
  color: #ffffff;
}
.cid-sy2R1JR6jv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/04.webp");
}
.cid-sy2R1JR6jv .row {
  flex-direction: row-reverse;
}
.cid-sy2R1JR6jv .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sy2R1JR6jv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sy2R1JR6jv .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sy2R1JR6jv .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-sy2R1JR6jv .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sy2R1JR6jv .mbr-section-tag {
  margin-bottom: 1rem;
  color: #fcfc00;
}
.cid-sy2R1JR6jv .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-sy2R1JR6jv .mbr-section-bottom {
  margin-top: 1.375rem;
}
.cid-sy2R1JR6jv .bottom-text {
  margin-top: 1.75rem;
  margin-bottom: 0.625rem;
}
.cid-sy2R1JR6jv .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-sy2R1JR6jv .list {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
  color: #ffffff;
}
.cid-sy2R1JR6jv .list li {
  position: relative;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.cid-sy2R1JR6jv .list li::before {
  content: "\e97c";
  position: absolute;
  left: -1.6rem;
  top: 0.5rem;
  font-family: 'Moririse2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.cid-sy2R1JR6jv .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #ffffff;
}
.cid-sy2R1JR6jv .mbr-subtitle {
  color: #ffffff;
}
.cid-sy2R1JR6jv .mbr-text {
  color: #ffffff;
}
.cid-sypZcdOK5W {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sypZcdOK5W img,
.cid-sypZcdOK5W .item-img {
  width: 100%;
}
.cid-sypZcdOK5W .item:focus,
.cid-sypZcdOK5W span:focus {
  outline: none;
}
.cid-sypZcdOK5W .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sypZcdOK5W .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sypZcdOK5W .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sypZcdOK5W .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sypZcdOK5W .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sypZcdOK5W .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sypZcdOK5W .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sypZcdOK5W .mbr-section-title {
  color: #232323;
}
.cid-sypZcdOK5W .mbr-text,
.cid-sypZcdOK5W .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sypZcdOK5W .item-title {
  text-align: left;
}
.cid-sypZcdOK5W .item-subtitle {
  text-align: left;
}
.cid-syq2Cn5q1v {
  padding-top: 165px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-syq2Cn5q1v .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-syq2Cn5q1v .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-syq2Cn5q1v .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-syq2Cn5q1v .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-uB3fTsKRKj.popup-builder {
  background-color: #ffffff;
}
.cid-uB3fTsKRKj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uB3fTsKRKj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uB3fTsKRKj .modal-content,
.cid-uB3fTsKRKj .modal-dialog {
  height: auto;
}
.cid-uB3fTsKRKj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uB3fTsKRKj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uB3fTsKRKj .form-wrapper .mbr-form .form-group,
  .cid-uB3fTsKRKj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uB3fTsKRKj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uB3fTsKRKj .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uB3fTsKRKj .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uB3fTsKRKj .pt-0 {
  padding-top: 0 !important;
}
.cid-uB3fTsKRKj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uB3fTsKRKj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uB3fTsKRKj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uB3fTsKRKj .modal-open {
  overflow: hidden;
}
.cid-uB3fTsKRKj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uB3fTsKRKj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uB3fTsKRKj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uB3fTsKRKj .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uB3fTsKRKj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uB3fTsKRKj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uB3fTsKRKj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uB3fTsKRKj .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uB3fTsKRKj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uB3fTsKRKj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uB3fTsKRKj .modal-backdrop.fade {
  opacity: 0;
}
.cid-uB3fTsKRKj .modal-backdrop.show {
  opacity: .5;
}
.cid-uB3fTsKRKj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uB3fTsKRKj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uB3fTsKRKj .modal-header {
    padding: 1rem;
  }
}
.cid-uB3fTsKRKj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uB3fTsKRKj .modal-header .close svg {
  fill: #353535;
}
.cid-uB3fTsKRKj .modal-header .close:hover {
  opacity: 1;
}
.cid-uB3fTsKRKj .modal-header .close:focus {
  outline: none;
}
.cid-uB3fTsKRKj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uB3fTsKRKj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uB3fTsKRKj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uB3fTsKRKj .modal-body {
    padding: 1rem;
  }
}
.cid-uB3fTsKRKj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uB3fTsKRKj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uB3fTsKRKj .modal-footer {
    padding: 1rem;
  }
}
.cid-uB3fTsKRKj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uB3fTsKRKj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uB3fTsKRKj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uB3fTsKRKj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uB3fTsKRKj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uB3fTsKRKj .modal-lg,
  .cid-uB3fTsKRKj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uB3fTsKRKj .modal-xl {
    max-width: 1140px;
  }
}
.cid-uB3fTsKRKj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uB3fTsKRKj .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uB3fTsKRKj .form-group {
  margin-bottom: 1rem;
}
.cid-uB3fTsKRKj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uB3fTsKRKj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uB3fTsKRKj .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uB3fTsKRKj .mbr-section-btn {
  margin: 0;
}
.cid-uB3fTsKRKj .mbr-section-btn .btn {
  margin: 0;
}
.cid-rx3IEQFgmC .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3IEQFgmC .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rx3IEQFgmC .nav-item:focus,
.cid-rx3IEQFgmC .nav-link:focus {
  outline: none;
}
.cid-rx3IEQFgmC .text-white:hover,
.cid-rx3IEQFgmC .text-white:active,
.cid-rx3IEQFgmC .text-white:focus {
  color: white!important;
}
.cid-rx3IEQFgmC .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-rx3IEQFgmC .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-rx3IEQFgmC .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-rx3IEQFgmC .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rx3IEQFgmC .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-rx3IEQFgmC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rx3IEQFgmC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rx3IEQFgmC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rx3IEQFgmC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rx3IEQFgmC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rx3IEQFgmC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rx3IEQFgmC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rx3IEQFgmC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rx3IEQFgmC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rx3IEQFgmC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rx3IEQFgmC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rx3IEQFgmC .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-rx3IEQFgmC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rx3IEQFgmC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rx3IEQFgmC .section {
  position: relative;
  overflow: visible!important;
}
.cid-rx3IEQFgmC .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rx3IEQFgmC .dropdown-item:hover {
  color: black!important;
}
.cid-rx3IEQFgmC .dropdown-menu {
  background-color: white!important;
}
.cid-rx3IEQFgmC .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rx3IEQFgmC .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3IEQFgmC .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rx3IEQFgmC .nav-item .nav-link {
    position: relative;
  }
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3IEQFgmC .collapsed {
  flex-direction: row!important;
}
.cid-rx3IEQFgmC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rx3IEQFgmC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rx3IEQFgmC .navbar-caption {
  font-weight: 600!important;
}
.cid-rx3IEQFgmC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rx3IEQFgmC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rx3IEQFgmC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rx3IEQFgmC .dropdown-item.active,
.cid-rx3IEQFgmC .dropdown-item:active {
  background-color: transparent;
}
.cid-rx3IEQFgmC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rx3IEQFgmC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rx3IEQFgmC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rx3IEQFgmC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-rx3IEQFgmC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rx3IEQFgmC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rx3IEQFgmC .navbar-buttons {
  text-align: center;
}
.cid-rx3IEQFgmC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3IEQFgmC .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rx3IEQFgmC .nav-link {
  font-weight: 600!important;
}
.cid-rx3IEQFgmC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rx3IEQFgmC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rx3IEQFgmC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rx3IEQFgmC .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rx3IEQFgmC .navbar {
    height: 77px;
  }
  .cid-rx3IEQFgmC .navbar.opened {
    height: auto;
  }
  .cid-rx3IEQFgmC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB2Zp5hd3i {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.webp");
}
.cid-uB2Zp5hd3i .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-uB2Zp5hd3i .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uB2Zp5hd3i .mbr-section-subtitle {
  margin-bottom: 2.3rem;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uB2Zp5hd3i .text-wrapper {
    margin-top: 2rem;
  }
}
.cid-uB2Zp5hd3i .video-wrapper iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uB2Zp5hd3i .text-wrapper {
    padding: 2rem;
  }
}
.cid-uB2Zp5hd3i .mbr-text {
  color: #ffe161;
  text-align: center;
}
.cid-uB1kZsYBUX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.webp");
}
.cid-uB1kZsYBUX .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uB1kZsYBUX .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uB1kZsYBUX .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uB3tlOSoyQ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-uB3tlOSoyQ img {
  width: 90%;
}
.cid-uB3tlOSoyQ .mbr-text,
.cid-uB3tlOSoyQ .mbr-section-btn {
  color: #efefef;
}
@media (max-width: 992px) {
  .cid-uB3tlOSoyQ img {
    width: 100%;
  }
  .cid-uB3tlOSoyQ .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-uB3tlOSoyQ H1 {
  color: #f9f295;
}
.cid-uB3tlOSoyQ H3 {
  color: #ff7f9f;
}
.cid-rx3IEQFgmC .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3IEQFgmC .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rx3IEQFgmC .nav-item:focus,
.cid-rx3IEQFgmC .nav-link:focus {
  outline: none;
}
.cid-rx3IEQFgmC .text-white:hover,
.cid-rx3IEQFgmC .text-white:active,
.cid-rx3IEQFgmC .text-white:focus {
  color: white!important;
}
.cid-rx3IEQFgmC .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-rx3IEQFgmC .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-rx3IEQFgmC .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-rx3IEQFgmC .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rx3IEQFgmC .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-rx3IEQFgmC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rx3IEQFgmC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rx3IEQFgmC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rx3IEQFgmC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rx3IEQFgmC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rx3IEQFgmC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rx3IEQFgmC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rx3IEQFgmC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rx3IEQFgmC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rx3IEQFgmC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rx3IEQFgmC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rx3IEQFgmC .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-rx3IEQFgmC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rx3IEQFgmC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rx3IEQFgmC .section {
  position: relative;
  overflow: visible!important;
}
.cid-rx3IEQFgmC .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rx3IEQFgmC .dropdown-item:hover {
  color: black!important;
}
.cid-rx3IEQFgmC .dropdown-menu {
  background-color: white!important;
}
.cid-rx3IEQFgmC .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rx3IEQFgmC .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3IEQFgmC .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rx3IEQFgmC .nav-item .nav-link {
    position: relative;
  }
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3IEQFgmC .collapsed {
  flex-direction: row!important;
}
.cid-rx3IEQFgmC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rx3IEQFgmC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rx3IEQFgmC .navbar-caption {
  font-weight: 600!important;
}
.cid-rx3IEQFgmC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rx3IEQFgmC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rx3IEQFgmC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rx3IEQFgmC .dropdown-item.active,
.cid-rx3IEQFgmC .dropdown-item:active {
  background-color: transparent;
}
.cid-rx3IEQFgmC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rx3IEQFgmC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rx3IEQFgmC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rx3IEQFgmC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-rx3IEQFgmC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rx3IEQFgmC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rx3IEQFgmC .navbar-buttons {
  text-align: center;
}
.cid-rx3IEQFgmC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3IEQFgmC .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rx3IEQFgmC .nav-link {
  font-weight: 600!important;
}
.cid-rx3IEQFgmC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rx3IEQFgmC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rx3IEQFgmC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rx3IEQFgmC .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rx3IEQFgmC .navbar {
    height: 77px;
  }
  .cid-rx3IEQFgmC .navbar.opened {
    height: auto;
  }
  .cid-rx3IEQFgmC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syq64sqz91 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/1611327276-setup.webp");
}
.cid-syq64sqz91 .mbr-section-title {
  color: #ff9966;
}
.cid-syq6FIwZjb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-syq6FIwZjb .mbr-text {
  color: #000000;
}
.cid-syq6FIwZjb .mbr-section-subtitle {
  color: #000000;
}
.cid-uB0hqYE2Ry {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-uB0hqYE2Ry .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
.cid-uB0hqYE2Ry .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-uB0hqYE2Ry .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-uB0hqYE2Ry .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uB0hqYE2Ry .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uB0hqYE2Ry {
    text-align: center !important;
  }
}
.cid-uB0hqYE2Ry .mbr-text {
  color: #ffffff;
}
.cid-syq92orBIE {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-syq92orBIE .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-syq92orBIE .col-lg-6 {
  padding: 0 2rem;
}
.cid-syq92orBIE .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-syq92orBIE .card-wrapper {
  padding: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-syq92orBIE .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-syq92orBIE .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-syq92orBIE .card-title,
.cid-syq92orBIE .iconfont-wrapper {
  color: #36187d;
}
.cid-syq92orBIE .card-text {
  color: #000000;
}
.cid-syq92orBIE .mbr-section-subtitle {
  color: #36187d;
}
.cid-syq92orBIE .mbr-section-title {
  color: #36187d;
}
.cid-rx3IEQFgmC .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3IEQFgmC .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rx3IEQFgmC .nav-item:focus,
.cid-rx3IEQFgmC .nav-link:focus {
  outline: none;
}
.cid-rx3IEQFgmC .text-white:hover,
.cid-rx3IEQFgmC .text-white:active,
.cid-rx3IEQFgmC .text-white:focus {
  color: white!important;
}
.cid-rx3IEQFgmC .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-rx3IEQFgmC .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-rx3IEQFgmC .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-rx3IEQFgmC .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rx3IEQFgmC .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-rx3IEQFgmC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rx3IEQFgmC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rx3IEQFgmC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rx3IEQFgmC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rx3IEQFgmC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rx3IEQFgmC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rx3IEQFgmC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rx3IEQFgmC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rx3IEQFgmC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rx3IEQFgmC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rx3IEQFgmC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rx3IEQFgmC .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-rx3IEQFgmC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rx3IEQFgmC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rx3IEQFgmC .section {
  position: relative;
  overflow: visible!important;
}
.cid-rx3IEQFgmC .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rx3IEQFgmC .dropdown-item:hover {
  color: black!important;
}
.cid-rx3IEQFgmC .dropdown-menu {
  background-color: white!important;
}
.cid-rx3IEQFgmC .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rx3IEQFgmC .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3IEQFgmC .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rx3IEQFgmC .nav-item .nav-link {
    position: relative;
  }
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3IEQFgmC .collapsed {
  flex-direction: row!important;
}
.cid-rx3IEQFgmC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rx3IEQFgmC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rx3IEQFgmC .navbar-caption {
  font-weight: 600!important;
}
.cid-rx3IEQFgmC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rx3IEQFgmC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rx3IEQFgmC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rx3IEQFgmC .dropdown-item.active,
.cid-rx3IEQFgmC .dropdown-item:active {
  background-color: transparent;
}
.cid-rx3IEQFgmC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rx3IEQFgmC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rx3IEQFgmC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rx3IEQFgmC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-rx3IEQFgmC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rx3IEQFgmC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rx3IEQFgmC .navbar-buttons {
  text-align: center;
}
.cid-rx3IEQFgmC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3IEQFgmC .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rx3IEQFgmC .nav-link {
  font-weight: 600!important;
}
.cid-rx3IEQFgmC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rx3IEQFgmC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rx3IEQFgmC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rx3IEQFgmC .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rx3IEQFgmC .navbar {
    height: 77px;
  }
  .cid-rx3IEQFgmC .navbar.opened {
    height: auto;
  }
  .cid-rx3IEQFgmC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syqjlVl1Re {
  padding-top: 135px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background32.webp");
}
.cid-syqjlVl1Re .container-fluid {
  max-width: 1700px;
}
.cid-syqjlVl1Re h1 {
  line-height: 1;
  letter-spacing: -2px;
}
.cid-syqjlVl1Re .signature {
  display: inline-block;
  width: auto;
}
.cid-syqkafJ9uE {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background5-2.webp");
  overflow: hidden;
}
.cid-syqkafJ9uE svg {
  fill: #0f7699 !important;
  pointer-events: none;
}
.cid-syqkafJ9uE #e2_shape {
  fill: #0f7699 !important;
}
.cid-syqkafJ9uE .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-syqkafJ9uE .mbr-text {
  font-weight: 300;
}
.cid-syqkafJ9uE .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-syqkafJ9uE .btn-white {
  color: #404040 !important;
}
.cid-syqkafJ9uE .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-syqkafJ9uE .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-syqkafJ9uE .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-syqkafJ9uE {
    padding: 30px;
  }
  .cid-syqkafJ9uE svg {
    display: none;
  }
}
.cid-syqjtRJYbr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/04.webp");
}
.cid-syqjtRJYbr .row {
  flex-direction: row-reverse;
}
.cid-syqjtRJYbr .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-syqjtRJYbr .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-syqjtRJYbr .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-syqjtRJYbr .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-syqjtRJYbr .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-syqjtRJYbr .mbr-section-tag {
  margin-bottom: 1rem;
  color: #fcfc00;
}
.cid-syqjtRJYbr .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-syqjtRJYbr .mbr-section-bottom {
  margin-top: 1.375rem;
}
.cid-syqjtRJYbr .bottom-text {
  margin-top: 1.75rem;
  margin-bottom: 0.625rem;
}
.cid-syqjtRJYbr .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-syqjtRJYbr .list {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
  color: #ffffff;
}
.cid-syqjtRJYbr .list li {
  position: relative;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.cid-syqjtRJYbr .list li::before {
  content: "\e97c";
  position: absolute;
  left: -1.6rem;
  top: 0.5rem;
  font-family: 'Moririse2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.cid-syqjtRJYbr .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #ffffff;
}
.cid-syqjtRJYbr .mbr-subtitle {
  color: #ffffff;
}
.cid-syqjtRJYbr .mbr-text {
  color: #ffffff;
}
.cid-syql1xL4nn {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-syql1xL4nn .mbr-text {
  color: #000000;
}
.cid-syw8AA2s0H {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background5-2.webp");
  overflow: hidden;
}
.cid-syw8AA2s0H svg {
  fill: #0f7699 !important;
  pointer-events: none;
}
.cid-syw8AA2s0H #e2_shape {
  fill: #0f7699 !important;
}
.cid-syw8AA2s0H .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-syw8AA2s0H .mbr-text {
  font-weight: 300;
}
.cid-syw8AA2s0H .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-syw8AA2s0H .btn-white {
  color: #404040 !important;
}
.cid-syw8AA2s0H .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-syw8AA2s0H .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-syw8AA2s0H .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-syw8AA2s0H {
    padding: 30px;
  }
  .cid-syw8AA2s0H svg {
    display: none;
  }
}
.cid-syw9vWLdaq {
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-syw9vWLdaq img {
  width: 90%;
}
.cid-syw9vWLdaq .mbr-text,
.cid-syw9vWLdaq .mbr-section-btn {
  color: #efefef;
}
@media (max-width: 992px) {
  .cid-syw9vWLdaq img {
    width: 100%;
  }
  .cid-syw9vWLdaq .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-syw9vWLdaq H1 {
  color: #f9f295;
}
.cid-syw9vWLdaq H3 {
  color: #ff7f9f;
}
.cid-syw9vWLdaq .links {
  color: #fafafa;
}
.cid-syw9Naxl23 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #232323;
}
.cid-syw9Naxl23 .mbr-section-subtitle {
  color: #f4f8fa;
}
.cid-syw9Naxl23 .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-syw9Naxl23 .video-block {
    width: 100% !important;
  }
}
.cid-syw9Naxl23 .mbr-section-title {
  color: #f4f8fa;
}
.cid-rx3IEQFgmC .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3IEQFgmC .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rx3IEQFgmC .nav-item:focus,
.cid-rx3IEQFgmC .nav-link:focus {
  outline: none;
}
.cid-rx3IEQFgmC .text-white:hover,
.cid-rx3IEQFgmC .text-white:active,
.cid-rx3IEQFgmC .text-white:focus {
  color: white!important;
}
.cid-rx3IEQFgmC .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-rx3IEQFgmC .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-rx3IEQFgmC .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-rx3IEQFgmC .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rx3IEQFgmC .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-rx3IEQFgmC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rx3IEQFgmC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rx3IEQFgmC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rx3IEQFgmC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rx3IEQFgmC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rx3IEQFgmC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rx3IEQFgmC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rx3IEQFgmC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rx3IEQFgmC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rx3IEQFgmC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rx3IEQFgmC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rx3IEQFgmC .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-rx3IEQFgmC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rx3IEQFgmC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rx3IEQFgmC .section {
  position: relative;
  overflow: visible!important;
}
.cid-rx3IEQFgmC .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rx3IEQFgmC .dropdown-item:hover {
  color: black!important;
}
.cid-rx3IEQFgmC .dropdown-menu {
  background-color: white!important;
}
.cid-rx3IEQFgmC .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rx3IEQFgmC .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3IEQFgmC .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rx3IEQFgmC .nav-item .nav-link {
    position: relative;
  }
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3IEQFgmC .collapsed {
  flex-direction: row!important;
}
.cid-rx3IEQFgmC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rx3IEQFgmC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rx3IEQFgmC .navbar-caption {
  font-weight: 600!important;
}
.cid-rx3IEQFgmC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rx3IEQFgmC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rx3IEQFgmC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rx3IEQFgmC .dropdown-item.active,
.cid-rx3IEQFgmC .dropdown-item:active {
  background-color: transparent;
}
.cid-rx3IEQFgmC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rx3IEQFgmC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rx3IEQFgmC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rx3IEQFgmC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-rx3IEQFgmC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rx3IEQFgmC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rx3IEQFgmC .navbar-buttons {
  text-align: center;
}
.cid-rx3IEQFgmC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3IEQFgmC .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rx3IEQFgmC .nav-link {
  font-weight: 600!important;
}
.cid-rx3IEQFgmC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rx3IEQFgmC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rx3IEQFgmC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rx3IEQFgmC .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rx3IEQFgmC .navbar {
    height: 77px;
  }
  .cid-rx3IEQFgmC .navbar.opened {
    height: auto;
  }
  .cid-rx3IEQFgmC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syqqJw6dm5 {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/morebiznow-mockup-side-angle-1920x1080.webp");
}
.cid-syqqJw6dm5 .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ff8a73;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff;
}
.cid-syqqJw6dm5 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-syqqJw6dm5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syqqJw6dm5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syqqJw6dm5 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-syqqJw6dm5 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-syqqJw6dm5 a.close:hover {
  color: #ffffff;
}
.cid-syqqJw6dm5 B {
  color: #2dfd25;
}
.cid-syqqJw6dm5 P {
  color: #fff10d;
}
.cid-syqqjMIF96 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #193bba;
}
.cid-syqqjMIF96 .video-wrapper iframe {
  width: 100%;
}
.cid-syqqjMIF96 .mbr-section-title,
.cid-syqqjMIF96 .mbr-section-subtitle,
.cid-syqqjMIF96 .mbr-text {
  text-align: center;
}
.cid-syqqjMIF96 .mbr-section-title {
  color: #f9f295;
}
.cid-syqqeMPrSZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-syqqeMPrSZ .mbr-text {
  color: #767676;
}
.cid-syqqeMPrSZ .card-subtitle {
  margin: 0;
}
.cid-syqqeMPrSZ img {
  object-fit: cover;
  height: 100%;
}
.cid-syqqeMPrSZ h4 {
  margin: 0;
}
.cid-syqqeMPrSZ .card-img {
  height: 300px;
}
.cid-syqqeMPrSZ .row {
  justify-content: center;
}
.cid-syqqeMPrSZ .card {
  margin-bottom: 2rem;
}
.cid-syqqeMPrSZ .mbr-text,
.cid-syqqeMPrSZ .link {
  color: #000000;
  text-align: center;
}
.cid-syqqeMPrSZ h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-syqqeMPrSZ h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-syqqeMPrSZ .card-title,
.cid-syqqeMPrSZ .card-img {
  text-align: center;
}
.cid-syqsJAiqtQ {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1277.webp");
}
.cid-syqsJAiqtQ .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-syqsJAiqtQ .text-wrapper {
    padding-top: 30px;
  }
}
.cid-syqsJAiqtQ .mbr-text {
  margin-bottom: 20.4px;
}
.cid-syqsJAiqtQ .mbr-text,
.cid-syqsJAiqtQ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-syqsJAiqtQ .mbr-section-subtitle {
  color: #c61600;
  text-align: left;
}
.cid-syqsJAiqtQ .section-subtext {
  color: #e43f3f;
  text-align: left;
}
.cid-syqu7E3QQi {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1-1920x1277.webp");
}
.cid-syqu7E3QQi .mbr-text {
  color: #767676;
}
.cid-syqu7E3QQi .card-subtitle {
  margin: 0;
}
.cid-syqu7E3QQi .link:hover {
  color: #ff8a73 !important;
}
.cid-syqu7E3QQi .card {
  margin-bottom: 2rem;
}
.cid-syqu7E3QQi .card:hover .img-overlay {
  opacity: 0.15;
}
.cid-syqu7E3QQi .card:hover .card-img:before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.cid-syqu7E3QQi .card:hover .card-img:after {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.cid-syqu7E3QQi .card-img {
  height: 220px;
}
.cid-syqu7E3QQi img {
  object-fit: cover;
  height: 100%;
}
.cid-syqu7E3QQi h4 {
  margin: 0;
}
.cid-syqu7E3QQi .row {
  justify-content: center;
}
.cid-syqu7E3QQi .mbr-text,
.cid-syqu7E3QQi .link {
  color: #000000;
}
.cid-syqu7E3QQi h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-syqu7E3QQi h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-syqu7E3QQi .card-title,
.cid-syqu7E3QQi .card-img {
  color: #000000;
}
.cid-syqwb7rYAg {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background5-2.webp");
  overflow: hidden;
}
.cid-syqwb7rYAg svg {
  fill: #0f7699 !important;
  pointer-events: none;
}
.cid-syqwb7rYAg #e2_shape {
  fill: #0f7699 !important;
}
.cid-syqwb7rYAg .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-syqwb7rYAg .mbr-text {
  font-weight: 300;
}
.cid-syqwb7rYAg .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-syqwb7rYAg .btn-white {
  color: #404040 !important;
}
.cid-syqwb7rYAg .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-syqwb7rYAg .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-syqwb7rYAg .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-syqwb7rYAg {
    padding: 30px;
  }
  .cid-syqwb7rYAg svg {
    display: none;
  }
}
.cid-syqwHIyQIX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background5-2.webp");
  overflow: hidden;
}
.cid-syqwHIyQIX svg {
  fill: #0f7699 !important;
  pointer-events: none;
}
.cid-syqwHIyQIX #e2_shape {
  fill: #0f7699 !important;
}
.cid-syqwHIyQIX .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-syqwHIyQIX .mbr-text {
  font-weight: 300;
}
.cid-syqwHIyQIX .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-syqwHIyQIX .btn-white {
  color: #404040 !important;
}
.cid-syqwHIyQIX .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-syqwHIyQIX .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-syqwHIyQIX .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-syqwHIyQIX {
    padding: 30px;
  }
  .cid-syqwHIyQIX svg {
    display: none;
  }
}
.cid-syqxvrH7Vu {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1330.webp");
}
.cid-syqxvrH7Vu h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-syqxvrH7Vu h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-syqxvrH7Vu h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-syqxvrH7Vu H1 {
  color: #f5ff05;
  text-align: center;
}
.cid-syqxDleD2j {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-syqxDleD2j .mbr-text {
  color: #767676;
}
.cid-syqxDleD2j .card-subtitle {
  margin: 0;
}
.cid-syqxDleD2j .link:hover {
  color: #ff8a73 !important;
}
.cid-syqxDleD2j .card {
  margin-bottom: 2rem;
}
.cid-syqxDleD2j .card:hover .img-overlay {
  opacity: 0.15;
}
.cid-syqxDleD2j .card:hover .card-img:before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.cid-syqxDleD2j .card:hover .card-img:after {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.cid-syqxDleD2j .card-img {
  height: 220px;
}
.cid-syqxDleD2j img {
  object-fit: cover;
  height: 100%;
}
.cid-syqxDleD2j h4 {
  margin: 0;
}
.cid-syqxDleD2j .row {
  justify-content: center;
}
.cid-syqxDleD2j .mbr-text,
.cid-syqxDleD2j .link {
  color: #000000;
}
.cid-syqxDleD2j h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-syqxDleD2j h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-syqxDleD2j .card-title,
.cid-syqxDleD2j .card-img {
  color: #000000;
}
.cid-syqxJOWXuF {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-syqxJOWXuF .mbr-text {
  color: #767676;
}
.cid-syqxJOWXuF .card-subtitle {
  margin: 0;
}
.cid-syqxJOWXuF .link:hover {
  color: #ff8a73 !important;
}
.cid-syqxJOWXuF .card {
  margin-bottom: 2rem;
}
.cid-syqxJOWXuF .card:hover .img-overlay {
  opacity: 0.15;
}
.cid-syqxJOWXuF .card:hover .card-img:before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.cid-syqxJOWXuF .card:hover .card-img:after {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.cid-syqxJOWXuF .card-img {
  height: 220px;
}
.cid-syqxJOWXuF img {
  object-fit: cover;
  height: 100%;
}
.cid-syqxJOWXuF h4 {
  margin: 0;
}
.cid-syqxJOWXuF .row {
  justify-content: center;
}
.cid-syqxJOWXuF .mbr-text,
.cid-syqxJOWXuF .link {
  color: #000000;
}
.cid-syqxJOWXuF h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-syqxJOWXuF h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-syqxJOWXuF .card-title,
.cid-syqxJOWXuF .card-img {
  color: #000000;
}
.cid-syqBCaUxmr {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-syqBCaUxmr .mbr-text {
  color: #767676;
}
.cid-syqBCaUxmr .card-subtitle {
  margin: 0;
}
.cid-syqBCaUxmr .link:hover {
  color: #ff8a73 !important;
}
.cid-syqBCaUxmr .card {
  margin-bottom: 2rem;
}
.cid-syqBCaUxmr .card:hover .img-overlay {
  opacity: 0.15;
}
.cid-syqBCaUxmr .card:hover .card-img:before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.cid-syqBCaUxmr .card:hover .card-img:after {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.cid-syqBCaUxmr .card-img {
  height: 220px;
}
.cid-syqBCaUxmr img {
  object-fit: cover;
  height: 100%;
}
.cid-syqBCaUxmr h4 {
  margin: 0;
}
.cid-syqBCaUxmr .row {
  justify-content: center;
}
.cid-syqBCaUxmr .mbr-text,
.cid-syqBCaUxmr .link {
  color: #000000;
}
.cid-syqBCaUxmr h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-syqBCaUxmr h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-syqBCaUxmr .card-title,
.cid-syqBCaUxmr .card-img {
  color: #000000;
}
.cid-syqByQO0T8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-syqByQO0T8 .mbr-text {
  color: #767676;
}
.cid-syqByQO0T8 .card-subtitle {
  margin: 0;
}
.cid-syqByQO0T8 .link:hover {
  color: #ff8a73 !important;
}
.cid-syqByQO0T8 .card {
  margin-bottom: 2rem;
}
.cid-syqByQO0T8 .card:hover .img-overlay {
  opacity: 0.15;
}
.cid-syqByQO0T8 .card:hover .card-img:before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.cid-syqByQO0T8 .card:hover .card-img:after {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.cid-syqByQO0T8 .card-img {
  height: 220px;
}
.cid-syqByQO0T8 img {
  object-fit: cover;
  height: 100%;
}
.cid-syqByQO0T8 h4 {
  margin: 0;
}
.cid-syqByQO0T8 .row {
  justify-content: center;
}
.cid-syqByQO0T8 .mbr-text,
.cid-syqByQO0T8 .link {
  color: #000000;
}
.cid-syqByQO0T8 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-syqByQO0T8 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-syqByQO0T8 .card-title,
.cid-syqByQO0T8 .card-img {
  color: #000000;
}
.cid-syqBN16OR4 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-syqBN16OR4 .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-syqBN16OR4 .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-syqBN16OR4 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-syqBN16OR4 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-syqBN16OR4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-syqBN16OR4 .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-syqBN16OR4 .mbr-section-tag {
  color: #000000;
  margin-bottom: 7px;
}
.cid-syqBN16OR4 .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-syqBN16OR4 .mbr-section-bottom {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #232323;
}
.cid-syqBN16OR4 .bottom-text {
  margin-top: 2rem;
  margin-bottom: 0.625rem;
  color: #073b4c;
}
.cid-syqBN16OR4 .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-syqBN16OR4 .list {
  list-style: none;
  padding-left: 0;
  color: #55b4d4;
}
.cid-syqBN16OR4 .list li {
  position: relative;
  margin: 0 0 0.625rem;
}
.cid-syqBN16OR4 .list li::before {
  content: "–";
  display: inline-block;
  margin-right: 1rem;
}
.cid-syqBN16OR4 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #000000;
}
.cid-syqBN16OR4 .mbr-section-text {
  margin-bottom: 2rem;
  color: #000000;
}
.cid-syqBN16OR4 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-syqBN16OR4 .mbr-section-title b:last-child,
.cid-syqBN16OR4 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-syqBRg4BCS {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-syqBRg4BCS h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-syqBRg4BCS h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-syqBRg4BCS .box {
  background-image: url("../../../assets/images/background32.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-syqBRg4BCS .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-syqBRg4BCS .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-syqBRg4BCS .icon-wrap span {
  padding-left: 8px;
}
.cid-syqBRg4BCS .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.6;
  transition: all 0.25s;
  color: #073b4c !important;
}
.cid-syqBRg4BCS .mbr-media span:hover {
  opacity: 1;
  color: #ff2d55 !important;
}
.cid-syqBRg4BCS .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-syqBRg4BCS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syqBRg4BCS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syqBRg4BCS .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-syqBRg4BCS a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-syqBRg4BCS a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-syqBRg4BCS .box {
    height: 250px;
  }
}
.cid-syqBVxFT8X {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/zions-1920x898.webp");
}
.cid-syqBVxFT8X .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-syqBVxFT8X .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-syqBVxFT8X .mbr-figure img {
    width: 100% !important;
  }
}
.cid-syqBVxFT8X .mbr-text,
.cid-syqBVxFT8X .mbr-section-btn {
  color: #f7ed4a;
}
.cid-syqBVxFT8X H1 {
  color: #f5ff05;
}
.cid-syqC2nnfcN {
  padding-top: 80px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.webp");
}
.cid-syqC2nnfcN .media-content .btn-bgr {
  z-index: 0;
}
.cid-syqC2nnfcN .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
.cid-syqC2nnfcN h3 {
  color: #000000;
  font-weight: 300;
}
.cid-syqC2nnfcN p {
  color: #464646;
}
.cid-syqC2nnfcN h2 {
  color: #000000;
}
.cid-syqC2nnfcN .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-syqC2nnfcN .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-syqC2nnfcN .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-syqC2nnfcN .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-syqC2nnfcN .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-syqC2nnfcN .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-syqC2nnfcN .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-syqC2nnfcN .mbr-text {
    text-align: center;
  }
}
.cid-syqC2nnfcN .mbr-section-subtitle {
  color: #faf412;
}
.cid-syqC2nnfcN .mbr-section-title,
.cid-syqC2nnfcN .mbr-section-btn {
  color: #f8f9c4;
}
.cid-syqC2nnfcN .mbr-section-title,
.cid-syqC2nnfcN .mbr-section-btn B {
  color: #ffffff;
}
.cid-rx3IEQFgmC .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3IEQFgmC .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rx3IEQFgmC .nav-item:focus,
.cid-rx3IEQFgmC .nav-link:focus {
  outline: none;
}
.cid-rx3IEQFgmC .text-white:hover,
.cid-rx3IEQFgmC .text-white:active,
.cid-rx3IEQFgmC .text-white:focus {
  color: white!important;
}
.cid-rx3IEQFgmC .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-rx3IEQFgmC .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-rx3IEQFgmC .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-rx3IEQFgmC .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rx3IEQFgmC .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-rx3IEQFgmC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rx3IEQFgmC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rx3IEQFgmC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rx3IEQFgmC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rx3IEQFgmC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rx3IEQFgmC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rx3IEQFgmC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rx3IEQFgmC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rx3IEQFgmC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rx3IEQFgmC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rx3IEQFgmC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rx3IEQFgmC .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-rx3IEQFgmC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rx3IEQFgmC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rx3IEQFgmC .section {
  position: relative;
  overflow: visible!important;
}
.cid-rx3IEQFgmC .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rx3IEQFgmC .dropdown-item:hover {
  color: black!important;
}
.cid-rx3IEQFgmC .dropdown-menu {
  background-color: white!important;
}
.cid-rx3IEQFgmC .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rx3IEQFgmC .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3IEQFgmC .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rx3IEQFgmC .nav-item .nav-link {
    position: relative;
  }
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3IEQFgmC .collapsed {
  flex-direction: row!important;
}
.cid-rx3IEQFgmC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rx3IEQFgmC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rx3IEQFgmC .navbar-caption {
  font-weight: 600!important;
}
.cid-rx3IEQFgmC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rx3IEQFgmC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rx3IEQFgmC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rx3IEQFgmC .dropdown-item.active,
.cid-rx3IEQFgmC .dropdown-item:active {
  background-color: transparent;
}
.cid-rx3IEQFgmC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rx3IEQFgmC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rx3IEQFgmC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rx3IEQFgmC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-rx3IEQFgmC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rx3IEQFgmC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rx3IEQFgmC .navbar-buttons {
  text-align: center;
}
.cid-rx3IEQFgmC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3IEQFgmC .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rx3IEQFgmC .nav-link {
  font-weight: 600!important;
}
.cid-rx3IEQFgmC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rx3IEQFgmC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rx3IEQFgmC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rx3IEQFgmC .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rx3IEQFgmC .navbar {
    height: 77px;
  }
  .cid-rx3IEQFgmC .navbar.opened {
    height: auto;
  }
  .cid-rx3IEQFgmC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syqDe3gr6d {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1-1920x1275.webp");
  background-position: right;
}
.cid-syqDe3gr6d .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-syqDe3gr6d .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-syqDe3gr6d .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-syqDe3gr6d img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-syqDe3gr6d .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-syqDrj2Dkc {
  padding-top: 80px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.webp");
}
.cid-syqDrj2Dkc .media-content .btn-bgr {
  z-index: 0;
}
.cid-syqDrj2Dkc .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
.cid-syqDrj2Dkc h3 {
  color: #000000;
  font-weight: 300;
}
.cid-syqDrj2Dkc p {
  color: #464646;
}
.cid-syqDrj2Dkc h2 {
  color: #000000;
}
.cid-syqDrj2Dkc .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-syqDrj2Dkc .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-syqDrj2Dkc .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-syqDrj2Dkc .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-syqDrj2Dkc .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-syqDrj2Dkc .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-syqDrj2Dkc .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-syqDrj2Dkc .mbr-text {
    text-align: center;
  }
}
.cid-syqDrj2Dkc .mbr-section-subtitle {
  color: #faf412;
}
.cid-syqDrj2Dkc .mbr-section-title,
.cid-syqDrj2Dkc .mbr-section-btn {
  color: #f8f9c4;
}
.cid-syqDrj2Dkc .mbr-section-title,
.cid-syqDrj2Dkc .mbr-section-btn B {
  color: #ffffff;
}
.cid-syqDrj2Dkc P {
  color: #fafafa;
}
.cid-rx3IEQFgmC .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3IEQFgmC .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rx3IEQFgmC .nav-item:focus,
.cid-rx3IEQFgmC .nav-link:focus {
  outline: none;
}
.cid-rx3IEQFgmC .text-white:hover,
.cid-rx3IEQFgmC .text-white:active,
.cid-rx3IEQFgmC .text-white:focus {
  color: white!important;
}
.cid-rx3IEQFgmC .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-rx3IEQFgmC .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-rx3IEQFgmC .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-rx3IEQFgmC .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rx3IEQFgmC .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-rx3IEQFgmC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rx3IEQFgmC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rx3IEQFgmC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rx3IEQFgmC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rx3IEQFgmC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rx3IEQFgmC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rx3IEQFgmC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rx3IEQFgmC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rx3IEQFgmC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rx3IEQFgmC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rx3IEQFgmC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rx3IEQFgmC .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-rx3IEQFgmC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rx3IEQFgmC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rx3IEQFgmC .section {
  position: relative;
  overflow: visible!important;
}
.cid-rx3IEQFgmC .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rx3IEQFgmC .dropdown-item:hover {
  color: black!important;
}
.cid-rx3IEQFgmC .dropdown-menu {
  background-color: white!important;
}
.cid-rx3IEQFgmC .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rx3IEQFgmC .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3IEQFgmC .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rx3IEQFgmC .nav-item .nav-link {
    position: relative;
  }
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3IEQFgmC .collapsed {
  flex-direction: row!important;
}
.cid-rx3IEQFgmC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rx3IEQFgmC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rx3IEQFgmC .navbar-caption {
  font-weight: 600!important;
}
.cid-rx3IEQFgmC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rx3IEQFgmC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rx3IEQFgmC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rx3IEQFgmC .dropdown-item.active,
.cid-rx3IEQFgmC .dropdown-item:active {
  background-color: transparent;
}
.cid-rx3IEQFgmC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rx3IEQFgmC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rx3IEQFgmC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rx3IEQFgmC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-rx3IEQFgmC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rx3IEQFgmC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rx3IEQFgmC .navbar-buttons {
  text-align: center;
}
.cid-rx3IEQFgmC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3IEQFgmC .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rx3IEQFgmC .nav-link {
  font-weight: 600!important;
}
.cid-rx3IEQFgmC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rx3IEQFgmC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rx3IEQFgmC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rx3IEQFgmC .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rx3IEQFgmC .navbar {
    height: 77px;
  }
  .cid-rx3IEQFgmC .navbar.opened {
    height: auto;
  }
  .cid-rx3IEQFgmC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB5QAkxYVp {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #eeeef7;
}
.cid-uB5QAkxYVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5QAkxYVp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5QAkxYVp .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB5QAkxYVp .items-wrap {
  justify-content: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uB5QAkxYVp .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uB5QAkxYVp .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uB5QAkxYVp .item .item-wrapper {
  overflow: hidden;
  background-color: #fff0b0;
  border: 1px solid #fff0b0;
}
.cid-uB5QAkxYVp .item .item-wrapper .card-box {
  padding: 110px 40px;
}
@media (max-width: 1440px) {
  .cid-uB5QAkxYVp .item .item-wrapper .card-box {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uB5QAkxYVp .item .item-wrapper .card-box {
    padding: 26px 22px;
  }
}
.cid-uB5QAkxYVp .item .item-wrapper .card-box .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uB5QAkxYVp .item .item-wrapper .card-box .item-title {
    margin-bottom: 32px;
  }
}
.cid-uB5QAkxYVp .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uB5QAkxYVp .item .item-wrapper .price-wrapper {
  background-color: #f5f5fb;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uB5QAkxYVp .item .item-wrapper .price-wrapper {
    padding: 26px 22px;
  }
}
.cid-uB5QAkxYVp .item .item-wrapper .price-wrapper .item-desc {
  margin-bottom: 10px;
}
.cid-uB5QAkxYVp .item .item-wrapper .price-wrapper .item-price {
  margin-bottom: 0;
}
.cid-uB5QAkxYVp .item-title {
  color: #191c25;
}
.cid-uB5QAkxYVp .item-text {
  color: #191c25;
}
.cid-uB5QAkxYVp .item-desc {
  color: #191c25;
}
.cid-uB5QAkxYVp .item-price {
  color: #191c25;
}
.cid-sKAWWJDStQ {
  padding-top: 30px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/notalone-1908x994.webp");
  overflow: hidden;
}
.cid-sKAWWJDStQ H1 {
  color: #30e50f;
}
.cid-sKAWWJDStQ .mbr-text,
.cid-sKAWWJDStQ .mbr-section-btn {
  color: #ffffff;
}
.cid-sKAWWJDStQ .img1 {
  width: 100%;
  box-shadow: 0 10px 55px 5px rgba(136, 166, 255, 0.35);
  border-radius: 10px;
}
.cid-sKAWWJDStQ .relative {
  position: relative;
}
.cid-sKAWWJDStQ .card-img {
  width: 100%;
}
.cid-sKAWWJDStQ H3 {
  color: #ff7b9c;
}
