body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #5580ff !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #ff3366 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.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: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5980ff;
  color: #5980ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002dbf;
  background-color: #bfceff;
  border-color: #bfceff;
}
.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: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.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: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.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: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #5580ff !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #ff3366 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #003cee !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003cee !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cc0033 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff3366;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5580ff;
  border-color: #5580ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5580ff;
}
.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: #ffffff;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #5580ff;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #bfceff !important;
  -webkit-box-shadow: 0 6px 16px 0 #bfceff !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5580ff;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5580ff;
  border-bottom-color: #5580ff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #5580ff !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%;
}
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='%235580ff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-uPe6OLL0ld .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uPe6OLL0ld .collapsed {
  flex-direction: row!important;
}
.cid-uPe6OLL0ld .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPe6OLL0ld .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPe6OLL0ld .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-uPe6OLL0ld .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uPe6OLL0ld .nav-item:focus,
.cid-uPe6OLL0ld .nav-link:focus {
  outline: none;
}
.cid-uPe6OLL0ld .text-white:hover,
.cid-uPe6OLL0ld .text-white:active,
.cid-uPe6OLL0ld .text-white:focus {
  color: white!important;
}
.cid-uPe6OLL0ld .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uPe6OLL0ld .dropdown-item:hover {
  color: black!important;
}
.cid-uPe6OLL0ld .dropdown-menu {
  background-color: white!important;
}
.cid-uPe6OLL0ld .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uPe6OLL0ld .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-uPe6OLL0ld .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uPe6OLL0ld .nav-item .nav-link {
    position: relative;
  }
}
.cid-uPe6OLL0ld .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-uPe6OLL0ld .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPe6OLL0ld .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uPe6OLL0ld .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPe6OLL0ld .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-uPe6OLL0ld .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uPe6OLL0ld .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uPe6OLL0ld .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uPe6OLL0ld .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPe6OLL0ld .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPe6OLL0ld .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPe6OLL0ld .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uPe6OLL0ld .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPe6OLL0ld .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPe6OLL0ld .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-uPe6OLL0ld .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPe6OLL0ld .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uPe6OLL0ld .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uPe6OLL0ld .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPe6OLL0ld .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPe6OLL0ld .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPe6OLL0ld .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPe6OLL0ld .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPe6OLL0ld .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-uPe6OLL0ld .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uPe6OLL0ld .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPe6OLL0ld .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPe6OLL0ld .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uPe6OLL0ld .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uPe6OLL0ld .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uPe6OLL0ld .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uPe6OLL0ld .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPe6OLL0ld .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPe6OLL0ld .navbar-caption {
  font-weight: 600!important;
}
.cid-uPe6OLL0ld .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-uPe6OLL0ld .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPe6OLL0ld .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPe6OLL0ld .dropdown-item.active,
.cid-uPe6OLL0ld .dropdown-item:active {
  background-color: transparent;
}
.cid-uPe6OLL0ld .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPe6OLL0ld .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPe6OLL0ld .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPe6OLL0ld .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPe6OLL0ld .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPe6OLL0ld ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uPe6OLL0ld .navbar-buttons {
  text-align: center;
}
.cid-uPe6OLL0ld button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPe6OLL0ld button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-uPe6OLL0ld button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPe6OLL0ld button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPe6OLL0ld button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPe6OLL0ld button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPe6OLL0ld nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPe6OLL0ld nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPe6OLL0ld nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPe6OLL0ld nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPe6OLL0ld .nav-link {
  font-weight: 600!important;
}
.cid-uPe6OLL0ld a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPe6OLL0ld .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uPe6OLL0ld .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-uPe6OLL0ld .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPe6OLL0ld .navbar {
    height: 77px;
  }
  .cid-uPe6OLL0ld .navbar.opened {
    height: auto;
  }
  .cid-uPe6OLL0ld .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPgBxYJamM {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uPgBxYJamM .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uPgBxYJamM #e1_circle,
.cid-uPgBxYJamM #e3_circle,
.cid-uPgBxYJamM #e4_circle,
.cid-uPgBxYJamM #e5_circle {
  fill: #f2f6ff !important;
}
.cid-uPgBxYJamM #e6_circle {
  fill: #b2ccd2 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uPgBxYJamM .round {
  border-radius: 100%;
  position: absolute;
  background-color: #f2f6ff;
  animation: orbit 4s linear infinite;
}
.cid-uPgBxYJamM .rev {
  animation: rev 4s linear infinite;
}
.cid-uPgBxYJamM .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uPgBxYJamM .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uPgBxYJamM .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uPgBxYJamM .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uPgBxYJamM .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uPgBxYJamM .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uPgBxYJamM .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uPgBxYJamM .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uPgBxYJamM .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uPgBxYJamM .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uPgBxYJamM .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uPgBxYJamM H1 {
  color: #232323;
}
.cid-uPgBxYJamM .mbr-text,
.cid-uPgBxYJamM .mbr-section-btn {
  color: #232323;
}
.cid-uPgBxYJamM H3 {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-uPgBxYJamM .round9,
  .cid-uPgBxYJamM .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-uPgBxYJamM .round {
    display: none;
  }
}
.cid-uPgBxYJamM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPgBxYJamM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOYj133ZbC {
  background-color: #f2f6ff;
}
.cid-uOYj133ZbC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOYj133ZbC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOYj133ZbC .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uOYj133ZbC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uOYj133ZbC .container {
    padding: 0 16px;
  }
}
.cid-uOYj133ZbC .row {
  position: relative;
  justify-content: space-between;
}
.cid-uOYj133ZbC .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uOYj133ZbC .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uOYj133ZbC .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOYj133ZbC .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uOYj133ZbC .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uOYj133ZbC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOYj133ZbC .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uOYj133ZbC .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOYj133ZbC .image-wrapper img {
    height: 350px;
  }
}
.cid-uOYj133ZbC .mbr-section-title {
  color: #000000;
}
.cid-uOYj133ZbC .mbr-text {
  color: #000000;
}
.cid-rleYZlmqTj {
  background-color: #ffffff;
}
.cid-rleYZlmqTj H1 {
  color: #57468b;
}
.cid-rleYZlmqTj .mbr-text,
.cid-rleYZlmqTj .mbr-section-btn {
  color: #716c80;
}
.cid-rleYZlmqTj img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rleYZlmqTj img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rleYZlmqTj .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rleYZlmqTj .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rleYZlmqTj .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rleYZlmqTj h3,
.cid-rleYZlmqTj h4 {
  margin: 0;
  padding: 0;
}
.cid-rleYZlmqTj H3 {
  color: #57468b;
}
.cid-rleYZlmqTj H4 {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-rleYZlmqTj .author-box {
    justify-content: center;
  }
}
.cid-rlf3qVtjvv {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-rlf3qVtjvv svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-rlf3qVtjvv .mbr-text,
.cid-rlf3qVtjvv .mbr-section-btn {
  color: #716c80;
}
.cid-rlf3qVtjvv #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-rlf3qVtjvv #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-rlf3qVtjvv H1 {
  color: #57468b;
}
.cid-rlf3qVtjvv img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rlf3qVtjvv .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-rlf3qVtjvv .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-rlf3qVtjvv img {
    width: 100%;
  }
}
.cid-uPgPOr9J3H {
  background-color: #f2f6ff;
}
.cid-uPgPOr9J3H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPgPOr9J3H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPgPOr9J3H .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPgPOr9J3H .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPgPOr9J3H .container {
    padding: 0 16px;
  }
}
.cid-uPgPOr9J3H .row {
  position: relative;
  justify-content: space-between;
}
.cid-uPgPOr9J3H .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uPgPOr9J3H .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uPgPOr9J3H .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPgPOr9J3H .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPgPOr9J3H .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uPgPOr9J3H .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPgPOr9J3H .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uPgPOr9J3H .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPgPOr9J3H .image-wrapper img {
    height: 350px;
  }
}
.cid-uPgPOr9J3H .mbr-section-title {
  color: #000000;
}
.cid-uPgPOr9J3H .mbr-text {
  color: #000000;
}
.cid-uPgUenLTGh {
  background-color: #ffffff;
}
.cid-uPgUenLTGh H1 {
  color: #57468b;
}
.cid-uPgUenLTGh .mbr-text,
.cid-uPgUenLTGh .mbr-section-btn {
  color: #716c80;
}
.cid-uPgUenLTGh img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-uPgUenLTGh img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uPgUenLTGh .author-box {
  display: flex;
  flex-direction: row;
}
.cid-uPgUenLTGh .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-uPgUenLTGh .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-uPgUenLTGh h3,
.cid-uPgUenLTGh h4 {
  margin: 0;
  padding: 0;
}
.cid-uPgUenLTGh H3 {
  color: #57468b;
}
.cid-uPgUenLTGh H4 {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-uPgUenLTGh .author-box {
    justify-content: center;
  }
}
.cid-rlqE3ytc5U {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlqE3ytc5U img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rlqE3ytc5U H1 {
  color: #57468b;
}
.cid-rlqE3ytc5U .mbr-text,
.cid-rlqE3ytc5U .mbr-section-btn {
  color: #716c80;
}
.cid-rlqE3ytc5U H3 {
  color: #716c80;
}
.cid-rlqE3ytc5U .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlqE3ytc5U .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlqE3ytc5U .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlqE3ytc5U .link:hover {
  color: #5580ff !important;
}
.cid-rlqE3ytc5U .link:hover .link-ico {
  color: #5580ff !important;
  padding-left: 10px;
}
.cid-rlqE3ytc5U DIV {
  color: #57468b;
}
.cid-rlf1zGD2zy {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #efefef;
  position: relative;
  overflow: hidden;
}
.cid-rlf1zGD2zy .container {
  max-width: 1400px;
}
.cid-rlf1zGD2zy svg {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1.9, 1.3);
}
.cid-rlf1zGD2zy #e1_ellipse {
  fill: #ffffff !important;
}
.cid-rlf1zGD2zy .mbr-text {
  color: #716c80;
}
.cid-rlf1zGD2zy .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rlf1zGD2zy .card-img .img1 {
  background-color: #bfceff;
}
.cid-rlf1zGD2zy .card-img .img2 {
  background-color: #5580ff;
}
.cid-rlf1zGD2zy .card-img .img3 {
  background-color: #ff8a73;
}
.cid-rlf1zGD2zy .card-img .img4 {
  background-color: #bfceff;
}
.cid-rlf1zGD2zy .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rlf1zGD2zy .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rlf1zGD2zy .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
  background-color: #ffffff;
}
.cid-rlf1zGD2zy .card-title,
.cid-rlf1zGD2zy .card-img {
  color: #57468b;
}
.cid-rlf1zGD2zy img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rlf1zGD2zy img {
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-rlf1zGD2zy .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem!important;
  }
  .cid-rlf1zGD2zy .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rlf1zGD2zy .card:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-rlf1zGD2zy .card-img span {
    margin-right: 0rem;
  }
  .cid-rlf1zGD2zy svg {
    top: -9rem;
  }
}
.cid-rleYSJ5k8h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e1e8ff;
}
.cid-rleYSJ5k8h h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-rleYSJ5k8h .card-box {
  padding-top: 3rem;
}
.cid-rleYSJ5k8h .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-rleYSJ5k8h .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rleYSJ5k8h .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rleYSJ5k8h .link {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-between;
  padding-top: 8px;
  transition: all 0.3s;
  align-items: center;
}
.cid-rleYSJ5k8h .link .link-ico {
  padding-top: 2px;
  transition: margin 0.3s;
}
.cid-rleYSJ5k8h .link:hover {
  color: #5580ff !important;
}
.cid-rleYSJ5k8h .link:hover .link-ico {
  color: #5580ff !important;
  margin-right: -3px;
}
.cid-rleYSJ5k8h .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-rleYSJ5k8h img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-rleYSJ5k8h .card-title {
  color: #57468b;
  text-align: center;
}
.cid-rleYSJ5k8h .row {
  justify-content: center;
}
.cid-rleYSJ5k8h .main-title {
  text-align: center;
  color: #57468b;
}
.cid-rleYSJ5k8h P {
  text-align: center;
}
.cid-rleYSJ5k8h .mbr-text,
.cid-rleYSJ5k8h .link {
  text-align: center;
  color: #716c80;
}
.cid-rleYSJ5k8h DIV {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rleYSJ5k8h .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-rlf1KeajSa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlf1KeajSa .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-rlf1KeajSa h4 {
  text-align: center;
}
.cid-rlf1KeajSa p {
  text-align: center;
}
.cid-rlf1KeajSa .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rlf1KeajSa .mbr-iconfont {
  transition: all 0.3s;
  color: #5580ff !important;
  font-size: 6rem !important;
}
.cid-rlf1KeajSa .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-rlf1KeajSa .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rlf1KeajSa .card:hover .mbr-iconfont {
  color: #ff8a73 !important;
}
.cid-rlf1KeajSa .card-title,
.cid-rlf1KeajSa .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rlf1KeajSa .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-rlf1KeajSa .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-rlf4jo7ZYK {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rlf4jo7ZYK img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rlf4jo7ZYK H1 {
  color: #57468b;
}
.cid-rlf4jo7ZYK .mbr-text,
.cid-rlf4jo7ZYK .mbr-section-btn {
  color: #716c80;
}
.cid-rlf4jo7ZYK H3 {
  color: #716c80;
}
.cid-rlf4jo7ZYK .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlf4jo7ZYK .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlf4jo7ZYK .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlf4jo7ZYK .link:hover {
  color: #5580ff !important;
}
.cid-rlf4jo7ZYK .link:hover .link-ico {
  color: #5580ff !important;
  padding-left: 10px;
}
.cid-rlf4jo7ZYK DIV {
  color: #57468b;
}
.cid-rlqwMSA8dY {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlqwMSA8dY .nav-tabs .nav-item.open .nav-link:focus,
.cid-rlqwMSA8dY .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rlqwMSA8dY .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-rlqwMSA8dY .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-rlqwMSA8dY .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #5580ff;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-rlqwMSA8dY .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #5580ff;
}
.cid-rlqwMSA8dY .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #5580ff;
  border-color: #5580ff;
}
.cid-rlqwMSA8dY .nav-tabs .nav-link.active:hover {
  background-color: #5580ff;
}
.cid-rlqwMSA8dY P {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-rlqwMSA8dY .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-rlqwMSA8dY .mbr-text,
  .cid-rlqwMSA8dY .nav-link {
    text-align: center;
  }
}
.cid-rleYPBziTA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rleYPBziTA .progress {
  width: 100%;
}
.cid-rleYPBziTA .mbr-flex {
  display: flex;
}
.cid-rleYPBziTA .mbr-m-auto {
  margin: auto;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-rleYPBziTA progress {
  height: 6px;
}
.cid-rleYPBziTA .mbr-section-subtitle {
  color: #767676;
}
.cid-rleYPBziTA .progress_value {
  position: relative;
}
.cid-rleYPBziTA .progress_elements {
  margin: 0 auto;
}
.cid-rleYPBziTA .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rleYPBziTA .progress1 .progressbar-number:before,
.cid-rleYPBziTA .progress2 .progressbar-number:before,
.cid-rleYPBziTA .progress3 .progressbar-number:before,
.cid-rleYPBziTA .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rleYPBziTA progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-rleYPBziTA .progress1 progress::-webkit-progress-value {
  background: #bfceff;
}
.cid-rleYPBziTA .progress2 progress::-webkit-progress-value {
  background: #5580ff;
}
.cid-rleYPBziTA .progress3 progress::-webkit-progress-value {
  background: #ff8a73;
}
.cid-rleYPBziTA .progress4 progress::-webkit-progress-value {
  background: #bfceff;
}
.cid-rleYPBziTA .progress1 .progressbar-number:before {
  content: '73';
}
.cid-rleYPBziTA .progress2 .progressbar-number:before {
  content: '89';
}
.cid-rleYPBziTA .progress3 .progressbar-number:before {
  content: '78';
}
.cid-rleYPBziTA .progress4 .progressbar-number:before {
  content: '53';
}
.cid-rleYPBziTA .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rleYPBziTA .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rleYPBziTA .progress_value span {
  padding-left: 30px;
}
.cid-rleYPBziTA .mbr-section-title {
  color: #57468b;
}
.cid-rleYPBziTA .progressbar-title p,
.cid-rleYPBziTA .progress_value {
  color: #57468b;
}
.cid-rleYPBziTA p {
  margin-bottom: 0.5rem;
}
.cid-rleYPBziTA img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rleYPBziTA img {
    width: 100%;
  }
}
.cid-uPgYAao5Jm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uPgYAao5Jm img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uPgYAao5Jm H1 {
  color: #57468b;
}
.cid-uPgYAao5Jm .mbr-text,
.cid-uPgYAao5Jm .mbr-section-btn {
  color: #716c80;
}
.cid-uPgYAao5Jm H3 {
  color: #716c80;
}
.cid-uPgYAao5Jm .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uPgYAao5Jm .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uPgYAao5Jm .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uPgYAao5Jm .link:hover {
  color: #5580ff !important;
}
.cid-uPgYAao5Jm .link:hover .link-ico {
  color: #5580ff !important;
  padding-left: 10px;
}
.cid-uPgYAao5Jm DIV {
  color: #57468b;
}
.cid-rlf3bZppLj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlf3bZppLj H1 {
  color: #57468b;
}
.cid-rlf3bZppLj .mbr-text,
.cid-rlf3bZppLj .mbr-section-btn {
  color: #716c80;
}
.cid-rlf3bZppLj H3 {
  color: #716c80;
}
.cid-rlf39gQAlA {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlf39gQAlA .mbr-text {
  color: #716c80;
  line-height: 2;
}
.cid-rlf39gQAlA .price-text {
  line-height: 1.5;
  color: #86affe;
}
.cid-rlf39gQAlA .card-title {
  line-height: 1.5;
  color: #57468b;
  padding-top: 2rem;
}
.cid-rlf39gQAlA .card-img {
  padding-right: 2rem;
}
.cid-rlf39gQAlA .card {
  display: flex;
  justify-content: center;
  flex-direction: row;
  transition: all 0.3s;
  padding: 3rem 1.5rem !important;
}
.cid-rlf39gQAlA .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rlf39gQAlA .align-right,
  .cid-rlf39gQAlA .align-left {
    text-align: center;
  }
  .cid-rlf39gQAlA .card-title {
    padding-top: 0rem;
  }
  .cid-rlf39gQAlA .price {
    margin-bottom: 0;
  }
  .cid-rlf39gQAlA .card {
    flex-direction: column;
    align-items: center;
    padding: 2rem 0!important;
  }
  .cid-rlf39gQAlA .card .card-img {
    margin-bottom: 0rem;
  }
  .cid-rlf39gQAlA .card:hover {
    transform: none;
  }
  .cid-rlf39gQAlA .card-img {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .cid-rlf39gQAlA .card:hover {
    box-shadow: none;
  }
}
.cid-rlf39gQAlA .btn {
  padding: 0.8rem 1.8rem;
  margin: 0!important;
  margin-top: 0.5rem;
}
.cid-rlf39gQAlA .price {
  color: #5580ff;
}
.cid-rlf39gQAlA .card-title B {
  color: #57468b;
}
.cid-rlqvaxcSmJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
.cid-rlqvaxcSmJ .mbr-text {
  color: #716c80;
}
.cid-rlqvaxcSmJ .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rlqvaxcSmJ .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-rlqvaxcSmJ .card-wrapper:hover .ico2 {
  color: #5580ff !important;
}
.cid-rlqvaxcSmJ .text-info:hover {
  color: inherit!important;
}
.cid-rlqvaxcSmJ .ico2 {
  color: #ff3366 !important;
  transition: all 0.6s;
}
.cid-rlqvaxcSmJ .card-box {
  padding: 0rem 1rem;
}
.cid-rlqvaxcSmJ .ico1 {
  font-size: 3rem !important;
}
.cid-rlqvaxcSmJ h3,
.cid-rlqvaxcSmJ h4 {
  padding: 0;
  margin: 0;
}
.cid-rlqvaxcSmJ .card-title,
.cid-rlqvaxcSmJ .card-img {
  color: #57468b;
}
.cid-rlqvaxcSmJ .card-title {
  color: #57468b;
}
.cid-rlqvaxcSmJ H1 {
  color: #57468b;
}
.cid-rlqvaxcSmJ .text,
.cid-rlqvaxcSmJ .mbr-section-btn {
  color: #716c80;
}
.cid-rlf3IBt7x9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rlf3IBt7x9 .mbr-text,
.cid-rlf3IBt7x9 .mbr-section-btn {
  color: #57468b;
}
.cid-rlf3IBt7x9 .relative {
  z-index: 2;
  position: relative;
  padding: 0 2rem;
  padding-right: 10rem;
}
.cid-rlf3IBt7x9 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rlf3IBt7x9 .ico1 {
  font-size: 2rem;
}
.cid-rlf3IBt7x9 .ico2 {
  position: absolute;
  bottom: 0%;
  right: 1.5rem;
  font-size: 6rem!important;
  z-index: 1;
  opacity: 0.1;
}
.cid-rlf3IBt7x9 H3 {
  color: #57468b;
}
.cid-rlf3IBt7x9 H4 {
  color: #716c80;
}
.cid-rlf3IBt7x9 .text {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-rlf3IBt7x9 .relative {
    padding: 0;
  }
}
.cid-rlf4BBCTn9 {
  background-image: url("../../../assets/images/mbr-3.jpg");
}
.cid-rlf4BBCTn9 .container {
  height: 40rem;
}
.cid-rlf3GQxDMj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlf3GQxDMj .mbr-section-subtitle {
  color: #716c80;
}
.cid-rlf3GQxDMj .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rlf3GQxDMj .mbr-text {
  color: #767676;
}
.cid-rlf3GQxDMj .mbr-author-desc {
  display: block;
  color: #716c80;
}
.cid-rlf3GQxDMj .mbr-author-name {
  color: #57468b;
}
.cid-rlf3GQxDMj .mbr-testimonial .panel-item {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-rlf3GQxDMj .mbr-testimonial .panel-item:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rlf3GQxDMj .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 1.4rem 1.4rem 0 1.4rem;
}
.cid-rlf3GQxDMj .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rlf3GQxDMj .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rlf3GQxDMj .mbr-testimonial .card-footer {
  padding-bottom: 1.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-rlf3GQxDMj .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rlf3GQxDMj .mbr-iconfont-social {
  font-size: 18px;
}
.cid-rlf3GQxDMj .icon1 {
  color: #5580ff;
}
.cid-rlf3GQxDMj .icon2 {
  color: #57468b;
}
.cid-rlf3GQxDMj .icon3 {
  color: #5580ff;
}
.cid-rlf3GQxDMj .social-list a:focus {
  text-decoration: none;
}
.cid-rlf3GQxDMj H2 {
  color: #57468b;
}
.cid-uPhdUC8jHB {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uPhdUC8jHB .img-wrapper {
  text-align: center;
}
.cid-uPhdUC8jHB .card-title {
  padding-top: 1.5rem;
  color: #666666;
}
.cid-uPhdUC8jHB img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-uPhdUC8jHB .row {
  align-items: flex-start;
}
.cid-uPhdUC8jHB .card-wrapper {
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-uPhdUC8jHB .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-uPhdUC8jHB .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-uPhdUC8jHB .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uPhdUC8jHB .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-uPhe6f6YRv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPhe6f6YRv .carousel-item {
  justify-content: center;
}
.cid-uPhe6f6YRv .carousel-item.active,
.cid-uPhe6f6YRv .carousel-item-next,
.cid-uPhe6f6YRv .carousel-item-prev {
  display: flex;
}
.cid-uPhe6f6YRv .carousel-controls a {
  transition: opacity .5s;
  font-size: 30px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #1d2c35;
}
.cid-uPhe6f6YRv .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-uPhe6f6YRv .carousel-control-next span {
  padding-left: 5px;
}
.cid-uPhe6f6YRv .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uPhe6f6YRv .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uPhe6f6YRv .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uPhe6f6YRv .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rlqCPctPIN {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f2f6ff;
}
.cid-rlqCPctPIN .card-header {
  background: transparent;
}
.cid-rlqCPctPIN .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rlqCPctPIN .panel-group {
  border-top: 1px solid #f2f6ff;
}
.cid-rlqCPctPIN .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rlqCPctPIN .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rlqCPctPIN .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rlqCPctPIN .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rlqCPctPIN .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rlqCPctPIN .card .panel-body {
  color: #767676;
}
.cid-rlqCPctPIN h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #f2f6ff;
  padding: 1.4rem 1.6rem;
}
.cid-rlqCPctPIN H4 {
  color: #57468b;
}
.cid-rlqCPctPIN H2 {
  color: #57468b;
}
.cid-uPfSmgQUvp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPfSmgQUvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPfSmgQUvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPfSmgQUvp .row {
  justify-content: center;
}
.cid-uPfSmgQUvp .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
  padding-right: 0;
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-uPfSmgQUvp .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPfSmgQUvp .content-wrapper {
    padding-left: 0;
  }
}
.cid-uPfSmgQUvp .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uPfSmgQUvp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPfSmgQUvp .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPfSmgQUvp .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPfSmgQUvp .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uPfSmgQUvp .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #000000, #5580ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uPfSmgQUvp .content-wrapper .social {
  margin-top: 22px;
}
.cid-uPfSmgQUvp .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uPfSmgQUvp .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uPfSmgQUvp .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPfSmgQUvp .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPfSmgQUvp .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uPfSmgQUvp .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #343351;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uPfSmgQUvp .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPfSmgQUvp .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPfSmgQUvp .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uPfSmgQUvp .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #000000;
  text-align: center;
}
.cid-uPfSmgQUvp .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #f1634f 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uPfSmgQUvp .mbr-section-title {
  color: #232323;
}
.cid-uPfSmgQUvp .mbr-text {
  color: #ffffff;
}
.cid-uPfSmgQUvp .mbr-desc {
  color: #ffffff;
}
.cid-uPfSmgQUvp .list {
  color: #ffffff;
}
.cid-uPfSmgQUvp .mbr-text,
.cid-uPfSmgQUvp .text-wrapper {
  color: #000000;
}
.cid-uPfSmgQUvp .list,
.cid-uPfSmgQUvp .item-wrap,
.cid-uPfSmgQUvp .nav-wrapper {
  color: #5580ff;
}
.cid-uPfSmgQUvp .mbr-desc,
.cid-uPfSmgQUvp .social-wrapper {
  color: #000000;
}
.cid-uPe6OLL0ld .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uPe6OLL0ld .collapsed {
  flex-direction: row!important;
}
.cid-uPe6OLL0ld .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPe6OLL0ld .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPe6OLL0ld .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-uPe6OLL0ld .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uPe6OLL0ld .nav-item:focus,
.cid-uPe6OLL0ld .nav-link:focus {
  outline: none;
}
.cid-uPe6OLL0ld .text-white:hover,
.cid-uPe6OLL0ld .text-white:active,
.cid-uPe6OLL0ld .text-white:focus {
  color: white!important;
}
.cid-uPe6OLL0ld .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uPe6OLL0ld .dropdown-item:hover {
  color: black!important;
}
.cid-uPe6OLL0ld .dropdown-menu {
  background-color: white!important;
}
.cid-uPe6OLL0ld .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uPe6OLL0ld .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-uPe6OLL0ld .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uPe6OLL0ld .nav-item .nav-link {
    position: relative;
  }
}
.cid-uPe6OLL0ld .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-uPe6OLL0ld .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPe6OLL0ld .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uPe6OLL0ld .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPe6OLL0ld .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-uPe6OLL0ld .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uPe6OLL0ld .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uPe6OLL0ld .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uPe6OLL0ld .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPe6OLL0ld .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPe6OLL0ld .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPe6OLL0ld .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uPe6OLL0ld .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPe6OLL0ld .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPe6OLL0ld .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-uPe6OLL0ld .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPe6OLL0ld .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uPe6OLL0ld .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uPe6OLL0ld .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPe6OLL0ld .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPe6OLL0ld .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPe6OLL0ld .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPe6OLL0ld .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPe6OLL0ld .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-uPe6OLL0ld .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uPe6OLL0ld .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPe6OLL0ld .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPe6OLL0ld .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uPe6OLL0ld .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uPe6OLL0ld .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uPe6OLL0ld .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uPe6OLL0ld .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPe6OLL0ld .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPe6OLL0ld .navbar-caption {
  font-weight: 600!important;
}
.cid-uPe6OLL0ld .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-uPe6OLL0ld .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPe6OLL0ld .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPe6OLL0ld .dropdown-item.active,
.cid-uPe6OLL0ld .dropdown-item:active {
  background-color: transparent;
}
.cid-uPe6OLL0ld .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPe6OLL0ld .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPe6OLL0ld .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPe6OLL0ld .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPe6OLL0ld .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPe6OLL0ld ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uPe6OLL0ld .navbar-buttons {
  text-align: center;
}
.cid-uPe6OLL0ld button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPe6OLL0ld button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-uPe6OLL0ld button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPe6OLL0ld button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPe6OLL0ld button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPe6OLL0ld button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPe6OLL0ld nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPe6OLL0ld nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPe6OLL0ld nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPe6OLL0ld nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPe6OLL0ld .nav-link {
  font-weight: 600!important;
}
.cid-uPe6OLL0ld a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPe6OLL0ld .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uPe6OLL0ld .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-uPe6OLL0ld .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPe6OLL0ld .navbar {
    height: 77px;
  }
  .cid-uPe6OLL0ld .navbar.opened {
    height: auto;
  }
  .cid-uPe6OLL0ld .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPeLyd0kI8 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f7f5f0;
}
.cid-uPeLyd0kI8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPeLyd0kI8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPeLyd0kI8 .content-wrap {
  margin: 0;
}
.cid-uPeLyd0kI8 .content-wrap .card {
  padding: 0;
  justify-content: space-between;
}
.cid-uPeLyd0kI8 .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uPeLyd0kI8 .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-uPeLyd0kI8 .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uPeLyd0kI8 .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPeLyd0kI8 .content-wrapper {
    padding: 0;
  }
}
.cid-uPeLyd0kI8 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPeLyd0kI8 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPeLyd0kI8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPeLyd0kI8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uPeLyd0kI8 .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-uPeLyd0kI8 .desc-wrapper .mbr-desc {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uPeLyd0kI8 .desc-wrapper .mbr-desc {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPeLyd0kI8 .desc-wrapper .mbr-desc {
    width: 100%;
    padding: 0;
  }
}
.cid-uPeLyd0kI8 .form-wrapper {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #5580ff;
}
@media (max-width: 992px) {
  .cid-uPeLyd0kI8 .form-wrapper {
    margin-top: 22px;
  }
}
@media (max-width: 1440px) {
  .cid-uPeLyd0kI8 .form-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uPeLyd0kI8 .form-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPeLyd0kI8 .form-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #5580ff;
    padding-top: 22px;
  }
}
.cid-uPeLyd0kI8 .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uPeLyd0kI8 .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uPeLyd0kI8 .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  margin-bottom: 42px !important;
  padding: 0 0 42px 0;
  border: none !important;
  border-bottom: 3px dashed #5580ff !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uPeLyd0kI8 .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 0 0 22px 0;
    margin-bottom: 22px !important;
  }
}
.cid-uPeLyd0kI8 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uPeLyd0kI8 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 3px dashed #5580ff !important;
}
.cid-uPeLyd0kI8 .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #4b4949;
}
.cid-uPeLyd0kI8 .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uPeLyd0kI8 .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uPeLyd0kI8 .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: transparent;
  border-color: #5580ff;
  border-radius: 0;
}
.cid-uPeLyd0kI8 .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #4b4949;
}
.cid-uPeLyd0kI8 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-uPeLyd0kI8 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uPeLyd0kI8 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPeLyd0kI8 .mbr-label {
  color: #5580ff;
}
.cid-uPeLyd0kI8 .mbr-section-title {
  color: #c10b02;
}
.cid-uPeLyd0kI8 .mbr-text {
  color: #4b4949;
}
.cid-uPeLyd0kI8 .mbr-desc {
  color: #4b4949;
}
.cid-uPeLyd0kI8 label {
  color: #4b4949;
}
.cid-uPeLyd0kI8 .mbr-section-title,
.cid-uPeLyd0kI8 .mbr-section-btn {
  color: #5580ff;
}
.cid-uPfSmgQUvp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPfSmgQUvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPfSmgQUvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPfSmgQUvp .row {
  justify-content: center;
}
.cid-uPfSmgQUvp .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
  padding-right: 0;
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-uPfSmgQUvp .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPfSmgQUvp .content-wrapper {
    padding-left: 0;
  }
}
.cid-uPfSmgQUvp .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uPfSmgQUvp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPfSmgQUvp .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPfSmgQUvp .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPfSmgQUvp .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uPfSmgQUvp .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uPfSmgQUvp .content-wrapper .social {
  margin-top: 22px;
}
.cid-uPfSmgQUvp .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uPfSmgQUvp .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uPfSmgQUvp .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPfSmgQUvp .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPfSmgQUvp .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uPfSmgQUvp .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #343351;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uPfSmgQUvp .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPfSmgQUvp .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPfSmgQUvp .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uPfSmgQUvp .mbr-copy {
  position: relative;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uPfSmgQUvp .mbr-section-title {
  color: #232323;
}
.cid-uPfSmgQUvp .mbr-text {
  color: #ffffff;
}
.cid-uPfSmgQUvp .mbr-desc {
  color: #ffffff;
}
.cid-uPfSmgQUvp .list {
  color: #ffffff;
}
.cid-uPfSmgQUvp .mbr-text,
.cid-uPfSmgQUvp .text-wrapper {
  color: #000000;
}
.cid-uPfSmgQUvp .list,
.cid-uPfSmgQUvp .item-wrap,
.cid-uPfSmgQUvp .nav-wrapper {
  color: #5580ff;
}
.cid-uPfSmgQUvp .mbr-desc,
.cid-uPfSmgQUvp .social-wrapper {
  color: #000000;
}
